ColorProperty¶
-
class
glue.utils.qt.ColorProperty(att, docstring='')¶ Bases:
glue.utils.qt.widget_properties.WidgetPropertyMethods 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
-
getter(self, widget)¶ Return the state of a widget. Depends on type of widget, and must be overridden
-
setter(self, widget, value)¶ Set the state of a widget to a certain value
-