summaryrefslogtreecommitdiffstats
path: root/misc/codeineui.rc
blob: d6ef71fb5556991ebab9927d45e920c04e3a4616 (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
<!DOCTYPE kpartgui>
<kpartgui name="codeine" version="4">
<MenuBar>
   <Menu name="file" noMerge="1"><text>&amp;Play</text>
      <Action name="play_media"/>
      <Separator/>
      <Action name="play"/>
      <Action name="stop"/>
      <Separator/>
      <Action name="file_quit"/>
   </Menu>
   <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
      <Separator/><!-- this seperator doesn't show :( -->
      <Action name="fullscreen"/>
      <Separator/><!-- this seperator doesn't show :( -->
      <Action name="options_configure_keybinding"/>
      <Action name="options_configure_toolbars"/>
      <Separator/>
      <Action name="video_settings"/>
      <Action name="xine_settings"/>
   </Menu>
</MenuBar>

<ToolBar name="mainToolBar"><text>Main Toolbar</text>
   <Action name="play"/>
   <Separator lineSeparator="false"/>
   <Action name="position_slider"/>
   <Separator lineSeparator="false"/>
   <Action name="toggle_dvd_menu"/>
   <Action name="fullscreen"/>
</ToolBar>

</kpartgui>