taurus.qt.qtgui.tree

This package provides taurus Qt tree widgets

Classes

class QBaseTreeWidget(parent=None, designMode=False, with_navigation_bar=True, with_filter_widget=True, with_selection_widget=True, with_refresh_widget=True, perspective=None, proxy=None)[source]

A pure Qt tree widget implementing a tree with a navigation toolbar

(more info)

class TaurusBaseTreeWidget(parent=None, designMode=False, with_navigation_bar=True, with_filter_widget=True, perspective=None, proxy=None)[source]

(more info)

class TaurusDbTreeWidget(parent=None, designMode=False, with_navigation_bar=True, with_filter_widget=True, perspective=None, proxy=None)[source]

A class:taurus.qt.qtgui.tree.TaurusBaseTreeWidget that connects to a taurus.core.taurusauthority.TaurusAuthority model. It can show the list of database elements in four different perspectives:

  • device : a three level hierarchy of devices (domain/family/name)

  • server : a server based perspective

  • class : a class based perspective

Filters can be inserted into this widget to restrict the tree nodes that are seen.

(more info)