rename translation files to <2 letter ISO code>.po
[quassel.git] / src / qtui / settingspages / servereditdlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ServerEditDlg</class>
4  <widget class="QDialog" name="ServerEditDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>386</width>
10     <height>346</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_3">
17    <item>
18     <widget class="QTabWidget" name="tabWidget">
19      <property name="toolTip">
20       <string/>
21      </property>
22      <property name="currentIndex">
23       <number>0</number>
24      </property>
25      <property name="usesScrollButtons">
26       <bool>false</bool>
27      </property>
28      <widget class="QWidget" name="basic">
29       <attribute name="title">
30        <string>Server Info</string>
31       </attribute>
32       <layout class="QVBoxLayout" name="verticalLayout_4">
33        <item>
34         <layout class="QGridLayout" name="gridLayout_2">
35          <item row="0" column="0">
36           <widget class="QLabel" name="label">
37            <property name="text">
38             <string>Server address:</string>
39            </property>
40           </widget>
41          </item>
42          <item row="0" column="1">
43           <widget class="QLabel" name="label_2">
44            <property name="text">
45             <string>Port:</string>
46            </property>
47           </widget>
48          </item>
49          <item row="1" column="0">
50           <widget class="QLineEdit" name="host"/>
51          </item>
52          <item row="1" column="1">
53           <widget class="QSpinBox" name="port">
54            <property name="minimum">
55             <number>1</number>
56            </property>
57            <property name="maximum">
58             <number>65535</number>
59            </property>
60            <property name="value">
61             <number>6667</number>
62            </property>
63           </widget>
64          </item>
65         </layout>
66        </item>
67        <item>
68         <layout class="QHBoxLayout">
69          <item>
70           <widget class="QLabel" name="passwordLabel">
71            <property name="text">
72             <string>Password:</string>
73            </property>
74           </widget>
75          </item>
76          <item>
77           <widget class="QLineEdit" name="password">
78            <property name="enabled">
79             <bool>true</bool>
80            </property>
81            <property name="echoMode">
82             <enum>QLineEdit::Password</enum>
83            </property>
84           </widget>
85          </item>
86         </layout>
87        </item>
88        <item>
89         <widget class="QCheckBox" name="useSSL">
90          <property name="enabled">
91           <bool>true</bool>
92          </property>
93          <property name="text">
94           <string>Use SSL</string>
95          </property>
96          <property name="icon">
97           <iconset>
98            <normaloff>:/16x16/actions/oxygen/16x16/actions/document-encrypt.png</normaloff>:/16x16/actions/oxygen/16x16/actions/document-encrypt.png</iconset>
99          </property>
100         </widget>
101        </item>
102        <item>
103         <spacer name="verticalSpacer_2">
104          <property name="orientation">
105           <enum>Qt::Vertical</enum>
106          </property>
107          <property name="sizeHint" stdset="0">
108           <size>
109            <width>20</width>
110            <height>40</height>
111           </size>
112          </property>
113         </spacer>
114        </item>
115       </layout>
116      </widget>
117      <widget class="QWidget" name="advanced">
118       <attribute name="title">
119        <string>Advanced</string>
120       </attribute>
121       <layout class="QVBoxLayout" name="verticalLayout_2">
122        <item>
123         <layout class="QHBoxLayout" name="horizontalLayout">
124          <item>
125           <spacer name="horizontalSpacer">
126            <property name="orientation">
127             <enum>Qt::Horizontal</enum>
128            </property>
129            <property name="sizeHint" stdset="0">
130             <size>
131              <width>40</width>
132              <height>20</height>
133             </size>
134            </property>
135           </spacer>
136          </item>
137          <item>
138           <widget class="QLabel" name="label_3">
139            <property name="text">
140             <string>SSL Version:</string>
141            </property>
142           </widget>
143          </item>
144          <item>
145           <widget class="QComboBox" name="sslVersion">
146            <property name="toolTip">
147             <string>Do not change unless you're going to connect to a server not supporting SSLv3!</string>
148            </property>
149            <item>
150             <property name="text">
151              <string>SSLv3 (default)</string>
152             </property>
153            </item>
154            <item>
155             <property name="text">
156              <string>SSLv2</string>
157             </property>
158            </item>
159            <item>
160             <property name="text">
161              <string>TLSv1</string>
162             </property>
163            </item>
164           </widget>
165          </item>
166         </layout>
167        </item>
168        <item>
169         <widget class="QGroupBox" name="useProxy">
170          <property name="title">
171           <string>Use a Proxy</string>
172          </property>
173          <property name="flat">
174           <bool>false</bool>
175          </property>
176          <property name="checkable">
177           <bool>true</bool>
178          </property>
179          <property name="checked">
180           <bool>false</bool>
181          </property>
182          <layout class="QVBoxLayout" name="verticalLayout">
183           <item>
184            <layout class="QHBoxLayout" name="horizontalLayout_3">
185             <item>
186              <widget class="QLabel" name="label_8">
187               <property name="text">
188                <string>Proxy Type:</string>
189               </property>
190              </widget>
191             </item>
192             <item>
193              <widget class="QComboBox" name="proxyType">
194               <item>
195                <property name="text">
196                 <string>Socks 5</string>
197                </property>
198               </item>
199               <item>
200                <property name="text">
201                 <string>HTTP</string>
202                </property>
203               </item>
204              </widget>
205             </item>
206            </layout>
207           </item>
208           <item>
209            <layout class="QHBoxLayout" name="horizontalLayout_2">
210             <item>
211              <widget class="QLabel" name="label_4">
212               <property name="text">
213                <string>Proxy Host:</string>
214               </property>
215              </widget>
216             </item>
217             <item>
218              <widget class="QLineEdit" name="proxyHost">
219               <property name="text">
220                <string>localhost</string>
221               </property>
222              </widget>
223             </item>
224             <item>
225              <widget class="QLabel" name="label_5">
226               <property name="text">
227                <string>Port:</string>
228               </property>
229              </widget>
230             </item>
231             <item>
232              <widget class="QSpinBox" name="proxyPort">
233               <property name="minimum">
234                <number>1</number>
235               </property>
236               <property name="maximum">
237                <number>65535</number>
238               </property>
239               <property name="value">
240                <number>8080</number>
241               </property>
242              </widget>
243             </item>
244            </layout>
245           </item>
246           <item>
247            <layout class="QGridLayout" name="gridLayout">
248             <item row="0" column="0">
249              <widget class="QLabel" name="label_6">
250               <property name="text">
251                <string>Proxy Username:</string>
252               </property>
253              </widget>
254             </item>
255             <item row="0" column="1">
256              <widget class="QLineEdit" name="proxyUsername"/>
257             </item>
258             <item row="1" column="0">
259              <widget class="QLabel" name="label_7">
260               <property name="text">
261                <string>Proxy Password:</string>
262               </property>
263              </widget>
264             </item>
265             <item row="1" column="1">
266              <widget class="QLineEdit" name="proxyPassword">
267               <property name="echoMode">
268                <enum>QLineEdit::Password</enum>
269               </property>
270              </widget>
271             </item>
272            </layout>
273           </item>
274          </layout>
275         </widget>
276        </item>
277       </layout>
278      </widget>
279     </widget>
280    </item>
281    <item>
282     <spacer name="verticalSpacer">
283      <property name="orientation">
284       <enum>Qt::Vertical</enum>
285      </property>
286      <property name="sizeHint" stdset="0">
287       <size>
288        <width>20</width>
289        <height>17</height>
290       </size>
291      </property>
292     </spacer>
293    </item>
294    <item>
295     <widget class="QDialogButtonBox" name="buttonBox">
296      <property name="orientation">
297       <enum>Qt::Horizontal</enum>
298      </property>
299      <property name="standardButtons">
300       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
301      </property>
302     </widget>
303    </item>
304   </layout>
305  </widget>
306  <tabstops>
307   <tabstop>tabWidget</tabstop>
308   <tabstop>host</tabstop>
309   <tabstop>port</tabstop>
310   <tabstop>password</tabstop>
311   <tabstop>useSSL</tabstop>
312   <tabstop>sslVersion</tabstop>
313   <tabstop>useProxy</tabstop>
314   <tabstop>proxyType</tabstop>
315   <tabstop>proxyHost</tabstop>
316   <tabstop>proxyPort</tabstop>
317   <tabstop>proxyUsername</tabstop>
318   <tabstop>proxyPassword</tabstop>
319   <tabstop>buttonBox</tabstop>
320  </tabstops>
321  <resources/>
322  <connections>
323   <connection>
324    <sender>buttonBox</sender>
325    <signal>accepted()</signal>
326    <receiver>ServerEditDlg</receiver>
327    <slot>accept()</slot>
328    <hints>
329     <hint type="sourcelabel">
330      <x>248</x>
331      <y>254</y>
332     </hint>
333     <hint type="destinationlabel">
334      <x>157</x>
335      <y>274</y>
336     </hint>
337    </hints>
338   </connection>
339   <connection>
340    <sender>buttonBox</sender>
341    <signal>rejected()</signal>
342    <receiver>ServerEditDlg</receiver>
343    <slot>reject()</slot>
344    <hints>
345     <hint type="sourcelabel">
346      <x>316</x>
347      <y>260</y>
348     </hint>
349     <hint type="destinationlabel">
350      <x>286</x>
351      <y>274</y>
352     </hint>
353    </hints>
354   </connection>
355  </connections>
356 </ui>