aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/rangeslider.qml
blob: 45b1d4ae30e644c326290b2f585b04bafa79ab44 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.5
import QtQuick.Controls 2.0

RangeSlider {
    from: 0
    to: 100
    first.value: 25
    second.value: 75
    stepSize: 1
    orientation: Qt.Horizontal
}