summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/kmplot_shell.rc
blob: 10c3886612a1df595897c30904bb8f3fbfb92280 (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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="kmplot_shell" version="1">
	<MenuBar>
		<Menu noMerge="1" name="file"><text>&amp;File</text>
			<Action name="file_new"/>
			<Separator/>
			<Action name="file_open"/>
			<Merge/>
			<Separator/>
			<Action name="file_quit"/>
		</Menu>
		<Merge/>
		<Menu noMerge="1" name="settings"><text>&amp;Settings</text>
			<!--<Action name="options_show_toolbar"/>-->
			<Merge name="StandardToolBarMenuHandler" />
			<Action name="options_show_statusbar"/>
			<Separator/>
			<Action name="fullscreen" />
			<Merge/>
<!--			<Separator/>
			<Action name="options_configure_keybinding"/>
			<Action name="options_configure_toolbars"/>
			<Action name="options_configure"/>-->
			<Separator/>
		</Menu>
		<Menu name="help" noMerge="1"><text>&amp;Help</text>
			<Action name="help_contents"/>
			<Action name="help_whats_this"/>
			<Separator/>
			<Merge/>
			<Separator/>
			<Action name="help_report_bug"/>
			<Separator/>
			<Action name="help_about_app"/>
			<Action name="help_about_kde"/>
		</Menu>
	</MenuBar>
	<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
		<Action name="file_new"/>
		<Action name="file_open"/>
		<Merge/>
	</ToolBar>
</kpartgui>