summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/proxyviewer/view.qml
blob: 7f1bdef4012a585f809c2190c9240d4d20ccb881 (plain)
1
2
3
4
5
6
7
import Qt 4.7

Image {
    width: 100
    height: 100
    source: "http://qt.nokia.com/logo.png"
}