summaryrefslogtreecommitdiffstats
path: root/kplayer/kplayerpartui.rc
blob: 3898c54a7f0d47e1392b8405304d7f60ed5f5b83 (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
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE kpartgui>
<kpartgui name="kplayerpart" version="1">
<MenuBar>
  <Menu name="player"><text>&amp;Player</text>
    <Action name="player_play"/>
    <Action name="player_pause"/>
    <Action name="player_stop"/>
    <Separator lineSeparator="true"/>
    <Action name="player_forward"/>
    <Action name="player_fast_forward"/>
    <Action name="player_backward"/>
    <Action name="player_fast_backward"/>
    <Action name="player_start"/>
    <Separator lineSeparator="true"/>
    <Action name="audio_volume_down"/>
    <Action name="audio_volume_up"/>
    <Action name="audio_mute"/>
    <Separator lineSeparator="true"/>
    <Action name="view_maintain_aspect"/>
    <Action name="file_properties"/>
    <Action name="player_launch"/>
  </Menu>
</MenuBar>
<ToolBar name="mainToolBar">
  <text>Main Toolbar</text>
  <Separator lineSeparator="true"/>
  <Action name="player_play"/>
  <Action name="player_pause"/>
  <Action name="player_stop"/>
  <Action name="view_maintain_aspect"/>
  <Action name="popup_volume"/>
  <Action name="file_properties"/>
</ToolBar>
<ToolBar name="volumeToolBar">
  <text>Volume Toolbar</text>
  <Action name="settings_volume_toolbar"/>
  <Action name="audio_volume"/>
  <Action name="audio_mute"/>
</ToolBar>
<ToolBar name="progressToolBar">
  <text>Progress Toolbar</text>
  <Action name="player_fast_backward"/>
  <Action name="player_progress"/>
  <Action name="player_fast_forward"/>
</ToolBar>
<Menu name="player_popup">
  <Action name="player_launch"/>
  <Separator lineSeparator="true"/>
  <Action name="player_play"/>
  <Action name="player_pause"/>
  <Action name="player_stop"/>
  <Separator lineSeparator="true"/>
  <Action name="view_maintain_aspect"/>
  <Separator lineSeparator="true"/>
  <Action name="file_properties"/>
</Menu>
</kpartgui>