|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
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. | |
A pick selector for choosing a date value.
| 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
1.8.1.2