The QDateEdit class provides a widget for editing dates based on the QDateTimeEdit widget. More...
Header: | #include <QDateEdit> |
CMake: | find_package(Qt6 COMPONENTS Widgets REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Widgets) |
qmake: | QT += widgets |
Inherits: | QDateTimeEdit |
QDateEdit(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-6.2/qdateedit.html