aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage/data/mirror.qml
blob: 98fddf083e8447c43b9887ed0fa2853ad449686f (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: "pattern.png"
    }
}