CurrentComboTextProperty¶
-
class
glue.utils.qt.widget_properties.CurrentComboTextProperty(att, docstring='')[source]¶ Bases:
glue.utils.qt.widget_properties.WidgetPropertyWrapper around the text in QComboBox.
Methods Summary
getter(widget)Return the itemData stored in the currently-selected item setter(widget, value)Update the currently selected item to the one which stores value in Methods Documentation