Skip to content

Releases: 5yutan5/PyQtDarkTheme

v0.1.8

09 Nov 19:12
Compare
Choose a tag to compare
  • Add PyInstaller's hook for PyQt6(#25)
  • Refactoring (#26, #27)

v0.1.7

01 Nov 08:31
Compare
Choose a tag to compare
  • 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

23 Oct 16:16
67edbe9
Compare
Choose a tag to compare
  • 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

10 Oct 18:00
Compare
Choose a tag to compare

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

29 Aug 22:21
Compare
Choose a tag to compare

Fix incorrect output qrc data in desiner-supporter.

v0.1.3

29 Aug 16:15
Compare
Choose a tag to compare

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

v0.1.2

29 Aug 07:51
Compare
Choose a tag to compare

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

v0.1.1

25 Aug 16:25
Compare
Choose a tag to compare

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

v0.1.0

25 Aug 15:52
Compare
Choose a tag to compare

First release.