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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="kreversi"
0003      version="3"
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_seats" />
0012   </Menu>
0013   <Menu name="view"><text>&amp;View</text>
0014     <Action name="show_last_move" />
0015     <Action name="show_legal_moves" />
0016     <Action name="show_moves" />
0017   </Menu>
0018   <Menu name="settings"><text>&amp;Settings</text>
0019     <Action name="anim_speed" />
0020     <Action name="skill" />
0021     <Action name="use_colored_chips" />
0022   </Menu>
0023 </MenuBar>
0024 
0025 <ToolBar name="mainToolBar"><text>Main Toolbar</text>
0026   <Action name="game_new" />
0027   <Separator />
0028   <Action name="move_undo" />
0029   <Action name="move_hint" />
0030   <Action name="move_demo" />
0031   <Separator />
0032   <Action name="show_last_move" />
0033   <Action name="show_legal_moves" />
0034 </ToolBar>
0035 
0036 </gui>