Fix spelling
[quassel.git] / src / qtui / ui / coreconnectdlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CoreConnectDlg</class>
4  <widget class="QDialog" name="CoreConnectDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>539</width>
10     <height>347</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Connect to Quassel Core</string>
21   </property>
22   <property name="windowIcon">
23    <iconset>
24     <normaloff>:/16x16/actions/network-disconnect</normaloff>:/16x16/actions/network-disconnect</iconset>
25   </property>
26   <layout class="QHBoxLayout">
27    <property name="margin">
28     <number>0</number>
29    </property>
30    <item>
31     <widget class="QStackedWidget" name="stackedWidget">
32      <property name="sizePolicy">
33       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
34        <horstretch>0</horstretch>
35        <verstretch>0</verstretch>
36       </sizepolicy>
37      </property>
38      <property name="currentIndex">
39       <number>1</number>
40      </property>
41      <widget class="QWidget" name="accountPage">
42       <layout class="QVBoxLayout">
43        <item>
44         <widget class="QGroupBox" name="groupBox">
45          <property name="title">
46           <string>Connect to Quassel Core</string>
47          </property>
48          <layout class="QHBoxLayout">
49           <item>
50            <widget class="QListWidget" name="accountList">
51             <property name="sortingEnabled">
52              <bool>true</bool>
53             </property>
54            </widget>
55           </item>
56           <item>
57            <layout class="QVBoxLayout">
58             <item>
59              <widget class="QPushButton" name="editAccount">
60               <property name="text">
61                <string>Edit...</string>
62               </property>
63               <property name="icon">
64                <iconset>
65                 <normaloff>:/16x16/actions/oxygen/16x16/actions/document-properties.png</normaloff>:/16x16/actions/oxygen/16x16/actions/document-properties.png</iconset>
66               </property>
67              </widget>
68             </item>
69             <item>
70              <widget class="QPushButton" name="addAccount">
71               <property name="text">
72                <string>Add...</string>
73               </property>
74               <property name="icon">
75                <iconset>
76                 <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
77               </property>
78              </widget>
79             </item>
80             <item>
81              <widget class="QPushButton" name="deleteAccount">
82               <property name="text">
83                <string>Delete</string>
84               </property>
85               <property name="icon">
86                <iconset>
87                 <normaloff>:/16x16/actions/oxygen/16x16/actions/list-remove.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-remove.png</iconset>
88               </property>
89              </widget>
90             </item>
91             <item>
92              <spacer>
93               <property name="orientation">
94                <enum>Qt::Vertical</enum>
95               </property>
96               <property name="sizeHint" stdset="0">
97                <size>
98                 <width>20</width>
99                 <height>40</height>
100                </size>
101               </property>
102              </spacer>
103             </item>
104             <item>
105              <widget class="QPushButton" name="useInternalCore">
106               <property name="text">
107                <string>Use internal core</string>
108               </property>
109              </widget>
110             </item>
111            </layout>
112           </item>
113          </layout>
114         </widget>
115        </item>
116        <item>
117         <layout class="QHBoxLayout">
118          <item>
119           <widget class="QCheckBox" name="autoConnect">
120            <property name="text">
121             <string>Always use this account</string>
122            </property>
123           </widget>
124          </item>
125          <item>
126           <widget class="QDialogButtonBox" name="accountButtonBox">
127            <property name="orientation">
128             <enum>Qt::Horizontal</enum>
129            </property>
130            <property name="standardButtons">
131             <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
132            </property>
133           </widget>
134          </item>
135         </layout>
136        </item>
137       </layout>
138      </widget>
139      <widget class="QWidget" name="loginPage">
140       <layout class="QVBoxLayout">
141        <item>
142         <widget class="QGroupBox" name="groupBox_2">
143          <property name="sizePolicy">
144           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
145            <horstretch>0</horstretch>
146            <verstretch>0</verstretch>
147           </sizepolicy>
148          </property>
149          <property name="title">
150           <string>Initializing your connection</string>
151          </property>
152          <layout class="QVBoxLayout">
153           <item>
154            <layout class="QGridLayout">
155             <item row="0" column="0">
156              <widget class="QLabel" name="connectIcon">
157               <property name="text">
158                <string/>
159               </property>
160               <property name="pixmap">
161                <pixmap>:/22x22/actions/network-disconnect</pixmap>
162               </property>
163              </widget>
164             </item>
165             <item row="0" column="1">
166              <widget class="QLabel" name="connectLabel">
167               <property name="text">
168                <string>Connected to apollo.mindpool.net.</string>
169               </property>
170               <property name="alignment">
171                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
172               </property>
173               <property name="wordWrap">
174                <bool>false</bool>
175               </property>
176              </widget>
177             </item>
178             <item row="0" column="2">
179              <spacer>
180               <property name="orientation">
181                <enum>Qt::Horizontal</enum>
182               </property>
183               <property name="sizeHint" stdset="0">
184                <size>
185                 <width>358</width>
186                 <height>21</height>
187                </size>
188               </property>
189              </spacer>
190             </item>
191             <item row="1" column="1" colspan="2">
192              <widget class="QLabel" name="coreInfoLabel">
193               <property name="sizePolicy">
194                <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
195                 <horstretch>0</horstretch>
196                 <verstretch>0</verstretch>
197                </sizepolicy>
198               </property>
199               <property name="text">
200                <string>THIS IS A PLACEHOLDER
201 TO
202 RESERVE
203 SOME SPACE</string>
204               </property>
205               <property name="alignment">
206                <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
207               </property>
208               <property name="wordWrap">
209                <bool>true</bool>
210               </property>
211              </widget>
212             </item>
213             <item row="0" column="3">
214              <widget class="QLabel" name="secureConnection">
215               <property name="text">
216                <string/>
217               </property>
218               <property name="pixmap">
219                <pixmap>:/22x22/actions/oxygen/22x22/actions/document-encrypt.png</pixmap>
220               </property>
221              </widget>
222             </item>
223            </layout>
224           </item>
225           <item>
226            <widget class="QStackedWidget" name="loginStack">
227             <property name="sizePolicy">
228              <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
229               <horstretch>0</horstretch>
230               <verstretch>0</verstretch>
231              </sizepolicy>
232             </property>
233             <property name="currentIndex">
234              <number>1</number>
235             </property>
236             <widget class="QWidget" name="loginCredentialsPage">
237              <layout class="QVBoxLayout">
238               <property name="margin">
239                <number>0</number>
240               </property>
241               <item>
242                <spacer>
243                 <property name="orientation">
244                  <enum>Qt::Vertical</enum>
245                 </property>
246                 <property name="sizeHint" stdset="0">
247                  <size>
248                   <width>20</width>
249                   <height>40</height>
250                  </size>
251                 </property>
252                </spacer>
253               </item>
254               <item>
255                <widget class="QGroupBox" name="loginGroup">
256                 <property name="sizePolicy">
257                  <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
258                   <horstretch>0</horstretch>
259                   <verstretch>0</verstretch>
260                  </sizepolicy>
261                 </property>
262                 <property name="title">
263                  <string>Login</string>
264                 </property>
265                 <layout class="QVBoxLayout">
266                  <item>
267                   <layout class="QGridLayout">
268                    <item row="0" column="0">
269                     <widget class="QLabel" name="label_2">
270                      <property name="text">
271                       <string>User:</string>
272                      </property>
273                     </widget>
274                    </item>
275                    <item row="0" column="1">
276                     <widget class="QLineEdit" name="user">
277                      <property name="text">
278                       <string/>
279                      </property>
280                     </widget>
281                    </item>
282                    <item row="1" column="0">
283                     <widget class="QLabel" name="label_3">
284                      <property name="text">
285                       <string>Password:</string>
286                      </property>
287                     </widget>
288                    </item>
289                    <item row="1" column="1">
290                     <widget class="QLineEdit" name="password">
291                      <property name="echoMode">
292                       <enum>QLineEdit::Password</enum>
293                      </property>
294                     </widget>
295                    </item>
296                    <item row="2" column="1">
297                     <widget class="QCheckBox" name="rememberPasswd">
298                      <property name="text">
299                       <string>Remember</string>
300                      </property>
301                     </widget>
302                    </item>
303                   </layout>
304                  </item>
305                 </layout>
306                </widget>
307               </item>
308              </layout>
309             </widget>
310             <widget class="QWidget" name="connectionWarningsPage">
311              <layout class="QVBoxLayout" name="verticalLayout">
312               <property name="margin">
313                <number>0</number>
314               </property>
315               <item>
316                <layout class="QHBoxLayout" name="horizontalLayout">
317                 <item>
318                  <spacer name="horizontalSpacer">
319                   <property name="orientation">
320                    <enum>Qt::Horizontal</enum>
321                   </property>
322                   <property name="sizeHint" stdset="0">
323                    <size>
324                     <width>40</width>
325                     <height>20</height>
326                    </size>
327                   </property>
328                  </spacer>
329                 </item>
330                 <item>
331                  <widget class="QPushButton" name="viewSslCertButton">
332                   <property name="text">
333                    <string>View SSL Certificate</string>
334                   </property>
335                  </widget>
336                 </item>
337                 <item>
338                  <spacer name="horizontalSpacer_2">
339                   <property name="orientation">
340                    <enum>Qt::Horizontal</enum>
341                   </property>
342                   <property name="sizeHint" stdset="0">
343                    <size>
344                     <width>40</width>
345                     <height>20</height>
346                    </size>
347                   </property>
348                  </spacer>
349                 </item>
350                </layout>
351               </item>
352               <item>
353                <spacer name="verticalSpacer">
354                 <property name="orientation">
355                  <enum>Qt::Vertical</enum>
356                 </property>
357                 <property name="sizeHint" stdset="0">
358                  <size>
359                   <width>20</width>
360                   <height>48</height>
361                  </size>
362                 </property>
363                </spacer>
364               </item>
365               <item>
366                <layout class="QHBoxLayout" name="horizontalLayout_2">
367                 <item>
368                  <widget class="QCheckBox" name="ignoreWarningsPermanently">
369                   <property name="text">
370                    <string>Add to known hosts</string>
371                   </property>
372                  </widget>
373                 </item>
374                 <item>
375                  <spacer name="horizontalSpacer_3">
376                   <property name="orientation">
377                    <enum>Qt::Horizontal</enum>
378                   </property>
379                   <property name="sizeHint" stdset="0">
380                    <size>
381                     <width>40</width>
382                     <height>20</height>
383                    </size>
384                   </property>
385                  </spacer>
386                 </item>
387                 <item>
388                  <widget class="QPushButton" name="ignoreWarningsButton">
389                   <property name="text">
390                    <string>Continue connection</string>
391                   </property>
392                  </widget>
393                 </item>
394                </layout>
395               </item>
396              </layout>
397             </widget>
398             <widget class="QWidget" name="coreConfigPage">
399              <layout class="QVBoxLayout">
400               <property name="margin">
401                <number>0</number>
402               </property>
403               <item>
404                <spacer>
405                 <property name="orientation">
406                  <enum>Qt::Vertical</enum>
407                 </property>
408                 <property name="sizeHint" stdset="0">
409                  <size>
410                   <width>20</width>
411                   <height>40</height>
412                  </size>
413                 </property>
414                </spacer>
415               </item>
416               <item>
417                <widget class="QGroupBox" name="groupBox_4">
418                 <property name="sizePolicy">
419                  <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
420                   <horstretch>0</horstretch>
421                   <verstretch>0</verstretch>
422                  </sizepolicy>
423                 </property>
424                 <property name="title">
425                  <string>Configure your Quassel Core</string>
426                 </property>
427                 <layout class="QVBoxLayout">
428                  <item>
429                   <widget class="QLabel" name="label_7">
430                    <property name="text">
431                     <string>The Quassel Core you are connected to is not configured yet. You may now launch a configuration wizard that helps you setting up your Core.</string>
432                    </property>
433                    <property name="alignment">
434                     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
435                    </property>
436                    <property name="wordWrap">
437                     <bool>true</bool>
438                    </property>
439                   </widget>
440                  </item>
441                  <item>
442                   <layout class="QHBoxLayout">
443                    <item>
444                     <spacer>
445                      <property name="orientation">
446                       <enum>Qt::Horizontal</enum>
447                      </property>
448                      <property name="sizeHint" stdset="0">
449                       <size>
450                        <width>40</width>
451                        <height>20</height>
452                       </size>
453                      </property>
454                     </spacer>
455                    </item>
456                    <item>
457                     <widget class="QPushButton" name="launchCoreConfigWizard">
458                      <property name="text">
459                       <string>Launch Wizard</string>
460                      </property>
461                     </widget>
462                    </item>
463                    <item>
464                     <spacer>
465                      <property name="orientation">
466                       <enum>Qt::Horizontal</enum>
467                      </property>
468                      <property name="sizeHint" stdset="0">
469                       <size>
470                        <width>40</width>
471                        <height>20</height>
472                       </size>
473                      </property>
474                     </spacer>
475                    </item>
476                   </layout>
477                  </item>
478                 </layout>
479                 <zorder>label_7</zorder>
480                 <zorder></zorder>
481                </widget>
482               </item>
483              </layout>
484             </widget>
485             <widget class="QWidget" name="loginEmptyPage"/>
486            </widget>
487           </item>
488          </layout>
489         </widget>
490        </item>
491        <item>
492         <widget class="QDialogButtonBox" name="loginButtonBox">
493          <property name="standardButtons">
494           <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
495          </property>
496         </widget>
497        </item>
498       </layout>
499      </widget>
500      <widget class="QWidget" name="syncPage">
501       <layout class="QVBoxLayout">
502        <item>
503         <widget class="QGroupBox" name="groupBox_3">
504          <property name="title">
505           <string>Initializing your session...</string>
506          </property>
507          <layout class="QVBoxLayout">
508           <item>
509            <layout class="QVBoxLayout">
510             <item>
511              <widget class="QLabel" name="label_6">
512               <property name="text">
513                <string>&lt;b&gt;Please be patient while your client synchronizes with the Quassel Core!&lt;/b&gt;</string>
514               </property>
515               <property name="alignment">
516                <set>Qt::AlignHCenter|Qt::AlignTop</set>
517               </property>
518               <property name="wordWrap">
519                <bool>true</bool>
520               </property>
521              </widget>
522             </item>
523             <item>
524              <layout class="QGridLayout">
525               <item row="0" column="0">
526                <widget class="QLabel" name="progressLabel">
527                 <property name="text">
528                  <string>Session state:</string>
529                 </property>
530                </widget>
531               </item>
532               <item row="0" column="1">
533                <widget class="QProgressBar" name="sessionProgress">
534                 <property name="maximum">
535                  <number>1</number>
536                 </property>
537                 <property name="value">
538                  <number>0</number>
539                 </property>
540                </widget>
541               </item>
542               <item row="1" column="0">
543                <widget class="QLabel" name="label">
544                 <property name="text">
545                  <string>Network states:</string>
546                 </property>
547                </widget>
548               </item>
549               <item row="1" column="1">
550                <widget class="QProgressBar" name="networksProgress">
551                 <property name="maximum">
552                  <number>1</number>
553                 </property>
554                 <property name="value">
555                  <number>0</number>
556                 </property>
557                 <property name="format">
558                  <string>0/0</string>
559                 </property>
560                </widget>
561               </item>
562              </layout>
563             </item>
564             <item>
565              <spacer>
566               <property name="orientation">
567                <enum>Qt::Vertical</enum>
568               </property>
569               <property name="sizeHint" stdset="0">
570                <size>
571                 <width>483</width>
572                 <height>61</height>
573                </size>
574               </property>
575              </spacer>
576             </item>
577            </layout>
578           </item>
579          </layout>
580         </widget>
581        </item>
582        <item>
583         <widget class="QDialogButtonBox" name="syncButtonBox">
584          <property name="standardButtons">
585           <set>QDialogButtonBox::Abort</set>
586          </property>
587          <property name="centerButtons">
588           <bool>true</bool>
589          </property>
590         </widget>
591        </item>
592       </layout>
593      </widget>
594     </widget>
595    </item>
596   </layout>
597  </widget>
598  <tabstops>
599   <tabstop>accountList</tabstop>
600   <tabstop>accountButtonBox</tabstop>
601   <tabstop>autoConnect</tabstop>
602   <tabstop>editAccount</tabstop>
603   <tabstop>addAccount</tabstop>
604   <tabstop>deleteAccount</tabstop>
605   <tabstop>user</tabstop>
606   <tabstop>password</tabstop>
607   <tabstop>rememberPasswd</tabstop>
608   <tabstop>loginButtonBox</tabstop>
609   <tabstop>launchCoreConfigWizard</tabstop>
610   <tabstop>syncButtonBox</tabstop>
611  </tabstops>
612  <resources/>
613  <connections>
614   <connection>
615    <sender>accountButtonBox</sender>
616    <signal>rejected()</signal>
617    <receiver>CoreConnectDlg</receiver>
618    <slot>reject()</slot>
619    <hints>
620     <hint type="sourcelabel">
621      <x>279</x>
622      <y>434</y>
623     </hint>
624     <hint type="destinationlabel">
625      <x>286</x>
626      <y>237</y>
627     </hint>
628    </hints>
629   </connection>
630  </connections>
631 </ui>