mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-08 05:10:36 +01:00
* 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
1.9 KiB
1.9 KiB
Widgets
The following are QWidget subclasses:
Sliders and Numerical Inputs
| Widget | Description |
|---|---|
QDoubleRangeSlider |
Multi-handle slider for float values |
QDoubleSlider |
Slider for float values |
QLabeledDoubleRangeSlider |
QDoubleRangeSlider variant with editable labels for each handle |
QLabeledDoubleSlider |
QSlider for float values with editable QSpinBox with the current value |
QLabeledRangeSlider |
QRangeSlider variant, with editable labels for each handle |
QLabeledSlider |
QSlider with editable QSpinBox that shows the current value |
QLargeIntSpinBox |
QSpinbox that accepts arbitrarily large integers |
QRangeSlider |
Multi-handle slider |
Labels and categorical inputs
| 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 |
Frames and containers
| Widget | Description |
|---|---|
QCollapsible |
A collapsible widget to hide and unhide child widgets. |