The QMaemo5DatePickSelector class can be used together with a QMaemo5ValueButton to allow the selection of a date. More...
#include <QMaemo5DatePickSelector>Inherits QMaemo5AbstractPickSelector.
This class was introduced in Qt 4.6.
| QMaemo5DatePickSelector ( QObject * parent = 0 ) | |
| ~QMaemo5DatePickSelector () | |
| QDate | currentDate () const |
| int | maximumYear () const |
| int | minimumYear () const |
| void | setCurrentDate ( const QDate & date ) |
| void | setMaximumYear ( int maxYear ) |
| void | setMinimumYear ( int minYear ) |
| virtual QString | currentValueText () const |
| virtual QWidget * | widget ( QWidget * parent ) |
The QMaemo5DatePickSelector class can be used together with a QMaemo5ValueButton to allow the selection of a date.
The Maemo5 date pick selector is a Maemo 5 specific class that is mainly used together with the so called "picker buttons" on this platform. The picker will handle all internal communication, such as setting the value of the picker button after the user has selected the new date.
See also QMaemo5AbstractPickSelector.
This property holds the currently selected date.
This property holds the date that is currently selected.
Access functions:
| QDate | currentDate () const |
| void | setCurrentDate ( const QDate & date ) |
This property holds the maximum year.
This property holds the maximum year a user can choose.
Access functions:
| int | maximumYear () const |
| void | setMaximumYear ( int maxYear ) |
This property holds the minimum year.
This property holds the minimum year a user can choose.
Access functions:
| int | minimumYear () const |
| void | setMinimumYear ( int minYear ) |
Constructs a new date pick selector with the given parent object.
Destroys the pick selector.
Reimplemented from QMaemo5AbstractPickSelector::currentValueText().
Reimplemented from QMaemo5AbstractPickSelector::widget().