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

@ -11,11 +11,14 @@ readme = "../pip_README.md"
requires-python = ">=3.8"
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPiUpdater>=0.6.0, <1.0.0",
"PyPiUpdater>=0.7.0, <1.0.0",
"pyside6",
"PyYAML",
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: X11 Applications :: Qt",
"Topic :: Multimedia :: Graphics :: Editors",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",