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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="kpat"
0003      version="31"
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 <MenuBar>
0009   <Menu name="game">
0010     <Action name="new_game"/>
0011     <Separator/>
0012     <Action name="new_deal"/>
0013     <Action name="new_numbered_deal"/>
0014     <Action name="game_restart"/>
0015     <Separator/>
0016     <Action name="game_load"/>
0017     <Action name="game_load_recent"/>
0018     <Action name="game_save_as"/>
0019     <Separator/>
0020     <Action name="game_stats"/>
0021   </Menu>
0022   <Menu name="move" noMerge="1">
0023     <text>Move</text>
0024     <Action name="move_undo"/>
0025     <Action name="move_redo"/>
0026     <Separator/>
0027     <ActionList name="game_actions"/>
0028   </Menu>
0029   <Menu name="settings">
0030     <ActionList name="dealer_options"/>
0031     <Separator/>
0032     <Action name="enable_autodrop"/>
0033     <Action name="enable_solver"/>
0034     <Action name="play_sounds"/>
0035     <Action name="remember_state"/>
0036   </Menu>
0037   <Menu name="help">
0038     <Action name="help_game" append="help_whats_this_merge"/>
0039   </Menu>
0040 </MenuBar>
0041 <ToolBar name="mainToolBar">
0042   <text>Main Toolbar</text>
0043   <Action name="new_game"/>
0044   <Action name="new_deal"/>
0045   <Separator/>
0046   <Action name="move_undo"/>
0047   <Action name="move_redo"/>
0048   <Separator/>
0049   <ActionList name="game_actions"/>
0050 </ToolBar>
0051 </gui>