aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/button.qml
blob: 0fd14210035bca46120f8735386f65b2a9511ccb (plain)
1
2
3
4
5
6
import QtQuick 2.5
import QtQuick.Controls 2.0

Button {
    text: "Button"
}