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