Warning, /games/knights/src/knightsui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="knights"
0003      version="2"
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 name="game">
0011       <Action name="game_new" />
0012       <Action name="game_pause" />
0013       <Action name="propose_draw" />
0014       <Action name="resign" />
0015       <Action name="adjourn" />
0016       <Action name="abort" />
0017           <Separator/>
0018       <Action name="quit" />
0019     </Menu>
0020 
0021     <Menu name="move">
0022       <text>Move</text>
0023       <Action name="move_undo" />
0024       <Action name="move_redo" />
0025     </Menu>
0026 
0027     <Menu name="settings">
0028       <Action name="show_history" />
0029       <Action name="show_clock" />
0030       <Action name="show_chat" />
0031       <Action name="show_console_black" />
0032       <Action name="show_console_white" />
0033     </Menu>
0034 
0035   </MenuBar>
0036 
0037   <ToolBar name="mainToolBar" >
0038     <text>Main Toolbar</text>
0039     <Action name="game_new" />
0040     <Action name="game_load" />
0041     <Action name="game_save" />
0042   </ToolBar>
0043 
0044   <ToolBar name="actionsToolbar" >
0045     <text>Game Actions Toolbar</text>
0046     <Action name="move_undo" />
0047     <Action name="move_redo" />
0048         <Separator/>
0049     <Action name="game_pause" />
0050     <Action name="propose_draw" />
0051     <Action name="resign" />
0052     <Action name="adjourn" />
0053         <Separator/>
0054     <Action name="abort" />
0055   </ToolBar>
0056 
0057   <ToolBar name="dockToolBar" >
0058     <text>Dockable Windows Toolbar</text>
0059     <Action name="show_history" />
0060     <Action name="show_clock" />
0061     <Action name="show_chat" />
0062     <Action name="show_console_black" />
0063     <Action name="show_console_white" />
0064   </ToolBar>
0065 
0066 </gui>