Bases: enaml.widgets.widget.Widget
A widget which can be used as an item in a Stack.
A StackItem is a widget which can be used as a child of a Stack widget. It can have at most a single child widget which is an instance of Container.
A read only property which returns the items’s stack widget.
alias of __NoInterface__
Bases: enaml.qt.qt_widget.QtWidget
A Qt implementation of an Enaml StackItem.