Warning, /frameworks/kparts/tests/kpartstest_shell.rc is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0002 <gui name="Shell" version="4">
0003 <MenuBar>
0004   <Menu name="file"><text>&amp;File</text>
0005    <Action name="open_local_file"/>
0006    <Action name="open_remote_file"/>
0007    <Separator/>
0008    <Action name="edit_file"/>
0009    <Action name="close_editor"/>
0010    <Merge name="NotepadPart"/>
0011    <Separator/>
0012    <Merge/>
0013    <Separator/>
0014    <Action name="shell_quit"/>
0015   </Menu>
0016   <Merge/>
0017   <Menu name="blah"><text>BlahFoo</text>
0018    <Action name="shell_yami"/>
0019    <Menu name="nonsense"><text>Dummdidumm</text>
0020     <Action name="shell_yasmi"/>
0021    </Menu>
0022   </Menu>
0023 </MenuBar>
0024 <ToolBar name="mainToolBar">
0025  <Action name="shell_quit"/>
0026 </ToolBar>
0027 </gui>