Releases: 5yutan5/PyQtDarkTheme
Releases · 5yutan5/PyQtDarkTheme
v0.1.8
- Add PyInstaller's hook for PyQt6(#25)
- Refactoring (#26, #27)
v0.1.7
- Refactoring(#10, #12)
- Improve styles(#16)
- Modify widget_gallery(#17)
- Add QPalette of dark and light theme(#15).
You can easily get the QColor of this theme!. See README.
- Fix CI(#11, #18)
v0.1.6
- Fix check indicators problem in QAbstractItemView
- Add support for freezing tool such as PyInstaller, py2app, cx_freeze and etc..(Not support PyQt6) (#7)
- Improve style of QTabBar, QTreeView and QTableView (#8)
- Fix Qt6 popup bug (#9)
- Minor refactoring
v0.1.5
Add support for Python 3.10 and Linux.
Remove designer-helper and some examples.
Improve loading speed by pre-building svg and stylesheets.
Improve some appearances.
v0.1.4
Fix incorrect output qrc data in desiner-supporter.
v0.1.3
Add conda package.
Optimize for Qt5(PyQt5, PySide2).
Minor refactoring.
v0.1.2
Remove typing-extensions.
Fix AttributeError of importlib module.
Minor refactoring.
v0.1.1
Change to the installation method with the pip command in README.