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

0001 <?xml version='1.0' encoding='UTF-8'?>
0002 <!DOCTYPE gui SYSTEM 'kpartgui.dtd'>
0003 <gui name="kxmlguiwindowtest" version="1">
0004  <ToolBar name="mainToolBar">
0005   <text>Main Toolbar</text>
0006   <Action name="test"/>
0007  </ToolBar>
0008  <ToolBar name="otherToolBar">
0009   <text>Other Toolbar</text>
0010   <Action name="file_quit"/>
0011  </ToolBar>
0012  <MenuBar>
0013   <Menu name="file">
0014    <Action name="test"/>
0015    <Action name="file_quit"/>
0016   </Menu>
0017  </MenuBar>
0018  <ActionProperties scheme="Default">
0019   <Action name="help_report_bug" priority="128"/>
0020  </ActionProperties>
0021 </gui>