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

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.

Detailed Description

A bi-directional Slider component.

See Also
BiDirectionalSliderStyle, Slider

Property Documentation

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.