|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
A bi-directional Slider component. More...
Properties | |
| bool | pressed |
| Whether the slider handle is pressed down. | |
| BiDirectionalSliderStyle | style |
| Provides styling properties for the slider. | |
| bool | tracking |
| Whether the value should be changed while the slider handle is pressed down. | |
A bi-directional Slider component.
| bool BiDirectionalSlider::tracking |
Whether the value should be changed while the slider handle is pressed down.
If true, the value property will change when slider is dragged by the user. Otherwise, the value property will change only when the handle is released.
The default value is false.
1.8.1.2