ColorProperty#

class glue_qt.utils.ColorProperty(att, docstring='')#

Bases: WidgetProperty

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

getter(widget)#

Return the state of a widget. Depends on type of widget, and must be overridden

setter(widget, value)#

Set the state of a widget to a certain value