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

Rectangle {
    width: 550; height: 200

    Image {
        objectName: "tiling"; anchors.fill: parent
        source: "green.png"; fillMode: Image.TileVertically
    }
}