|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
The base class for pick selectors. More...
Inherits Dialog.
Inherited by DatePickSelector, ListPickSelector, and TimePickSelector.
Signals | |
| void | selected (string text) |
| This signal should be emitted when a value is selected. | |
Properties | |
| 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. | |
The base class for pick selectors.
The AbstractPickSelector is used for creating custom pick selectors. Typically, a pick selector is assigned to a ValueButton, but can also be used standalone.
|
signal |
This signal should be emitted when a value is selected.
When the signal is emitted, currentValueText will be updated to text.
1.8.1.2