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

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