blob: aff9e71a0b61742bb52b3c251a96d8e7f86da34e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE kpartgui>
<kpartgui name="konquest" version="1">
<MenuBar>
<Menu name="game"><text>&Game</text>
<Action name="game_measure"/>
<Action name="game_scores"/>
<Action name="game_fleets"/>
</Menu>
</MenuBar>
<ToolBar name="mainToolBar"><text>Main Toolbar</text>
<Action name="game_new"/>
<Action name="game_end"/>
<Separator/>
<Action name="game_measure"/>
<Action name="game_scores"/>
<Action name="game_fleets"/>
</ToolBar>
</kpartgui>
|