Inheritance diagram for DzDateEdit:

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