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

Label {
    text: "Label"
}