CurrentTabProperty#

class glue_qt.utils.widget_properties.CurrentTabProperty(att, docstring='')[source]#

Bases: 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

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