aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/images/jpeg_full.qml
blob: 49a6507b4b7c5617f064c94ab918b05eaf14db21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.0

Rectangle {
    width: 320
    height: 480
    Image{
        width: 320
        height: 480
        source: "../shared/col320x480.jpg"
        anchors.fill: parent
    }
}