You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.1 KiB
46 lines
1.1 KiB
<!DOCTYPE kpartgui>
|
|
<kpartgui name="kreversi" version="2">
|
|
|
|
<ActionProperties>
|
|
<Action name="game_stop" icon="process-stop"/>
|
|
</ActionProperties>
|
|
|
|
<MenuBar>
|
|
<Menu name="game"><text>&Game</text>
|
|
<Action name="game_sound"/>
|
|
</Menu>
|
|
<Menu name="move"><text>&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>
|