summaryrefslogtreecommitdiff
path: root/src/rekonqui.rc
blob: a3502229051f91eb1f7b0168b9b47615ac88f7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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>
<!--  ============ 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>&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>