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