Refactor: Move all UI widget construction to module level

- Extract all QWidget/QLayout instances and property configuration to module level
- Group by element: constructor → properties for each widget
- Keep __init__ assembly-only: addWidget, addLayout, addStretch, signals
- Explicit naming for clarity: separator_vertical_fader_zone_left, etc
- Applies to: IO columns (MIDI IN/OUT, Transport, OSC), Preset Browser, Transport/Fader/Toggle rows, OSC feedback containers
- Pattern: Module = what it is; __init__ = where it goes
This commit is contained in:
Paul Lipscomb
2026-06-18 18:57:27 -04:00
parent a382c521a8
commit 460515ba0d
2 changed files with 821 additions and 512 deletions
+816 -507
View File
File diff suppressed because it is too large Load Diff