Warning, /games/ksirk/ksirkskineditor/ksirkskineditorui.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <gui name="ksirkskineditor"
0003      version="1"
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"><text>&amp;Game</text>
0011     <Action name="game_new" append="new_merge" />
0012     <Action name="game_load" append="new_merge" />
0013     <Action name="game_load_recent" append="new_merge" />
0014     <Action name="game_save" append="new_merge" />
0015     <Separator/>
0016     <Action name="game_quit" append="new_merge" />
0017   </Menu>
0018   <Menu name="settings"><text>&amp;Settings</text>
0019   </Menu>
0020   <Menu name="help"><text>&amp;Help</text>
0021   </Menu>
0022 </MenuBar>
0023 
0024 <ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
0025   <Action name="game_new" />
0026   <Action name="game_load" />
0027   <Action name="game_load_recent" />
0028   <Action name="game_save" />
0029   <Separator/>
0030   <Action name="view_zoom_in" />
0031   <Action name="view_zoom_out" />
0032   <Separator/>
0033 </ToolBar>
0034 
0035 </gui>