~ubuntu-branches/ubuntu/karmic/psi/karmic

« back to all changes in this revision

Viewing changes to src/options/opt_status.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
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>OptStatus</class>
 
6
 <widget class="QWidget" name="OptStatus" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>411</width>
 
12
    <height>563</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>OptStatusUI</string>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item>
 
26
    <widget class="QGroupBox" name="groupBox1" >
 
27
     <property name="title" >
 
28
      <string>Prompt for status message when choosing</string>
 
29
     </property>
 
30
     <layout class="QHBoxLayout" >
 
31
      <property name="margin" >
 
32
       <number>9</number>
 
33
      </property>
 
34
      <property name="spacing" >
 
35
       <number>0</number>
 
36
      </property>
 
37
      <item>
 
38
       <widget class="QCheckBox" name="ck_askOnline" >
 
39
        <property name="text" >
 
40
         <string>Online</string>
 
41
        </property>
 
42
       </widget>
 
43
      </item>
 
44
      <item>
 
45
       <widget class="QCheckBox" name="ck_askOffline" >
 
46
        <property name="text" >
 
47
         <string>Offline</string>
 
48
        </property>
 
49
       </widget>
 
50
      </item>
 
51
     </layout>
 
52
    </widget>
 
53
   </item>
 
54
   <item>
 
55
    <layout class="QGridLayout" >
 
56
     <property name="margin" >
 
57
      <number>0</number>
 
58
     </property>
 
59
     <property name="spacing" >
 
60
      <number>6</number>
 
61
     </property>
 
62
     <item row="2" column="1" >
 
63
      <widget class="QSpinBox" name="sb_asOffline" >
 
64
       <property name="enabled" >
 
65
        <bool>false</bool>
 
66
       </property>
 
67
      </widget>
 
68
     </item>
 
69
     <item row="2" column="2" >
 
70
      <widget class="QLabel" name="lb_asOffline" >
 
71
       <property name="enabled" >
 
72
        <bool>false</bool>
 
73
       </property>
 
74
       <property name="text" >
 
75
        <string>Minutes</string>
 
76
       </property>
 
77
      </widget>
 
78
     </item>
 
79
     <item row="1" column="2" >
 
80
      <widget class="QLabel" name="lb_asXa" >
 
81
       <property name="enabled" >
 
82
        <bool>false</bool>
 
83
       </property>
 
84
       <property name="text" >
 
85
        <string>Minutes</string>
 
86
       </property>
 
87
      </widget>
 
88
     </item>
 
89
     <item row="1" column="1" >
 
90
      <widget class="QSpinBox" name="sb_asXa" >
 
91
       <property name="enabled" >
 
92
        <bool>false</bool>
 
93
       </property>
 
94
      </widget>
 
95
     </item>
 
96
     <item row="0" column="2" >
 
97
      <widget class="QLabel" name="lb_asAway" >
 
98
       <property name="enabled" >
 
99
        <bool>false</bool>
 
100
       </property>
 
101
       <property name="text" >
 
102
        <string>Minutes</string>
 
103
       </property>
 
104
      </widget>
 
105
     </item>
 
106
     <item row="2" column="0" >
 
107
      <widget class="QCheckBox" name="ck_asOffline" >
 
108
       <property name="text" >
 
109
        <string>Auto offline after:</string>
 
110
       </property>
 
111
      </widget>
 
112
     </item>
 
113
     <item row="1" column="0" >
 
114
      <widget class="QCheckBox" name="ck_asXa" >
 
115
       <property name="text" >
 
116
        <string>Auto XA after:</string>
 
117
       </property>
 
118
      </widget>
 
119
     </item>
 
120
     <item row="0" column="0" >
 
121
      <widget class="QCheckBox" name="ck_asAway" >
 
122
       <property name="text" >
 
123
        <string>Auto away after:</string>
 
124
       </property>
 
125
      </widget>
 
126
     </item>
 
127
     <item row="0" column="1" >
 
128
      <widget class="QSpinBox" name="sb_asAway" >
 
129
       <property name="enabled" >
 
130
        <bool>false</bool>
 
131
       </property>
 
132
      </widget>
 
133
     </item>
 
134
    </layout>
 
135
   </item>
 
136
   <item>
 
137
    <widget class="QLabel" name="TextLabel1_8" >
 
138
     <property name="text" >
 
139
      <string>Auto status message:</string>
 
140
     </property>
 
141
    </widget>
 
142
   </item>
 
143
   <item>
 
144
    <widget class="QTextEdit" name="te_asMessage" >
 
145
     <property name="maximumSize" >
 
146
      <size>
 
147
       <width>32767</width>
 
148
       <height>50</height>
 
149
      </size>
 
150
     </property>
 
151
    </widget>
 
152
   </item>
 
153
   <item>
 
154
    <widget class="QGroupBox" name="groupBox10" >
 
155
     <property name="title" >
 
156
      <string>Presets</string>
 
157
     </property>
 
158
     <layout class="QVBoxLayout" >
 
159
      <property name="margin" >
 
160
       <number>9</number>
 
161
      </property>
 
162
      <property name="spacing" >
 
163
       <number>6</number>
 
164
      </property>
 
165
      <item>
 
166
       <layout class="QHBoxLayout" >
 
167
        <property name="margin" >
 
168
         <number>0</number>
 
169
        </property>
 
170
        <property name="spacing" >
 
171
         <number>6</number>
 
172
        </property>
 
173
        <item>
 
174
         <widget class="QLabel" name="label_3" >
 
175
          <property name="text" >
 
176
           <string>Preset:</string>
 
177
          </property>
 
178
         </widget>
 
179
        </item>
 
180
        <item>
 
181
         <widget class="QComboBox" name="cb_preset" />
 
182
        </item>
 
183
        <item>
 
184
         <spacer>
 
185
          <property name="orientation" >
 
186
           <enum>Qt::Horizontal</enum>
 
187
          </property>
 
188
          <property name="sizeHint" >
 
189
           <size>
 
190
            <width>40</width>
 
191
            <height>20</height>
 
192
           </size>
 
193
          </property>
 
194
         </spacer>
 
195
        </item>
 
196
        <item>
 
197
         <widget class="QPushButton" name="pb_spNew" >
 
198
          <property name="text" >
 
199
           <string>New</string>
 
200
          </property>
 
201
         </widget>
 
202
        </item>
 
203
        <item>
 
204
         <widget class="QPushButton" name="pb_spDelete" >
 
205
          <property name="text" >
 
206
           <string>Delete</string>
 
207
          </property>
 
208
         </widget>
 
209
        </item>
 
210
       </layout>
 
211
      </item>
 
212
      <item>
 
213
       <layout class="QHBoxLayout" >
 
214
        <property name="margin" >
 
215
         <number>0</number>
 
216
        </property>
 
217
        <property name="spacing" >
 
218
         <number>6</number>
 
219
        </property>
 
220
        <item>
 
221
         <widget class="QLabel" name="label_2" >
 
222
          <property name="text" >
 
223
           <string>Status:</string>
 
224
          </property>
 
225
         </widget>
 
226
        </item>
 
227
        <item>
 
228
         <widget class="QComboBox" name="cb_sp_status" />
 
229
        </item>
 
230
        <item>
 
231
         <spacer>
 
232
          <property name="orientation" >
 
233
           <enum>Qt::Horizontal</enum>
 
234
          </property>
 
235
          <property name="sizeHint" >
 
236
           <size>
 
237
            <width>97</width>
 
238
            <height>20</height>
 
239
           </size>
 
240
          </property>
 
241
         </spacer>
 
242
        </item>
 
243
        <item>
 
244
         <widget class="QLabel" name="label" >
 
245
          <property name="text" >
 
246
           <string>Priority:</string>
 
247
          </property>
 
248
         </widget>
 
249
        </item>
 
250
        <item>
 
251
         <widget class="QLineEdit" name="le_sp_priority" >
 
252
          <property name="maximumSize" >
 
253
           <size>
 
254
            <width>50</width>
 
255
            <height>16777215</height>
 
256
           </size>
 
257
          </property>
 
258
         </widget>
 
259
        </item>
 
260
       </layout>
 
261
      </item>
 
262
      <item>
 
263
       <widget class="QLabel" name="TextLabel2_2" >
 
264
        <property name="text" >
 
265
         <string>Content:</string>
 
266
        </property>
 
267
       </widget>
 
268
      </item>
 
269
      <item>
 
270
       <widget class="QTextEdit" name="te_sp" >
 
271
        <property name="sizePolicy" >
 
272
         <sizepolicy>
 
273
          <hsizetype>7</hsizetype>
 
274
          <vsizetype>7</vsizetype>
 
275
          <horstretch>0</horstretch>
 
276
          <verstretch>0</verstretch>
 
277
         </sizepolicy>
 
278
        </property>
 
279
        <property name="maximumSize" >
 
280
         <size>
 
281
          <width>32767</width>
 
282
          <height>90</height>
 
283
         </size>
 
284
        </property>
 
285
       </widget>
 
286
      </item>
 
287
     </layout>
 
288
    </widget>
 
289
   </item>
 
290
  </layout>
 
291
 </widget>
 
292
 <layoutdefault spacing="6" margin="11" />
 
293
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
294
 <tabstops>
 
295
  <tabstop>ck_asAway</tabstop>
 
296
  <tabstop>sb_asAway</tabstop>
 
297
  <tabstop>ck_asXa</tabstop>
 
298
  <tabstop>sb_asXa</tabstop>
 
299
  <tabstop>ck_asOffline</tabstop>
 
300
  <tabstop>sb_asOffline</tabstop>
 
301
  <tabstop>te_asMessage</tabstop>
 
302
  <tabstop>pb_spNew</tabstop>
 
303
  <tabstop>pb_spDelete</tabstop>
 
304
  <tabstop>te_sp</tabstop>
 
305
 </tabstops>
 
306
 <resources/>
 
307
 <connections>
 
308
  <connection>
 
309
   <sender>ck_asOffline</sender>
 
310
   <signal>toggled(bool)</signal>
 
311
   <receiver>sb_asOffline</receiver>
 
312
   <slot>setEnabled(bool)</slot>
 
313
   <hints>
 
314
    <hint type="sourcelabel" >
 
315
     <x>65</x>
 
316
     <y>109</y>
 
317
    </hint>
 
318
    <hint type="destinationlabel" >
 
319
     <x>171</x>
 
320
     <y>112</y>
 
321
    </hint>
 
322
   </hints>
 
323
  </connection>
 
324
  <connection>
 
325
   <sender>ck_asXa</sender>
 
326
   <signal>toggled(bool)</signal>
 
327
   <receiver>sb_asXa</receiver>
 
328
   <slot>setEnabled(bool)</slot>
 
329
   <hints>
 
330
    <hint type="sourcelabel" >
 
331
     <x>95</x>
 
332
     <y>77</y>
 
333
    </hint>
 
334
    <hint type="destinationlabel" >
 
335
     <x>172</x>
 
336
     <y>78</y>
 
337
    </hint>
 
338
   </hints>
 
339
  </connection>
 
340
  <connection>
 
341
   <sender>ck_asAway</sender>
 
342
   <signal>toggled(bool)</signal>
 
343
   <receiver>sb_asAway</receiver>
 
344
   <slot>setEnabled(bool)</slot>
 
345
   <hints>
 
346
    <hint type="sourcelabel" >
 
347
     <x>61</x>
 
348
     <y>46</y>
 
349
    </hint>
 
350
    <hint type="destinationlabel" >
 
351
     <x>180</x>
 
352
     <y>42</y>
 
353
    </hint>
 
354
   </hints>
 
355
  </connection>
 
356
 </connections>
 
357
</ui>