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