feat: Added settings window
Changed the updater window to be an settings window, including theme settings and updater.
This commit is contained in:
parent
b6ec22d61d
commit
5b2399b99e
12 changed files with 938 additions and 434 deletions
|
@ -4,5 +4,5 @@ echo "Update main window."
|
|||
pyside6-uic OptimaLab35/ui/main_window.ui -o OptimaLab35/ui/main_window.py
|
||||
echo "Update preview window."
|
||||
pyside6-uic OptimaLab35/ui/preview_window.ui -o OptimaLab35/ui/preview_window.py
|
||||
echo "Update updater window."
|
||||
pyside6-uic OptimaLab35/ui/updater_window.ui -o OptimaLab35/ui/updater_window.py
|
||||
echo "Update settings window."
|
||||
pyside6-uic OptimaLab35/ui/settings_window.ui -o OptimaLab35/ui/settings_window.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue