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

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