~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/excellent/excellentui.rc

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui>
 
2
<!--
 
3
vim: syntax=xml
 
4
-->
 
5
<kpartgui name="noatunexcellent" version="2">
 
6
<ActionProperties>
 
7
        <Action name="play" icon="1rightarrow"/>
 
8
        <Action name="pause" icon="player_pause"/>
 
9
        <Action name="stop" icon="player_stop"/>
 
10
        <Action name="back" icon="player_start"/>
 
11
        <Action name="forward" icon="player_end"/>
 
12
        <Action name="show_playlist" icon="player_eject"/>
 
13
</ActionProperties>
 
14
<MenuBar>
 
15
        <Menu name="file" noMerge="1"><text>&amp;File</text>
 
16
                <Action name="file_open"/>
 
17
                <Separator lineSeparator="true"/>
 
18
                <Action name="file_quit"/>
 
19
        </Menu>
 
20
        <Menu name="go_music" noMerge="1"><text>&amp;Go</text>
 
21
                <Action name="back"/>
 
22
                <Action name="stop"/>
 
23
                <Action name="play"/>
 
24
                <Action name="pause"/>
 
25
                <Action name="forward"/>
 
26
        </Menu>
 
27
        <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
 
28
                <Action name="options_show_toolbar"/>
 
29
                <Action name="options_show_menubar"/>
 
30
                <Action name="show_playlist"/>
 
31
                <Action name="show_volumecontrol"/>
 
32
                <Separator lineSeparator="true"/>
 
33
                <Action name="options_configure"/>
 
34
                <Action name="effects"/>
 
35
                <Action name="equalizer"/>
 
36
                <Separator lineSeparator="true"/>
 
37
                <Action name="loop_style"/>
 
38
        </Menu>
 
39
</MenuBar>
 
40
<Toolbar name="main"><text>Main Toolbar</text>
 
41
        <Action name="file_quit"/>
 
42
        <Separator lineSeparator="true"/>
 
43
        <Action name="back"/>
 
44
        <Action name="stop"/>
 
45
        <Action name="play"/>
 
46
        <Action name="pause"/>
 
47
        <Action name="forward"/>
 
48
        <Separator lineSeparator="true"/>
 
49
        <Action name="file_open"/>
 
50
        <Action name="show_playlist"/>
 
51
        <Separator lineSeparator="true"/>
 
52
        <Action name="loop_style"/>
 
53
</Toolbar>
 
54
</kpartgui>