Files
superqt/docs/listwidgets.md
Grzegorz Bokota f8ac85aaf6 feat: Add QSearchableListWidget and QSearchableComboBox widgets (#80)
* implement widgets

* add basic documentation

* Add examples

* try version without packaging

Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
2022-04-25 14:03:24 -04:00

414 B

ListWidget

QSearchableListWidget

QSearchableListWidget is a variant of QListWidget that add text entry above list widget that allow to filter list of available options.

Because of implementation it does not inherit directly from QListWidget but satisfy it all api. The only limitation is that it cannot be used as argument of QListWidgetItem constructor.