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