import QtQuick
import QtQuick.Controls
TextArea {
text: "TextArea"
Accessible.name: text + "Override"
}