aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/qml/examples/imgprovider/imgprovider.qml
blob: 0c5c747f0d4aa0c53e20b2c666d5b80cb4925d72 (plain) (blame)
1
2
3
4
5
import QtQuick 2.0

Image {
    source: "image://pwd/ubuntu-gopher.png"
}