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

Label {
    text: "Label"
}