refactor: use UI file for main window

- main window now use UI file for layout.
- remove all manual computed widget position code. use full Qt layout implementation instead.
- remove useless functions in main window
- change style changed slot as private
This commit is contained in:
2026-07-24 14:57:41 +08:00
parent bd35a8c3e0
commit aa13355966
9 changed files with 305 additions and 168 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public:
QPixmap renderToPixmap();
public slots:
private slots:
void updateStyle(Qt::ColorScheme colorScheme);
private: