This property holds whether the button is checkable.
This property holds whether the button is checked.
Signal emitted when the button is pressed.
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 text displayed on the surface of the button.
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;
Generated using TypeDoc
This type is returned when calling QButtonGroup.addItem or QButtonGroup.addItems.
You can set checked to true for a QRadioButton even if you have also set enabled to false on it, which could allow you to prevent the script user from selecting a radio button by clicking on it, but still change the selection in your script.
1.11.1