UISlider QML Type
Used to select a value by sliding a handle along a track. More...
| Import Statement: | import . |
Detailed Description
UISlider is a TODO: doc
import jsee23.qmluikit 0.1 // TODO: doc
Property Documentation
This property holds if the value changes of the user should be sent continuously or not. If false, the value will just change when the user releases the thumb. By default true.
See also value.
This property holds the url to an image, that will be shown right to the maximum of the slider.
NOTE: currently not implemented!
This property holds the url to an image, that will be shown left to the minimum of the slider.
NOTE: currently not implemented!
This property holds the current value of the slider thumb. It is in the range of the minimumValue and maximumValue.
See also minimumValue, maximumValue, and continuous.