summaryrefslogtreecommitdiffstats
path: root/kparts/tests/ghostviewtest_shell.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kparts/tests/ghostviewtest_shell.rc')
-rw-r--r--kparts/tests/ghostviewtest_shell.rc15
1 files changed, 15 insertions, 0 deletions
diff --git a/kparts/tests/ghostviewtest_shell.rc b/kparts/tests/ghostviewtest_shell.rc
new file mode 100644
index 000000000..0bae67c82
--- /dev/null
+++ b/kparts/tests/ghostviewtest_shell.rc
@@ -0,0 +1,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>
+