FloatLineProperty¶
-
class
glue.utils.qt.widget_properties.FloatLineProperty(att, docstring='')[source]¶ Bases:
glue.utils.qt.widget_properties.WidgetPropertyWrapper around the text state for QLineEdit widgets.
Assumes that the text is a floating-point number
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