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