Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Properties | List of all members
DatePickSelector Class Reference

A pick selector for choosing a date value. More...

Inherits AbstractPickSelector.

Properties

variant currentDate
 The current chosen date.
int maximumYear
 The maximum year that can be chosen.
int minimumYear
 The minimum year that can be chosen.
- Properties inherited from AbstractPickSelector
string currentValueText
 This property should be set to the display text of the current selected value.
- Properties inherited from Dialog
list< QDeclarativeItem > children
 The visual children of the dialog.
list< object > data
 The children of the dialog.
bool showProgressIndicator
 Whether the progress indicator should be visible.
enumeration status
 The current status of the dialog.

Additional Inherited Members

- Signals inherited from AbstractPickSelector
void selected (string text)
 This signal should be emitted when a value is selected.

Detailed Description

A pick selector for choosing a date value.

width: parent.width
text: qsTr("Select date")
pickSelector: DatePickSelector {}
}
See Also
ListPickSelector, TimePickSelector, ValueButton
Examples:
selectors.qml.

Property Documentation

variant DatePickSelector::currentDate

The current chosen date.

The default value is the current date.

int DatePickSelector::maximumYear

The maximum year that can be chosen.

The default value is 2037

int DatePickSelector::minimumYear

The minimum year that can be chosen.

The default value is 2009