aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgimage/data/mirror.qml
blob: 101a3a28ce99f5c3a62c0a2f3f43256862483834 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0

Rectangle {
    width: 300
    height: 250
    Image {
        objectName: "image"
        anchors.fill: parent
        source: "heart200.png"
    }
}