~ubuntu-branches/ubuntu/hoary/psi/hoary

« back to all changes in this revision

Viewing changes to src/options/opt_events-ui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2004-06-15 00:10:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040615001041-enywb6pcpe4sjsw6
Tags: 0.9.2-1
* New upstream release
* Set KDEDIR for ./configure so kde specific files get installed
* Don't install libpsiwidgets.so. It got installed in /usr/share
  where it doesn't belong. May be included (at a better location)
  later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>OptEventsUI</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>OptEventsUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>351</width>
 
12
            <height>390</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>OptEventsUI</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="QCheckBox">
 
26
            <property name="name">
 
27
                <cstring>ck_popupMsgs</cstring>
 
28
            </property>
 
29
            <property name="text">
 
30
                <string>Auto-open New Messages</string>
 
31
            </property>
 
32
        </widget>
 
33
        <widget class="QCheckBox">
 
34
            <property name="name">
 
35
                 <cstring>ck_popupHeadlines</cstring>
 
36
             </property>
 
37
             <property name="text">
 
38
                 <string>Autopopup New Headlines</string>
 
39
             </property>
 
40
         </widget>
 
41
         <widget class="QCheckBox">
 
42
             <property name="name">
 
43
                <cstring>ck_allowAwayPopup</cstring>
 
44
            </property>
 
45
            <property name="text">
 
46
                <string>Allow auto-open even when Away/XA</string>
 
47
            </property>
 
48
        </widget>
 
49
        <widget class="QCheckBox">
 
50
            <property name="name">
 
51
                <cstring>ck_allowUnlistedPopup</cstring>
 
52
            </property>
 
53
            <property name="text">
 
54
                <string>Allow auto-open even from unlisted users</string>
 
55
            </property>
 
56
        </widget>
 
57
        <widget class="QCheckBox">
 
58
            <property name="name">
 
59
                <cstring>ck_raise</cstring>
 
60
            </property>
 
61
            <property name="text">
 
62
                <string>Raise Roster Window On New Event</string>
 
63
            </property>
 
64
        </widget>
 
65
        <widget class="QCheckBox">
 
66
            <property name="name">
 
67
                <cstring>ck_ignoreNonRoster</cstring>
 
68
            </property>
 
69
            <property name="text">
 
70
                <string>Ignore events from contacts not already in your roster</string>
 
71
            </property>
 
72
        </widget>
 
73
        <widget class="QCheckBox">
 
74
            <property name="name">
 
75
                <cstring>ck_autoAuth</cstring>
 
76
            </property>
 
77
            <property name="text">
 
78
                <string>Auto-authorize contacts</string>
 
79
            </property>
 
80
        </widget>
 
81
        <widget class="QButtonGroup">
 
82
            <property name="name">
 
83
                <cstring>bg_alerts</cstring>
 
84
            </property>
 
85
            <property name="title">
 
86
                <string>Alerts</string>
 
87
            </property>
 
88
            <hbox>
 
89
                <property name="name">
 
90
                    <cstring>unnamed</cstring>
 
91
                </property>
 
92
                <property name="margin">
 
93
                    <number>11</number>
 
94
                </property>
 
95
                <property name="spacing">
 
96
                    <number>6</number>
 
97
                </property>
 
98
                <widget class="QRadioButton">
 
99
                    <property name="name">
 
100
                        <cstring>rb_aSolid</cstring>
 
101
                    </property>
 
102
                    <property name="text">
 
103
                        <string>Solid</string>
 
104
                    </property>
 
105
                </widget>
 
106
                <widget class="QRadioButton">
 
107
                    <property name="name">
 
108
                        <cstring>rb_aBlink</cstring>
 
109
                    </property>
 
110
                    <property name="text">
 
111
                        <string>Blink</string>
 
112
                    </property>
 
113
                </widget>
 
114
                <widget class="QRadioButton">
 
115
                    <property name="name">
 
116
                        <cstring>rb_aAnimate</cstring>
 
117
                    </property>
 
118
                    <property name="text">
 
119
                        <string>Animate</string>
 
120
                    </property>
 
121
                </widget>
 
122
            </hbox>
 
123
        </widget>
 
124
        <widget class="QCheckBox">
 
125
            <property name="name">
 
126
                <cstring>ck_popupOn</cstring>
 
127
            </property>
 
128
            <property name="text">
 
129
                <string>Enable popup notifications</string>
 
130
            </property>
 
131
            <property name="checked">
 
132
                <bool>true</bool>
 
133
            </property>
 
134
        </widget>
 
135
        <widget class="QGroupBox">
 
136
            <property name="name">
 
137
                <cstring>groupBox1</cstring>
 
138
            </property>
 
139
            <property name="title">
 
140
                <string>Popup Notifications</string>
 
141
            </property>
 
142
            <vbox>
 
143
                <property name="name">
 
144
                    <cstring>unnamed</cstring>
 
145
                </property>
 
146
                <widget class="QCheckBox">
 
147
                    <property name="name">
 
148
                        <cstring>ck_popupOnMessage</cstring>
 
149
                    </property>
 
150
                    <property name="text">
 
151
                        <string>On incoming Message event</string>
 
152
                    </property>
 
153
                </widget>
 
154
                <widget class="QCheckBox">
 
155
                    <property name="name">
 
156
                        <cstring>ck_popupOnHeadline</cstring>
 
157
                    </property>
 
158
                    <property name="text">
 
159
                        <string>On incoming Headline event</string>
 
160
                    </property>
 
161
                </widget>
 
162
                <widget class="QCheckBox">
 
163
                    <property name="name">
 
164
                        <cstring>ck_popupOnOnline</cstring>
 
165
                    </property>
 
166
                    <property name="text">
 
167
                        <string>When a contact becomes available</string>
 
168
                    </property>
 
169
                </widget>
 
170
                <widget class="QCheckBox">
 
171
                    <property name="name">
 
172
                        <cstring>ck_popupOnOffline</cstring>
 
173
                    </property>
 
174
                    <property name="text">
 
175
                        <string>When a contact becomes unavailable</string>
 
176
                    </property>
 
177
                </widget>
 
178
                <widget class="QCheckBox">
 
179
                    <property name="name">
 
180
                        <cstring>ck_popupOnStatus</cstring>
 
181
                    </property>
 
182
                    <property name="text">
 
183
                        <string>When a contact changes status</string>
 
184
                    </property>
 
185
                </widget>
 
186
            </vbox>
 
187
        </widget>
 
188
    </vbox>
 
189
</widget>
 
190
<connections>
 
191
    <connection>
 
192
        <sender>ck_popupOn</sender>
 
193
        <signal>toggled(bool)</signal>
 
194
        <receiver>groupBox1</receiver>
 
195
        <slot>setEnabled(bool)</slot>
 
196
    </connection>
 
197
</connections>
 
198
<tabstops>
 
199
    <tabstop>ck_popupMsgs</tabstop>
 
200
    <tabstop>ck_allowAwayPopup</tabstop>
 
201
    <tabstop>ck_allowUnlistedPopup</tabstop>
 
202
    <tabstop>ck_raise</tabstop>
 
203
    <tabstop>ck_ignoreNonRoster</tabstop>
 
204
    <tabstop>ck_autoAuth</tabstop>
 
205
    <tabstop>rb_aSolid</tabstop>
 
206
    <tabstop>rb_aBlink</tabstop>
 
207
    <tabstop>rb_aAnimate</tabstop>
 
208
    <tabstop>ck_popupOn</tabstop>
 
209
    <tabstop>ck_popupOnMessage</tabstop>
 
210
    <tabstop>ck_popupOnOnline</tabstop>
 
211
    <tabstop>ck_popupOnStatus</tabstop>
 
212
</tabstops>
 
213
<layoutdefaults spacing="6" margin="11"/>
 
214
</UI>