- set min-height qss for vertical handle(when to show thousands data, handle too small)
- fix MLabel
- change size in qss to theme variable
- MToast show wrong position when its parent window in DCC
- MMessage show wrong position when its parent window in DCC
- QSize need int, convert float to int (#94)
- cursor mixin when lose focus, restore to arrow cursor #81 (#93)
- remove fixed color and useless code in qss file
- Fix compatible menu multi-select and single value
- tab widget example showed in demo
- 修复偶发的找不到Qt绑定的bug
- update ci publish pypi config to use trusted publisher
- period
- MMenu multi select no a correct action
- fix header view context menu Select Invert
- #66 support python 3.10
- #67 fix MToolButon set_dayu_size use a custom value, not work
- flow layout delete item; add clear method
- add theme var for big view scale #65
- compat with PyQt5
- MItemView: fix header view order(sort) setting
- MItemViewSet-MItemViewFullSet: fix headerView state restore
- MTheme: fix MTheme.deco function
- MPage: fix MPage sig_page_changed bug
- fix MLineEdit delay signal not work when user use Chinese input method
- MComboBox: using MCompleter
- MMenu: clean up menu code
- fix example application
- examples: use application function to launch example
- MSplitter: add animatable feature
- MPopup: fix PyQt5 setMask bug & clean code
- add MCompleter and MSplitter widget
- deploy fialed
- add all import
- delegate example rename for demo.py
- clean combox search code
- chinese input support
- edit read_settings and write_settings
- edit read_settings and write_settings
- add search and scroll for MMenu
- add MPopup widget
- add delegate example
- add searchable combo box