diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /kimagemapeditor/kimagemapeditorpartui.rc | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kimagemapeditor/kimagemapeditorpartui.rc')
-rw-r--r-- | kimagemapeditor/kimagemapeditorpartui.rc | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/kimagemapeditor/kimagemapeditorpartui.rc b/kimagemapeditor/kimagemapeditorpartui.rc new file mode 100644 index 00000000..6f6df968 --- /dev/null +++ b/kimagemapeditor/kimagemapeditorpartui.rc @@ -0,0 +1,150 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="kimagemapeditorpart" version="20"> + <MenuBar> + <Menu name="file"> + <Action name="file_open"/> + <Action name="file_open_recent"/> + <Separator/> + <Action name="file_save"/> + <Action name="file_save_as"/> + <Separator/> + <Action name="file_close"/> + </Menu> + <Menu name="edit" noMerge="1"> + <text>&Edit</text> + <Action name="edit_undo" /> + <Action name="edit_redo" /> + <Separator/> + <Action name="edit_cut" /> + <Action name="edit_copy" /> + <Action name="edit_paste" /> + <Action name="edit_delete" /> + <Separator/> + <Action name="tofront" /> + <Action name="toback" /> + <Action name="forwardone" /> + <Action name="backone" /> + <Separator/> + <Action name="edit_properties" /> + </Menu> + <Menu name="view" > + <text>&View</text> + <Action name="view_zoom_in"/> + <Action name="view_zoom_out"/> + <Action name="view_zoom"/> + <Separator/> + <Action name="view_highlightareas"/> + <Action name="view_showalt"/> + </Menu> + <Menu name="tools" > + <text>&Tools</text> + <Action name="tool_arrow" /> + <Action name="tool_circle" /> + <Action name="tool_rectangle" /> + <Action name="tool_polygon" /> + <Action name="tool_freehand" /> + <Action name="tool_addpoint" /> + <Action name="tool_removepoint" /> + </Menu> + <Menu name="map" > + <text>&Map</text> + <Action name="map_name" /> + <Action name="map_new" /> + <Action name="map_delete" /> + <Separator/> + <Action name="map_defaultarea" /> + <Separator/> + <Action name="map_showhtml" /> + <Action name="map_preview" /> + </Menu> + <Menu name="images" > + <text>&Image</text> + <Action name="image_usemap" /> + <Action name="image_remove" /> + <Action name="image_add" /> + </Menu> + <Menu name="settings"><text>&Settings</text> + <Separator/> + <Action name="configure_show_arealist" group="settings_show"/> + <Action name="configure_show_maplist" group="settings_show"/> + <Action name="configure_show_imagelist" group="settings_show"/> + <Separator/> + <Action name="configure_kimagemapeditor" group="settings_configure"/> + </Menu> + </MenuBar> + <StatusBar/> + <ToolBar name="mainToolBar"> + <text>KImageMapEditor Main Toolbar</text> + <Action name="file_open"/> + <Action name="file_save"/> + <Action name="file_save_as"/> + <Separator/> + <Action name="edit_undo" /> + <Action name="edit_redo" /> + <Separator/> + <Action name="edit_cut" /> + <Action name="edit_copy" /> + <Action name="edit_paste" /> + <Action name="edit_delete" /> + <Separator/> + <Action name="view_zoom_in"/> + <Action name="view_zoom_out"/> + <Action name="view_zoom"/> + <Separator/> + </ToolBar> + <ToolBar noMerge="1" name="kImageMapEditorPartDrawToolBar"> + <text>KImageMapEditor Draw Toolbar</text> + <Action name="tool_arrow" /> + <Action name="tool_circle" /> + <Action name="tool_rectangle" /> + <Action name="tool_polygon" /> + <Action name="tool_freehand" /> + <Action name="tool_addpoint" /> + <Action name="tool_removepoint" /> + </ToolBar> + <Menu name="popup_main"> + <Action name="edit_properties" /> + <Separator/> + <Action name="edit_cut" /> + <Action name="edit_copy" /> + <Action name="edit_paste" /> + <Action name="edit_delete" /> + <Separator/> + <Action name="tofront" /> + <Action name="toback" /> + <Action name="forwardone" /> + <Action name="backone" /> + </Menu> + <Menu name="popup_map"> + <Action name="map_name" /> + <Action name="map_new" /> + <Action name="map_delete" /> + <Action name="map_defaultarea" /> + </Menu> + <Menu name="popup_image"> + <Action name="image_usemap" /> + <Action name="image_remove" /> + <Action name="image_add" /> + </Menu> + + + <ActionProperties> + <Action shortcut="Left" name="moveleft" /> + <Action shortcut="Right" name="moveright" /> + <Action shortcut="Down" name="movedown" /> + <Action shortcut="Up" name="moveup" /> + <Action shortcut="Shift+Left" name="decreasewidth" /> + <Action shortcut="Shift+Right" name="increasewidth" /> + <Action shortcut="Shift+Down" name="decreaseheight" /> + <Action shortcut="Shift+Up" name="increaseheight" /> + <Action shortcut="Escape" name="canceldrawing" /> + + </ActionProperties> +</kpartgui> + + + + + + + |