PyDMFrame
- class pydm.widgets.frame.PyDMFrame(parent=None, init_channel=None)[source]
Bases:
QFrame
,PyDMWidget
QFrame with support for alarms This class inherits from QFrame and PyDMWidget.
- Parameters:
parent (QWidget) – The parent widget for the Label
init_channel (str, optional) – The channel to be used by the widget.
Note
See QFrame Documentation for all inherited properties and methods.