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