Inheritance diagram for DzDateTimeEdit:
Properties | |
Date | date |
Date | dateMax |
Date | dateMin |
String | dateSeparator |
Date | time |
Date | timeMax |
Date | timeMin |
String | timeSeparator |
Constructors | |
DzDateTimeEdit (DzWidget parent) | |
Signals | |
void | valueChanged (DateTime dateTime) |
Signature: "valueChanged(const QDateTime&)" |
DzDateTimeEdit::DzDateTimeEdit | ( | DzWidget | parent | ) |
Creates a date time edit widget as a child of the given parent widget.
void DzDateTimeEdit::valueChanged | ( | DateTime | dateTime | ) | [signal] |
Signature: "valueChanged(const QDateTime&)"
Emitted when the date/time in the widget has changed, passes the new date/time.
QDate DzDateTimeEdit::date |
Holds the date represented by the widget.
QDate DzDateTimeEdit::dateMax |
Holds the maximum date value for the widget.
QDate DzDateTimeEdit::dateMin |
Holds the minimum date value for the widget.
QString DzDateTimeEdit::dateSeparator |
Holds the date separator used by the widget.
QTime DzDateTimeEdit::time |
Holds the time represented by the widget.
QTime DzDateTimeEdit::timeMax |
Holds the maximum time value for the widget.
QTime DzDateTimeEdit::timeMin |
Holds the minimum time value for the widget.
QString DzDateTimeEdit::timeSeparator |
Holds the time separator used by the widget.