The following are QWidget subclasses:
| Widget | Description |
QElidingLabel | A QLabel variant that will elide text (add …) to fit width. |
QEnumComboBox | QComboBox that populates the combobox from a python Enum |
QSearchableComboBox | QComboBox variant that filters available options based on text input |
QSearchableListWidget | QListWidget variant with search field that filters available options |
QSearchableTreeWidget | QTreeWidget variant with search field that filters available options |
QColorComboBox | QComboBox to select from a specified set of colors |
QColormapComboBox | QComboBox to select from a specified set of colormaps. |
QToggleSwitch | QAbstractButton that represents a boolean value with a toggle switch. |
Frames and containers
| Widget | Description |
QCollapsible | A collapsible widget to hide and unhide child widgets. |
QFlowLayout | A layout that rearranges items based on parent width. |