diff options
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 77 |
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>&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>&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>&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>&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> |