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