RTC Toolkit 4.0.1
|
Set of widgets for the RtcComponent entry on the TaurusForm widget. More...
Public Member Functions | |
def | __init__ (self, parent=None, designMode=False) |
Initializes the class, which acts as a provider of the widgets for Label, Read, Write, Units and Extra columns of the TaurusForm. | |
def | setModel (self, name, **kwargs) |
setModel is the main method to interacts with TaurusWidgets. | |
Set of widgets for the RtcComponent entry on the TaurusForm widget.
This class is not a widget by itself. It provides the specific widgets for each column of the grid layout in the TaurusForm:
+-------+------+-------+-------+-------+ | Label | Read | Write | Units | Extra | +-------+------+-------+-------+-------+
def rtccomponentwidget.RtcComponentWidget.__init__ | ( | self, | |
parent = None , |
|||
designMode = False |
|||
) |
Initializes the class, which acts as a provider of the widgets for Label, Read, Write, Units and Extra columns of the TaurusForm.
[in] | parent | QWidget that will be the parent of this widget |
[in] | designMode | Used by the Qt Designer to avoid undesirable interactions. |
def rtccomponentwidget.RtcComponentWidget.setModel | ( | self, | |
name, | |||
** | kwargs | ||
) |
setModel is the main method to interacts with TaurusWidgets.
It carries the URI of the Component which we want to connect to. We call the default implementation.
[in] | name | URI of the component. |
[in] | kwargs | extra options for compatibility. |