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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="kblocks"
0003      version="8"
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="newGame" />
0012     <Action name="pve_step" />
0013     <Separator/>
0014     <Action name="pauseGame" />
0015     <Separator/>
0016     <Action name="showHighscores" />
0017     <Separator/>
0018     <Action name="quit" />
0019   </Menu>
0020   <Menu name="settings">
0021     <Action name="sounds" />
0022   </Menu>
0023 </MenuBar>
0024 <ToolBar name="mainToolBar"><text>Main Toolbar</text>
0025   <Action name="newGame"/>
0026   <Separator/>
0027   <Action name="pauseGame"/>
0028   <Action name="quit"/>
0029 </ToolBar>
0030 </gui>