If false, the widget cannot be interacted with. Qt documentation: QWidget::enabled
The maximum value that can be set by the slider.
The minimum value that can be set by the slider.
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 amount that each tick left or right on the slider will change the value.
The toolTip displayed when the user mouses over this widget
The integer value set in the slider
Signal emitted when the value in the slider is changed.
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;
Generated using TypeDoc
A slider for allowing the user to set an integer value. Qt documentation: QSlider