summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clock/display.qml
blob: 0187a7e3757e2c632f719dadeebee9d3b695aac1 (plain)
1
2
3
4
5
Rect {
    width: contents.width
    height: contents.height
    Clock { id: Clock }
}