summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobileui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/kmobileui.rc')
-rw-r--r--kmobile/kmobileui.rc29
1 files changed, 29 insertions, 0 deletions
diff --git a/kmobile/kmobileui.rc b/kmobile/kmobileui.rc
new file mode 100644
index 000000000..95af1dd3b
--- /dev/null
+++ b/kmobile/kmobileui.rc
@@ -0,0 +1,29 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="kmobile" version="1">
+ <MenuBar>
+ <Menu name="file" noMerge="1"><text>&amp;File</text>
+ <Action name="file_close"/>
+ <Separator/>
+ <Action name="file_quit"/>
+ </Menu>
+ <Menu name="Device">
+ <text>&amp;Device</text>
+ <Action name="device_add" />
+ <Action name="device_remove" />
+ <Separator/>
+ <Action name="device_rename" />
+ <Action name="device_changeicon" />
+ <Separator/>
+ <Action name="device_configure" />
+ </Menu>
+ </MenuBar>
+ <ToolBar noMerge="1" name="mainToolBar" fullWidth="true" >
+ <text>Main Toolbar</text>
+ <Action name="file_save" />
+ <Separator/>
+ <Action name="device_add" />
+ <Action name="device_remove" />
+ <Separator/>
+ <Action name="device_configure"/>
+ </ToolBar>
+</kpartgui>