~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/options/opt_events_receive.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>EventsReceiveUI</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>EventsReceiveUI</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>284</width>
12
 
            <height>241</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="QButtonGroup">
26
 
            <property name="name">
27
 
                <cstring>bg_alerts</cstring>
28
 
            </property>
29
 
            <property name="title">
30
 
                <string>Alerts</string>
31
 
            </property>
32
 
            <hbox>
33
 
                <property name="name">
34
 
                    <cstring>unnamed</cstring>
35
 
                </property>
36
 
                <property name="margin">
37
 
                    <number>11</number>
38
 
                </property>
39
 
                <property name="spacing">
40
 
                    <number>6</number>
41
 
                </property>
42
 
                <widget class="QRadioButton">
43
 
                    <property name="name">
44
 
                        <cstring>rb_aSolid</cstring>
45
 
                    </property>
46
 
                    <property name="text">
47
 
                        <string>Solid</string>
48
 
                    </property>
49
 
                </widget>
50
 
                <widget class="QRadioButton">
51
 
                    <property name="name">
52
 
                        <cstring>rb_aBlink</cstring>
53
 
                    </property>
54
 
                    <property name="text">
55
 
                        <string>Blink</string>
56
 
                    </property>
57
 
                </widget>
58
 
                <widget class="QRadioButton">
59
 
                    <property name="name">
60
 
                        <cstring>rb_aAnimate</cstring>
61
 
                    </property>
62
 
                    <property name="text">
63
 
                        <string>Animate</string>
64
 
                    </property>
65
 
                </widget>
66
 
            </hbox>
67
 
        </widget>
68
 
        <widget class="QCheckBox">
69
 
            <property name="name">
70
 
                <cstring>ck_popupMsgs</cstring>
71
 
            </property>
72
 
            <property name="text">
73
 
                <string>Autopopup New Messages</string>
74
 
            </property>
75
 
        </widget>
76
 
        <widget class="QCheckBox">
77
 
            <property name="name">
78
 
                <cstring>ck_popupChats</cstring>
79
 
            </property>
80
 
            <property name="text">
81
 
                <string>Autopopup New Chats</string>
82
 
            </property>
83
 
        </widget>
84
 
        <widget class="QCheckBox">
85
 
            <property name="name">
86
 
                <cstring>ck_popupHeadlines</cstring>
87
 
            </property>
88
 
            <property name="text">
89
 
                <string>Autopopup New Headlines</string>
90
 
            </property>
91
 
        </widget>
92
 
        <widget class="QCheckBox">
93
 
            <property name="name">
94
 
                <cstring>ck_allowAwayPopup</cstring>
95
 
            </property>
96
 
            <property name="text">
97
 
                <string>Allow Autopopups even when Away/XA</string>
98
 
            </property>
99
 
        </widget>
100
 
        <widget class="QCheckBox">
101
 
            <property name="name">
102
 
                <cstring>ck_allowUnlistedPopup</cstring>
103
 
            </property>
104
 
            <property name="text">
105
 
                <string>Allow Autopopups even from unlisted users</string>
106
 
            </property>
107
 
        </widget>
108
 
        <widget class="QCheckBox">
109
 
            <property name="name">
110
 
                <cstring>ck_raise</cstring>
111
 
            </property>
112
 
            <property name="text">
113
 
                <string>Raise Window On New Event</string>
114
 
            </property>
115
 
        </widget>
116
 
        <widget class="QLabel">
117
 
            <property name="name">
118
 
                <cstring>TextLabel2</cstring>
119
 
            </property>
120
 
            <property name="text">
121
 
                <string>Treat incoming messages and chats as:</string>
122
 
            </property>
123
 
        </widget>
124
 
        <widget class="QComboBox">
125
 
            <item>
126
 
                <property name="text">
127
 
                    <string>Determined by sender</string>
128
 
                </property>
129
 
            </item>
130
 
            <item>
131
 
                <property name="text">
132
 
                    <string>Messages</string>
133
 
                </property>
134
 
            </item>
135
 
            <item>
136
 
                <property name="text">
137
 
                    <string>Chats</string>
138
 
                </property>
139
 
            </item>
140
 
            <item>
141
 
                <property name="text">
142
 
                    <string>Messages (Chats if Chatting)</string>
143
 
                </property>
144
 
            </item>
145
 
            <property name="name">
146
 
                <cstring>cb_incomingAs</cstring>
147
 
            </property>
148
 
        </widget>
149
 
    </vbox>
150
 
</widget>
151
 
<layoutdefaults spacing="6" margin="11"/>
152
 
</UI>