summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clock/display.qml
blob: cd6dcf7b75b7acba52021e1a41f40b7d38f701a8 (plain)
1
2
3
4
5
6
7
import Qt 4.6

Rect {
    width: contents.width
    height: contents.height
    Clock { id: Clock }
}