more ui files instead of python generated ui
This commit is contained in:
@@ -75,6 +75,11 @@ Do not hand-edit files in `gui/generated`; change the `.ui` source and regenerat
|
||||
it. Add behavior and signal connections in `gui/main_window.py`. Widget names from
|
||||
Designer are available there through `self.ui`, such as `self.ui.graphView`.
|
||||
|
||||
Substantial views are all represented in Designer: the main window, settings,
|
||||
component options, port options, shape options, and icon editor. Python binds
|
||||
data and behavior to those forms; it does not rebuild their layouts at runtime.
|
||||
Only tiny generic prompts may be code-only.
|
||||
|
||||
In VS Code, the same commands are available through **Terminal → Run Task**:
|
||||
|
||||
- **Qt: Open Main Window in Designer** opens the form for visual editing.
|
||||
|
||||
Reference in New Issue
Block a user