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

SwitchDelegate {
    text: "SwitchDelegate"
}