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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="knavalbattle"
0003      version="6"
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_server"/>
0012         <Action name="game_client"/>
0013         <Action name="game_local"/>
0014         <Action name="game_create_server"/>
0015         <Action name="game_create_client"/>
0016     </Menu>
0017     <Menu name="settings">
0018         <Action name="options_nickname"/>
0019         <Action name="options_sounds"/>
0020         <Action name="options_adjacent"/>
0021         <Action name="options_multiple_ships"/>
0022         <Action name="options_show_endgame_message"/>
0023         <Action name="options_showleftgrid"/>
0024         <Action name="options_showrightgrid"/>
0025     </Menu>
0026 </MenuBar>
0027 
0028 <ToolBar name="gameToolbar">
0029     <text>Game Toolbar</text>
0030     <Action name="game_new"/>
0031     <Action name="game_restart"/>
0032     <Action name="game_local"/>
0033     <Action name="game_create_server"/>
0034     <Action name="game_create_client"/>
0035 </ToolBar>
0036 
0037 <State name="playing">
0038     <enable>
0039         <Action name="game_restart"/>
0040     </enable>
0041     <disable>
0042         <Action name="options_adjacent"/>
0043     </disable>
0044     <disable>
0045         <Action name="options_multiple_ships"/>
0046     </disable>
0047 </State>
0048 
0049 </gui>