summaryrefslogtreecommitdiffstats
path: root/kspaceduel/kspaceduelui.rc
blob: 4aab1ba049685ad7fb4e3f1c5b80d768e7864979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE kpartgui>
<kpartgui name="kspaceduel" version="6">

<MenuBar>
   <Menu name="game"><text>&amp;Game</text>
      <Action name="new_round" append="new_merge"/>
   </Menu>
</MenuBar>

<Toolbar name="mainToolBar"><text>Main Toolbar</text>
   <Action name="game_new"/>
   <Action name="new_round"/>
   <Action name="game_pause"/>
</Toolbar>

</kpartgui>