summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/kftpgrabberui.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/kftpgrabberui.rc')
-rw-r--r--kftpgrabber/src/kftpgrabberui.rc31
1 files changed, 31 insertions, 0 deletions
diff --git a/kftpgrabber/src/kftpgrabberui.rc b/kftpgrabber/src/kftpgrabberui.rc
new file mode 100644
index 0000000..b67eb2f
--- /dev/null
+++ b/kftpgrabber/src/kftpgrabberui.rc
@@ -0,0 +1,31 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="kftpgrabber" version="1">
+
+<MenuBar>
+ <text>Main Menu</text>
+
+ <Menu name="file">
+ <text>&amp;File</text>
+
+ <Action name="file_newsession" />
+ <Action name="file_quick_connect" />
+ </Menu>
+
+ <Action name="bookmarks" />
+
+</MenuBar>
+
+<ToolBar name="mainToolBar" noMerge="1" fullWidth="true"><text>Main Toolbar</text>
+ <Action name="file_newsession" />
+ <Action name="file_quick_connect" />
+ <Action name="transfermode" />
+</ToolBar>
+
+<ToolBar name="bookmarkToolBar" noMerge="1" fullWidth="true"><text>Bookmark Toolbar</text>
+ <Action name="bookmark_new" />
+ <Action name="bookmark_edit2" />
+ <Action name="bookmark_delete" />
+ <Separator/>
+ <Action name="bookmark_subcat" />
+</ToolBar>
+</kpartgui>