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

Button {
    text: "Button"
}