aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/override/abstractbutton.qml
blob: 6734432943fbeeeff1fde87a9b58d2bfa1f09cb8 (plain)
1
2
3
4
5
6
7
import QtQuick 2.12
import QtQuick.Controls 2.12

AbstractButton {
    text: "AbstractButton"
    Accessible.name: text + "Override"
}