QBaseModelWidget
- class QBaseModelWidget(parent=None, designMode=False, with_filter_widget=True, with_selection_widget=True, with_refresh_widget=True, perspective=None, proxy=None)[source]
A pure Qt widget designed to display a Qt view widget (QTreeView for example), envolved by optional toolbar and statusbar. The Qt model associated with the internal Qt view widget should be a
taurus.qt.qtcore.model.TaurusBaseModel
Import from
taurus.qt.qtgui.model
as:from taurus.qt.qtgui.model import QBaseModelWidget
- DftPerspective = None
- KnownPerspectives = {}
- addToolBar(self, area: Qt.ToolBarArea, toolbar: Optional[QToolBar])[source]
- addToolBar(self, toolbar: Optional[QToolBar]) None
- addToolBar(self, title: str) Optional[QToolBar]
- currentItemChanged
- itemClicked
- itemDoubleClicked
- itemSelectionChanged