qt_binder.bound_editor¶
-
class
qt_binder.bound_editor.Bound(binder, *bindings, **kwds)[source]¶ Bases:
traitsui.item.ItemConvenience
Itemfor placing aBinderin aView.
-
class
qt_binder.bound_editor.TraitsUI(item=None, **traits)[source]¶ Bases:
qt_binder.binder.BinderPlace a Traits UI
Iteminto aBoundlayout.The automatically-added traits are only those for
QWidget, not whatever widget the root control of theItemmay turn out to be. ThisBindercan only be used in the context of aBoundlayout because it needs to be specially recognized and initialized.-
item= Instance(Item)¶ The Traits UI Item to display. Any label is ignored.
-