diff options
Diffstat (limited to 'kdevdesigner/designer/kdevdesigner_part.rc')
-rw-r--r-- | kdevdesigner/designer/kdevdesigner_part.rc | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/kdevdesigner/designer/kdevdesigner_part.rc b/kdevdesigner/designer/kdevdesigner_part.rc new file mode 100644 index 00000000..71adcdc9 --- /dev/null +++ b/kdevdesigner/designer/kdevdesigner_part.rc @@ -0,0 +1,121 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="kdevdesigner_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> |