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

Item {
    width: 480; height: 320

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