Use QSslCertificate::isNull() instead of isValid() in IdentityEditWidget
[quassel.git] / src / qtui / settingspages / networkssettingspage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>NetworksSettingsPage</class>
4  <widget class="QWidget" name="NetworksSettingsPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>510</width>
10     <height>505</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_7">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_3">
19      <item>
20       <layout class="QHBoxLayout" name="horizontalLayout">
21        <item>
22         <widget class="QListWidget" name="networkList">
23          <property name="sizePolicy">
24           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25            <horstretch>1</horstretch>
26            <verstretch>10</verstretch>
27           </sizepolicy>
28          </property>
29          <property name="selectionBehavior">
30           <enum>QAbstractItemView::SelectRows</enum>
31          </property>
32          <property name="sortingEnabled">
33           <bool>true</bool>
34          </property>
35         </widget>
36        </item>
37        <item>
38         <layout class="QVBoxLayout" name="verticalLayout_2">
39          <item>
40           <widget class="QPushButton" name="renameNetwork">
41            <property name="sizePolicy">
42             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
43              <horstretch>0</horstretch>
44              <verstretch>0</verstretch>
45             </sizepolicy>
46            </property>
47            <property name="text">
48             <string>Re&amp;name...</string>
49            </property>
50            <property name="icon">
51             <iconset>
52              <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-rename.png</iconset>
53            </property>
54           </widget>
55          </item>
56          <item>
57           <widget class="QPushButton" name="addNetwork">
58            <property name="sizePolicy">
59             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
60              <horstretch>0</horstretch>
61              <verstretch>0</verstretch>
62             </sizepolicy>
63            </property>
64            <property name="text">
65             <string>&amp;Add...</string>
66            </property>
67            <property name="icon">
68             <iconset>
69              <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
70            </property>
71            <property name="iconSize">
72             <size>
73              <width>16</width>
74              <height>16</height>
75             </size>
76            </property>
77           </widget>
78          </item>
79          <item>
80           <widget class="QPushButton" name="deleteNetwork">
81            <property name="sizePolicy">
82             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
83              <horstretch>0</horstretch>
84              <verstretch>0</verstretch>
85             </sizepolicy>
86            </property>
87            <property name="text">
88             <string>De&amp;lete</string>
89            </property>
90            <property name="icon">
91             <iconset>
92              <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
93            </property>
94           </widget>
95          </item>
96          <item>
97           <spacer name="verticalSpacer">
98            <property name="orientation">
99             <enum>Qt::Vertical</enum>
100            </property>
101            <property name="sizeHint" stdset="0">
102             <size>
103              <width>20</width>
104              <height>40</height>
105             </size>
106            </property>
107           </spacer>
108          </item>
109         </layout>
110        </item>
111       </layout>
112      </item>
113     </layout>
114    </item>
115    <item>
116     <widget class="QGroupBox" name="detailsBox">
117      <property name="sizePolicy">
118       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
119        <horstretch>10</horstretch>
120        <verstretch>0</verstretch>
121       </sizepolicy>
122      </property>
123      <property name="title">
124       <string>Network Details</string>
125      </property>
126      <layout class="QVBoxLayout">
127       <item>
128        <layout class="QHBoxLayout">
129         <item>
130          <widget class="QLabel" name="label_6">
131           <property name="text">
132            <string>Identity:</string>
133           </property>
134          </widget>
135         </item>
136         <item>
137          <widget class="QComboBox" name="identityList">
138           <property name="sizePolicy">
139            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
140             <horstretch>0</horstretch>
141             <verstretch>0</verstretch>
142            </sizepolicy>
143           </property>
144          </widget>
145         </item>
146         <item>
147          <widget class="QToolButton" name="editIdentities">
148           <property name="text">
149            <string>...</string>
150           </property>
151          </widget>
152         </item>
153         <item>
154          <spacer name="horizontalSpacer_2">
155           <property name="orientation">
156            <enum>Qt::Horizontal</enum>
157           </property>
158           <property name="sizeHint" stdset="0">
159            <size>
160             <width>40</width>
161             <height>20</height>
162            </size>
163           </property>
164          </spacer>
165         </item>
166        </layout>
167       </item>
168       <item>
169        <widget class="QTabWidget" name="tabWidget">
170         <property name="enabled">
171          <bool>true</bool>
172         </property>
173         <property name="sizePolicy">
174          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
175           <horstretch>0</horstretch>
176           <verstretch>0</verstretch>
177          </sizepolicy>
178         </property>
179         <property name="toolTip">
180          <string/>
181         </property>
182         <property name="currentIndex">
183          <number>0</number>
184         </property>
185         <widget class="QWidget" name="serversTab">
186          <property name="enabled">
187           <bool>true</bool>
188          </property>
189          <attribute name="title">
190           <string>Servers</string>
191          </attribute>
192          <attribute name="toolTip">
193           <string>Manage servers for this network</string>
194          </attribute>
195          <layout class="QHBoxLayout" name="horizontalLayout_2">
196           <item>
197            <widget class="QListWidget" name="serverList">
198             <property name="sizePolicy">
199              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
200               <horstretch>1</horstretch>
201               <verstretch>0</verstretch>
202              </sizepolicy>
203             </property>
204            </widget>
205           </item>
206           <item>
207            <layout class="QVBoxLayout">
208             <item>
209              <widget class="QPushButton" name="editServer">
210               <property name="sizePolicy">
211                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
212                 <horstretch>0</horstretch>
213                 <verstretch>0</verstretch>
214                </sizepolicy>
215               </property>
216               <property name="text">
217                <string>&amp;Edit...</string>
218               </property>
219               <property name="icon">
220                <iconset>
221                 <normaloff/>
222                </iconset>
223               </property>
224              </widget>
225             </item>
226             <item>
227              <widget class="QPushButton" name="addServer">
228               <property name="sizePolicy">
229                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
230                 <horstretch>0</horstretch>
231                 <verstretch>0</verstretch>
232                </sizepolicy>
233               </property>
234               <property name="text">
235                <string>&amp;Add...</string>
236               </property>
237               <property name="icon">
238                <iconset>
239                 <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
240               </property>
241              </widget>
242             </item>
243             <item>
244              <widget class="QPushButton" name="deleteServer">
245               <property name="sizePolicy">
246                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
247                 <horstretch>0</horstretch>
248                 <verstretch>0</verstretch>
249                </sizepolicy>
250               </property>
251               <property name="text">
252                <string>De&amp;lete</string>
253               </property>
254               <property name="icon">
255                <iconset>
256                 <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
257               </property>
258              </widget>
259             </item>
260             <item>
261              <layout class="QHBoxLayout">
262               <item>
263                <spacer>
264                 <property name="orientation">
265                  <enum>Qt::Horizontal</enum>
266                 </property>
267                 <property name="sizeHint" stdset="0">
268                  <size>
269                   <width>0</width>
270                   <height>20</height>
271                  </size>
272                 </property>
273                </spacer>
274               </item>
275               <item>
276                <widget class="QToolButton" name="upServer">
277                 <property name="toolTip">
278                  <string>Move upwards in list</string>
279                 </property>
280                 <property name="text">
281                  <string>...</string>
282                 </property>
283                 <property name="icon">
284                  <iconset>
285                   <normaloff>:/16x16/actions/oxygen/16x16/actions/go-up.png</normaloff>:/16x16/actions/oxygen/16x16/actions/go-up.png</iconset>
286                 </property>
287                </widget>
288               </item>
289               <item>
290                <widget class="QToolButton" name="downServer">
291                 <property name="toolTip">
292                  <string>Move downwards in list</string>
293                 </property>
294                 <property name="text">
295                  <string>...</string>
296                 </property>
297                 <property name="icon">
298                  <iconset>
299                   <normaloff>:/16x16/actions/oxygen/16x16/actions/go-down.png</normaloff>:/16x16/actions/oxygen/16x16/actions/go-down.png</iconset>
300                 </property>
301                </widget>
302               </item>
303               <item>
304                <spacer>
305                 <property name="orientation">
306                  <enum>Qt::Horizontal</enum>
307                 </property>
308                 <property name="sizeHint" stdset="0">
309                  <size>
310                   <width>0</width>
311                   <height>20</height>
312                  </size>
313                 </property>
314                </spacer>
315               </item>
316              </layout>
317             </item>
318             <item>
319              <spacer>
320               <property name="orientation">
321                <enum>Qt::Vertical</enum>
322               </property>
323               <property name="sizeHint" stdset="0">
324                <size>
325                 <width>20</width>
326                 <height>40</height>
327                </size>
328               </property>
329              </spacer>
330             </item>
331            </layout>
332           </item>
333          </layout>
334         </widget>
335         <widget class="QWidget" name="performTab">
336          <attribute name="title">
337           <string>Commands</string>
338          </attribute>
339          <attribute name="toolTip">
340           <string>Configure automatic identification or misc. commands to be executed after connecting to a server</string>
341          </attribute>
342          <layout class="QVBoxLayout" name="verticalLayout">
343           <item>
344            <widget class="QLabel" name="label">
345             <property name="text">
346              <string>Commands to execute on connect:</string>
347             </property>
348            </widget>
349           </item>
350           <item>
351            <widget class="QTextEdit" name="performEdit">
352             <property name="enabled">
353              <bool>true</bool>
354             </property>
355             <property name="sizePolicy">
356              <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
357               <horstretch>0</horstretch>
358               <verstretch>0</verstretch>
359              </sizepolicy>
360             </property>
361             <property name="toolTip">
362              <string>Specify a list of IRC commands to be executed upon connect.
363 Note that Quassel IRC automatically rejoins channels, so /join will rarely be needed here!</string>
364             </property>
365             <property name="lineWrapMode">
366              <enum>QTextEdit::NoWrap</enum>
367             </property>
368            </widget>
369           </item>
370          </layout>
371         </widget>
372         <widget class="QWidget" name="tab">
373          <attribute name="title">
374           <string>Connection</string>
375          </attribute>
376          <layout class="QVBoxLayout" name="verticalLayout_8">
377           <item>
378            <widget class="QGroupBox" name="autoReconnect">
379             <property name="enabled">
380              <bool>true</bool>
381             </property>
382             <property name="toolTip">
383              <string>Automatically reconnect to the IRC network after connection failures</string>
384             </property>
385             <property name="title">
386              <string>Automatic Reconnect</string>
387             </property>
388             <property name="checkable">
389              <bool>true</bool>
390             </property>
391             <layout class="QVBoxLayout" name="verticalLayout_5">
392              <item>
393               <layout class="QHBoxLayout" name="horizontalLayout_4">
394                <item>
395                 <widget class="QLabel" name="label_7">
396                  <property name="text">
397                   <string>Wait</string>
398                  </property>
399                 </widget>
400                </item>
401                <item>
402                 <widget class="QSpinBox" name="reconnectInterval">
403                  <property name="suffix">
404                   <string> s</string>
405                  </property>
406                  <property name="minimum">
407                   <number>10</number>
408                  </property>
409                  <property name="maximum">
410                   <number>3600</number>
411                  </property>
412                  <property name="value">
413                   <number>30</number>
414                  </property>
415                 </widget>
416                </item>
417                <item>
418                 <widget class="QLabel" name="label_12">
419                  <property name="text">
420                   <string>between retries</string>
421                  </property>
422                 </widget>
423                </item>
424                <item>
425                 <spacer name="horizontalSpacer_3">
426                  <property name="orientation">
427                   <enum>Qt::Horizontal</enum>
428                  </property>
429                  <property name="sizeHint" stdset="0">
430                   <size>
431                    <width>40</width>
432                    <height>20</height>
433                   </size>
434                  </property>
435                 </spacer>
436                </item>
437               </layout>
438              </item>
439              <item>
440               <layout class="QHBoxLayout" name="horizontalLayout_3">
441                <item>
442                 <widget class="QLabel" name="label_8">
443                  <property name="text">
444                   <string>Number of retries:</string>
445                  </property>
446                 </widget>
447                </item>
448                <item>
449                 <widget class="QSpinBox" name="reconnectRetries">
450                  <property name="minimum">
451                   <number>1</number>
452                  </property>
453                  <property name="maximum">
454                   <number>999</number>
455                  </property>
456                  <property name="value">
457                   <number>10</number>
458                  </property>
459                 </widget>
460                </item>
461                <item>
462                 <widget class="QCheckBox" name="unlimitedRetries">
463                  <property name="text">
464                   <string>Unlimited</string>
465                  </property>
466                 </widget>
467                </item>
468                <item>
469                 <spacer name="horizontalSpacer">
470                  <property name="orientation">
471                   <enum>Qt::Horizontal</enum>
472                  </property>
473                  <property name="sizeHint" stdset="0">
474                   <size>
475                    <width>40</width>
476                    <height>20</height>
477                   </size>
478                  </property>
479                 </spacer>
480                </item>
481               </layout>
482              </item>
483              <item>
484               <widget class="QCheckBox" name="rejoinOnReconnect">
485                <property name="enabled">
486                 <bool>true</bool>
487                </property>
488                <property name="text">
489                 <string>Rejoin all channels after reconnect</string>
490                </property>
491                <property name="checked">
492                 <bool>true</bool>
493                </property>
494               </widget>
495              </item>
496             </layout>
497            </widget>
498           </item>
499           <item>
500            <spacer name="verticalSpacer_3">
501             <property name="orientation">
502              <enum>Qt::Vertical</enum>
503             </property>
504             <property name="sizeHint" stdset="0">
505              <size>
506               <width>20</width>
507               <height>79</height>
508              </size>
509             </property>
510            </spacer>
511           </item>
512          </layout>
513         </widget>
514         <widget class="QWidget" name="tab_2">
515          <attribute name="title">
516           <string>Auto Identify</string>
517          </attribute>
518          <layout class="QVBoxLayout" name="verticalLayout_4">
519           <item>
520            <widget class="QGroupBox" name="autoIdentify">
521             <property name="enabled">
522              <bool>true</bool>
523             </property>
524             <property name="title">
525              <string>Auto Identify</string>
526             </property>
527             <property name="checkable">
528              <bool>true</bool>
529             </property>
530             <property name="checked">
531              <bool>true</bool>
532             </property>
533             <layout class="QGridLayout" name="gridLayout">
534              <item row="0" column="1">
535               <widget class="QLineEdit" name="autoIdentifyService">
536                <property name="enabled">
537                 <bool>true</bool>
538                </property>
539                <property name="text">
540                 <string>NickServ</string>
541                </property>
542               </widget>
543              </item>
544              <item row="1" column="1">
545               <widget class="QLineEdit" name="autoIdentifyPassword">
546                <property name="enabled">
547                 <bool>true</bool>
548                </property>
549                <property name="echoMode">
550                 <enum>QLineEdit::Password</enum>
551                </property>
552               </widget>
553              </item>
554              <item row="0" column="0">
555               <widget class="QLabel" name="label_2">
556                <property name="text">
557                 <string>Service:</string>
558                </property>
559               </widget>
560              </item>
561              <item row="1" column="0">
562               <widget class="QLabel" name="label_3">
563                <property name="enabled">
564                 <bool>true</bool>
565                </property>
566                <property name="text">
567                 <string>Password:</string>
568                </property>
569               </widget>
570              </item>
571             </layout>
572            </widget>
573           </item>
574           <item>
575            <widget class="QGroupBox" name="sasl">
576             <property name="enabled">
577              <bool>true</bool>
578             </property>
579             <property name="title">
580              <string>Use SASL Authentication</string>
581             </property>
582             <property name="checkable">
583              <bool>true</bool>
584             </property>
585             <property name="checked">
586              <bool>true</bool>
587             </property>
588             <layout class="QGridLayout" name="gridLayout_2">
589              <item row="0" column="1">
590               <widget class="QLineEdit" name="saslAccount">
591                <property name="enabled">
592                 <bool>true</bool>
593                </property>
594                <property name="text">
595                 <string/>
596                </property>
597               </widget>
598              </item>
599              <item row="1" column="1">
600               <widget class="QLineEdit" name="saslPassword">
601                <property name="enabled">
602                 <bool>true</bool>
603                </property>
604                <property name="echoMode">
605                 <enum>QLineEdit::Password</enum>
606                </property>
607               </widget>
608              </item>
609              <item row="1" column="0">
610               <widget class="QLabel" name="saslPasswordLabel">
611                <property name="enabled">
612                 <bool>true</bool>
613                </property>
614                <property name="text">
615                 <string>Password:</string>
616                </property>
617               </widget>
618              </item>
619              <item row="0" column="0">
620               <widget class="QLabel" name="saslAccountLabel">
621                <property name="enabled">
622                 <bool>true</bool>
623                </property>
624                <property name="text">
625                 <string>Account:</string>
626                </property>
627               </widget>
628              </item>
629             </layout>
630            </widget>
631           </item>
632           <item>
633            <widget class="QLabel" name="saslExtInfo">
634             <property name="text">
635              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note:&lt;/span&gt; because the identity has an ssl certificate set, SASL EXTERNAL will be used.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
636             </property>
637             <property name="wordWrap">
638              <bool>true</bool>
639             </property>
640            </widget>
641           </item>
642           <item>
643            <spacer name="verticalSpacer_2">
644             <property name="orientation">
645              <enum>Qt::Vertical</enum>
646             </property>
647             <property name="sizeHint" stdset="0">
648              <size>
649               <width>20</width>
650               <height>40</height>
651              </size>
652             </property>
653            </spacer>
654           </item>
655          </layout>
656         </widget>
657         <widget class="QWidget" name="advancedTab">
658          <attribute name="title">
659           <string>Encodings</string>
660          </attribute>
661          <attribute name="toolTip">
662           <string>Configure advanced settings such as message encodings and automatic reconnect</string>
663          </attribute>
664          <layout class="QVBoxLayout" name="verticalLayout_6">
665           <item>
666            <widget class="QGroupBox" name="useCustomEncodings">
667             <property name="enabled">
668              <bool>true</bool>
669             </property>
670             <property name="toolTip">
671              <string>Control encodings for in- and outgoing messages</string>
672             </property>
673             <property name="title">
674              <string>Use Custom Encodings</string>
675             </property>
676             <property name="checkable">
677              <bool>true</bool>
678             </property>
679             <layout class="QVBoxLayout">
680              <item>
681               <layout class="QGridLayout">
682                <item row="0" column="0">
683                 <widget class="QLabel" name="label_4">
684                  <property name="toolTip">
685                   <string>Specify which encoding your messages will be sent in.
686 UTF-8 should be a sane choice for most networks.</string>
687                  </property>
688                  <property name="text">
689                   <string>Send messages in:</string>
690                  </property>
691                 </widget>
692                </item>
693                <item row="0" column="1">
694                 <widget class="QComboBox" name="sendEncoding">
695                  <property name="enabled">
696                   <bool>true</bool>
697                  </property>
698                  <property name="sizePolicy">
699                   <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
700                    <horstretch>0</horstretch>
701                    <verstretch>0</verstretch>
702                   </sizepolicy>
703                  </property>
704                  <property name="toolTip">
705                   <string>Specify which encoding your messages will be sent in.
706 UTF-8 should be a sane choice for most networks.</string>
707                  </property>
708                  <property name="insertPolicy">
709                   <enum>QComboBox::InsertAlphabetically</enum>
710                  </property>
711                 </widget>
712                </item>
713                <item row="1" column="0">
714                 <widget class="QLabel" name="label_5">
715                  <property name="toolTip">
716                   <string>Incoming messages encoded in Utf8 will always be treated as such.
717 This setting defines the encoding for messages that are not Utf8.</string>
718                  </property>
719                  <property name="text">
720                   <string>Receive fallback:</string>
721                  </property>
722                 </widget>
723                </item>
724                <item row="1" column="1">
725                 <widget class="QComboBox" name="recvEncoding">
726                  <property name="enabled">
727                   <bool>true</bool>
728                  </property>
729                  <property name="sizePolicy">
730                   <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
731                    <horstretch>0</horstretch>
732                    <verstretch>0</verstretch>
733                   </sizepolicy>
734                  </property>
735                  <property name="toolTip">
736                   <string>Incoming messages encoded in Utf8 will always be treated as such.
737 This setting defines the encoding for messages that are not Utf8.</string>
738                  </property>
739                  <property name="insertPolicy">
740                   <enum>QComboBox::InsertAlphabetically</enum>
741                  </property>
742                 </widget>
743                </item>
744                <item row="2" column="0">
745                 <widget class="QLabel" name="label_9">
746                  <property name="toolTip">
747                   <string>This specifies how control messages, nicks and servernames are encoded.
748 Unless you *really* know what you do, leave this as ISO-8859-1!</string>
749                  </property>
750                  <property name="text">
751                   <string>Server encoding:</string>
752                  </property>
753                 </widget>
754                </item>
755                <item row="2" column="1">
756                 <widget class="QComboBox" name="serverEncoding">
757                  <property name="enabled">
758                   <bool>true</bool>
759                  </property>
760                  <property name="toolTip">
761                   <string>This specifies how control messages, nicks and servernames are encoded.
762 Unless you *really* know what you do, leave this as ISO-8859-1!</string>
763                  </property>
764                 </widget>
765                </item>
766               </layout>
767              </item>
768             </layout>
769            </widget>
770           </item>
771           <item>
772            <spacer name="verticalSpacer_4">
773             <property name="orientation">
774              <enum>Qt::Vertical</enum>
775             </property>
776             <property name="sizeHint" stdset="0">
777              <size>
778               <width>20</width>
779               <height>79</height>
780              </size>
781             </property>
782            </spacer>
783           </item>
784          </layout>
785         </widget>
786        </widget>
787       </item>
788      </layout>
789     </widget>
790    </item>
791   </layout>
792  </widget>
793  <tabstops>
794   <tabstop>networkList</tabstop>
795   <tabstop>renameNetwork</tabstop>
796   <tabstop>addNetwork</tabstop>
797   <tabstop>deleteNetwork</tabstop>
798   <tabstop>identityList</tabstop>
799   <tabstop>editIdentities</tabstop>
800   <tabstop>tabWidget</tabstop>
801   <tabstop>serverList</tabstop>
802   <tabstop>editServer</tabstop>
803   <tabstop>addServer</tabstop>
804   <tabstop>deleteServer</tabstop>
805   <tabstop>upServer</tabstop>
806   <tabstop>downServer</tabstop>
807   <tabstop>performEdit</tabstop>
808   <tabstop>autoReconnect</tabstop>
809   <tabstop>reconnectInterval</tabstop>
810   <tabstop>reconnectRetries</tabstop>
811   <tabstop>unlimitedRetries</tabstop>
812   <tabstop>rejoinOnReconnect</tabstop>
813   <tabstop>autoIdentifyService</tabstop>
814   <tabstop>autoIdentifyPassword</tabstop>
815   <tabstop>useCustomEncodings</tabstop>
816   <tabstop>sendEncoding</tabstop>
817   <tabstop>recvEncoding</tabstop>
818   <tabstop>serverEncoding</tabstop>
819  </tabstops>
820  <resources/>
821  <connections>
822   <connection>
823    <sender>unlimitedRetries</sender>
824    <signal>toggled(bool)</signal>
825    <receiver>reconnectRetries</receiver>
826    <slot>setDisabled(bool)</slot>
827    <hints>
828     <hint type="sourcelabel">
829      <x>317</x>
830      <y>331</y>
831     </hint>
832     <hint type="destinationlabel">
833      <x>209</x>
834      <y>334</y>
835     </hint>
836    </hints>
837   </connection>
838  </connections>
839 </ui>