TaurusPropTable
¶
-
class
TaurusPropTable
(parent=None, designMode=False)[source]¶ Bases:
PyQt4.QtGui.QTableWidget
,taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget
This widget will show a list of properties of device and the list of values. @todo add a frame for Add, Delete and Refresh buttons!
-
contextMenuEvent
(event)[source]¶ This function is called when right clicking on qwt plot area. A pop up menu will be shown with the available options.
-
model
¶ Returns the model name for this component.
Return type: :class:~`str` Returns: the model name.
-
setPropertyValue
(value, i, j)[source]¶ This method inserts a new table widget inside the cell @deprecated ... use setText() and editProperty() event call instead!!!
-
setTable
(dev_name)[source]¶ This method is used to connect TaurusPropTable widget with TaurusClassTable widget This method fill the table with the names of properties and values for the device selected in the TaurusClassTable
-
useParentModel
¶ Returns whether this component is using the parent model
Return type: :class:~`bool` Returns: True if using parent model or False otherwise
-