aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/slider.qml
blob: 088bd23a391320735f6c18555e5cc251e7bb3878 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.5
import QtQuick.Controls 2.1

Slider {
    from: 0
    to: 100
    value: 50
    stepSize: 1
    orientation: Qt.Horizontal
}