Warning, /games/ktuberling/ktuberlingui.rc is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <gui name="ktuberling" 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 <MenuBar> 0009 <Menu name="game"><text>&Game</text> 0010 <Action name="game_save_picture" append="save_merge"/> 0011 </Menu> 0012 <Menu name="playground"><text>&Playground</text> 0013 <Action name="lock_aspect_ratio"/> 0014 <Separator/> 0015 <ActionList name="playgroundList" /> 0016 </Menu> 0017 <Menu name="speech"><text>&Speech</text> 0018 <Action name="speech_no_sound"/> 0019 <Separator/> 0020 <ActionList name="languagesList" /> 0021 </Menu> 0022 </MenuBar> 0023 <ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text> 0024 <Action name="game_new"/> 0025 <Action name="game_load"/> 0026 <Action name="game_save"/> 0027 <Action name="game_print"/> 0028 <Separator/> 0029 <Action name="edit_undo"/> 0030 <Action name="edit_redo"/> 0031 </ToolBar> 0032 <ToolBar name="gameOptions"><text>Game Options</text> 0033 <Action name="playgroundSelection"/> 0034 </ToolBar> 0035 </gui>