The QTimeEdit class provides a widget for editing times based on the QDateTimeEdit widget. More...
Header: | #include <QTimeEdit> |
CMake: | find_package(Qt6 COMPONENTS Widgets REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Widgets) |
qmake: | QT += widgets |
Inherits: | QDateTimeEdit |
QTimeEdit(QTime time, QWidget *parent = nullptr) | |
QTimeEdit(QWidget *parent = nullptr) | |
virtual | ~QTimeEdit() |
Many of the properties and functions provided by QTimeEdit are implemented in QDateTimeEdit. These are the relevant properties of this class:
See also QDateEdit and QDateTimeEdit.
Constructs an empty time editor with a parent. The time is set to time.
Constructs an empty time editor with a parent.
[virtual]
QTimeEdit::~QTimeEdit()
Destructor.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qtimeedit.html