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

RadioDelegate {
    text: "RadioDelegate"
}