aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/accessibility/data/defaults/radiodelegate.qml
blob: d002b985328e7421fe135238f42e46a6df4b6dd4 (plain)
1
2
3
4
5
6
import QtQuick
import QtQuick.Controls

RadioDelegate {
    text: "RadioDelegate"
}