- 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
0.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.
0.1.4
Fix incorrect output qrc data in desiner-supporter.
0.1.3
Add conda package. Optimize for Qt5(PyQt5, PySide2). Minor refactoring.
0.1.2
Remove typing-extensions. Fix AttributeError of importlib module. Minor refactoring.
0.1.1
Change to the installation method with the pip command in README.