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

A pick selector used for choosing a time value. More...

Inherits AbstractPickSelector.

Properties

variant currentTime
 The current chosen time.
int minuteStep
 The interval between each minute value displayed.
- 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 used for choosing a time value.

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

Property Documentation

variant TimePickSelector::currentTime

The current chosen time.

The default value is the current time.

int TimePickSelector::minuteStep

The interval between each minute value displayed.

The default value is 1.