summaryrefslogtreecommitdiffstats
path: root/kblackbox/kblackboxui.rc
blob: c7c2b63401c7e10444b5468d6897e29d842c5030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE kpartgui>
<kpartgui name="kblackbox" version="5">

<MenuBar>
  <Menu name="game"><text>&amp;Game</text>
	<Action name="game_giveup" append="new_merge"/>
	<Action name="game_done" append="new_merge"/>
	<Separator/>
	<Action name="game_resize" append="misc_merge"/>
  </Menu>
  <Menu name="settings"><text>&amp;Settings</text>
	<Action name="options_size" append="save_merge"/>
	<Action name="options_balls" append="save_merge"/>
	<Action name="options_tutorial" append="save_merge"/>
  </Menu>
</MenuBar>

<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
	<Action name="game_new"/>
	<Action name="game_giveup"/>
	<Action name="game_done"/>
</ToolBar>

</kpartgui>