summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests/ghostviewtest_shell.rc
blob: 0bae67c82d5fbf3261e7a6cac6198b0eab1a9abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE kpartgui>
<kpartgui name="KGVShell">
<MenuBar>
 <Menu name="file"><Text>&amp;File</Text>
  <Action name="file_open"/>
  <Action name="file_quit"/>
 </Menu>
</MenuBar>
<ToolBar name="KGV-ToolBar">
 <Action name="file_open"/>
 <Action name="file_quit"/>
</ToolBar>
<StatusBar/>
</kpartgui>