aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldesigner/data/merging/SimpleStyle.qml
blob: 92e2e4cc5f941ed931e3919683cd6b263f5ff3a6 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.1

 Image {
     id: rectangle1
     x: 10;
     y: 10;
     height: 150
     width: 100
     source: "qt/icon.png"
 }