blob: f9c43c7065c45ded42f60dde466ae21baebef179 (
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
44
45
|
<!DOCTYPE kpartgui>
<!--
vim: syntax=xml
-->
<kpartgui name="noatunexcellent" version="4">
<MenuBar>
<Menu name="file" noMerge="1"><text>&File</text>
<Action name="file_open"/>
<Separator lineSeparator="true"/>
<Action name="file_quit"/>
</Menu>
<Menu name="go_music" noMerge="1"><text>&Go</text>
<Action name="back"/>
<Action name="stop"/>
<Action name="play"/>
<Action name="pause"/>
<Action name="forward"/>
</Menu>
<Menu name="settings" noMerge="1"><text>&Settings</text>
<Merge name="StandardToolBarMenuHandler" />
<Action name="options_show_toolbar"/>
<Action name="options_show_menubar"/>
<Action name="show_playlist"/>
<Action name="show_volumecontrol"/>
<Separator lineSeparator="true"/>
<Action name="effects"/>
<Action name="equalizer"/>
<Action name="loop_style"/>
<Separator lineSeparator="true"/>
<Action name="options_configure"/>
</Menu>
</MenuBar>
<Toolbar name="main"><text>Main Toolbar</text>
<Action name="back"/>
<Action name="stop"/>
<Action name="play"/>
<Action name="pause"/>
<Action name="forward"/>
<Separator lineSeparator="true"/>
<Action name="file_open"/>
<Action name="show_playlist"/>
<Separator lineSeparator="true"/>
<Action name="loop_style"/>
</Toolbar>
</kpartgui>
|