aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml')
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml
new file mode 100644
index 00000000..75400351
--- /dev/null
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.0
+import Qt.labs.controls 1.0
+
+Switch {
+ text: "Normal"
+}