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

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