CurrentComboDataProperty¶
-
class
glue.utils.qt.widget_properties.CurrentComboDataProperty(att, docstring='')[source]¶ Bases:
glue.utils.qt.widget_properties.WidgetPropertyWrapper around the data 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