Implements the Label widget of the RtcComponentWidget.
More...
|
def | __init__ (self, parent=None, designMode=False) |
| Initializes the Widget, setting the parent.
|
|
def | setModel (self, model) |
|
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__()
def rtccomponentwidget.RtcComponentTVLabelWidget.__init__ |
( |
|
self, |
|
|
|
parent = None , |
|
|
|
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. |
◆ setModel()
def rtccomponentwidget.RtcComponentTVLabelWidget.setModel |
( |
|
self, |
|
|
|
model |
|
) |
| |
◆ layoutAlignment
Qt rtccomponentwidget.RtcComponentTVLabelWidget.layoutAlignment = Qt.Qt.AlignTop |
|
static |
◆ lbl_name
rtccomponentwidget.RtcComponentTVLabelWidget.lbl_name |
The documentation for this class was generated from the following file: