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