summaryrefslogtreecommitdiffstats
path: root/kreversi/kreversiui.rc
blob: 3785e2c57588bf944a3a4c1c10e89995b8db7dff (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE kpartgui>
<kpartgui name="kreversi" version="2">

<ActionProperties>
  <Action name="game_stop" icon="process-stop"/>
</ActionProperties>

<MenuBar>
  <Menu name="game"><text>&amp;Game</text>
    <Action name="game_sound"/>
  </Menu>
  <Menu name="move"><text>&amp;Move</text>
    <Action name="game_undo"/>
    <Action name="game_hint"/>
    <Action name="game_switch_sides"/>
    <Separator/>
    <Action name="game_stop"/>
    <Action name="game_continue"/>
  </Menu>

</MenuBar>

<ToolBar name="mainToolBar"><text>Main Toolbar</text>
  <Action name="game_new"/>
  <Action name="game_stop"/>
  <Action name="game_continue"/>
  <Action name="game_undo"/>
  <Action name="options_show_menubar"/>
</ToolBar>
<ToolBar name="viewToolBar"><text>View Toolbar</text>
  <Action name="game_hint"/>
  <Action name="show_last_move"/>
  <Action name="show_legal_moves"/>
</ToolBar>

<Menu name="popup">
  <Action name="options_show_menubar"/>
  <Separator/>
  <Action name="game_new"/>
  <Action name="game_highscores"/>
  <Separator/>
  <Action name="game_quit"/>
</Menu>

</kpartgui>