~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to src/options/opt_sound_prefs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>SoundPrefsUI</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>SoundPrefsUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>274</width>
 
12
            <height>83</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string></string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>0</number>
 
24
        </property>
 
25
        <widget class="QLayoutWidget">
 
26
            <property name="name">
 
27
                <cstring>Layout18</cstring>
 
28
            </property>
 
29
            <hbox>
 
30
                <property name="name">
 
31
                    <cstring>unnamed</cstring>
 
32
                </property>
 
33
                <property name="margin">
 
34
                    <number>0</number>
 
35
                </property>
 
36
                <property name="spacing">
 
37
                    <number>6</number>
 
38
                </property>
 
39
                <widget class="QLabel">
 
40
                    <property name="name">
 
41
                        <cstring>lb_player</cstring>
 
42
                    </property>
 
43
                    <property name="text">
 
44
                        <string>Player:</string>
 
45
                    </property>
 
46
                </widget>
 
47
                <widget class="QLineEdit">
 
48
                    <property name="name">
 
49
                        <cstring>le_player</cstring>
 
50
                    </property>
 
51
                </widget>
 
52
            </hbox>
 
53
        </widget>
 
54
        <widget class="QCheckBox">
 
55
            <property name="name">
 
56
                <cstring>ck_awaySound</cstring>
 
57
            </property>
 
58
            <property name="text">
 
59
                <string>Play sounds when Away/XA</string>
 
60
            </property>
 
61
        </widget>
 
62
        <widget class="QCheckBox">
 
63
            <property name="name">
 
64
                <cstring>ck_gcSound</cstring>
 
65
            </property>
 
66
            <property name="text">
 
67
                <string>Play sounds for all messages in groupchat</string>
 
68
            </property>
 
69
        </widget>
 
70
    </vbox>
 
71
</widget>
 
72
<layoutdefaults spacing="6" margin="11"/>
 
73
</UI>