changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
36:ef0373b55136 | 37:758a864f9613 |
---|---|
49 anchors.centerIn: parent |
49 anchors.centerIn: parent |
50 Clock { city: "New York"; shift: -4 } |
50 Clock { city: "New York"; shift: -4 } |
51 Clock { city: "Mumbai"; shift: 5.5 } |
51 Clock { city: "Mumbai"; shift: 5.5 } |
52 Clock { city: "Tokyo"; shift: 9 } |
52 Clock { city: "Tokyo"; shift: 9 } |
53 } |
53 } |
54 QuitButton { |
|
55 anchors.right: parent.right |
|
56 anchors.top: parent.top |
|
57 anchors.margins: 10 |
|
58 } |
|
54 } |
59 } |