aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/switchdelegate.qml
blob: fba0c3218f63c2e8b8df0243037340906feb6a67 (plain)
1
2
3
4
5
6
import QtQuick 2.5
import QtQuick.Controls 2.1

SwitchDelegate {
    text: "SwitchDelegate"
}