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