Implements the Label widget of the RtcComponentWidget.
More...
|
| | __init__ (self, parent=None, designMode=False) |
| | Initialises the Widget, setting the parent.
|
| |
| | setModel (self, str model) |
| | Sets the model, a URI that indicates which TaurusDevice this widget will connect to.
|
| |
Implements the Label widget of the RtcComponentWidget.
This widget is used by the TaurusForm class to create the widget that belongs to the "Label" column of the grid layout of the TaurusForm.
◆ __init__()
| rtccomponentwidget.RtcComponentTVLabelWidget.__init__ |
( |
| self, |
|
|
| parent = None, |
|
|
| designMode = False ) |
Initialises the Widget, setting the parent.
- Parameters
-
| [in] | parent | QWidget that will be the parent of this widget |
| [in] | designMode | Used by the Qt Designer to avoid undesirable interactions. |
◆ setModel()
| rtccomponentwidget.RtcComponentTVLabelWidget.setModel |
( |
| self, |
|
|
str | model ) |
Sets the model, a URI that indicates which TaurusDevice this widget will connect to.
- Parameters
-
| [in] | model | str with the URI of the TaurusDevice/RTC Component. |
◆ layoutAlignment
| rtccomponentwidget.RtcComponentTVLabelWidget.layoutAlignment = Qt.AlignTop |
|
static |
◆ lbl_name
| rtccomponentwidget.RtcComponentTVLabelWidget.lbl_name = QLabel(parent) |
The documentation for this class was generated from the following file: