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

RadioDelegate {
    text: "RadioDelegate"
}