Implements the Read widget of the RtcCustomWidget.
More...
|
| | ui = Ui_RtcCustomWidget() |
| |
Implements the Read widget of the RtcCustomWidget.
This widget is used by the TaurusForm class to create the widget that belongs to the "Read" column of the grid layout of the TaurusForm.
◆ __init__()
| rtccustomwidget.RtcCustomTVReadWidget.__init__ |
( |
| self, |
|
|
QWidget | parent = None, |
|
|
bool | designMode = False ) |
Initializes the Widget, setting the parent.
This widget takes its UI definition from a Qt UI file.
- Parameters
-
| [in] | parent | QWidget that will be the parent of this widget |
| [in] | designMode | Used by the Qt Designer to avoid undesirable interactions. |
◆ on_argsLineEdit_textChanged()
| rtccustomwidget.RtcCustomTVReadWidget.on_argsLineEdit_textChanged |
( |
| self, |
|
|
str | new_text ) |
Slot for textChanged signal for the argument line edit box.
- Parameters
-
| [in] | new_text | The new text value of the line edit box. |
◆ on_barTaurusCommandButton_commandExecuted()
| rtccustomwidget.RtcCustomTVReadWidget.on_barTaurusCommandButton_commandExecuted |
( |
| self, |
|
|
| object ) |
Slot for commandExecuted signal.
It gets invoked when the command defined in getActiveModesTaurusCommandButton finishes execution.
This method is automatically connected to the matching button during the self.ui.setupUi(self) in the init method. This is called autoconnections.
- Parameters
-
| [in] | object | Python object (any) that is the return value of the command. |
◆ on_fooTaurusCommandButton_commandExecuted()
| rtccustomwidget.RtcCustomTVReadWidget.on_fooTaurusCommandButton_commandExecuted |
( |
| self, |
|
|
object | object ) |
Slot for commandExecuted signal.
It gets invoked when the command defined in getAvailableModesTaurusCommandButton finishes execution.
This method is automatically connected to the matching button during the self.ui.setupUi(self) in the init method. This is called autoconnections.
- Parameters
-
| [in] | object | Python object (any) that is the return value of the command. |
◆ layoutAlignment
| rtccustomwidget.RtcCustomTVReadWidget.layoutAlignment = Qt.AlignTop |
|
static |
◆ ui
| rtccustomwidget.RtcCustomTVReadWidget.ui = Ui_RtcCustomWidget() |
The documentation for this class was generated from the following file: