Implements the Read widget of the RtcComponentWidget.
More...
|
def | __init__ (self, parent=None, designMode=False) |
| Initializes the Widget, setting the parent.
|
|
def | setModel (self, str model) |
| Sets the model, a URI that indicates which TaurusDevice this widget will connect to.
|
|
Implements the Read widget of the RtcComponentWidget.
This widget is used by the TaurusForm class to create the widget that belongs to the "Read" column of the grid layout of the TaurusForm.
◆ __init__()
def rtccomponentwidget.RtcComponentTVReadWidget.__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.RtcComponentTVReadWidget.setModel |
( |
|
self, |
|
|
str |
model |
|
) |
| |
Sets the model, a URI that indicates which TaurusDevice this widget will connect to.
After the model is set, it will request the list of implemented interfaces in the TaurusDevice/RTC Component, and add their specific widget implementation to a scrollarea.
- Parameters
-
[in] | model | str with the URI of the TaurusDevice/RTC Component. |
◆ dynamic_widget_list
rtccomponentwidget.RtcComponentTVReadWidget.dynamic_widget_list |
◆ interface_to_widget
dict rtccomponentwidget.RtcComponentTVReadWidget.interface_to_widget |
|
static |
Initial value:= {
"::rtctkif::FuncCmds": FuncCmdsWidget,
"::rtctkif::UpdateCmds": UpdateCmdsWidget,
"::rtctkif::LoopCmds": LoopCmdsWidget,
"::rtctkif::MeasCmds": MeasCmdsWidget,
"::rtctkif::OptCmds": OptCmdsWidget,
"::rtctkif::SuspCmds": SuspCmdsWidget,
"::rtctkif::ModeCmds": ModeCmdsWidget,
"::rtctkif::WriteBackCmds": WriteBackCmdsWidget,
}
◆ layoutAlignment
Qt rtccomponentwidget.RtcComponentTVReadWidget.layoutAlignment = Qt.Qt.AlignTop |
|
static |
◆ ui
rtccomponentwidget.RtcComponentTVReadWidget.ui |
The documentation for this class was generated from the following file: