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

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