blob: c338afd1bc43899d6883ad26bdba872771c95402 [file] [log] [blame]
import QtQuick 2.12
import QtQuick.Controls 2.12
RoundButton {
text: "RoundButton"
Accessible.name: text + "Override"
}