diff options
Diffstat (limited to 'kreversi/kreversiui.rc')
-rw-r--r-- | kreversi/kreversiui.rc | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kreversi/kreversiui.rc b/kreversi/kreversiui.rc new file mode 100644 index 00000000..304b87b2 --- /dev/null +++ b/kreversi/kreversiui.rc @@ -0,0 +1,45 @@ +<!DOCTYPE kpartgui> +<kpartgui name="kreversi" version="2"> + +<ActionProperties> + <Action name="game_stop" icon="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> |