changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
--- a/examples/declarative/toys/clocks/clocks.qml Fri Sep 17 08:34:18 2010 +0300 +++ b/examples/declarative/toys/clocks/clocks.qml Mon Oct 04 01:19:32 2010 +0300 @@ -51,4 +51,9 @@ Clock { city: "Mumbai"; shift: 5.5 } Clock { city: "Tokyo"; shift: 9 } } + QuitButton { + anchors.right: parent.right + anchors.top: parent.top + anchors.margins: 10 + } }