2 <class>ManualProxyDlgUI</class>
3 <widget class="QWidget" name="ManualProxyDlgUI" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
14 <widget class="QGroupBox" name="gbServers" >
15 <property name="title" >
16 <string>Ser&vers</string>
18 <layout class="QGridLayout" >
19 <item row="2" column="0" >
20 <widget class="QLabel" name="lbFtp" >
21 <property name="sizePolicy" >
22 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
23 <horstretch>0</horstretch>
24 <verstretch>0</verstretch>
27 <property name="text" >
28 <string>&FTP:</string>
30 <property name="wordWrap" >
33 <property name="buddy" >
34 <cstring>leFtp</cstring>
38 <item row="1" column="0" >
39 <widget class="QLabel" name="lbHttps" >
40 <property name="sizePolicy" >
41 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
42 <horstretch>0</horstretch>
43 <verstretch>0</verstretch>
46 <property name="text" >
47 <string>HTTP&S:</string>
49 <property name="wordWrap" >
52 <property name="buddy" >
53 <cstring>leHttps</cstring>
57 <item row="0" column="0" >
58 <widget class="QLabel" name="lbHttp" >
59 <property name="sizePolicy" >
60 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
65 <property name="text" >
66 <string>H&TTP:</string>
68 <property name="wordWrap" >
71 <property name="buddy" >
72 <cstring>leHttp</cstring>
76 <item row="0" column="1" >
77 <widget class="KLineEdit" name="leHttp" >
78 <property name="whatsThis" >
79 <string>Enter the address of the HTTP proxy server.</string>
83 <item row="1" column="1" >
84 <widget class="KLineEdit" name="leHttps" >
85 <property name="whatsThis" >
86 <string>Enter the address of the HTTPS proxy server.</string>
90 <item row="2" column="1" >
91 <widget class="KLineEdit" name="leFtp" >
92 <property name="whatsThis" >
93 <string>Enter the address of the FTP proxy server.</string>
97 <item row="2" column="2" >
98 <widget class="KIntSpinBox" name="sbFtp" >
99 <property name="whatsThis" >
100 <string>Enter the port number of the FTP proxy server. Default 8080. Another common value is 3128.</string>
102 <property name="maximum" >
103 <number>65536</number>
107 <item row="1" column="2" >
108 <widget class="KIntSpinBox" name="sbHttps" >
109 <property name="whatsThis" >
110 <string>Enter the port number of the HTTP proxy server. Default is 8080. Another common value is 3128.</string>
112 <property name="maximum" >
113 <number>65536</number>
117 <item row="0" column="2" >
118 <widget class="KIntSpinBox" name="sbHttp" >
119 <property name="maximumSize" >
122 <height>32767</height>
125 <property name="whatsThis" >
126 <string>Enter the port number of the HTTP proxy server. Default is 8080. Another common value is 3128.</string>
128 <property name="maximum" >
129 <number>65536</number>
133 <item row="3" column="1" colspan="2" >
134 <widget class="QCheckBox" name="cbSameProxy" >
135 <property name="text" >
136 <string>&Use the same proxy server for all protocols</string>
140 <item row="0" column="3" >
141 <widget class="QPushButton" name="pbCopyDown" >
142 <property name="text" >
151 <widget class="QGroupBox" name="gbExceptions" >
152 <property name="title" >
153 <string>E&xceptions</string>
155 <layout class="QVBoxLayout" >
157 <widget class="QCheckBox" name="cbReverseProxy" >
158 <property name="whatsThis" >
160 Reverse the use of the exception list. Checking this box will result in the proxy servers being used only when the requested URL matches one of the addresses listed here.<p>This feature is useful if all you want or need is to use a proxy server for a few specific sites.<p>If you have more complex requirements you might want to use a configuration script.
163 <property name="text" >
164 <string>Use proxy only for entries in this list</string>
169 <layout class="QGridLayout" >
170 <property name="leftMargin" >
173 <property name="topMargin" >
176 <property name="rightMargin" >
179 <property name="bottomMargin" >
182 <item row="3" column="1" >
183 <widget class="QPushButton" name="pbDeleteAll" >
184 <property name="enabled" >
187 <property name="whatsThis" >
188 <string>Remove all proxy exception addresses from the list.</string>
190 <property name="text" >
191 <string>D&elete All</string>
195 <item row="2" column="1" >
196 <widget class="QPushButton" name="pbDelete" >
197 <property name="enabled" >
200 <property name="whatsThis" >
201 <string>Remove the selected proxy exception address from the list.</string>
203 <property name="text" >
204 <string>De&lete</string>
208 <item row="0" column="1" >
209 <widget class="QPushButton" name="pbNew" >
210 <property name="whatsThis" >
211 <string>Add new proxy exception address to the list.</string>
213 <property name="text" >
214 <string>&New...</string>
218 <item row="1" column="1" >
219 <widget class="QPushButton" name="pbChange" >
220 <property name="enabled" >
223 <property name="whatsThis" >
224 <string>Change the selected proxy exception address.</string>
226 <property name="text" >
227 <string>C&hange...</string>
231 <item row="4" column="1" >
233 <property name="orientation" >
234 <enum>Qt::Vertical</enum>
236 <property name="sizeType" >
237 <enum>QSizePolicy::Expanding</enum>
239 <property name="sizeHint" >
247 <item rowspan="5" row="0" column="0" >
248 <widget class="KListWidget" name="lbExceptions" />
257 <layoutdefault spacing="6" margin="11" />
260 <class>KIntSpinBox</class>
261 <extends>QSpinBox</extends>
262 <header>knuminput.h</header>
265 <class>KLineEdit</class>
266 <extends>QLineEdit</extends>
267 <header>klineedit.h</header>
270 <class>KListWidget</class>
271 <extends>QListWidget</extends>
272 <header>klistwidget.h</header>
276 <tabstop>leHttp</tabstop>
277 <tabstop>sbHttp</tabstop>
278 <tabstop>leHttps</tabstop>
279 <tabstop>sbHttps</tabstop>
280 <tabstop>leFtp</tabstop>
281 <tabstop>sbFtp</tabstop>
282 <tabstop>cbSameProxy</tabstop>
283 <tabstop>pbCopyDown</tabstop>
284 <tabstop>cbReverseProxy</tabstop>
285 <tabstop>pbNew</tabstop>
286 <tabstop>pbChange</tabstop>
287 <tabstop>pbDelete</tabstop>
288 <tabstop>pbDeleteAll</tabstop>