diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 16:56:40 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-30 16:56:40 +0100 |
commit | c0ff12b2fbfcba0f43c9cf501ff94bccaf9c7f89 (patch) | |
tree | 0627ff26b4899e5c0757bfea8fbd1248f63ef691 /src/rekonqui.rc | |
parent | Ignoring .ctagsdb (diff) | |
parent | Fixed FindBar crash && refactored to look like kate searchbar (diff) | |
download | rekonq-c0ff12b2fbfcba0f43c9cf501ff94bccaf9c7f89.tar.xz |
Merge branch 'xmlgui'
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc new file mode 100644 index 00000000..a3502229 --- /dev/null +++ b/src/rekonqui.rc @@ -0,0 +1,81 @@ +<!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> +<!-- ============ GO menu =========== --> + <Menu name="go" deleted="true"> + </Menu> +<!-- ============ BOOKMARKS menu =========== --> +<Action name="bookmarks" /> +<!-- ============ 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> |