aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage/data/mirror.qml
blob: ba230500bb46514c3bdf61d4a439f42024be839f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.0

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