* 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>