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

Button {
    text: "Button"
}