summaryrefslogtreecommitdiffstats
path: root/examples/declarative/loader/loader.qml
blob: 447d73a585e7a443e762c7b23d556ae5d3677e4e (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

Rect {
    id: Shell
    width: 300
    height: 400
    qml: "Browser.qml"
}