CurrentTabProperty¶
- class glue.utils.qt.widget_properties.CurrentTabProperty(att, docstring='')[source]¶
Bases:
glue.utils.qt.widget_properties.WidgetProperty
Wrapper around QTabWidget.
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 its itemData
Methods Documentation