2011-11-20 21:38:35 +01:00
|
|
|
UIGame
|
2011-08-30 01:40:56 +02:00
|
|
|
id: gameRootInterface
|
2011-08-29 05:04:23 +02:00
|
|
|
anchors.fill: parent
|
2011-11-02 04:02:56 +01:00
|
|
|
anchors.top: topMenu.bottom
|
2011-08-29 05:04:23 +02:00
|
|
|
|
2011-11-03 10:59:11 +01:00
|
|
|
InterfacePanel
|
2012-01-13 21:37:44 +01:00
|
|
|
id: gameRightPanel
|
2012-01-14 20:31:20 +01:00
|
|
|
width: 178
|
2011-11-03 13:17:10 +01:00
|
|
|
layout: verticalBox
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.right: parent.right
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
|
2011-11-03 13:17:10 +01:00
|
|
|
InterfacePanel2
|
2012-01-13 21:37:44 +01:00
|
|
|
id: gameBottomPanel
|
2012-01-13 00:47:31 +01:00
|
|
|
height: 170
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.left: parent.left
|
2012-01-13 21:37:44 +01:00
|
|
|
anchors.right: gameRightPanel.left
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
|
2012-01-07 22:10:06 +01:00
|
|
|
Map
|
2012-01-13 21:37:44 +01:00
|
|
|
id: gameMapPanel
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.left: parent.left
|
2012-01-13 21:37:44 +01:00
|
|
|
anchors.right: gameRightPanel.left
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.top: parent.top
|
2012-01-13 21:37:44 +01:00
|
|
|
anchors.bottom: gameBottomPanel.top
|
|
|
|
focusable: false
|
2011-11-21 17:29:21 +01:00
|
|
|
|
2012-01-24 19:39:16 +01:00
|
|
|
UIWidget
|
|
|
|
id: mouseGrabber
|
2012-01-25 15:56:17 +01:00
|
|
|
focusable: false
|
|
|
|
visible: false
|
2012-02-03 12:59:55 +01:00
|
|
|
phantom: true
|
|
|
|
|