aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/roundbutton.qml
blob: 20f0ed9a17b7c85f5e8fb4f1c1a13e61dbf1d661 (plain)
1
2
3
4
5
6
import QtQuick 2.12
import QtQuick.Controls 2.12

RoundButton {
    text: "RoundButton"
}