RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
rtccomponentwidget.RtcComponentTVLabelWidget Class Reference

Implements the Label widget of the RtcComponentWidget. More...

Inheritance diagram for rtccomponentwidget.RtcComponentTVLabelWidget:

Public Member Functions

 __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.
 

Public Attributes

 lbl_name = QLabel(parent)
 

Static Public Attributes

 layoutAlignment = Qt.AlignTop
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

rtccomponentwidget.RtcComponentTVLabelWidget.__init__ ( self,
parent = None,
designMode = False )

Initialises the Widget, setting the parent.

Parameters
[in]parentQWidget that will be the parent of this widget
[in]designModeUsed by the Qt Designer to avoid undesirable interactions.

Member Function Documentation

◆ setModel()

rtccomponentwidget.RtcComponentTVLabelWidget.setModel ( self,
str model )

Sets the model, a URI that indicates which TaurusDevice this widget will connect to.

Parameters
[in]modelstr with the URI of the TaurusDevice/RTC Component.

Member Data Documentation

◆ 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: