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