PyQtDarkTheme Versions Save

A flat dark theme for PySide and PyQt.

v0.1.8

2 years ago
  • Add PyInstaller's hook for PyQt6(#25)
  • Refactoring (#26, #27)

v0.1.7

2 years ago
  • 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

2 years ago
  • 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

2 years ago

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

2 years ago

Fix incorrect output qrc data in desiner-supporter.

v0.1.3

2 years ago

Add conda package. Optimize for Qt5(PyQt5, PySide2). Minor refactoring.

v0.1.2

2 years ago

Remove typing-extensions. Fix AttributeError of importlib module. Minor refactoring.

v0.1.1

2 years ago

Change to the installation method with the pip command in README.

v0.1.0

2 years ago

First release.