summaryrefslogtreecommitdiffstats
path: root/noatun/modules/simple/simpleui.rc
blob: 6804bc2ea8944680820fb65e85fdfbd19148535f (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
<!DOCTYPE kpartgui>
<kpartgui name="simpleui" version="1">
<MenuBar>
	<Menu name="file"><text>&amp;File</text>
		<Action name="_file_open"/>
		<Separator lineSeparator="true"/>
		<Action name="_file_properties"/>
		<Separator lineSeparator="true"/>
		<Action name="_file_quit"/>
	</Menu>
	<Menu name="view">
		<Action name="view_playlist"/>
		<Separator lineSeparator="true"/>
		<Action name="half_size" />
		<Action name="normal_size" />
		<Action name="double_size" />
		<Separator lineSeparator="true"/>
		<Action name="fullscreen_mode" />
	</Menu>
	<Menu name="settings" noMerge="1"><text>&amp;Settings</text>
		<Action name="options_show_menubar"/>
		<Action name="options_show_statusbar"/>
		<Separator lineSeparator="true"/>
		<Action name="effects"/>
		<Action name="equalizer"/>
		<Action name="loop_style"/>
		<Separator lineSeparator="true"/>
		<Action name="options_configure"/>
	</Menu>

	<Action name="menu_actions" />
</MenuBar>

</kpartgui>