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

ProgressBar {
    from: 0
    to: 100
    value: 50
}