Index into the list of possible values that the user has selected.
Signal emitted when the user selects a different option. Provides the index into the list of values for the new selection.
Signal emitted when the user selects a different option. Provides the string value of the selected option.
If false, the widget cannot be interacted with. Qt documentation: QWidget::enabled
You can use this property to prevent the widget from being resized to a height below this amount.
You can use this property to prevent the widget from being resized to a width below this amount.
Set this property to override the style sheet for this widget.
See https://doc.qt.io/qt-6/stylesheet.html and https://doc.qt.io/qt-6/stylesheet-examples.html for more information.
The toolTip displayed when the user mouses over this widget
Controls whether this widget is visible. When toggling this property, the dialog layout will automatically adjust itself based on the visible widgets. Qt documentation: QWidget::visible;
Adds the given items to the combo box.
Removes all items from the combo box.
Generated using TypeDoc
A combo box/ dropdown widget which allows the user to select one of multiple preset values. Qt documentation: QComboBox