CurrentComboDataProperty

class glue.utils.qt.widget_properties.CurrentComboDataProperty(att, docstring='')[source]

Bases: glue.utils.qt.widget_properties.WidgetProperty

Wrapper 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

getter(widget)[source]

Return the itemData stored in the currently-selected item

setter(widget, value)[source]

Update the currently selected item to the one which stores value in its itemData