aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/data/merging/SimpleStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmldesigner/data/merging/SimpleStyle.qml')
-rw-r--r--tests/auto/qml/qmldesigner/data/merging/SimpleStyle.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldesigner/data/merging/SimpleStyle.qml b/tests/auto/qml/qmldesigner/data/merging/SimpleStyle.qml
new file mode 100644
index 0000000000..92e2e4cc5f
--- /dev/null
+++ b/tests/auto/qml/qmldesigner/data/merging/SimpleStyle.qml
@@ -0,0 +1,10 @@
+import QtQuick 2.1
+
+ Image {
+ id: rectangle1
+ x: 10;
+ y: 10;
+ height: 150
+ width: 100
+ source: "qt/icon.png"
+ }