2011-08-29 05:04:23 +02:00
|
|
|
UIWidget
|
|
|
|
anchors.fill: parent
|
|
|
|
|
|
|
|
UIMap
|
|
|
|
id: gameMap
|
|
|
|
anchors.fill:parent
|
|
|
|
margin.right: 200
|
|
|
|
|
|
|
|
Button
|
|
|
|
anchors.left: gameMap.right
|
|
|
|
anchors.top: parent.top
|
2011-08-29 05:44:02 +02:00
|
|
|
text: Logout
|
2011-08-30 01:20:30 +02:00
|
|
|
onClick: Game.logout(false)
|