summaryrefslogtreecommitdiff
path: root/src/rekonqui.rc
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-29 01:52:07 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-29 01:52:07 +0100
commit9e7f74269e25062a33af0a2603bf258cd4b228e2 (patch)
tree62f97c608f8045dcc34ed4680b1d02313ecccc02 /src/rekonqui.rc
parentBrowserMainWindow --> MainWindow (diff)
downloadrekonq-9e7f74269e25062a33af0a2603bf258cd4b228e2.tar.xz
Ported from KMainWindow to KXmlGuiWindow.
Yeah! ..
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r--src/rekonqui.rc77
1 files changed, 77 insertions, 0 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc
new file mode 100644
index 00000000..32397b16
--- /dev/null
+++ b/src/rekonqui.rc
@@ -0,0 +1,77 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui name="rekonq" version="1">
+<MenuBar>
+<!-- ============ FILE menu =========== -->
+ <Menu name="file" noMerge="1"><text>&amp;File</text>
+ <Action name="file_new" />
+ <Action name="file_open" />
+ <Action name="open location" />
+ <Separator/>
+ <Action name="new tab" />
+ <Action name="close tab" />
+ <Separator/>
+ <Action name="file_save_as" />
+ <Separator/>
+ <Action name="file_print_preview" />
+ <Action name="file_print" />
+ <Separator/>
+ <Action name="private browsing" />
+ <Separator/>
+ <Action name="file_quit" />
+ </Menu>
+ <!-- ============ EDIT menu =========== -->
+ <Menu name="edit" noMerge="1"><text>&amp;Edit</text>
+ <Action name="edit_undo" />
+ <Action name="edit_redo" />
+ <Separator/>
+ <Action name="edit_cut" />
+ <Action name="edit_copy" />
+ <Action name="edit_paste" />
+ <Separator/>
+ <Action name="edit_select_all" />
+ <Separator/>
+ <Action name="edit_find" />
+ <Action name="edit_find_next" />
+ <Action name="edit_find_prev" />
+ </Menu>
+ <!-- ============ VIEW menu =========== -->
+ <Menu name="view" noMerge="1"><text>&amp;View</text>
+ <Action name="view_redisplay" />
+ <Separator/>
+ <Menu name="fontmenu">
+ <text>make text..</text>
+ <Action name="bigger font" />
+ <Action name="normal font" />
+ <Action name="smaller font" />
+ </Menu>
+ <Separator/>
+ <Action name="page source" />
+ <Action name="fullscreen" />
+ </Menu>
+<!-- ============ TOOLS menu =========== -->
+ <Menu name="tools">
+ <Action name="downloads" />
+ <Action name="web inspector" />
+</Menu>
+<!-- ============ SETTINGS menu =========== -->
+<Menu name="settings" noMerge="1">
+ <text>&amp;Settings</text>
+ <Action name="options_show_statusbar"/>
+ <Separator/>
+ <Action name="options_configure_keybinding"/>
+ <Action name="options_configure_toolbars"/>
+ <Action name="options_configure"/>
+ </Menu>
+</MenuBar>
+
+<!-- ============ Main ToolBar =========== -->
+
+<ToolBar name="mainToolBar" fullWidth="true" iconText="iconOnly" position="top" noMerge="1">
+ <text>Main Toolbar</text>
+ <Action name="history back" />
+ <Action name="history forward" />
+ <Action name="stop reload" />
+ <Action name="go_home" />
+</ToolBar>
+
+</kpartgui>