feat: Added settings window

Changed the updater window to be an settings window, including theme settings and updater.
This commit is contained in:
Mr Finchum 2025-02-09 16:53:36 +00:00
parent b6ec22d61d
commit 5b2399b99e
12 changed files with 938 additions and 434 deletions

View file

@ -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