The QTimeEdit class provides a widget for editing times based on the QDateTimeEdit widget. More...
| Header: | #include <QTimeEdit> |
| qmake: | QT += widgets |
| Inherits: | QDateTimeEdit |
| QTimeEdit(const 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-5.15/qtimeedit.html