mirror of
https://github.com/ciromattia/kcc
synced 2025-12-11 08:46:25 +00:00
Mention tabulation order in README.md (#1181)
This commit is contained in:
@@ -318,6 +318,7 @@ Depending on your system [Python](https://www.python.org) may be called either `
|
||||
If you want to edit the code, a good code editor is [VS Code](https://code.visualstudio.com).
|
||||
|
||||
If you want to edit the `.ui` files, use `pyside6-designer` which is included in the `pip install pyside6`.
|
||||
If new objects have been added, verify that correct tab order has been applied by using [Tab Order Editing Mode](https://doc.qt.io/qt-6/designer-tab-order.html).
|
||||
Then use the `gen_ui_files` scripts to autogenerate the python UI.
|
||||
|
||||
An example PR adding a new checkbox is here: https://github.com/ciromattia/kcc/pull/785
|
||||
|
||||
Reference in New Issue
Block a user