summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/oblique/obliqueui.rc
blob: 0ef4740e48522e7c315425a31ac540c4470bff7c (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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="Oblique" version="4">

<MenuBar>
	<Menu name="file" noMerge="1">
		<text>&amp;Collection</text>
		<Action name="add_files" />
		<Action name="add_dir" />
		<Action name="reload" />
		<Separator />
		<Action name="make_slice" />
		<Action name="remove_slice" />
		<Action name="slices" />
		<Action name="schemas" />
	</Menu>
	<Menu name="window">
		<text>&amp;Window</text>
		<Action name="newtab" />
		<Action name="removecurrenttab" />
	</Menu>
</MenuBar>



<ToolBar noMerge="1" name="mainToolBar">
	<text>Main Toolbar</text>
	<Action name="add_files" />
	<Action name="jump_label" />
	<Action name="jump_text" />
</ToolBar>
</kpartgui>