import QtQuick import QtQuick.Controls GroupBox { title: "GroupBox" Accessible.name: title + "Override" }