add more spacing
[personal-kdebase.git] / apps / konqueror / settings / kio / kproxydlg.ui
blobce7f3b33b8a5870acb3b38103f3ee5aba71ff862
1 <ui version="4.0" >
2  <class>KProxyDialogUI</class>
3  <widget class="QWidget" name="KProxyDialogUI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>622</width>
9     <height>473</height>
10    </rect>
11   </property>
12   <property name="whatsThis" >
13    <string>&lt;qt>
14 Setup proxy configuration.
15 &lt;p>
16 A proxy server is an intermediate machine that sits between your computer and the Internet and provides services such as web page caching and filtering. Caching proxy servers give you faster access to web sites you have already visited by locally storing or caching those pages; filtering proxy servers usually provide the ability to block out requests for ads, spam, or anything else you want to block.
17 &lt;p>
18 If you are uncertain whether or not you need to use a proxy server to connect to the Internet, consult your Internet service provider's setup guide or your system administrator.
19 &lt;/qt></string>
20   </property>
21   <layout class="QVBoxLayout" name="verticalLayout_2" >
22    <item>
23     <widget class="QGroupBox" name="gbMain" >
24      <property name="title" >
25       <string/>
26      </property>
27      <property name="flat" >
28       <bool>true</bool>
29      </property>
30      <layout class="QVBoxLayout" name="verticalLayout" >
31       <property name="margin" >
32        <number>0</number>
33       </property>
34       <item>
35        <widget class="QRadioButton" name="rbNoProxy" >
36         <property name="whatsThis" >
37          <string>Connect to the Internet directly.</string>
38         </property>
39         <property name="text" >
40          <string>Connect to the &amp;Internet directly</string>
41         </property>
42         <property name="checked" >
43          <bool>true</bool>
44         </property>
45        </widget>
46       </item>
47       <item>
48        <widget class="QRadioButton" name="rbAutoDiscover" >
49         <property name="enabled" >
50          <bool>true</bool>
51         </property>
52         <property name="whatsThis" >
53          <string>&lt;qt>
54 Automatically detect and configure the proxy settings.&lt;p>
55 Automatic detection is performed using the &lt;b>Web Proxy Auto-Discovery Protocol (WPAD)&lt;/b>.&lt;p>
56 &lt;b>NOTE:&lt;/b> This option might not work properly or not work at all in some UNIX/Linux distributions. If you encounter a problem when using this option, please check the FAQ section at http://konqueror.kde.org.
57 &lt;/qt></string>
58         </property>
59         <property name="text" >
60          <string>A&amp;utomatically detect proxy configuration</string>
61         </property>
62        </widget>
63       </item>
64       <item>
65        <layout class="QHBoxLayout" >
66         <property name="spacing" >
67          <number>6</number>
68         </property>
69         <property name="margin" >
70          <number>0</number>
71         </property>
72         <item>
73          <widget class="QRadioButton" name="rbAutoScript" >
74           <property name="enabled" >
75            <bool>true</bool>
76           </property>
77           <property name="whatsThis" >
78            <string>Use the specified proxy script URL to configure the proxy settings.</string>
79           </property>
80           <property name="text" >
81            <string>U&amp;se proxy configuration URL:</string>
82           </property>
83          </widget>
84         </item>
85         <item>
86          <widget class="KUrlRequester" name="location" >
87           <property name="enabled" >
88            <bool>false</bool>
89           </property>
90           <property name="sizePolicy" >
91            <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
92             <horstretch>0</horstretch>
93             <verstretch>0</verstretch>
94            </sizepolicy>
95           </property>
96           <property name="whatsThis" >
97            <string>Enter the address for the proxy configuration script.</string>
98           </property>
99          </widget>
100         </item>
101        </layout>
102       </item>
103       <item>
104        <layout class="QHBoxLayout" >
105         <property name="spacing" >
106          <number>6</number>
107         </property>
108         <property name="margin" >
109          <number>0</number>
110         </property>
111         <item>
112          <widget class="QRadioButton" name="rbEnvVar" >
113           <property name="enabled" >
114            <bool>true</bool>
115           </property>
116           <property name="sizePolicy" >
117            <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
118             <horstretch>0</horstretch>
119             <verstretch>0</verstretch>
120            </sizepolicy>
121           </property>
122           <property name="whatsThis" >
123            <string>&lt;qt>
124 Use environment variables to configure the proxy settings.&lt;p>
125 Environment variables such as &lt;b>HTTP_PROXY&lt;/b> and &lt;b>NO_PROXY&lt;/b> are usually used in multi-user UNIX installations, where both graphical and non-graphical applications need to share the same proxy configuration information.
126 &lt;/qt></string>
127           </property>
128           <property name="text" >
129            <string>Use preset proxy environment &amp;variables</string>
130           </property>
131          </widget>
132         </item>
133         <item>
134          <widget class="QPushButton" name="pbEnvSetup" >
135           <property name="enabled" >
136            <bool>true</bool>
137           </property>
138           <property name="whatsThis" >
139            <string>Show the proxy environment variable configuration dialog.</string>
140           </property>
141           <property name="text" >
142            <string>Setup...</string>
143           </property>
144          </widget>
145         </item>
146        </layout>
147       </item>
148       <item>
149        <layout class="QHBoxLayout" >
150         <property name="spacing" >
151          <number>6</number>
152         </property>
153         <property name="margin" >
154          <number>0</number>
155         </property>
156         <item>
157          <widget class="QRadioButton" name="rbManual" >
158           <property name="enabled" >
159            <bool>true</bool>
160           </property>
161           <property name="sizePolicy" >
162            <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
163             <horstretch>0</horstretch>
164             <verstretch>0</verstretch>
165            </sizepolicy>
166           </property>
167           <property name="whatsThis" >
168            <string>Manually enter proxy server configuration information.</string>
169           </property>
170           <property name="text" >
171            <string>&amp;Manually specify the proxy settings</string>
172           </property>
173          </widget>
174         </item>
175         <item>
176          <widget class="QPushButton" name="pbManSetup" >
177           <property name="enabled" >
178            <bool>true</bool>
179           </property>
180           <property name="whatsThis" >
181            <string>Show the manual proxy configuration dialog.</string>
182           </property>
183           <property name="text" >
184            <string>Setup...</string>
185           </property>
186          </widget>
187         </item>
188        </layout>
189       </item>
190      </layout>
191     </widget>
192    </item>
193    <item>
194     <widget class="QGroupBox" name="gbAuth" >
195      <property name="enabled" >
196       <bool>false</bool>
197      </property>
198      <property name="title" >
199       <string>Authori&amp;zation</string>
200      </property>
201      <layout class="QVBoxLayout" >
202       <item>
203        <widget class="QRadioButton" name="rbPrompt" >
204         <property name="whatsThis" >
205          <string>Prompt for login information whenever it is required.</string>
206         </property>
207         <property name="text" >
208          <string>Prompt as &amp;needed</string>
209         </property>
210         <property name="checked" >
211          <bool>true</bool>
212         </property>
213        </widget>
214       </item>
215       <item>
216        <layout class="QGridLayout" >
217         <property name="margin" >
218          <number>0</number>
219         </property>
220         <property name="spacing" >
221          <number>6</number>
222         </property>
223         <item row="0" column="0" >
224          <widget class="QRadioButton" name="rbPresetLogin" >
225           <property name="enabled" >
226            <bool>false</bool>
227           </property>
228           <property name="toolTip" >
229            <string>Use this login information.</string>
230           </property>
231           <property name="whatsThis" >
232            <string>Use information specified here to login into proxy servers as needed.</string>
233           </property>
234           <property name="text" >
235            <string>Username:</string>
236           </property>
237          </widget>
238         </item>
239         <item row="0" column="1" >
240          <widget class="KLineEdit" name="leUsername" >
241           <property name="enabled" >
242            <bool>false</bool>
243           </property>
244           <property name="whatsThis" >
245            <string>Login name.</string>
246           </property>
247          </widget>
248         </item>
249         <item row="0" column="2" >
250          <widget class="QLabel" name="lbPassword" >
251           <property name="enabled" >
252            <bool>false</bool>
253           </property>
254           <property name="whatsThis" >
255            <string>Login password.</string>
256           </property>
257           <property name="text" >
258            <string>Password:</string>
259           </property>
260           <property name="alignment" >
261            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
262           </property>
263           <property name="wordWrap" >
264            <bool>false</bool>
265           </property>
266          </widget>
267         </item>
268         <item row="0" column="3" >
269          <widget class="KLineEdit" name="lePassword" >
270           <property name="enabled" >
271            <bool>false</bool>
272           </property>
273           <property name="whatsThis" >
274            <string>Login password.</string>
275           </property>
276           <property name="echoMode" >
277            <enum>QLineEdit::Password</enum>
278           </property>
279          </widget>
280         </item>
281        </layout>
282       </item>
283      </layout>
284     </widget>
285    </item>
286    <item>
287     <widget class="QGroupBox" name="gbOptions" >
288      <property name="enabled" >
289       <bool>false</bool>
290      </property>
291      <property name="title" >
292       <string>O&amp;ptions</string>
293      </property>
294      <layout class="QVBoxLayout" >
295       <item>
296        <widget class="QCheckBox" name="cbPersConn" >
297         <property name="whatsThis" >
298          <string>&lt;qt>
299 Use persistent proxy connection.&lt;p>
300 Although a persistent proxy connection is faster, note that it only works correctly with proxies that are fully HTTP 1.1 compliant. Do &lt;b>not&lt;/b> use this option in combination with non-HTTP 1.1 compliant proxy servers such as JunkBuster and WWWOfle.
301 &lt;/qt></string>
302         </property>
303         <property name="text" >
304          <string>Use persistent connections to proxy</string>
305         </property>
306        </widget>
307       </item>
308      </layout>
309     </widget>
310    </item>
311    <item>
312     <spacer>
313      <property name="orientation" >
314       <enum>Qt::Vertical</enum>
315      </property>
316      <property name="sizeHint" stdset="0" >
317       <size>
318        <width>369</width>
319        <height>16</height>
320       </size>
321      </property>
322     </spacer>
323    </item>
324   </layout>
325  </widget>
326  <layoutdefault spacing="6" margin="11" />
327  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
328  <customwidgets>
329   <customwidget>
330    <class>KLineEdit</class>
331    <extends>QLineEdit</extends>
332    <header>klineedit.h</header>
333   </customwidget>
334   <customwidget>
335    <class>KUrlRequester</class>
336    <extends>QFrame</extends>
337    <header>kurlrequester.h</header>
338    <container>1</container>
339   </customwidget>
340  </customwidgets>
341  <includes>
342   <include location="local" >kpushbutton.h</include>
343  </includes>
344  <resources/>
345  <connections>
346   <connection>
347    <sender>rbPresetLogin</sender>
348    <signal>toggled(bool)</signal>
349    <receiver>leUsername</receiver>
350    <slot>setEnabled(bool)</slot>
351    <hints>
352     <hint type="sourcelabel" >
353      <x>20</x>
354      <y>20</y>
355     </hint>
356     <hint type="destinationlabel" >
357      <x>20</x>
358      <y>20</y>
359     </hint>
360    </hints>
361   </connection>
362   <connection>
363    <sender>rbPresetLogin</sender>
364    <signal>toggled(bool)</signal>
365    <receiver>lePassword</receiver>
366    <slot>setEnabled(bool)</slot>
367    <hints>
368     <hint type="sourcelabel" >
369      <x>20</x>
370      <y>20</y>
371     </hint>
372     <hint type="destinationlabel" >
373      <x>20</x>
374      <y>20</y>
375     </hint>
376    </hints>
377   </connection>
378   <connection>
379    <sender>rbPresetLogin</sender>
380    <signal>toggled(bool)</signal>
381    <receiver>lbPassword</receiver>
382    <slot>setEnabled(bool)</slot>
383    <hints>
384     <hint type="sourcelabel" >
385      <x>20</x>
386      <y>20</y>
387     </hint>
388     <hint type="destinationlabel" >
389      <x>20</x>
390      <y>20</y>
391     </hint>
392    </hints>
393   </connection>
394   <connection>
395    <sender>rbAutoScript</sender>
396    <signal>toggled(bool)</signal>
397    <receiver>location</receiver>
398    <slot>setEnabled(bool)</slot>
399    <hints>
400     <hint type="sourcelabel" >
401      <x>20</x>
402      <y>20</y>
403     </hint>
404     <hint type="destinationlabel" >
405      <x>20</x>
406      <y>20</y>
407     </hint>
408    </hints>
409   </connection>
410  </connections>
411 </ui>