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
|
|
|
|
id: rightPanel
|
|
|
|
width: 200
|
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
|
2011-11-03 10:59:11 +01:00
|
|
|
id: bottomPanel
|
2011-11-04 00:34:32 +01:00
|
|
|
height: 144
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: rightPanel.left
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
|
|
|
|
MapPanel
|
2011-11-03 13:17:10 +01:00
|
|
|
id: mapPanel
|
2011-11-03 10:59:11 +01:00
|
|
|
anchors.left: parent.left
|
|
|
|
anchors.right: rightPanel.left
|
|
|
|
anchors.top: parent.top
|
2011-11-20 21:38:35 +01:00
|
|
|
anchors.bottom: bottomPanel.top
|
2011-11-21 17:29:21 +01:00
|
|
|
|