mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-07-21 12:11:07 +02:00
* implement widgets * add basic documentation * Add examples * try version without packaging Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
414 B
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.