Inheritance diagram for DzTimeEdit:
Properties | |
Date | max |
Date | min |
String | separator |
Date | time |
Constructors | |
DzTimeEdit (DzWidget parent) | |
Signals | |
void | valueChanged (DzTime) |
Signature: "valueChanged(const QTime&)" |
DzTimeEdit::DzTimeEdit | ( | DzWidget | parent | ) |
Creates a time edit widget as a child of the given parent widget.
void DzTimeEdit::valueChanged | ( | DzTime | ) | [signal] |
Signature: "valueChanged(const QTime&)"
Emitted when the time in the widget has changed, passes the new time.
QTime DzTimeEdit::max |
Holds the maximum value for the widget.
QTime DzTimeEdit::min |
Holds the minimum value for the widget.
QString DzTimeEdit::separator |
Holds the separator used by the widget.
QTime DzTimeEdit::time |
Holds the time represented by the widget.