blob: cea9e017da6b7371603f8139924af4becf4a3a4c (
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
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="KPovModelerShell" version="7">
<MenuBar>
<Menu name="file"><text>&File</text>
<DefineGroup name="file_export_actions" append="save_merge"/>
<DefineGroup name="file_import_actions" append="open_merge"/>
</Menu>
<Menu name="edit"><text>&Edit</text>
<MergeLocal/>
</Menu>
<Menu name="insert"><text>&Insert</text>
<MergeLocal/>
</Menu>
<Menu name="view"><text>&View</text>
<Action name="view_new_treeview"/>
<Action name="view_new_dialogview"/>
<Action name="view_new_librarybrowser"/>
<DefineGroup name="view_new_views_merge"/>
<Separator/>
<Action name="view_new_topview"/>
<Action name="view_new_bottomview"/>
<Action name="view_new_leftview"/>
<Action name="view_new_rightview"/>
<Action name="view_new_frontview"/>
<Action name="view_new_backview"/>
<Action name="view_new_cameraview"/>
<Separator/>
<Action name="view_layouts_menu"/>
<Action name="save_view_layout"/>
<Separator/>
<MergeLocal/>
</Menu>
<Menu name="settings"><text>&Settings</text>
<Action name="options_show_path" append="show_merge"/>
</Menu>
<Merge/>
</MenuBar>
<ToolBar name="mainToolBar" noMerge="1"><text>Main Toolbar</text>
<Action name="file_new"/>
<Action name="file_open"/>
<Action name="file_save"/>
<Action name="file_print"/>
<Action name="file_print_preview"/>
<Action name="file_mail"/>
<Separator/>
<Merge/>
</ToolBar>
<ToolBar name="libraryToolbar" noMerge="1"><text>Library Toolbar</text>
<Action name="library_up"/>
<Action name="library_object_new"/>
<Action name="library_object_edit"/>
<Action name="library_object_delete"/>
</ToolBar>
</kpartgui>
|