* style: use ruff format
* fix import
* disallow pyside 6.6.2
* pin in tests too
* pyside6.4 on windows
* fix greedy imports
* double quote
* run sliders last
* try 6.6.1 again
* wip
* wip
* more wip
* progress
* more docs
* more changes
* add link
* more examples and improvements
* fix check-manifest
* sort members
* remove autogen images
* remove _images
* add font docs
* add link to utils
* remove qtcompat
* change imports
* change codecov
* add dep
* run tests against dalthviz branch
* update
* more replace
* pin pyside6 for sake of test
* add deprecation
* drop qt 5.11
* unpin pyside6
* working kinda well
* rearrange
* add back init
* change entrypoints
* add mi4
* example
* more improvements
* add animations
* more changes
* add feather, improve seticon
* update example
* refactor
* broken wip
* use iconfontmeta instead of enum
* mostly working
* misc
* more tweaks
* docs
* adding tests
* remove napari example
* more docs
* more docs
* update examples
* more docs
* typing
* working on icon options
* updates
* update
* update example
* update tests
* add comment
* docs
* fix annotation
* try set false first
* fix py37
* more test fixes
* fix qt6 test
* ignore old deprecation warning
* extend test
* enum combobox implementation
* add enunm()
* Update superqt/combobox/_enum_combobox.py
Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
* add changes from review
* updates from review
* make current enum not raise exception from currentEnum
* improve checks in setCurrentEnum
* Update superqt/combobox/_tests/test_enum_comb_box.py
Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
* fix test
* fix test call
* add class to top level __init__
* fix pre-commit mmissed call
* rename
* documentation first part
* Update docs/combobox.md
Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
* add possibility to use Optional[Enum]
* add information about optional annotation
* change type annotation to additional parameter
* update docs
* change to EnumMeta
* add information about signal
Co-authored-by: Talley Lambert <talley.lambert@gmail.com>