blob: 6e5fb86adeaae8407b2d8952ac307bffce4bab04 (
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
|
<!DOCTYPE kpartgui>
<!--
vim: syntax=xml
-->
<kpartgui name="simpleui" version="1">
<MenuBar>
<Menu name="file"><text>&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>&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>
|