|
RTC Toolkit 6.0.0
|
Set of widgets for the RtcCustom entry on the TaurusForm widget. More...
Public Member Functions | |
| __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. | |
| setModel (self, name, **kwargs) | |
| setModel is the main method to interacts with TaurusWidgets. | |
Set of widgets for the RtcCustom 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 | +-------+------+-------+-------+-------+
| rtccustomwidget.RtcCustomWidget.__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. |
| rtccustomwidget.RtcCustomWidget.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. We call the default implementation.
| [in] | name | URI of the component. |
| [in] | kwargs | extra options for compatibility. |