diff options
Diffstat (limited to 'kmag/kmagui.rc')
-rw-r--r-- | kmag/kmagui.rc | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/kmag/kmagui.rc b/kmag/kmagui.rc new file mode 100644 index 0000000..d30ce37 --- /dev/null +++ b/kmag/kmagui.rc @@ -0,0 +1,109 @@ +<!DOCTYPE kpartgui> +<kpartgui name="kmag" version="11"> + <ToolBar noMerge="1" name="mainToolBar"> + <Action name="new_window"/> + <Separator /> + <Action name="snapshot"/> + <Action name="print"/> + <Action name="copy"/> + </ToolBar> + + <ToolBar noMerge="1" name="viewToolBar"> + <Action name="start_stop_refresh"/> + <Separator /> + <Action name="zoom_in"/> + <Action name="zoom"/> + <Action name="zoom_out"/> + <Separator /> + <Action name="fps_selector"/> + </ToolBar> + + <ToolBar noMerge="1" name="settingsToolBar"> + <Action name="mode_followmouse"/> + <Action name="mode_selectionwindow"/> + <Separator /> + <Action name="hidecursor"/> + </ToolBar> + + <MenuBar> + <Menu name="file"><text>&File</text> + <Action name="new_window"/> + <Action name="snapshot"/> + <Action name="print"/> + <Separator /> + <Action name="quit"/> + </Menu> + <Menu name="edit"><text>&Edit</text> + <Action name="copy"/> + </Menu> + <Menu name="view"><text>&View</text> + <Action name="start_stop_refresh"/> + <Separator /> + <Action name="zoom"/> + <Action name="zoom_out"/> + <Action name="zoom_in"/> + <Separator /> + <Action name="invert"/> + <Action name="rotation"/> + <Action name="fps_selector"/> + </Menu> + <Menu name="settings"><text>&Settings</text> + <Action name="show_menu"/> + <Action name="show_mainToolBar"/> + <Action name="show_viewToolBar"/> + <Action name="show_settingsToolBar"/> + <Separator /> + <Action name="mode_followmouse"/> + <Action name="mode_selectionwindow"/> + <Action name="mode_edgetop"/> + <Action name="mode_edgeleft"/> + <Action name="mode_edgeright"/> + <Action name="mode_edgebottom"/> + <Separator /> + <Action name="hidecursor"/> + <Separator /> + <Action name="key_conf"/> + <Action name="toolbar_conf"/> + </Menu> + </MenuBar> + + <Menu name="mainPopUp"> + <Action name="new_window"/> + <Separator /> + <Action name="copy"/> + <Separator /> + <Menu name="view"><text>&View</text> + <Action name="start_stop_refresh"/> + <Separator /> + <Action name="zoom"/> + <Action name="zoom_out"/> + <Action name="zoom_in"/> + <Separator /> + <Action name="invert"/> + <Action name="rotation"/> + <Action name="fps_selector"/> + </Menu> + <Menu name="settings"><text>&Settings</text> + <Action name="show_menu"/> + <Action name="show_mainToolBar"/> + <Action name="show_viewToolBar"/> + <Action name="show_settingsToolBar"/> + <Separator /> + <Action name="mode_followmouse"/> + <Action name="mode_selectionwindow"/> + <Action name="mode_edgetop"/> + <Action name="mode_edgeleft"/> + <Action name="mode_edgeright"/> + <Action name="mode_edgebottom"/> + <Separator /> + <Action name="hidecursor"/> + <Separator /> + <Action name="key_conf"/> + <Action name="toolbar_conf"/> + </Menu> + <Separator /> + <Action name="snapshot"/> + <Action name="print"/> + <Action name="quit"/> + </Menu> +</kpartgui> |