|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IrcPage</class> |
|
4 <widget class="QWidget" name="IrcPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>522</width> |
|
10 <height>979</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure IRC</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line3"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::Shape::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Shadow::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Orientation::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="timestampGroup"> |
|
36 <property name="toolTip"> |
|
37 <string>Enable to show timestamps</string> |
|
38 </property> |
|
39 <property name="title"> |
|
40 <string>Show Timestamps</string> |
|
41 </property> |
|
42 <property name="checkable"> |
|
43 <bool>true</bool> |
|
44 </property> |
|
45 <layout class="QGridLayout" name="gridLayout"> |
|
46 <item row="0" column="0"> |
|
47 <widget class="QLabel" name="label"> |
|
48 <property name="text"> |
|
49 <string>Time Format:</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="0" column="1"> |
|
54 <widget class="QComboBox" name="timeFormatCombo"> |
|
55 <property name="sizePolicy"> |
|
56 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
57 <horstretch>0</horstretch> |
|
58 <verstretch>0</verstretch> |
|
59 </sizepolicy> |
|
60 </property> |
|
61 <property name="toolTip"> |
|
62 <string>Select the time format to use</string> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="0" column="2"> |
|
67 <widget class="QLabel" name="label_2"> |
|
68 <property name="text"> |
|
69 <string>Date Format</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="0" column="3"> |
|
74 <widget class="QComboBox" name="dateFormatCombo"> |
|
75 <property name="sizePolicy"> |
|
76 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
77 <horstretch>0</horstretch> |
|
78 <verstretch>0</verstretch> |
|
79 </sizepolicy> |
|
80 </property> |
|
81 <property name="toolTip"> |
|
82 <string>Select the date format to use</string> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="1" column="0" colspan="4"> |
|
87 <widget class="QCheckBox" name="showDateCheckBox"> |
|
88 <property name="toolTip"> |
|
89 <string>Select to show the date in timestamps</string> |
|
90 </property> |
|
91 <property name="text"> |
|
92 <string>Show Date</string> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 </layout> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QGroupBox" name="coloursGroup"> |
|
101 <property name="title"> |
|
102 <string>Colors</string> |
|
103 </property> |
|
104 <layout class="QGridLayout" name="gridLayout_2"> |
|
105 <item row="0" column="0"> |
|
106 <widget class="QLabel" name="label_3"> |
|
107 <property name="text"> |
|
108 <string>Network Messages:</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item row="0" column="1"> |
|
113 <widget class="QPushButton" name="networkButton"> |
|
114 <property name="minimumSize"> |
|
115 <size> |
|
116 <width>100</width> |
|
117 <height>0</height> |
|
118 </size> |
|
119 </property> |
|
120 <property name="toolTip"> |
|
121 <string>Select the color for network messages</string> |
|
122 </property> |
|
123 <property name="text"> |
|
124 <string/> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item row="0" column="2"> |
|
129 <widget class="QLabel" name="label_9"> |
|
130 <property name="text"> |
|
131 <string>Nick Names:</string> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item row="0" column="3"> |
|
136 <widget class="QPushButton" name="nickButton"> |
|
137 <property name="minimumSize"> |
|
138 <size> |
|
139 <width>100</width> |
|
140 <height>0</height> |
|
141 </size> |
|
142 </property> |
|
143 <property name="toolTip"> |
|
144 <string>Select the color for nick names</string> |
|
145 </property> |
|
146 <property name="text"> |
|
147 <string/> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item row="1" column="0"> |
|
152 <widget class="QLabel" name="label_4"> |
|
153 <property name="text"> |
|
154 <string>Server Messages:</string> |
|
155 </property> |
|
156 </widget> |
|
157 </item> |
|
158 <item row="1" column="1"> |
|
159 <widget class="QPushButton" name="serverButton"> |
|
160 <property name="minimumSize"> |
|
161 <size> |
|
162 <width>100</width> |
|
163 <height>0</height> |
|
164 </size> |
|
165 </property> |
|
166 <property name="toolTip"> |
|
167 <string>Select the color for server messages</string> |
|
168 </property> |
|
169 <property name="text"> |
|
170 <string/> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 <item row="1" column="2"> |
|
175 <widget class="QLabel" name="label_10"> |
|
176 <property name="text"> |
|
177 <string>Own Nick Name:</string> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 <item row="1" column="3"> |
|
182 <widget class="QPushButton" name="ownNickButton"> |
|
183 <property name="minimumSize"> |
|
184 <size> |
|
185 <width>100</width> |
|
186 <height>0</height> |
|
187 </size> |
|
188 </property> |
|
189 <property name="toolTip"> |
|
190 <string>Select the color for own nick name</string> |
|
191 </property> |
|
192 <property name="text"> |
|
193 <string/> |
|
194 </property> |
|
195 </widget> |
|
196 </item> |
|
197 <item row="2" column="0"> |
|
198 <widget class="QLabel" name="label_5"> |
|
199 <property name="text"> |
|
200 <string>Channel Messages:</string> |
|
201 </property> |
|
202 </widget> |
|
203 </item> |
|
204 <item row="2" column="1"> |
|
205 <widget class="QPushButton" name="channelButton"> |
|
206 <property name="minimumSize"> |
|
207 <size> |
|
208 <width>100</width> |
|
209 <height>0</height> |
|
210 </size> |
|
211 </property> |
|
212 <property name="toolTip"> |
|
213 <string>Select the color for channel messages</string> |
|
214 </property> |
|
215 <property name="text"> |
|
216 <string/> |
|
217 </property> |
|
218 </widget> |
|
219 </item> |
|
220 <item row="2" column="2"> |
|
221 <widget class="QLabel" name="label_11"> |
|
222 <property name="text"> |
|
223 <string>Join Channel:</string> |
|
224 </property> |
|
225 </widget> |
|
226 </item> |
|
227 <item row="2" column="3"> |
|
228 <widget class="QPushButton" name="joinButton"> |
|
229 <property name="minimumSize"> |
|
230 <size> |
|
231 <width>100</width> |
|
232 <height>0</height> |
|
233 </size> |
|
234 </property> |
|
235 <property name="toolTip"> |
|
236 <string>Select the color for join channel messages</string> |
|
237 </property> |
|
238 <property name="text"> |
|
239 <string/> |
|
240 </property> |
|
241 </widget> |
|
242 </item> |
|
243 <item row="3" column="0"> |
|
244 <widget class="QLabel" name="label_6"> |
|
245 <property name="text"> |
|
246 <string>Error Messages:</string> |
|
247 </property> |
|
248 </widget> |
|
249 </item> |
|
250 <item row="3" column="1"> |
|
251 <widget class="QPushButton" name="errorButton"> |
|
252 <property name="minimumSize"> |
|
253 <size> |
|
254 <width>100</width> |
|
255 <height>0</height> |
|
256 </size> |
|
257 </property> |
|
258 <property name="toolTip"> |
|
259 <string>Select the color for error messages</string> |
|
260 </property> |
|
261 <property name="text"> |
|
262 <string/> |
|
263 </property> |
|
264 </widget> |
|
265 </item> |
|
266 <item row="3" column="2"> |
|
267 <widget class="QLabel" name="label_12"> |
|
268 <property name="text"> |
|
269 <string>Leave Channel:</string> |
|
270 </property> |
|
271 </widget> |
|
272 </item> |
|
273 <item row="3" column="3"> |
|
274 <widget class="QPushButton" name="leaveButton"> |
|
275 <property name="minimumSize"> |
|
276 <size> |
|
277 <width>100</width> |
|
278 <height>0</height> |
|
279 </size> |
|
280 </property> |
|
281 <property name="toolTip"> |
|
282 <string>Select the color for leave channel messages</string> |
|
283 </property> |
|
284 <property name="text"> |
|
285 <string/> |
|
286 </property> |
|
287 </widget> |
|
288 </item> |
|
289 <item row="4" column="0"> |
|
290 <widget class="QLabel" name="label_7"> |
|
291 <property name="text"> |
|
292 <string>Timestamp:</string> |
|
293 </property> |
|
294 </widget> |
|
295 </item> |
|
296 <item row="4" column="1"> |
|
297 <widget class="QPushButton" name="timestampButton"> |
|
298 <property name="minimumSize"> |
|
299 <size> |
|
300 <width>100</width> |
|
301 <height>0</height> |
|
302 </size> |
|
303 </property> |
|
304 <property name="toolTip"> |
|
305 <string>Select the color for timestamps</string> |
|
306 </property> |
|
307 <property name="text"> |
|
308 <string/> |
|
309 </property> |
|
310 </widget> |
|
311 </item> |
|
312 <item row="4" column="2"> |
|
313 <widget class="QLabel" name="label_13"> |
|
314 <property name="text"> |
|
315 <string>Channel Info:</string> |
|
316 </property> |
|
317 </widget> |
|
318 </item> |
|
319 <item row="4" column="3"> |
|
320 <widget class="QPushButton" name="infoButton"> |
|
321 <property name="minimumSize"> |
|
322 <size> |
|
323 <width>100</width> |
|
324 <height>0</height> |
|
325 </size> |
|
326 </property> |
|
327 <property name="toolTip"> |
|
328 <string>Select the color for channel info messages</string> |
|
329 </property> |
|
330 <property name="text"> |
|
331 <string/> |
|
332 </property> |
|
333 </widget> |
|
334 </item> |
|
335 <item row="5" column="0"> |
|
336 <widget class="QLabel" name="label_8"> |
|
337 <property name="text"> |
|
338 <string>Hyperlink:</string> |
|
339 </property> |
|
340 </widget> |
|
341 </item> |
|
342 <item row="5" column="1"> |
|
343 <widget class="QPushButton" name="hyperlinkButton"> |
|
344 <property name="minimumSize"> |
|
345 <size> |
|
346 <width>100</width> |
|
347 <height>0</height> |
|
348 </size> |
|
349 </property> |
|
350 <property name="toolTip"> |
|
351 <string>Select the color for hyperlinks</string> |
|
352 </property> |
|
353 <property name="text"> |
|
354 <string/> |
|
355 </property> |
|
356 </widget> |
|
357 </item> |
|
358 </layout> |
|
359 </widget> |
|
360 </item> |
|
361 <item> |
|
362 <widget class="QGroupBox" name="textColoursGroup"> |
|
363 <property name="toolTip"> |
|
364 <string>Enable to allow colored text in IRC messages</string> |
|
365 </property> |
|
366 <property name="title"> |
|
367 <string>Allow Colored Text in IRC Messages</string> |
|
368 </property> |
|
369 <property name="checkable"> |
|
370 <bool>true</bool> |
|
371 </property> |
|
372 <layout class="QGridLayout" name="gridLayout_4"> |
|
373 <item row="0" column="0"> |
|
374 <widget class="QLabel" name="label_15"> |
|
375 <property name="text"> |
|
376 <string notr="true">0:</string> |
|
377 </property> |
|
378 </widget> |
|
379 </item> |
|
380 <item row="0" column="1"> |
|
381 <widget class="QPushButton" name="ircColor0Button"> |
|
382 <property name="sizePolicy"> |
|
383 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
384 <horstretch>0</horstretch> |
|
385 <verstretch>0</verstretch> |
|
386 </sizepolicy> |
|
387 </property> |
|
388 </widget> |
|
389 </item> |
|
390 <item row="0" column="2"> |
|
391 <widget class="QLabel" name="label_19"> |
|
392 <property name="text"> |
|
393 <string notr="true">4:</string> |
|
394 </property> |
|
395 </widget> |
|
396 </item> |
|
397 <item row="0" column="3"> |
|
398 <widget class="QPushButton" name="ircColor4Button"> |
|
399 <property name="sizePolicy"> |
|
400 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
401 <horstretch>0</horstretch> |
|
402 <verstretch>0</verstretch> |
|
403 </sizepolicy> |
|
404 </property> |
|
405 </widget> |
|
406 </item> |
|
407 <item row="0" column="4"> |
|
408 <widget class="QLabel" name="label_23"> |
|
409 <property name="text"> |
|
410 <string notr="true">8:</string> |
|
411 </property> |
|
412 </widget> |
|
413 </item> |
|
414 <item row="0" column="5"> |
|
415 <widget class="QPushButton" name="ircColor8Button"> |
|
416 <property name="sizePolicy"> |
|
417 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
418 <horstretch>0</horstretch> |
|
419 <verstretch>0</verstretch> |
|
420 </sizepolicy> |
|
421 </property> |
|
422 </widget> |
|
423 </item> |
|
424 <item row="0" column="6"> |
|
425 <widget class="QLabel" name="label_27"> |
|
426 <property name="text"> |
|
427 <string notr="true">12:</string> |
|
428 </property> |
|
429 </widget> |
|
430 </item> |
|
431 <item row="0" column="7"> |
|
432 <widget class="QPushButton" name="ircColor12Button"> |
|
433 <property name="sizePolicy"> |
|
434 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
435 <horstretch>0</horstretch> |
|
436 <verstretch>0</verstretch> |
|
437 </sizepolicy> |
|
438 </property> |
|
439 </widget> |
|
440 </item> |
|
441 <item row="1" column="0"> |
|
442 <widget class="QLabel" name="label_16"> |
|
443 <property name="text"> |
|
444 <string notr="true">1:</string> |
|
445 </property> |
|
446 </widget> |
|
447 </item> |
|
448 <item row="1" column="1"> |
|
449 <widget class="QPushButton" name="ircColor1Button"> |
|
450 <property name="sizePolicy"> |
|
451 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
452 <horstretch>0</horstretch> |
|
453 <verstretch>0</verstretch> |
|
454 </sizepolicy> |
|
455 </property> |
|
456 </widget> |
|
457 </item> |
|
458 <item row="1" column="2"> |
|
459 <widget class="QLabel" name="label_20"> |
|
460 <property name="text"> |
|
461 <string notr="true">5:</string> |
|
462 </property> |
|
463 </widget> |
|
464 </item> |
|
465 <item row="1" column="3"> |
|
466 <widget class="QPushButton" name="ircColor5Button"> |
|
467 <property name="sizePolicy"> |
|
468 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
469 <horstretch>0</horstretch> |
|
470 <verstretch>0</verstretch> |
|
471 </sizepolicy> |
|
472 </property> |
|
473 </widget> |
|
474 </item> |
|
475 <item row="1" column="4"> |
|
476 <widget class="QLabel" name="label_24"> |
|
477 <property name="text"> |
|
478 <string notr="true">9:</string> |
|
479 </property> |
|
480 </widget> |
|
481 </item> |
|
482 <item row="1" column="5"> |
|
483 <widget class="QPushButton" name="ircColor9Button"> |
|
484 <property name="sizePolicy"> |
|
485 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
486 <horstretch>0</horstretch> |
|
487 <verstretch>0</verstretch> |
|
488 </sizepolicy> |
|
489 </property> |
|
490 </widget> |
|
491 </item> |
|
492 <item row="1" column="6"> |
|
493 <widget class="QLabel" name="label_28"> |
|
494 <property name="text"> |
|
495 <string notr="true">13:</string> |
|
496 </property> |
|
497 </widget> |
|
498 </item> |
|
499 <item row="1" column="7"> |
|
500 <widget class="QPushButton" name="ircColor13Button"> |
|
501 <property name="sizePolicy"> |
|
502 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
503 <horstretch>0</horstretch> |
|
504 <verstretch>0</verstretch> |
|
505 </sizepolicy> |
|
506 </property> |
|
507 </widget> |
|
508 </item> |
|
509 <item row="2" column="0"> |
|
510 <widget class="QLabel" name="label_17"> |
|
511 <property name="text"> |
|
512 <string notr="true">2:</string> |
|
513 </property> |
|
514 </widget> |
|
515 </item> |
|
516 <item row="2" column="1"> |
|
517 <widget class="QPushButton" name="ircColor2Button"> |
|
518 <property name="sizePolicy"> |
|
519 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
520 <horstretch>0</horstretch> |
|
521 <verstretch>0</verstretch> |
|
522 </sizepolicy> |
|
523 </property> |
|
524 </widget> |
|
525 </item> |
|
526 <item row="2" column="2"> |
|
527 <widget class="QLabel" name="label_21"> |
|
528 <property name="text"> |
|
529 <string notr="true">6:</string> |
|
530 </property> |
|
531 </widget> |
|
532 </item> |
|
533 <item row="2" column="3"> |
|
534 <widget class="QPushButton" name="ircColor6Button"> |
|
535 <property name="sizePolicy"> |
|
536 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
537 <horstretch>0</horstretch> |
|
538 <verstretch>0</verstretch> |
|
539 </sizepolicy> |
|
540 </property> |
|
541 </widget> |
|
542 </item> |
|
543 <item row="2" column="4"> |
|
544 <widget class="QLabel" name="label_25"> |
|
545 <property name="text"> |
|
546 <string notr="true">10:</string> |
|
547 </property> |
|
548 </widget> |
|
549 </item> |
|
550 <item row="2" column="5"> |
|
551 <widget class="QPushButton" name="ircColor10Button"> |
|
552 <property name="sizePolicy"> |
|
553 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
554 <horstretch>0</horstretch> |
|
555 <verstretch>0</verstretch> |
|
556 </sizepolicy> |
|
557 </property> |
|
558 </widget> |
|
559 </item> |
|
560 <item row="2" column="6"> |
|
561 <widget class="QLabel" name="label_29"> |
|
562 <property name="text"> |
|
563 <string notr="true">14:</string> |
|
564 </property> |
|
565 </widget> |
|
566 </item> |
|
567 <item row="2" column="7"> |
|
568 <widget class="QPushButton" name="ircColor14Button"> |
|
569 <property name="sizePolicy"> |
|
570 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
571 <horstretch>0</horstretch> |
|
572 <verstretch>0</verstretch> |
|
573 </sizepolicy> |
|
574 </property> |
|
575 </widget> |
|
576 </item> |
|
577 <item row="3" column="0"> |
|
578 <widget class="QLabel" name="label_18"> |
|
579 <property name="text"> |
|
580 <string notr="true">3:</string> |
|
581 </property> |
|
582 </widget> |
|
583 </item> |
|
584 <item row="3" column="1"> |
|
585 <widget class="QPushButton" name="ircColor3Button"> |
|
586 <property name="sizePolicy"> |
|
587 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
588 <horstretch>0</horstretch> |
|
589 <verstretch>0</verstretch> |
|
590 </sizepolicy> |
|
591 </property> |
|
592 </widget> |
|
593 </item> |
|
594 <item row="3" column="2"> |
|
595 <widget class="QLabel" name="label_22"> |
|
596 <property name="text"> |
|
597 <string notr="true">7:</string> |
|
598 </property> |
|
599 </widget> |
|
600 </item> |
|
601 <item row="3" column="3"> |
|
602 <widget class="QPushButton" name="ircColor7Button"> |
|
603 <property name="sizePolicy"> |
|
604 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
605 <horstretch>0</horstretch> |
|
606 <verstretch>0</verstretch> |
|
607 </sizepolicy> |
|
608 </property> |
|
609 </widget> |
|
610 </item> |
|
611 <item row="3" column="4"> |
|
612 <widget class="QLabel" name="label_26"> |
|
613 <property name="text"> |
|
614 <string notr="true">11:</string> |
|
615 </property> |
|
616 </widget> |
|
617 </item> |
|
618 <item row="3" column="5"> |
|
619 <widget class="QPushButton" name="ircColor11Button"> |
|
620 <property name="sizePolicy"> |
|
621 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
622 <horstretch>0</horstretch> |
|
623 <verstretch>0</verstretch> |
|
624 </sizepolicy> |
|
625 </property> |
|
626 </widget> |
|
627 </item> |
|
628 <item row="3" column="6"> |
|
629 <widget class="QLabel" name="label_30"> |
|
630 <property name="text"> |
|
631 <string notr="true">15:</string> |
|
632 </property> |
|
633 </widget> |
|
634 </item> |
|
635 <item row="3" column="7"> |
|
636 <widget class="QPushButton" name="ircColor15Button"> |
|
637 <property name="sizePolicy"> |
|
638 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
639 <horstretch>0</horstretch> |
|
640 <verstretch>0</verstretch> |
|
641 </sizepolicy> |
|
642 </property> |
|
643 </widget> |
|
644 </item> |
|
645 </layout> |
|
646 </widget> |
|
647 </item> |
|
648 <item> |
|
649 <widget class="QGroupBox" name="notificationsGroup"> |
|
650 <property name="toolTip"> |
|
651 <string>Enable to show notifications</string> |
|
652 </property> |
|
653 <property name="title"> |
|
654 <string>Show Notifications</string> |
|
655 </property> |
|
656 <property name="checkable"> |
|
657 <bool>true</bool> |
|
658 </property> |
|
659 <layout class="QGridLayout" name="gridLayout_3"> |
|
660 <item row="0" column="0"> |
|
661 <widget class="QCheckBox" name="joinLeaveCheckBox"> |
|
662 <property name="toolTip"> |
|
663 <string>Select to show a notification for join and leave events</string> |
|
664 </property> |
|
665 <property name="text"> |
|
666 <string>Join/Leave Event</string> |
|
667 </property> |
|
668 </widget> |
|
669 </item> |
|
670 <item row="1" column="0"> |
|
671 <widget class="QCheckBox" name="messageCheckBox"> |
|
672 <property name="toolTip"> |
|
673 <string>Select to show a notification for every message</string> |
|
674 </property> |
|
675 <property name="text"> |
|
676 <string>Every Message</string> |
|
677 </property> |
|
678 </widget> |
|
679 </item> |
|
680 <item row="0" column="1"> |
|
681 <widget class="QCheckBox" name="ownNickCheckBox"> |
|
682 <property name="toolTip"> |
|
683 <string>Select to show a notification for every mentioning of your nick</string> |
|
684 </property> |
|
685 <property name="text"> |
|
686 <string>Mentioning of Own Nick</string> |
|
687 </property> |
|
688 </widget> |
|
689 </item> |
|
690 </layout> |
|
691 </widget> |
|
692 </item> |
|
693 <item> |
|
694 <widget class="QGroupBox" name="whoGroup"> |
|
695 <property name="toolTip"> |
|
696 <string>Select this to enable the automatic lookup of user information for joined channels</string> |
|
697 </property> |
|
698 <property name="title"> |
|
699 <string>Enable Automatic User Information Lookup (/WHO)</string> |
|
700 </property> |
|
701 <property name="checkable"> |
|
702 <bool>true</bool> |
|
703 </property> |
|
704 <property name="checked"> |
|
705 <bool>false</bool> |
|
706 </property> |
|
707 <layout class="QGridLayout" name="gridLayout_5"> |
|
708 <item row="0" column="0"> |
|
709 <widget class="QLabel" name="label_31"> |
|
710 <property name="text"> |
|
711 <string>Max. Number of Users in Channel:</string> |
|
712 </property> |
|
713 </widget> |
|
714 </item> |
|
715 <item row="0" column="1"> |
|
716 <widget class="QSpinBox" name="whoUsersSpinBox"> |
|
717 <property name="toolTip"> |
|
718 <string>Enter the maximum numbers of users in a channel allowed for this function</string> |
|
719 </property> |
|
720 <property name="alignment"> |
|
721 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
|
722 </property> |
|
723 <property name="maximum"> |
|
724 <number>999</number> |
|
725 </property> |
|
726 </widget> |
|
727 </item> |
|
728 <item row="0" column="2"> |
|
729 <spacer name="horizontalSpacer"> |
|
730 <property name="orientation"> |
|
731 <enum>Qt::Orientation::Horizontal</enum> |
|
732 </property> |
|
733 <property name="sizeHint" stdset="0"> |
|
734 <size> |
|
735 <width>174</width> |
|
736 <height>20</height> |
|
737 </size> |
|
738 </property> |
|
739 </spacer> |
|
740 </item> |
|
741 <item row="1" column="0"> |
|
742 <widget class="QLabel" name="label_32"> |
|
743 <property name="text"> |
|
744 <string>Update Interval:</string> |
|
745 </property> |
|
746 </widget> |
|
747 </item> |
|
748 <item row="1" column="1"> |
|
749 <widget class="QSpinBox" name="whoIntervalSpinBox"> |
|
750 <property name="toolTip"> |
|
751 <string>Enter the user information update interval</string> |
|
752 </property> |
|
753 <property name="alignment"> |
|
754 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
|
755 </property> |
|
756 <property name="suffix"> |
|
757 <string> s</string> |
|
758 </property> |
|
759 <property name="minimum"> |
|
760 <number>30</number> |
|
761 </property> |
|
762 <property name="maximum"> |
|
763 <number>600</number> |
|
764 </property> |
|
765 <property name="singleStep"> |
|
766 <number>10</number> |
|
767 </property> |
|
768 </widget> |
|
769 </item> |
|
770 </layout> |
|
771 </widget> |
|
772 </item> |
|
773 <item> |
|
774 <widget class="QGroupBox" name="markerGroup"> |
|
775 <property name="title"> |
|
776 <string>Marker</string> |
|
777 </property> |
|
778 <layout class="QGridLayout" name="gridLayout_6"> |
|
779 <item row="0" column="0" colspan="3"> |
|
780 <widget class="QCheckBox" name="markWhenHiddenCheckBox"> |
|
781 <property name="toolTip"> |
|
782 <string>Select to mark the current position, when the chat window is hidden</string> |
|
783 </property> |
|
784 <property name="text"> |
|
785 <string>Mark Current Position When Hidden</string> |
|
786 </property> |
|
787 </widget> |
|
788 </item> |
|
789 <item row="1" column="0"> |
|
790 <widget class="QLabel" name="label_33"> |
|
791 <property name="text"> |
|
792 <string>Marker Foreground:</string> |
|
793 </property> |
|
794 </widget> |
|
795 </item> |
|
796 <item row="1" column="1"> |
|
797 <widget class="QPushButton" name="markerForegroundButton"> |
|
798 <property name="minimumSize"> |
|
799 <size> |
|
800 <width>100</width> |
|
801 <height>0</height> |
|
802 </size> |
|
803 </property> |
|
804 <property name="toolTip"> |
|
805 <string>Select the foreground color for the marker</string> |
|
806 </property> |
|
807 <property name="text"> |
|
808 <string/> |
|
809 </property> |
|
810 </widget> |
|
811 </item> |
|
812 <item row="1" column="2" rowspan="2"> |
|
813 <spacer name="horizontalSpacer_2"> |
|
814 <property name="orientation"> |
|
815 <enum>Qt::Orientation::Horizontal</enum> |
|
816 </property> |
|
817 <property name="sizeHint" stdset="0"> |
|
818 <size> |
|
819 <width>240</width> |
|
820 <height>20</height> |
|
821 </size> |
|
822 </property> |
|
823 </spacer> |
|
824 </item> |
|
825 <item row="2" column="1" rowspan="2"> |
|
826 <widget class="QPushButton" name="markerBackgroundButton"> |
|
827 <property name="minimumSize"> |
|
828 <size> |
|
829 <width>100</width> |
|
830 <height>0</height> |
|
831 </size> |
|
832 </property> |
|
833 <property name="toolTip"> |
|
834 <string>Select the background color for the marker</string> |
|
835 </property> |
|
836 <property name="text"> |
|
837 <string/> |
|
838 </property> |
|
839 </widget> |
|
840 </item> |
|
841 <item row="3" column="0"> |
|
842 <widget class="QLabel" name="label_34"> |
|
843 <property name="text"> |
|
844 <string>Marker Background:</string> |
|
845 </property> |
|
846 </widget> |
|
847 </item> |
|
848 </layout> |
|
849 </widget> |
|
850 </item> |
|
851 <item> |
|
852 <spacer name="verticalSpacer"> |
|
853 <property name="orientation"> |
|
854 <enum>Qt::Orientation::Vertical</enum> |
|
855 </property> |
|
856 <property name="sizeHint" stdset="0"> |
|
857 <size> |
|
858 <width>20</width> |
|
859 <height>79</height> |
|
860 </size> |
|
861 </property> |
|
862 </spacer> |
|
863 </item> |
|
864 </layout> |
|
865 </widget> |
|
866 <tabstops> |
|
867 <tabstop>timestampGroup</tabstop> |
|
868 <tabstop>timeFormatCombo</tabstop> |
|
869 <tabstop>dateFormatCombo</tabstop> |
|
870 <tabstop>showDateCheckBox</tabstop> |
|
871 <tabstop>networkButton</tabstop> |
|
872 <tabstop>serverButton</tabstop> |
|
873 <tabstop>channelButton</tabstop> |
|
874 <tabstop>errorButton</tabstop> |
|
875 <tabstop>timestampButton</tabstop> |
|
876 <tabstop>hyperlinkButton</tabstop> |
|
877 <tabstop>nickButton</tabstop> |
|
878 <tabstop>ownNickButton</tabstop> |
|
879 <tabstop>joinButton</tabstop> |
|
880 <tabstop>leaveButton</tabstop> |
|
881 <tabstop>infoButton</tabstop> |
|
882 <tabstop>textColoursGroup</tabstop> |
|
883 <tabstop>ircColor0Button</tabstop> |
|
884 <tabstop>ircColor1Button</tabstop> |
|
885 <tabstop>ircColor2Button</tabstop> |
|
886 <tabstop>ircColor3Button</tabstop> |
|
887 <tabstop>ircColor4Button</tabstop> |
|
888 <tabstop>ircColor5Button</tabstop> |
|
889 <tabstop>ircColor6Button</tabstop> |
|
890 <tabstop>ircColor7Button</tabstop> |
|
891 <tabstop>ircColor8Button</tabstop> |
|
892 <tabstop>ircColor9Button</tabstop> |
|
893 <tabstop>ircColor10Button</tabstop> |
|
894 <tabstop>ircColor11Button</tabstop> |
|
895 <tabstop>ircColor12Button</tabstop> |
|
896 <tabstop>ircColor13Button</tabstop> |
|
897 <tabstop>ircColor14Button</tabstop> |
|
898 <tabstop>ircColor15Button</tabstop> |
|
899 <tabstop>notificationsGroup</tabstop> |
|
900 <tabstop>joinLeaveCheckBox</tabstop> |
|
901 <tabstop>messageCheckBox</tabstop> |
|
902 <tabstop>ownNickCheckBox</tabstop> |
|
903 <tabstop>whoGroup</tabstop> |
|
904 <tabstop>whoUsersSpinBox</tabstop> |
|
905 <tabstop>whoIntervalSpinBox</tabstop> |
|
906 <tabstop>markWhenHiddenCheckBox</tabstop> |
|
907 <tabstop>markerForegroundButton</tabstop> |
|
908 <tabstop>markerBackgroundButton</tabstop> |
|
909 </tabstops> |
|
910 <resources/> |
|
911 <connections/> |
|
912 </ui> |