summaryrefslogtreecommitdiffstats
path: root/kxmleditor/kxmleditorshell.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kxmleditor/kxmleditorshell.rc')
-rw-r--r--kxmleditor/kxmleditorshell.rc31
1 files changed, 31 insertions, 0 deletions
diff --git a/kxmleditor/kxmleditorshell.rc b/kxmleditor/kxmleditorshell.rc
new file mode 100644
index 0000000..2ddfba2
--- /dev/null
+++ b/kxmleditor/kxmleditorshell.rc
@@ -0,0 +1,31 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="kxmleditorshell" version="2">
+
+<MenuBar>
+ <Menu name="file"><text>&amp;File</text>
+ <Action name="reload"/>
+ <Separator lineSeparator="true"/>
+
+ <Merge/>
+
+ </Menu>
+ <Merge/>
+ <Menu name="window"><text>&amp;Window</text>
+ <Action name="window_close"/>
+ <Action name="window_close_all"/>
+ <Action name="window_close_all_others"/>
+ </Menu>
+ <Menu name="help"><text>&amp;Help</text>
+ </Menu>
+</MenuBar>
+
+<ToolBar fullWidth="true" name="mainToolBar" newline="true" position="top"><text>Main Toolbar</text>
+ <DefineGroup name="file_operations" />
+ <Action name="new" group="file_operations" />
+ <Action name="open" group="file_operations" />
+ <Merge/>
+ <Separator/>
+ <Merge/>
+</ToolBar>
+
+</kpartgui>