QTimeEdit Class
The QTimeEdit class provides a widget for editing times based on the QDateTimeEdit widget. More...
#include <QTimeEdit> Inherits: QDateTimeEdit.
Public Types
enum | PaintDeviceMetric { PdmWidth, PdmHeight, PdmWidthMM, PdmHeightMM, ..., PdmPhysicalDpiY } |
Properties
Public Functions
Protected Functions
Additional Inherited Members
Detailed Description
The QTimeEdit class provides a widget for editing times based on the QDateTimeEdit widget.
Many of the properties and functions provided by QTimeEdit are implemented in QDateTimeEdit. The following properties are most relevant to users of this class:
- time holds the date displayed by the widget.
- minimumTime defines the minimum (earliest) time that can be set by the user.
- maximumTime defines the maximum (latest) time that can be set by the user.
- displayFormat contains a string that is used to format the time displayed in the widget.
See also QDateEdit and QDateTimeEdit.
Property Documentation
Access functions:
Notifier signal:
Member Function Documentation
QTimeEdit::QTimeEdit(QWidget * parent = 0)
Constructs an empty time editor with a parent.
QTimeEdit::QTimeEdit(const QTime & time, QWidget * parent = 0)
Constructs an empty time editor with a parent. The time is set to time.
|