Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions

QTimeEdit Class Reference
[QtGui module]

The QTimeEdit class provides a widget for editing times based on the QDateTimeEdit widget. More...

 #include <QTimeEdit>

Inherits QDateTimeEdit.

Properties

Public 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:

Screenshot of a Windows XP style time editing widgetA time editing widget shown in the Windows XP widget style.
Screenshot of a Macintosh style time editing widgetA time editing widget shown in the Macintosh widget style.
Screenshot of a Plastique style time editing widgetA time editing widget shown in the Plastique widget style.

See also QDateEdit and QDateTimeEdit.


Property Documentation

time : QTime

This property holds the QTime that is shown in the widget.

By default, this property contains a time of 00:00:00 and 0 milliseconds.

Access functions:


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.


Copyright © 2008 Nokia Trademarks
Qt 4.4.3