You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
982 B
38 lines
982 B
<!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>
|