~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to kdevdesigner/designer/kdevdesigner_part_sh.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
 
2
<kpartgui name="kdevdesigner_part" version="4">
 
3
<MenuBar>
 
4
  <Menu name="file" noMerge="1"><text>&amp;File</text>
 
5
    <Action name="file_new" group="new_merge"/>
 
6
    <Action name="file_open" group="open_merge"/> 
 
7
    <Separator/>
 
8
    <Action name="file_close" group="close_merge"/>
 
9
    <Separator/>
 
10
    <Action name="file_save" group="save_merge"/>
 
11
    <Action name="file_save_as" group="save_merge"/>
 
12
    <Action name="file_saveall" group="save_merge"/>
 
13
    <Separator/>
 
14
    <Action name="file_createtemplate"/>
 
15
    <Separator/>
 
16
  </Menu>
 
17
  
 
18
  <Menu name="edit" noMerge="1"><text>&amp;Edit</text>
 
19
    <Action name="edit_undo" group="edit_undo_merge"/>
 
20
    <Action name="edit_redo" group="edit_undo_merge"/>
 
21
    <Separator group="edit_undo_merge"/>
 
22
    <Action name="edit_cut" group="edit_paste_merge"/>
 
23
    <Action name="edit_copy" group="edit_paste_merge"/>
 
24
    <Action name="edit_paste" group="edit_paste_merge"/>
 
25
    <Separator group="edit_paste_merge"/>
 
26
    <Action name="edit_delete" group="edit_select_merge"/>
 
27
    <Action name="edit_select_all" group="edit_select_merge"/>
 
28
    <Separator group="edit_select_merge"/>
 
29
    <Action name="edit_accels"/>
 
30
    <Separator/>
 
31
    <Action name="edit_functions"/>
 
32
    <Action name="edit_connections"/>
 
33
    <Action name="edit_formsettings"/>
 
34
  </Menu>
 
35
 
 
36
  <Menu name="project" noMerge="1"><text>&amp;Project</text>
 
37
    <Action name="project_addfile"/>
 
38
    <Action name="project_imagecollection"/>
 
39
    <Action name="project_databasecollections"/>
 
40
    <Separator/>
 
41
    <Action name="project_settings"/>
 
42
  </Menu>
 
43
 
 
44
  <Menu name="tools" noMerge="1"><text>&amp;Tools</text>
 
45
    <Action name="tools_pointer" group="tools_operations"/>
 
46
    <Action name="tools_connect" group="tools_operations"/>
 
47
    <Action name="tools_taborder" group="tools_operations"/>
 
48
    <Action name="tools_setbuddy" group="tools_operations"/>
 
49
    <Action name="tools_toolbox" group="tools_operations"/>
 
50
    <Action name="tools_editcustomwidgets" group="tools_operations"/>
 
51
<!--    <Separator/>
 
52
    <Action name="tools_toolbox"/>-->
 
53
  </Menu>
 
54
  
 
55
  <Menu name="layout" noMerge="1"><text>&amp;Layout</text>
 
56
    <Action name="layout_adjustsize"/>
 
57
    <Separator/>
 
58
    <Action name="layout_h"/>
 
59
    <Action name="layout_v"/>
 
60
    <Action name="layout_grid"/>
 
61
    <Action name="layout_splith"/>
 
62
    <Action name="layout_splitv"/>
 
63
    <Action name="layout_break"/>
 
64
    <Separator/>
 
65
    <Action name="layout_spacer"/>
 
66
  </Menu>
 
67
    
 
68
  <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
 
69
    <Action name="options_configure"/>
 
70
  </Menu>
 
71
 
 
72
  <Menu name="window" noMerge="1"><text>&amp;Window</text>
 
73
    <Action name="window_preview" group="window_operations"/>
 
74
    <Separator/>
 
75
    <Action name="window_next" group="window_operations"/>
 
76
    <Action name="window_prev" group="window_operations"/>
 
77
  </Menu>
 
78
            
 
79
</MenuBar>
 
80
            
 
81
<ToolBar name="fileToolBar" noMerge="1"><text>File Toolbar</text>
 
82
    <Action name="file_new"/>
 
83
    <Action name="file_open"/> 
 
84
    <Action name="file_save"/>
 
85
</ToolBar>
 
86
 
 
87
<ToolBar name="editToolBar" noMerge="1"><text>Edit Toolbar</text>
 
88
    <Action name="edit_undo"/>
 
89
    <Action name="edit_redo"/>
 
90
    <Separator/>
 
91
    <Action name="edit_cut"/>
 
92
    <Action name="edit_copy"/>
 
93
    <Action name="edit_paste"/>
 
94
</ToolBar>
 
95
 
 
96
<ToolBar name="layoutToolBar" noMerge="1"><text>Layout Toolbar</text>
 
97
    <Action name="layout_adjustsize"/>
 
98
    <Separator/>
 
99
    <Action name="layout_h"/>
 
100
    <Action name="layout_v"/>
 
101
    <Action name="layout_grid"/>
 
102
    <Action name="layout_splith"/>
 
103
    <Action name="layout_splitv"/>
 
104
    <Action name="layout_break"/>
 
105
    <Separator/>
 
106
    <Action name="layout_spacer"/>
 
107
</ToolBar>
 
108
                        
 
109
<ToolBar name="toolsToolBar" noMerge="1"><text>Tools Toolbar</text>
 
110
    <Action name="tools_pointer"/>
 
111
    <Action name="tools_connect"/>
 
112
    <Action name="tools_taborder"/>
 
113
    <Action name="tools_setbuddy"/>
 
114
</ToolBar>
 
115
 
 
116
</kpartgui>