PyDMDateTimeEdit
- class pydm.widgets.datetime.PyDMDateTimeEdit(parent=None, init_channel=None)[source]
Bases:
QDateTimeEdit,PyDMWritableWidgetA QDateTimeEdit with support for setting the text via a PyDM Channel, or through the PyDM Rules system.
- Parameters:
parent (QWidget) – The parent widget for the Label
init_channel (str, optional) – The channel to be used by the widget.
- Q_ENUM(a0: Union[type, enum.Enum])
- readBlockPastDate() bool[source]
Error out if user tries to set value to a date older than current.
Note
See QDateTimeEdit Documentation for all inherited properties and methods.