summaryrefslogtreecommitdiffstats
path: root/tests/image.qml
blob: d7b8cf91c6f039d5b06992fbc7128e08be843f9d (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

Image {
    width: 500
    height: 400
    source: "img.png"
}