aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/override/rangeslider.qml
blob: 675c34aad171b1383adb9552f4785ca76162c177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick
import QtQuick.Controls

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

    Accessible.name: "RangeSliderOverride"
}