TaurusValuesTable
- class TaurusValuesTable(parent=None, designMode=False, defaultWriteMode=None)[source]
A table for displaying and/or editing 1D/2D Taurus attributes
Import from
taurus.qt.qtgui.table
as:from taurus.qt.qtgui.table import TaurusValuesTable
- askCancel()[source]
Shows a QMessageBox, asking if user wants to cancel all changes. Triggered when user clicks Cancel button.
- cancelClicked()[source]
This is a SLOT that is being triggered when CANCEL button is clicked.
Note
This SLOT is called, when user does not want to apply table modifications. When no cell was modified it will not be called.
- classmethod getQtDesignerPluginInfo()[source]
Reimplemented from
TaurusWidget.getQtDesignerPluginInfo()
- getWriteMode()[source]
whether the widget is showing the read or write values
- Returns:
- Return type:
- model
Returns the model name for this component.
- okClicked()[source]
This is a SLOT that is being triggered when ACCEPT button is clicked.
Note
This SLOT is called, when user wants to apply table modifications. When no cell was modified it will not be called. When modifications have been done, they will be writen to w_value of an attribute.