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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="ksudoku"
0003      version="7"
0004      xmlns="http://www.kde.org/standards/kxmlgui/1.0"
0005      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0006      xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
0007                          http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd">
0008 
0009 <MenuBar>
0010         <Menu noMerge="1" name="game" ><text>&amp;Game</text>
0011                 <Action group="game_merge" name="game_new"  />
0012                 <Action group="game_merge" name="game_restart" />
0013                 <Action group="game_merge" name="game_load" />
0014                 <Separator group="game_merge" />
0015                 <Action group="save_merge" name="game_save" />
0016                 <Action group="save_merge" name="game_save_as" />
0017                 <Separator group="save_merge" />
0018                 <Action group="print_merge" name="game_print" />
0019                 <Separator group="print_merge" />
0020                 <Action group="game_merge" name="game_quit" />
0021         </Menu>
0022 
0023         <Menu noMerge="1" name="move"><text>&amp;Move</text>
0024                 <Action name="move_undo" group="move_undo_merge" />
0025                 <Action name="move_redo" group="move_undo_merge" />
0026                 <Action name="move_add_group" group="move_undo_merge"/>
0027                 <Action name="move_undo_group" group="move_undo_merge"/>
0028                 <Separator group="move_undo_merge" />
0029                 <Action name="move_hint" />
0030                 <Action name="move_solve" />
0031                 <Action name="move_dub_puzzle" />
0032         </Menu>
0033 
0034         <Menu name="settings">
0035                 <Action name="enable_messages"/>
0036         </Menu>
0037 
0038         <Menu name="help"><text>&amp;Help</text>
0039                 <Action name="Home_page" />
0040                 <Action name="support" />
0041                 <Action name="sendComment" />
0042         </Menu>
0043 </MenuBar>
0044 
0045 <ToolBar name="mainToolBar">
0046         <text>Main Toolbar</text>
0047         <Action name="game_new" />
0048         <Action name="game_restart" />
0049         <Action name="game_print" />
0050 </ToolBar>
0051 
0052 <ToolBar noMerge="1" name="actionsToolbar" position="top">
0053         <text>Actions Toolbar</text>
0054         <Action name="move_hint" />
0055         <Action name="move_solve" />
0056         <Action name="move_dub_puzzle" />
0057 </ToolBar>
0058 
0059 <State name="dubbing">
0060         <enable>
0061                 <Action name="move_dub_puzzle" />
0062         </enable>
0063         <disable>
0064                 <Action name="move_hint"/>
0065                 <Action name="move_solve"/>
0066         </disable>
0067 </State>
0068 
0069 </gui>