summaryrefslogtreecommitdiffstats
path: root/kjumpingcube/kjumpingcubeui.rc
blob: 359a87db8d242fd95a15a97a463a6fbf35127f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE kpartgui>
<kpartgui name="kjumpingcube" version="4">

<MenuBar>
  <Menu name="game"><text>&amp;Game</text>
    <Action name="game_stop"/>
  </Menu>
</MenuBar>

<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
    <Action name="game_new"/>
    <Action name="game_open"/>
    <Action name="game_save"/>
    <Separator/>
    <Action name="game_stop"/>
    <Action name="game_hint"/>
    <Action name="move_undo"/>
</ToolBar>

</kpartgui>