~ubuntu-branches/ubuntu/quantal/psi/quantal

« 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: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

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>