aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/accessibility/data/switchdelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/accessibility/data/switchdelegate.qml')
-rw-r--r--tests/auto/accessibility/data/switchdelegate.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/accessibility/data/switchdelegate.qml b/tests/auto/accessibility/data/switchdelegate.qml
new file mode 100644
index 00000000..9f2324c0
--- /dev/null
+++ b/tests/auto/accessibility/data/switchdelegate.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.5
+import QtQuick.Controls 2.0
+
+SwitchDelegate {
+ text: "SwitchDelegate"
+}