File: kmplot_shell.rc

package info (click to toggle)
kmplot 4%3A16.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,552 kB
  • ctags: 1,244
  • sloc: cpp: 12,200; xml: 314; sh: 5; makefile: 1
file content (22 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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 name="help"><text>&amp;Help</text>
			<DefineGroup name="names_group" />
		</Menu>
	</MenuBar>
	<ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text>
		<Action name="file_new"/>
		<Action name="file_open"/>
		<Merge/>
	</ToolBar>
</kpartgui>