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

RadioButton {
    text: "RadioButton"
}