ButtonProperty#
- class glue_qt.utils.widget_properties.ButtonProperty(att, docstring='')[source]#
Bases:
WidgetProperty
Wrapper around the check state for QAbstractButton widgets
Methods Summary
getter
(widget)Return the state of a widget.
setter
(widget, value)Set the state of a widget to a certain value
Methods Documentation