blob: ab58d30bf39d29061394ac06e4db8add6f2eeef3 [file] [log] [blame]
import QtQuick 2.12
import QtQuick.Controls 2.12
GroupBox {
title: "GroupBox"
Accessible.name: title + "Override"
}