|
RTC Toolkit 6.0.0
|
Standard Interface widget for RTCTK Control and Monitoring Tool. More...
Public Member Functions | |
| __init__ (self, parent=None, designMode=False) | |
| Initialises the Widget. | |
Public Attributes | |
| ui = Ui_StdCmdsWidget() | |
Standard Interface widget for RTCTK Control and Monitoring Tool.
Introduces slight modifications so that it can work in the Control and Monitoring Tool.
| stdcmdswidget.StdCmdsWidget.__init__ | ( | self, | |
| parent = None, | |||
| designMode = False ) |
Initialises the Widget.
This widget takes its UI definition from a Qt UI file.
| [in] | parent | QWidget that will be the parent of this widget |
| [in] | designMode | Used by the Qt Designer to avoid undesirable interactions. |
| stdcmdswidget.StdCmdsWidget.ui = Ui_StdCmdsWidget() |