The QDateEdit class provides a widget for editing dates based on the QDateTimeEdit widget. More...
Header: | #include <QDateEdit> |
qmake: | QT += widgets |
Inherits: | QDateTimeEdit |
QDateEdit(const QDate &date, QWidget *parent = nullptr) | |
QDateEdit(QWidget *parent = nullptr) | |
virtual | ~QDateEdit() |
Many of the properties and functions provided by QDateEdit are implemented in QDateTimeEdit. These are the relevant properties of this class:
See also QTimeEdit and QDateTimeEdit.
Constructs an empty date editor with a parent. The date is set to date.
Constructs an empty date editor with a parent.
[virtual]
QDateEdit::~QDateEdit()
Destructor.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qdateedit.html