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!
This function is called when right clicking on qwt plot area. A pop up menu will be shown with the available options.
Defines the initial style for the widget
Returns the model name for this component.
Return type: | :class:~`str` |
---|---|
Returns: | the model name. |
This method inserts a new table widget inside the cell @deprecated ... use setText() and editProperty() event call instead!!!
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
Returns whether this component is using the parent model
Return type: | :class:~`bool` |
---|---|
Returns: | True if using parent model or False otherwise |
@deprecated valueChanged THIS DOES NOTHING!