summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/flickr-mobile-90.qml
blob: 9fec2421db997a056dfab537dfc50a6f60e1e51d (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.6

Item {
    width: 480; height: 320

    Loader {
        y: 320; rotation: -90
        transformOrigin: Item.TopLeft
        source: "flickr-mobile.qml"
    }
}