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

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