File: kwindowtest.rc

package info (click to toggle)
kxmlgui 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,240 kB
  • sloc: cpp: 18,360; python: 41; sh: 21; makefile: 8
file content (59 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download | duplicates (6)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
<gui name="windowtest" version="1">
	
	<MenuBar>
		<Menu name="file" noMerge="1">
			<text>&amp;File</text>
			<Action name="filenew" />
			<Action name="fileopen" />
			<Action name="filefloppy" />
			<Action name="fileprint" />
			<Separator lineSeparator="true"/>
			<Action name="exit"/>
		</Menu>
		<Menu name="file2">
			<text>F&amp;ile2</text>
			<Action name="filenew2" />
			<Action name="fileopen2" />
			<Separator />
			<Action name="filefloppy2" />
			<Action name="fileprint2" />
			<Separator />
			<Action name="radioButton1" />
			<Action name="radioButton2" />
			<Action name="radioButton3" />
			<Action name="radioButton4" />
		</Menu>
		<Menu name="settings">
			<text>&amp;Settings</text>
			<Merge name="StandardToolBarMenuHandler" append="show_merge"/>
		</Menu>
	</MenuBar>

	
	
	<ToolBar name="mainToolBar"><text>Toolbar 1</text>
		<Action name="filenew" />
		<Action name="fileopen" />
		<Action name="filefloppy" />
		<Action name="fileprint" />
		<Action name="combobox" />
		<Action name="location" />
		<Action name="exit" />
	</ToolBar>
	
	
	<ToolBar name="AnotherToolbar"><text>Toolbar 2</text>
		<Action name="filenew2" />
		<Action name="fileopen2" />
		<Separator />
		<Action name="filefloppy2" />
		<Action name="fileprint2" />
		<Separator />
		<Action name="radioButton1" />
		<Action name="radioButton2" />
		<Action name="radioButton3" />
		<Action name="radioButton4" />
	</ToolBar>

</gui>