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