hiding internal connection mode in client only build
[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="maximum" >
151               <number>10000</number>
152              </property>
153              <property name="value" >
154               <number>8080</number>
155              </property>
156             </widget>
157            </item>
158            <item row="3" column="0" >
159             <widget class="QLabel" name="label_8" >
160              <property name="text" >
161               <string>Proxy Username:</string>
162              </property>
163             </widget>
164            </item>
165            <item row="3" column="1" colspan="2" >
166             <widget class="QLineEdit" name="proxyUser" />
167            </item>
168            <item row="4" column="0" >
169             <widget class="QLabel" name="label_9" >
170              <property name="text" >
171               <string>Proxy Password:</string>
172              </property>
173             </widget>
174            </item>
175            <item row="4" column="1" colspan="2" >
176             <widget class="QLineEdit" name="proxyPassword" />
177            </item>
178           </layout>
179          </widget>
180         </item>
181        </layout>
182       </widget>
183      </item>
184      <item>
185       <spacer>
186        <property name="orientation" >
187         <enum>Qt::Vertical</enum>
188        </property>
189        <property name="sizeHint" stdset="0" >
190         <size>
191          <width>20</width>
192          <height>40</height>
193         </size>
194        </property>
195       </spacer>
196      </item>
197      <item>
198       <widget class="QDialogButtonBox" name="buttonBox" >
199        <property name="orientation" >
200         <enum>Qt::Horizontal</enum>
201        </property>
202        <property name="standardButtons" >
203         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
204        </property>
205       </widget>
206      </item>
207     </layout>
208    </item>
209   </layout>
210  </widget>
211  <resources>
212   <include location="../../icons/icons.qrc" />
213  </resources>
214  <connections>
215   <connection>
216    <sender>buttonBox</sender>
217    <signal>accepted()</signal>
218    <receiver>CoreAccountEditDlg</receiver>
219    <slot>accept()</slot>
220    <hints>
221     <hint type="sourcelabel" >
222      <x>275</x>
223      <y>521</y>
224     </hint>
225     <hint type="destinationlabel" >
226      <x>157</x>
227      <y>207</y>
228     </hint>
229    </hints>
230   </connection>
231   <connection>
232    <sender>buttonBox</sender>
233    <signal>rejected()</signal>
234    <receiver>CoreAccountEditDlg</receiver>
235    <slot>reject()</slot>
236    <hints>
237     <hint type="sourcelabel" >
238      <x>343</x>
239      <y>521</y>
240     </hint>
241     <hint type="destinationlabel" >
242      <x>286</x>
243      <y>207</y>
244     </hint>
245    </hints>
246   </connection>
247  </connections>
248 </ui>