fcacc1c4159d25e275944d501e9d293a5c5c02dc
[quassel.git] / src / qtui / ui / coreaccounteditdlg.ui
1 <ui version="4.0" >
2  <class>CoreAccountEditDlg</class>
3  <widget class="QDialog" name="CoreAccountEditDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>509</width>
9     <height>458</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Edit Core Account</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QVBoxLayout" >
18      <item>
19       <widget class="QGroupBox" name="groupBox" >
20        <property name="title" >
21         <string>Account Details</string>
22        </property>
23        <layout class="QVBoxLayout" >
24         <item>
25          <layout class="QHBoxLayout" >
26           <item>
27            <widget class="QLabel" name="label" >
28             <property name="text" >
29              <string>Account Name:</string>
30             </property>
31            </widget>
32           </item>
33           <item>
34            <widget class="QLineEdit" name="accountName" >
35             <property name="text" >
36              <string>Local Core</string>
37             </property>
38            </widget>
39           </item>
40          </layout>
41         </item>
42         <item>
43          <layout class="QGridLayout" >
44           <item row="0" column="0" >
45            <widget class="QLabel" name="label_2" >
46             <property name="text" >
47              <string>Hostname:</string>
48             </property>
49            </widget>
50           </item>
51           <item row="0" column="1" >
52            <widget class="QLabel" name="label_3" >
53             <property name="text" >
54              <string>Port:</string>
55             </property>
56            </widget>
57           </item>
58           <item row="1" column="0" >
59            <widget class="QLineEdit" name="host" >
60             <property name="text" >
61              <string>localhost</string>
62             </property>
63            </widget>
64           </item>
65           <item row="1" column="1" >
66            <widget class="QSpinBox" name="port" >
67             <property name="minimum" >
68              <number>1</number>
69             </property>
70             <property name="maximum" >
71              <number>65535</number>
72             </property>
73             <property name="value" >
74              <number>4242</number>
75             </property>
76            </widget>
77           </item>
78           <item row="2" column="0" colspan="2" >
79            <widget class="QCheckBox" name="useSsl" >
80             <property name="text" >
81              <string>Use secure connection (SSL)</string>
82             </property>
83             <property name="icon" >
84              <iconset>
85               <normaloff>:/16x16/actions/oxygen/16x16/actions/document-encrypt.png</normaloff>:/16x16/actions/oxygen/16x16/actions/document-encrypt.png</iconset>
86             </property>
87             <property name="checked" >
88              <bool>false</bool>
89             </property>
90            </widget>
91           </item>
92          </layout>
93         </item>
94         <item>
95          <widget class="QGroupBox" name="useProxy" >
96           <property name="title" >
97            <string>Use a proxy:</string>
98           </property>
99           <property name="checkable" >
100            <bool>true</bool>
101           </property>
102           <property name="checked" >
103            <bool>false</bool>
104           </property>
105           <layout class="QGridLayout" >
106            <item row="0" column="0" colspan="2" >
107             <widget class="QLabel" name="label_5" >
108              <property name="text" >
109               <string>Proxy Type:</string>
110              </property>
111             </widget>
112            </item>
113            <item row="0" column="2" >
114             <widget class="QComboBox" name="proxyType" >
115              <item>
116               <property name="text" >
117                <string>Socks 5</string>
118               </property>
119              </item>
120              <item>
121               <property name="text" >
122                <string>HTTP</string>
123               </property>
124              </item>
125             </widget>
126            </item>
127            <item row="1" column="0" colspan="2" >
128             <widget class="QLabel" name="label_6" >
129              <property name="text" >
130               <string>Proxy Host:</string>
131              </property>
132             </widget>
133            </item>
134            <item row="1" column="2" >
135             <widget class="QLabel" name="label_7" >
136              <property name="text" >
137               <string>Proxy Port:</string>
138              </property>
139             </widget>
140            </item>
141            <item row="2" column="0" colspan="2" >
142             <widget class="QLineEdit" name="proxyHost" >
143              <property name="text" >
144               <string>localhost</string>
145              </property>
146             </widget>
147            </item>
148            <item row="2" column="2" >
149             <widget class="QSpinBox" name="proxyPort" >
150              <property name="sizePolicy" >
151               <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
152                <horstretch>0</horstretch>
153                <verstretch>0</verstretch>
154               </sizepolicy>
155              </property>
156              <property name="minimum" >
157               <number>1</number>
158              </property>
159              <property name="maximum" >
160               <number>65535</number>
161              </property>
162              <property name="value" >
163               <number>8080</number>
164              </property>
165             </widget>
166            </item>
167            <item row="3" column="0" >
168             <widget class="QLabel" name="label_8" >
169              <property name="text" >
170               <string>Proxy Username:</string>
171              </property>
172             </widget>
173            </item>
174            <item row="3" column="1" colspan="2" >
175             <widget class="QLineEdit" name="proxyUser" />
176            </item>
177            <item row="4" column="0" >
178             <widget class="QLabel" name="label_9" >
179              <property name="text" >
180               <string>Proxy Password:</string>
181              </property>
182             </widget>
183            </item>
184            <item row="4" column="1" colspan="2" >
185             <widget class="QLineEdit" name="proxyPassword" />
186            </item>
187           </layout>
188          </widget>
189         </item>
190        </layout>
191       </widget>
192      </item>
193      <item>
194       <spacer>
195        <property name="orientation" >
196         <enum>Qt::Vertical</enum>
197        </property>
198        <property name="sizeHint" stdset="0" >
199         <size>
200          <width>20</width>
201          <height>40</height>
202         </size>
203        </property>
204       </spacer>
205      </item>
206      <item>
207       <widget class="QDialogButtonBox" name="buttonBox" >
208        <property name="orientation" >
209         <enum>Qt::Horizontal</enum>
210        </property>
211        <property name="standardButtons" >
212         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
213        </property>
214       </widget>
215      </item>
216     </layout>
217    </item>
218   </layout>
219  </widget>
220  <resources/>
221  <connections>
222   <connection>
223    <sender>buttonBox</sender>
224    <signal>accepted()</signal>
225    <receiver>CoreAccountEditDlg</receiver>
226    <slot>accept()</slot>
227    <hints>
228     <hint type="sourcelabel" >
229      <x>275</x>
230      <y>521</y>
231     </hint>
232     <hint type="destinationlabel" >
233      <x>157</x>
234      <y>207</y>
235     </hint>
236    </hints>
237   </connection>
238   <connection>
239    <sender>buttonBox</sender>
240    <signal>rejected()</signal>
241    <receiver>CoreAccountEditDlg</receiver>
242    <slot>reject()</slot>
243    <hints>
244     <hint type="sourcelabel" >
245      <x>343</x>
246      <y>521</y>
247     </hint>
248     <hint type="destinationlabel" >
249      <x>286</x>
250      <y>207</y>
251     </hint>
252    </hints>
253   </connection>
254  </connections>
255 </ui>