Warning, /games/kigo/src/gui/kigoui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="kigo" version="13"
0003      xmlns="http://www.kde.org/standards/kxmlgui/1.0"
0004      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0005      xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
0006                          http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
0007     <MenuBar>
0008         <Menu name="game">
0009             <text context="@title:menu">&amp;Game</text>
0010             <Action name="game_new"/>
0011             <Action name="game_load"/>
0012             <Action name="get_more_games"/>
0013             <Action name="game_save"/>
0014             <Separator/>
0015             <Action name="game_start"/>
0016             <Action name="game_finish"/>
0017             <Action name="game_seats"/>
0018         </Menu>
0019         <Menu name="move">
0020             <text context="@title:menu">&amp;Move</text>
0021             <Action name="move_hint"/>
0022             <Action name="move_numbers"/>
0023         </Menu>
0024         <Menu name="settings">
0025             <text context="@title:menu">&amp;Settings</text>
0026             <Menu name="dockers" append="show_merge">
0027                 <text context="@title:menu">&amp;Dockers</text>
0028                 <Action name="show_setup_panel"/>
0029                 <Action name="show_game_panel"/>
0030                 <Action name="show_moves_panel"/>
0031             </Menu>
0032         </Menu>
0033     </MenuBar>
0034 
0035     <ToolBar name="mainToolBar" noMerge="1" iconText="icontextright">
0036         <text context="@title:menu">Main Toolbar</text>
0037         <Action name="game_new"/>
0038         <Action name="game_start"/>
0039         <Action name="game_finish"/>
0040     </ToolBar>
0041     <ToolBar name="moveToolBar">
0042         <text context="@title:menu">Move Toolbar</text>
0043         <Action name="move_undo"/>
0044         <Action name="move_redo"/>
0045         <Separator/>
0046         <Action name="move_end_turn"/>
0047         <Separator/>
0048         <Action name="move_hint"/>
0049         <Action name="move_numbers"/>
0050     </ToolBar>
0051 </gui>