blob: 318a07613769c19e8d00ea1e17f0e421b7fa3898 (
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="tdevdesigner_part" version="6">
<MenuBar>
<Menu name="file" noMerge="1"><text>&File</text>
<Action name="file_createtemplate" group="new_merge"/>
<Action name="file_save" group="save_merge"/>
<Action name="file_save_as" group="save_merge"/>
</Menu>
<Menu name="edit" noMerge="1"><text>&Edit</text>
<Action name="edit_undo" group="edit_undo_merge"/>
<Action name="edit_redo" group="edit_undo_merge"/>
<Separator group="edit_undo_merge"/>
<Action name="edit_cut" group="edit_paste_merge"/>
<Action name="edit_copy" group="edit_paste_merge"/>
<Action name="edit_paste" group="edit_paste_merge"/>
<Separator group="edit_paste_merge"/>
<Action name="edit_delete" group="edit_select_merge"/>
<Action name="edit_select_all" group="edit_select_merge"/>
<Separator group="edit_select_merge"/>
<Action name="edit_accels" group="edit_select_merge"/>
<Separator group="edit_select_merge"/>
<Action name="edit_functions" group="edit_select_merge"/>
<Action name="edit_connections" group="edit_select_merge"/>
<Action name="edit_formsettings" group="edit_select_merge"/>
<Separator group="edit_select_merge"/>
</Menu>
<Menu name="project" noMerge="1"><text>&Project</text>
<Action name="project_imagecollection" group="designer_project"/>
<Action name="project_databasecollections" group="designer_project"/>
<Separator group="designer_project"/>
<Action name="project_settings" group="designer_project"/>
<Separator group="designer_project"/>
</Menu>
<Menu name="tools" noMerge="1"><text>&Tools</text>
<Action name="tools_pointer" group="tools_operations"/>
<Action name="tools_connect" group="tools_operations"/>
<Action name="tools_taborder" group="tools_operations"/>
<Action name="tools_setbuddy" group="tools_operations"/>
<Action name="tools_toolbox" group="tools_operations"/>
<Action name="tools_editcustomwidgets" group="tools_operations"/>
<Separator group="tools_operations"/>
</Menu>
<Menu name="layout" noMerge="1"><text>&Layout</text>
<Action name="layout_adjustsize"/>
<Separator/>
<Action name="layout_h"/>
<Action name="layout_v"/>
<Action name="layout_grid"/>
<Action name="layout_splith"/>
<Action name="layout_splitv"/>
<Action name="layout_break"/>
<Separator/>
<Action name="layout_spacer"/>
</Menu>
<Menu name="settings" noMerge="1"><text>&Settings</text>
<Action name="options_configure" group="configure_merge"/>
</Menu>
<Menu name="window" noMerge="1"><text>&Window</text>
<Action name="window_preview" group="window_operations"/>
<Separator group="window_operations"/>
<Action name="window_next" group="window_operations"/>
<Action name="window_prev" group="window_operations"/>
</Menu>
</MenuBar>
<!--<ToolBar name="fileToolBar" noMerge="1"><text>File Toolbar</text>
<Action name="file_new"/>
<Action name="file_open"/>
<Action name="file_save"/>
</ToolBar>
<ToolBar name="editToolBar" noMerge="1"><text>Edit Toolbar</text>
<Action name="edit_undo"/>
<Action name="edit_redo"/>
<Separator/>
<Action name="edit_cut"/>
<Action name="edit_copy"/>
<Action name="edit_paste"/>
</ToolBar> -->
<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
<Action name="file_open" group="file_operations"/>
<Action name="file_save" group="file_operations"/>
<Separator group="file_operations"/>
<Action name="edit_undo" group="edit_operations"/>
<Action name="edit_redo" group="edit_operations"/>
<Separator group="edit_operations"/>
<Action name="edit_cut" group="edit_operations"/>
<Action name="edit_copy" group="edit_operations"/>
<Action name="edit_paste" group="edit_operations"/>
</ToolBar>
<ToolBar name="layoutToolBar" noMerge="1"><text>Layout Toolbar</text>
<Action name="layout_adjustsize"/>
<Separator/>
<Action name="layout_h"/>
<Action name="layout_v"/>
<Action name="layout_grid"/>
<Action name="layout_splith"/>
<Action name="layout_splitv"/>
<Action name="layout_break"/>
<Separator/>
<Action name="layout_spacer"/>
</ToolBar>
<ToolBar name="toolsToolBar" noMerge="1"><text>Tools Toolbar</text>
<Action name="tools_pointer"/>
<Action name="tools_connect"/>
<Action name="tools_taborder"/>
<Action name="tools_setbuddy"/>
</ToolBar>
</kpartgui>
|