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

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