begin my work on the IRC-protocol, making the editaccount dialog and the network...
[kdenetwork.git] / kopete / protocols / irc / ui / irceditaccount.ui
blobd2c4065ba2bcf1f178ac1e9d158619ef86a0f667
1 <ui version="4.0" >
2  <class>IRCEditAccountBase</class>
3  <widget class="QWidget" name="IRCEditAccountBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>687</width>
9     <height>471</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <property name="margin" >
14     <number>10</number>
15    </property>
16    <property name="spacing" >
17     <number>6</number>
18    </property>
19    <item row="0" column="0" >
20     <widget class="QTabWidget" name="tabWidget2" >
21      <property name="sizePolicy" >
22       <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
23        <horstretch>0</horstretch>
24        <verstretch>0</verstretch>
25       </sizepolicy>
26      </property>
27      <property name="currentIndex" >
28       <number>0</number>
29      </property>
30      <widget class="QWidget" name="tab" >
31       <property name="geometry" >
32        <rect>
33         <x>0</x>
34         <y>0</y>
35         <width>659</width>
36         <height>420</height>
37        </rect>
38       </property>
39       <attribute name="title" >
40        <string>B&amp;asic Setup</string>
41       </attribute>
42       <layout class="QGridLayout" >
43        <property name="margin" >
44         <number>8</number>
45        </property>
46        <property name="spacing" >
47         <number>6</number>
48        </property>
49        <item row="0" column="0" >
50         <widget class="QGroupBox" name="groupBox59" >
51          <property name="title" >
52           <string>Account Information</string>
53          </property>
54          <layout class="QGridLayout" >
55           <property name="margin" >
56            <number>0</number>
57           </property>
58           <property name="spacing" >
59            <number>6</number>
60           </property>
61           <item row="3" column="3" >
62            <spacer>
63             <property name="orientation" >
64              <enum>Qt::Horizontal</enum>
65             </property>
66             <property name="sizeType" >
67              <enum>QSizePolicy::Expanding</enum>
68             </property>
69             <property name="sizeHint" stdset="0" >
70              <size>
71               <width>392</width>
72               <height>20</height>
73              </size>
74             </property>
75            </spacer>
76           </item>
77           <item row="3" column="1" >
78            <widget class="QComboBox" name="network" />
79           </item>
80           <item row="0" column="0" >
81            <widget class="QLabel" name="m_nickNamesLabel" >
82             <property name="whatsThis" >
83              <string>This is the name that everyone will see every time you say something</string>
84             </property>
85             <property name="text" >
86              <string>N&amp;icknames:</string>
87             </property>
88             <property name="buddy" >
89              <cstring>nickNames</cstring>
90             </property>
91            </widget>
92           </item>
93           <item row="2" column="0" >
94            <widget class="QLabel" name="m_realNameLabel" >
95             <property name="text" >
96              <string>&amp;Real name:</string>
97             </property>
98             <property name="buddy" >
99              <cstring>realName</cstring>
100             </property>
101            </widget>
102           </item>
103           <item row="1" column="0" >
104            <widget class="QLabel" name="textLabel5" >
105             <property name="whatsThis" >
106              <string>The username you would prefer to use on IRC, if your system does not have identd support.  Leave blank to use your system account name.</string>
107             </property>
108             <property name="text" >
109              <string>&amp;Username:</string>
110             </property>
111             <property name="buddy" >
112              <cstring>userName</cstring>
113             </property>
114            </widget>
115           </item>
116           <item row="1" column="1" colspan="3" >
117            <widget class="QLineEdit" name="userName" >
118             <property name="sizePolicy" >
119              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
120               <horstretch>0</horstretch>
121               <verstretch>0</verstretch>
122              </sizepolicy>
123             </property>
124             <property name="toolTip" >
125              <string>The username you would prefer to use on IRC, if your system does not have identd support.  Leave blank to use your system account name.</string>
126             </property>
127             <property name="whatsThis" >
128              <string>The username you would prefer to use on IRC, if your system does not have identd support.  Leave blank to use your system account name.</string>
129             </property>
130             <property name="echoMode" >
131              <enum>QLineEdit::Normal</enum>
132             </property>
133            </widget>
134           </item>
135           <item row="2" column="1" colspan="3" >
136            <widget class="QLineEdit" name="realName" >
137             <property name="sizePolicy" >
138              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
139               <horstretch>0</horstretch>
140               <verstretch>0</verstretch>
141              </sizepolicy>
142             </property>
143             <property name="toolTip" >
144              <string>The username you would prefer to use on IRC, if your system does not have identd support.</string>
145             </property>
146             <property name="whatsThis" >
147              <string>The username you would prefer to use on IRC, if your system does not have identd support.  Leave blank to use your system account name.</string>
148             </property>
149             <property name="echoMode" >
150              <enum>QLineEdit::Normal</enum>
151             </property>
152            </widget>
153           </item>
154           <item row="0" column="1" colspan="3" >
155            <widget class="QLineEdit" name="nickNames" >
156             <property name="sizePolicy" >
157              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
158               <horstretch>0</horstretch>
159               <verstretch>0</verstretch>
160              </sizepolicy>
161             </property>
162             <property name="toolTip" >
163              <string>This is the name that everyone will see every time you say something</string>
164             </property>
165             <property name="whatsThis" >
166              <string>The alias you would like to use on IRC.  Once you are online, you can change it with the /nick command.</string>
167             </property>
168            </widget>
169           </item>
170           <item row="3" column="0" >
171            <widget class="QLabel" name="textLabel1_3_2" >
172             <property name="text" >
173              <string>Network:</string>
174             </property>
175             <property name="buddy" >
176              <cstring>network</cstring>
177             </property>
178            </widget>
179           </item>
180           <item row="3" column="2" >
181            <widget class="QPushButton" name="editButton" >
182             <property name="text" >
183              <string>&amp;Edit...</string>
184             </property>
185            </widget>
186           </item>
187          </layout>
188          <widget class="QWidget" native="1" name="layoutWidget" >
189           <property name="geometry" >
190            <rect>
191             <x>11</x>
192             <y>94</y>
193             <width>627</width>
194             <height>176</height>
195            </rect>
196           </property>
197          </widget>
198          <widget class="QWidget" native="1" name="widget" >
199           <property name="geometry" >
200            <rect>
201             <x>0</x>
202             <y>0</y>
203             <width>100</width>
204             <height>30</height>
205            </rect>
206           </property>
207          </widget>
208          <widget class="QWidget" native="1" name="widget" >
209           <property name="geometry" >
210            <rect>
211             <x>0</x>
212             <y>0</y>
213             <width>100</width>
214             <height>30</height>
215            </rect>
216           </property>
217          </widget>
218         </widget>
219        </item>
220        <item row="1" column="0" >
221         <widget class="QLabel" name="textLabel3" >
222          <property name="sizePolicy" >
223           <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
224            <horstretch>0</horstretch>
225            <verstretch>0</verstretch>
226           </sizepolicy>
227          </property>
228          <property name="maximumSize" >
229           <size>
230            <width>32767</width>
231            <height>32767</height>
232           </size>
233          </property>
234          <property name="text" >
235           <string>&lt;p>&lt;b>Note:&lt;/b> most IRC servers do not require a password to connect, only a nickname.&lt;/p></string>
236          </property>
237          <property name="alignment" >
238           <set>Qt::AlignTop</set>
239          </property>
240         </widget>
241        </item>
242        <item row="2" column="0" >
243         <spacer>
244          <property name="orientation" >
245           <enum>Qt::Vertical</enum>
246          </property>
247          <property name="sizeType" >
248           <enum>QSizePolicy::Expanding</enum>
249          </property>
250          <property name="sizeHint" stdset="0" >
251           <size>
252            <width>20</width>
253            <height>150</height>
254           </size>
255          </property>
256         </spacer>
257        </item>
258       </layout>
259      </widget>
260      <widget class="QWidget" name="TabPage" >
261       <property name="geometry" >
262        <rect>
263         <x>0</x>
264         <y>0</y>
265         <width>100</width>
266         <height>30</height>
267        </rect>
268       </property>
269       <attribute name="title" >
270        <string>C&amp;onnection</string>
271       </attribute>
272       <layout class="QGridLayout" >
273        <property name="margin" >
274         <number>8</number>
275        </property>
276        <property name="spacing" >
277         <number>6</number>
278        </property>
279        <item row="0" column="0" >
280         <widget class="QGroupBox" name="groupBox1" >
281          <property name="sizePolicy" >
282           <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
283            <horstretch>0</horstretch>
284            <verstretch>0</verstretch>
285           </sizepolicy>
286          </property>
287          <property name="title" >
288           <string>Connection Preferences</string>
289          </property>
290          <layout class="QGridLayout" >
291           <property name="margin" >
292            <number>0</number>
293           </property>
294           <property name="spacing" >
295            <number>6</number>
296           </property>
297           <item row="2" column="0" >
298            <layout class="QHBoxLayout" >
299             <property name="spacing" >
300              <number>6</number>
301             </property>
302             <property name="margin" >
303              <number>0</number>
304             </property>
305             <item>
306              <widget class="QLabel" name="textLabel1_2_2" >
307               <property name="text" >
308                <string>Default &amp;charset:</string>
309               </property>
310               <property name="buddy" >
311                <cstring>charset</cstring>
312               </property>
313              </widget>
314             </item>
315             <item>
316              <widget class="QComboBox" name="charset" />
317             </item>
318             <item>
319              <spacer>
320               <property name="orientation" >
321                <enum>Qt::Horizontal</enum>
322               </property>
323               <property name="sizeType" >
324                <enum>QSizePolicy::Expanding</enum>
325               </property>
326               <property name="sizeHint" stdset="0" >
327                <size>
328                 <width>141</width>
329                 <height>20</height>
330                </size>
331               </property>
332              </spacer>
333             </item>
334            </layout>
335           </item>
336           <item row="1" column="0" >
337            <widget class="QCheckBox" name="autoConnect" >
338             <property name="whatsThis" >
339              <string>If you enable this option, this account will not be connected when you press the "Connect All" button, nor at startup even if you have enabled automaic connection at startup</string>
340             </property>
341             <property name="text" >
342              <string>E&amp;xclude from connect all</string>
343             </property>
344            </widget>
345           </item>
346           <item row="0" column="0" >
347            <widget class="QCheckBox" name="preferSSL" >
348             <property name="text" >
349              <string>&amp;Prefer SSL-based connections</string>
350             </property>
351            </widget>
352           </item>
353          </layout>
354         </widget>
355        </item>
356        <item row="2" column="0" >
357         <widget class="QGroupBox" name="groupBox60" >
358          <property name="sizePolicy" >
359           <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
360            <horstretch>0</horstretch>
361            <verstretch>0</verstretch>
362           </sizepolicy>
363          </property>
364          <property name="minimumSize" >
365           <size>
366            <width>0</width>
367            <height>130</height>
368           </size>
369          </property>
370          <property name="title" >
371           <string>Run the Following Commands on Connect</string>
372          </property>
373          <layout class="QGridLayout" >
374           <property name="margin" >
375            <number>0</number>
376           </property>
377           <property name="spacing" >
378            <number>0</number>
379           </property>
380           <item row="0" column="0" >
381            <widget class="QListView" name="commandList" >
382             <property name="sizePolicy" >
383              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
384               <horstretch>0</horstretch>
385               <verstretch>0</verstretch>
386              </sizepolicy>
387             </property>
388             <property name="toolTip" >
389              <string>Any commands added here will be run as soon as you are connected to the IRC server.</string>
390             </property>
391             <property name="whatsThis" >
392              <string>Any commands added here will be run as soon as you are connected to the IRC server.</string>
393             </property>
394            </widget>
395           </item>
396           <item row="1" column="0" >
397            <layout class="QHBoxLayout" >
398             <property name="spacing" >
399              <number>6</number>
400             </property>
401             <property name="margin" >
402              <number>0</number>
403             </property>
404             <item>
405              <widget class="QLineEdit" name="commandEdit" >
406               <property name="sizePolicy" >
407                <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
408                 <horstretch>0</horstretch>
409                 <verstretch>0</verstretch>
410                </sizepolicy>
411               </property>
412              </widget>
413             </item>
414             <item>
415              <widget class="QPushButton" name="addButton" >
416               <property name="text" >
417                <string>Add Co&amp;mmand</string>
418               </property>
419              </widget>
420             </item>
421            </layout>
422           </item>
423          </layout>
424         </widget>
425        </item>
426       </layout>
427      </widget>
428      <widget class="QWidget" name="tab" >
429       <property name="geometry" >
430        <rect>
431         <x>0</x>
432         <y>0</y>
433         <width>100</width>
434         <height>30</height>
435        </rect>
436       </property>
437       <attribute name="title" >
438        <string>A&amp;dvanced Configuration</string>
439       </attribute>
440       <layout class="QGridLayout" >
441        <property name="margin" >
442         <number>8</number>
443        </property>
444        <property name="spacing" >
445         <number>6</number>
446        </property>
447        <item row="1" column="0" >
448         <widget class="QGroupBox" name="groupBox6" >
449          <property name="sizePolicy" >
450           <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
451            <horstretch>0</horstretch>
452            <verstretch>0</verstretch>
453           </sizepolicy>
454          </property>
455          <property name="minimumSize" >
456           <size>
457            <width>0</width>
458            <height>130</height>
459           </size>
460          </property>
461          <property name="title" >
462           <string>Custom CTCP Replies</string>
463          </property>
464          <layout class="QGridLayout" >
465           <property name="margin" >
466            <number>0</number>
467           </property>
468           <property name="spacing" >
469            <number>0</number>
470           </property>
471           <item row="0" column="0" >
472            <widget class="QListView" name="ctcpList" >
473             <property name="sizePolicy" >
474              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
475               <horstretch>0</horstretch>
476               <verstretch>0</verstretch>
477              </sizepolicy>
478             </property>
479             <property name="whatsThis" >
480              <string>You can use this dialog to add custom replies for when people send you CTCP requests. You can also use this dialog to override the built-in replies for VERSION, USERINFO, and CLIENTINFO.</string>
481             </property>
482            </widget>
483           </item>
484           <item row="1" column="0" >
485            <layout class="QHBoxLayout" >
486             <property name="spacing" >
487              <number>6</number>
488             </property>
489             <property name="margin" >
490              <number>0</number>
491             </property>
492             <item>
493              <widget class="QLabel" name="textLabel3_2" >
494               <property name="text" >
495                <string>&amp;CTCP:</string>
496               </property>
497               <property name="buddy" >
498                <cstring>newCTCP</cstring>
499               </property>
500              </widget>
501             </item>
502             <item>
503              <widget class="QLineEdit" name="newCTCP" />
504             </item>
505             <item>
506              <widget class="QLabel" name="textLabel4_2" >
507               <property name="text" >
508                <string>&amp;Reply:</string>
509               </property>
510               <property name="buddy" >
511                <cstring>newReply</cstring>
512               </property>
513              </widget>
514             </item>
515             <item>
516              <widget class="QLineEdit" name="newReply" />
517             </item>
518             <item>
519              <widget class="QPushButton" name="addReply" >
520               <property name="text" >
521                <string>Add Repl&amp;y</string>
522               </property>
523              </widget>
524             </item>
525            </layout>
526           </item>
527          </layout>
528         </widget>
529        </item>
530        <item row="0" column="0" >
531         <widget class="QGroupBox" name="groupBox5" >
532          <property name="title" >
533           <string>Default Messages</string>
534          </property>
535          <layout class="QGridLayout" >
536           <property name="margin" >
537            <number>0</number>
538           </property>
539           <property name="spacing" >
540            <number>6</number>
541           </property>
542           <item row="1" column="1" >
543            <widget class="QLineEdit" name="quitMessage" >
544             <property name="toolTip" >
545              <string>The message you want people to see when you disconnect from IRC without giving a reason. Leave this field blank to use the Kopete default message.</string>
546             </property>
547             <property name="whatsThis" >
548              <string>The message you want people to see when you disconnect from IRC without giving a reason. Leave this field blank to use the Kopete default message.</string>
549             </property>
550            </widget>
551           </item>
552           <item row="0" column="1" >
553            <widget class="QLineEdit" name="partMessage" >
554             <property name="toolTip" >
555              <string>The message you want people to see when you part a channel without giving a reason. Leave this field blank to use the Kopete default message.</string>
556             </property>
557             <property name="whatsThis" >
558              <string>The message you want people to see when you part a channel without giving a reason. Leave this field blank to use the Kopete default message.</string>
559             </property>
560            </widget>
561           </item>
562           <item row="1" column="0" >
563            <widget class="QLabel" name="textLabel2_3" >
564             <property name="text" >
565              <string>&amp;Quit message:</string>
566             </property>
567             <property name="buddy" >
568              <cstring>quitMessage</cstring>
569             </property>
570            </widget>
571           </item>
572           <item row="0" column="0" >
573            <widget class="QLabel" name="textLabel1_2" >
574             <property name="text" >
575              <string>&amp;Part message:</string>
576             </property>
577             <property name="buddy" >
578              <cstring>partMessage</cstring>
579             </property>
580            </widget>
581           </item>
582          </layout>
583         </widget>
584        </item>
585       </layout>
586      </widget>
587      <widget class="QWidget" name="tab" >
588       <property name="geometry" >
589        <rect>
590         <x>0</x>
591         <y>0</y>
592         <width>100</width>
593         <height>30</height>
594        </rect>
595       </property>
596       <attribute name="title" >
597        <string>Windows</string>
598       </attribute>
599       <layout class="QGridLayout" >
600        <property name="margin" >
601         <number>8</number>
602        </property>
603        <property name="spacing" >
604         <number>6</number>
605        </property>
606        <item row="1" column="0" >
607         <spacer>
608          <property name="orientation" >
609           <enum>Qt::Vertical</enum>
610          </property>
611          <property name="sizeHint" stdset="0" >
612           <size>
613            <width>20</width>
614            <height>40</height>
615           </size>
616          </property>
617         </spacer>
618        </item>
619        <item row="0" column="0" >
620         <widget class="QGroupBox" name="groupBox7" >
621          <property name="title" >
622           <string>Message Destinations</string>
623          </property>
624          <layout class="QGridLayout" >
625           <property name="margin" >
626            <number>10</number>
627           </property>
628           <property name="spacing" >
629            <number>6</number>
630           </property>
631           <item row="1" column="1" >
632            <widget class="QCheckBox" name="autoShowAnonWindows" >
633             <property name="text" >
634              <string>Auto-show anonymous windows</string>
635             </property>
636            </widget>
637           </item>
638           <item row="1" column="0" >
639            <widget class="QCheckBox" name="autoShowServerWindow" >
640             <property name="text" >
641              <string>Auto-show the server window</string>
642             </property>
643            </widget>
644           </item>
645           <item row="0" column="0" >
646            <layout class="QGridLayout" >
647             <property name="margin" >
648              <number>0</number>
649             </property>
650             <property name="spacing" >
651              <number>6</number>
652             </property>
653             <item row="0" column="0" >
654              <widget class="QLabel" name="textLabel1_4_2" >
655               <property name="text" >
656                <string>Server messages:</string>
657               </property>
658               <property name="buddy" >
659                <cstring>serverMessages_2</cstring>
660               </property>
661              </widget>
662             </item>
663             <item row="1" column="0" >
664              <widget class="QLabel" name="textLabel4_3_2" >
665               <property name="text" >
666                <string>Server notices:</string>
667               </property>
668               <property name="buddy" >
669                <cstring>serverNotices_2</cstring>
670               </property>
671              </widget>
672             </item>
673             <item row="1" column="1" >
674              <widget class="QComboBox" name="serverNotices_2" >
675               <property name="currentIndex" >
676                <number>0</number>
677               </property>
678               <item>
679                <property name="text" >
680                 <string>Active Window</string>
681                </property>
682               </item>
683               <item>
684                <property name="text" >
685                 <string>Server Window</string>
686                </property>
687               </item>
688               <item>
689                <property name="text" >
690                 <string>Anonymous Window</string>
691                </property>
692               </item>
693               <item>
694                <property name="text" >
695                 <string>KNotify</string>
696                </property>
697               </item>
698               <item>
699                <property name="text" >
700                 <string>Ignore</string>
701                </property>
702               </item>
703              </widget>
704             </item>
705             <item row="0" column="1" >
706              <widget class="QComboBox" name="serverMessages_2" >
707               <property name="currentIndex" >
708                <number>0</number>
709               </property>
710               <item>
711                <property name="text" >
712                 <string>Active Window</string>
713                </property>
714               </item>
715               <item>
716                <property name="text" >
717                 <string>Server Window</string>
718                </property>
719               </item>
720               <item>
721                <property name="text" >
722                 <string>Anonymous Window</string>
723                </property>
724               </item>
725               <item>
726                <property name="text" >
727                 <string>KNotify</string>
728                </property>
729               </item>
730               <item>
731                <property name="text" >
732                 <string>Ignore</string>
733                </property>
734               </item>
735              </widget>
736             </item>
737            </layout>
738           </item>
739           <item row="0" column="1" >
740            <layout class="QGridLayout" >
741             <property name="margin" >
742              <number>0</number>
743             </property>
744             <property name="spacing" >
745              <number>6</number>
746             </property>
747             <item row="1" column="0" >
748              <widget class="QLabel" name="textLabel3_3_2" >
749               <property name="text" >
750                <string>Error messages:</string>
751               </property>
752               <property name="buddy" >
753                <cstring>errorMessages_2</cstring>
754               </property>
755              </widget>
756             </item>
757             <item row="0" column="1" >
758              <widget class="QComboBox" name="informationReplies_2" >
759               <item>
760                <property name="text" >
761                 <string>Active Window</string>
762                </property>
763               </item>
764               <item>
765                <property name="text" >
766                 <string>Server Window</string>
767                </property>
768               </item>
769               <item>
770                <property name="text" >
771                 <string>Anonymous Window</string>
772                </property>
773               </item>
774               <item>
775                <property name="text" >
776                 <string>KNotify</string>
777                </property>
778               </item>
779               <item>
780                <property name="text" >
781                 <string>Ignore</string>
782                </property>
783               </item>
784              </widget>
785             </item>
786             <item row="0" column="0" >
787              <widget class="QLabel" name="textLabel2_2_2" >
788               <property name="text" >
789                <string>Information replies:</string>
790               </property>
791               <property name="buddy" >
792                <cstring>informationReplies_2</cstring>
793               </property>
794              </widget>
795             </item>
796             <item row="1" column="1" >
797              <widget class="QComboBox" name="errorMessages_2" >
798               <item>
799                <property name="text" >
800                 <string>Active Window</string>
801                </property>
802               </item>
803               <item>
804                <property name="text" >
805                 <string>Server Window</string>
806                </property>
807               </item>
808               <item>
809                <property name="text" >
810                 <string>Anonymous Window</string>
811                </property>
812               </item>
813               <item>
814                <property name="text" >
815                 <string>KNotify</string>
816                </property>
817               </item>
818               <item>
819                <property name="text" >
820                 <string>Ignore</string>
821                </property>
822               </item>
823              </widget>
824             </item>
825            </layout>
826           </item>
827          </layout>
828         </widget>
829        </item>
830       </layout>
831      </widget>
832     </widget>
833    </item>
834   </layout>
835  </widget>
836  <layoutdefault spacing="6" margin="11" />
837  <tabstops>
838   <tabstop>tabWidget2</tabstop>
839   <tabstop>nickNames</tabstop>
840   <tabstop>userName</tabstop>
841   <tabstop>realName</tabstop>
842   <tabstop>network</tabstop>
843   <tabstop>editButton</tabstop>
844   <tabstop>preferSSL</tabstop>
845   <tabstop>autoConnect</tabstop>
846   <tabstop>charset</tabstop>
847   <tabstop>commandList</tabstop>
848   <tabstop>commandEdit</tabstop>
849   <tabstop>addButton</tabstop>
850   <tabstop>partMessage</tabstop>
851   <tabstop>quitMessage</tabstop>
852   <tabstop>ctcpList</tabstop>
853   <tabstop>newCTCP</tabstop>
854   <tabstop>newReply</tabstop>
855   <tabstop>addReply</tabstop>
856   <tabstop>serverMessages_2</tabstop>
857   <tabstop>informationReplies_2</tabstop>
858   <tabstop>serverNotices_2</tabstop>
859   <tabstop>errorMessages_2</tabstop>
860   <tabstop>autoShowServerWindow</tabstop>
861   <tabstop>autoShowAnonWindows</tabstop>
862  </tabstops>
863  <resources/>
864  <connections/>
865 </ui>