Warning, /frameworks/kio/src/kcms/proxy/kproxydlg.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>ProxyDialogUI</class>
0004  <widget class="QWidget" name="ProxyDialogUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>513</width>
0010     <height>567</height>
0011    </rect>
0012   </property>
0013   <property name="whatsThis">
0014    <string>&lt;qt&gt;
0015 Setup proxy configuration.
0016 &lt;p&gt;
0017 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.
0018 &lt;p&gt;
0019 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.
0020 &lt;/qt&gt;</string>
0021   </property>
0022   <layout class="QGridLayout" name="gridLayout">
0023    <item row="0" column="0">
0024     <widget class="QRadioButton" name="noProxyRadioButton">
0025      <property name="whatsThis">
0026       <string>Connect to the Internet directly.</string>
0027      </property>
0028      <property name="text">
0029       <string>No Proxy</string>
0030      </property>
0031      <property name="checked">
0032       <bool>true</bool>
0033      </property>
0034     </widget>
0035    </item>
0036    <item row="1" column="0" colspan="2">
0037     <widget class="QRadioButton" name="autoDiscoverProxyRadioButton">
0038      <property name="enabled">
0039       <bool>true</bool>
0040      </property>
0041      <property name="whatsThis">
0042       <string>&lt;qt&gt;
0043 Automatically detect and configure the proxy settings.&lt;p&gt;
0044 Automatic detection is performed using the &lt;b&gt;Web Proxy Auto-Discovery Protocol (WPAD)&lt;/b&gt;.&lt;p&gt;
0045 &lt;b&gt;NOTE:&lt;/b&gt; This option might not work properly or not work at all in some UNIX/Linux distributions.
0046 &lt;/qt&gt;</string>
0047      </property>
0048      <property name="text">
0049       <string>Detect proxy configuration automatically</string>
0050      </property>
0051     </widget>
0052    </item>
0053    <item row="2" column="0" colspan="2">
0054     <widget class="QRadioButton" name="autoScriptProxyRadioButton">
0055      <property name="enabled">
0056       <bool>true</bool>
0057      </property>
0058      <property name="whatsThis">
0059       <string>Use the specified proxy script to configure the proxy settings.</string>
0060      </property>
0061      <property name="text">
0062       <string>Use proxy auto configuration URL:</string>
0063      </property>
0064     </widget>
0065    </item>
0066    <item row="3" column="0" colspan="4">
0067     <widget class="QGroupBox" name="proxyConfigScriptGroupBox">
0068      <property name="flat">
0069       <bool>true</bool>
0070      </property>
0071      <layout class="QVBoxLayout" name="verticalLayout_2">
0072       <property name="leftMargin">
0073        <number>20</number>
0074       </property>
0075       <property name="topMargin">
0076        <number>0</number>
0077       </property>
0078       <property name="rightMargin">
0079        <number>0</number>
0080       </property>
0081       <property name="bottomMargin">
0082        <number>0</number>
0083       </property>
0084       <item>
0085        <widget class="KUrlRequester" name="proxyScriptUrlRequester">
0086         <property name="sizePolicy">
0087          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0088           <horstretch>0</horstretch>
0089           <verstretch>0</verstretch>
0090          </sizepolicy>
0091         </property>
0092         <property name="whatsThis">
0093          <string>Enter the address for the proxy configuration script.</string>
0094         </property>
0095        </widget>
0096       </item>
0097      </layout>
0098     </widget>
0099    </item>
0100    <item row="4" column="0">
0101     <widget class="QRadioButton" name="systemProxyRadioButton">
0102      <property name="enabled">
0103       <bool>true</bool>
0104      </property>
0105      <property name="sizePolicy">
0106       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0107        <horstretch>0</horstretch>
0108        <verstretch>0</verstretch>
0109       </sizepolicy>
0110      </property>
0111      <property name="whatsThis">
0112       <string>&lt;qt&gt;&lt;p&gt;Use proxy settings defined on the system.&lt;/p&gt;
0113 &lt;p&gt;Some platforms offer system wide proxy configuration information and selecting this option allows you to use those settings.&lt;/p&gt;
0114 &lt;p&gt;On Mac platforms&lt;/p&gt;
0115 &lt;p&gt;On Windows platforms&lt;/p&gt;
0116 &lt;p&gt;On Unix and Linux platforms, such system proxy settings are usually defined through environment variables. The following environment variables are detected and used when present: &lt;b&gt;HTTP_PROXY&lt;/b&gt;, &lt;b&gt;HTTPS_PROXY&lt;/b&gt;, &lt;b&gt;FTP_PROXY&lt;/b&gt;, &lt;b&gt;NO_PROXY&lt;/b&gt;.&lt;/p&gt;
0117 &lt;/qt&gt;</string>
0118      </property>
0119      <property name="text">
0120       <string>Use system proxy configuration:</string>
0121      </property>
0122     </widget>
0123    </item>
0124    <item row="4" column="3">
0125     <widget class="QPushButton" name="autoDetectButton">
0126      <property name="whatsThis">
0127       <string>&lt;qt&gt;Attempt automatic discovery of the environment variables used for setting system wide proxy information.&lt;p&gt; This feature works by searching for commonly used variable names such as HTTP_PROXY, FTP_PROXY and NO_PROXY.&lt;/qt&gt;</string>
0128      </property>
0129      <property name="text">
0130       <string>Auto D&amp;etect</string>
0131      </property>
0132     </widget>
0133    </item>
0134    <item row="5" column="0" colspan="4">
0135     <widget class="QGroupBox" name="systemProxyGroupBox">
0136      <property name="flat">
0137       <bool>true</bool>
0138      </property>
0139      <layout class="QFormLayout" name="formLayout_2">
0140       <property name="leftMargin">
0141        <number>20</number>
0142       </property>
0143       <property name="topMargin">
0144        <number>0</number>
0145       </property>
0146       <property name="rightMargin">
0147        <number>0</number>
0148       </property>
0149       <property name="bottomMargin">
0150        <number>0</number>
0151       </property>
0152       <item row="0" column="0">
0153        <widget class="QLabel" name="systemProxyHttpLabel">
0154         <property name="whatsThis">
0155          <string>&lt;qt&gt;
0156 Enter the name of the environment variable, e.g. &lt;b&gt;HTTP_PROXY&lt;/b&gt;, used to store the address of the HTTP proxy server.&lt;p&gt;
0157 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt automatic discovery of this variable.&lt;/p&gt;
0158 &lt;/qt&gt;</string>
0159         </property>
0160         <property name="text">
0161          <string>HTTP Proxy:</string>
0162         </property>
0163         <property name="wordWrap">
0164          <bool>false</bool>
0165         </property>
0166         <property name="buddy">
0167          <cstring>systemProxyHttpEdit</cstring>
0168         </property>
0169        </widget>
0170       </item>
0171       <item row="0" column="1">
0172        <widget class="QLineEdit" name="systemProxyHttpEdit">
0173         <property name="sizePolicy">
0174          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0175           <horstretch>0</horstretch>
0176           <verstretch>0</verstretch>
0177          </sizepolicy>
0178         </property>
0179         <property name="whatsThis">
0180          <string>&lt;qt&gt;
0181 Enter the name of the environment variable, e.g. &lt;b&gt;HTTP_PROXY&lt;/b&gt;, used to store the address of the HTTP proxy server.&lt;p&gt;
0182 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt automatic discovery of this variable.&lt;/p&gt;
0183 &lt;/qt&gt;</string>
0184         </property>
0185        </widget>
0186       </item>
0187       <item row="1" column="0">
0188        <widget class="QLabel" name="systemProxyHttpsLabel">
0189         <property name="whatsThis">
0190          <string>&lt;qt&gt;
0191 Enter the name of the environment variable, e.g. &lt;b&gt;HTTPS_PROXY&lt;/b&gt;, used to store the address of the HTTPS proxy server.&lt;p&gt;
0192 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.&lt;/p&gt;
0193 &lt;/qt&gt;</string>
0194         </property>
0195         <property name="text">
0196          <string>SSL Proxy:</string>
0197         </property>
0198         <property name="wordWrap">
0199          <bool>false</bool>
0200         </property>
0201         <property name="buddy">
0202          <cstring>systemProxyHttpsEdit</cstring>
0203         </property>
0204        </widget>
0205       </item>
0206       <item row="1" column="1">
0207        <widget class="QLineEdit" name="systemProxyHttpsEdit">
0208         <property name="sizePolicy">
0209          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0210           <horstretch>0</horstretch>
0211           <verstretch>0</verstretch>
0212          </sizepolicy>
0213         </property>
0214         <property name="whatsThis">
0215          <string>&lt;qt&gt;
0216 Enter the name of the environment variable, e.g. &lt;b&gt;HTTPS_PROXY&lt;/b&gt;, used to store the address of the HTTPS proxy server.&lt;p&gt;
0217 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.&lt;/p&gt;
0218 &lt;/qt&gt;</string>
0219         </property>
0220        </widget>
0221       </item>
0222       <item row="2" column="0">
0223        <widget class="QLabel" name="systemProxyFtpLabel">
0224         <property name="whatsThis">
0225          <string>&lt;qt&gt;
0226 Enter the name of the environment variable, e.g. &lt;b&gt;FTP_PROXY&lt;/b&gt;, used to store the address of the FTP proxy server.&lt;p&gt;
0227 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.&lt;/p&gt;
0228 &lt;/qt&gt;</string>
0229         </property>
0230         <property name="text">
0231          <string>FTP Proxy:</string>
0232         </property>
0233         <property name="wordWrap">
0234          <bool>false</bool>
0235         </property>
0236         <property name="buddy">
0237          <cstring>systemProxyFtpEdit</cstring>
0238         </property>
0239        </widget>
0240       </item>
0241       <item row="2" column="1">
0242        <widget class="QLineEdit" name="systemProxyFtpEdit">
0243         <property name="sizePolicy">
0244          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0245           <horstretch>0</horstretch>
0246           <verstretch>0</verstretch>
0247          </sizepolicy>
0248         </property>
0249         <property name="whatsThis">
0250          <string>&lt;qt&gt;
0251 Enter the name of the environment variable, e.g. &lt;b&gt;FTP_PROXY&lt;/b&gt;, used to store the address of the FTP proxy server.&lt;p&gt;
0252 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.&lt;/p&gt;
0253 &lt;/qt&gt;</string>
0254         </property>
0255        </widget>
0256       </item>
0257       <item row="3" column="0">
0258        <widget class="QLabel" name="systemProxySocksLabel">
0259         <property name="whatsThis">
0260          <string>&lt;qt&gt;
0261 Enter the name of the environment variable, e.g. &lt;b&gt;SOCKS_PROXY&lt;/b&gt;, used to store the address of the SOCKS proxy server.&lt;p&gt;
0262 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.&lt;/p&gt;
0263 &lt;/qt&gt;</string>
0264         </property>
0265         <property name="text">
0266          <string>SOCKS Proxy:</string>
0267         </property>
0268         <property name="wordWrap">
0269          <bool>false</bool>
0270         </property>
0271         <property name="buddy">
0272          <cstring>systemProxySocksEdit</cstring>
0273         </property>
0274        </widget>
0275       </item>
0276       <item row="3" column="1">
0277        <widget class="QLineEdit" name="systemProxySocksEdit">
0278         <property name="sizePolicy">
0279          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0280           <horstretch>0</horstretch>
0281           <verstretch>0</verstretch>
0282          </sizepolicy>
0283         </property>
0284         <property name="whatsThis">
0285          <string>&lt;qt&gt;Enter the name of the environment variable, e.g. &lt;b&gt;SOCKS_PROXY&lt;/b&gt;, used to store the address of the SOCKS proxy server.&lt;p&gt;Alternatively, you can click on the &lt;b&gt;&amp;quot;Auto Detect&amp;quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.&lt;/p&gt;&lt;/qt&gt;</string>
0286         </property>
0287        </widget>
0288       </item>
0289       <item row="4" column="0">
0290        <widget class="QLabel" name="sysNoProxyLabel">
0291         <property name="whatsThis">
0292          <string>&lt;qt&gt;
0293 Enter the environment variable, e.g. &lt;b&gt;NO_PROXY&lt;/b&gt;, used to store the addresses of sites for which the proxy server should not be used.&lt;p&gt;
0294 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.
0295 &lt;/qt&gt;</string>
0296         </property>
0297         <property name="text">
0298          <string>Exceptions:</string>
0299         </property>
0300         <property name="wordWrap">
0301          <bool>false</bool>
0302         </property>
0303         <property name="buddy">
0304          <cstring>systemNoProxyEdit</cstring>
0305         </property>
0306        </widget>
0307       </item>
0308       <item row="4" column="1">
0309        <widget class="QLineEdit" name="systemNoProxyEdit">
0310         <property name="sizePolicy">
0311          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0312           <horstretch>0</horstretch>
0313           <verstretch>0</verstretch>
0314          </sizepolicy>
0315         </property>
0316         <property name="whatsThis">
0317          <string>&lt;qt&gt;Enter the environment variable, e.g. &lt;b&gt;NO_PROXY&lt;/b&gt;, used to store the addresses of sites for which the above proxy settings should not be used.&lt;p&gt;Alternatively, you can click on the &lt;b&gt;&amp;quot;Auto Detect&amp;quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.&lt;/p&gt;&lt;/qt&gt;</string>
0318         </property>
0319        </widget>
0320       </item>
0321       <item row="5" column="1">
0322        <widget class="QCheckBox" name="showEnvValueCheckBox">
0323         <property name="text">
0324          <string>Show the &amp;value of the environment variables</string>
0325         </property>
0326        </widget>
0327       </item>
0328      </layout>
0329     </widget>
0330    </item>
0331    <item row="6" column="0" colspan="2">
0332     <widget class="QRadioButton" name="manualProxyRadioButton">
0333      <property name="enabled">
0334       <bool>true</bool>
0335      </property>
0336      <property name="sizePolicy">
0337       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0338        <horstretch>0</horstretch>
0339        <verstretch>0</verstretch>
0340       </sizepolicy>
0341      </property>
0342      <property name="whatsThis">
0343       <string>Manually enter proxy server configuration information.</string>
0344      </property>
0345      <property name="text">
0346       <string>Use manually specified proxy configuration:</string>
0347      </property>
0348     </widget>
0349    </item>
0350    <item row="7" column="0" colspan="4">
0351     <widget class="QGroupBox" name="manualProxyGroupBox">
0352      <property name="title">
0353       <string/>
0354      </property>
0355      <property name="flat">
0356       <bool>true</bool>
0357      </property>
0358      <layout class="QFormLayout" name="formLayout">
0359       <property name="fieldGrowthPolicy">
0360        <enum>QFormLayout::ExpandingFieldsGrow</enum>
0361       </property>
0362       <property name="leftMargin">
0363        <number>20</number>
0364       </property>
0365       <property name="topMargin">
0366        <number>0</number>
0367       </property>
0368       <property name="rightMargin">
0369        <number>0</number>
0370       </property>
0371       <property name="bottomMargin">
0372        <number>0</number>
0373       </property>
0374       <item row="0" column="0">
0375        <widget class="QLabel" name="manualProxyHttpEditLabel">
0376         <property name="sizePolicy">
0377          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0378           <horstretch>0</horstretch>
0379           <verstretch>0</verstretch>
0380          </sizepolicy>
0381         </property>
0382         <property name="text">
0383          <string>HTTP Proxy:</string>
0384         </property>
0385         <property name="wordWrap">
0386          <bool>false</bool>
0387         </property>
0388         <property name="buddy">
0389          <cstring>manualProxyHttpEdit</cstring>
0390         </property>
0391        </widget>
0392       </item>
0393       <item row="0" column="1">
0394        <layout class="QHBoxLayout" name="horizontalLayout_4">
0395         <item>
0396          <widget class="QLineEdit" name="manualProxyHttpEdit">
0397           <property name="whatsThis">
0398            <string>Enter the address of the HTTP proxy server.</string>
0399           </property>
0400          </widget>
0401         </item>
0402         <item>
0403          <widget class="QLabel" name="manualProxyHttpSpinBoxLabel">
0404           <property name="text">
0405            <string>Port:</string>
0406           </property>
0407           <property name="buddy">
0408            <cstring>manualProxyHttpSpinBox</cstring>
0409           </property>
0410          </widget>
0411         </item>
0412         <item>
0413          <widget class="QSpinBox" name="manualProxyHttpSpinBox">
0414           <property name="maximumSize">
0415            <size>
0416             <width>32767</width>
0417             <height>32767</height>
0418            </size>
0419           </property>
0420           <property name="whatsThis">
0421            <string>Enter the port number of the HTTP proxy server.</string>
0422           </property>
0423           <property name="maximum">
0424            <number>65536</number>
0425           </property>
0426          </widget>
0427         </item>
0428        </layout>
0429       </item>
0430       <item row="1" column="1">
0431        <widget class="QCheckBox" name="useSameProxyCheckBox">
0432         <property name="enabled">
0433          <bool>false</bool>
0434         </property>
0435         <property name="text">
0436          <string>Use this proxy server for a&amp;ll protocols</string>
0437         </property>
0438        </widget>
0439       </item>
0440       <item row="2" column="0">
0441        <widget class="QLabel" name="manualProxyHttpsEditLabel">
0442         <property name="sizePolicy">
0443          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0444           <horstretch>0</horstretch>
0445           <verstretch>0</verstretch>
0446          </sizepolicy>
0447         </property>
0448         <property name="text">
0449          <string>SSL Proxy:</string>
0450         </property>
0451         <property name="wordWrap">
0452          <bool>false</bool>
0453         </property>
0454         <property name="buddy">
0455          <cstring>manualProxyHttpsEdit</cstring>
0456         </property>
0457        </widget>
0458       </item>
0459       <item row="2" column="1">
0460        <layout class="QHBoxLayout" name="horizontalLayout_3">
0461         <item>
0462          <widget class="QLineEdit" name="manualProxyHttpsEdit">
0463           <property name="whatsThis">
0464            <string>Enter the address of the HTTPS proxy server.</string>
0465           </property>
0466          </widget>
0467         </item>
0468         <item>
0469          <widget class="QLabel" name="manualProxyHttpsSpinBoxLabel">
0470           <property name="text">
0471            <string>Port:</string>
0472           </property>
0473           <property name="buddy">
0474            <cstring>manualProxyHttpsSpinBox</cstring>
0475           </property>
0476          </widget>
0477         </item>
0478         <item>
0479          <widget class="QSpinBox" name="manualProxyHttpsSpinBox">
0480           <property name="whatsThis">
0481            <string>Enter the port number of the HTTPS proxy server.</string>
0482           </property>
0483           <property name="maximum">
0484            <number>65536</number>
0485           </property>
0486          </widget>
0487         </item>
0488        </layout>
0489       </item>
0490       <item row="3" column="0">
0491        <widget class="QLabel" name="manualProxyFtpEditLabel">
0492         <property name="sizePolicy">
0493          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0494           <horstretch>0</horstretch>
0495           <verstretch>0</verstretch>
0496          </sizepolicy>
0497         </property>
0498         <property name="text">
0499          <string>FTP Proxy:</string>
0500         </property>
0501         <property name="alignment">
0502          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0503         </property>
0504         <property name="wordWrap">
0505          <bool>false</bool>
0506         </property>
0507         <property name="buddy">
0508          <cstring>manualProxyFtpEdit</cstring>
0509         </property>
0510        </widget>
0511       </item>
0512       <item row="3" column="1">
0513        <layout class="QHBoxLayout" name="horizontalLayout_2">
0514         <item>
0515          <widget class="QLineEdit" name="manualProxyFtpEdit">
0516           <property name="whatsThis">
0517            <string>Enter the address of the FTP proxy server.</string>
0518           </property>
0519          </widget>
0520         </item>
0521         <item>
0522          <widget class="QLabel" name="manualProxyFtpSpinBoxLabel">
0523           <property name="text">
0524            <string>Port:</string>
0525           </property>
0526           <property name="buddy">
0527            <cstring>manualProxyFtpSpinBox</cstring>
0528           </property>
0529          </widget>
0530         </item>
0531         <item>
0532          <widget class="QSpinBox" name="manualProxyFtpSpinBox">
0533           <property name="whatsThis">
0534            <string>Enter the port number of the FTP proxy server.</string>
0535           </property>
0536           <property name="maximum">
0537            <number>65536</number>
0538           </property>
0539          </widget>
0540         </item>
0541        </layout>
0542       </item>
0543       <item row="4" column="0">
0544        <widget class="QLabel" name="manualProxySocksEditLabel">
0545         <property name="sizePolicy">
0546          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0547           <horstretch>0</horstretch>
0548           <verstretch>0</verstretch>
0549          </sizepolicy>
0550         </property>
0551         <property name="text">
0552          <string>SOCKS Proxy:</string>
0553         </property>
0554         <property name="alignment">
0555          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0556         </property>
0557         <property name="buddy">
0558          <cstring>manualProxySocksEdit</cstring>
0559         </property>
0560        </widget>
0561       </item>
0562       <item row="4" column="1">
0563        <layout class="QHBoxLayout" name="horizontalLayout">
0564         <item>
0565          <widget class="QLineEdit" name="manualProxySocksEdit">
0566           <property name="whatsThis">
0567            <string>Enter the address of the SOCKS proxy server.</string>
0568           </property>
0569          </widget>
0570         </item>
0571         <item>
0572          <widget class="QLabel" name="manualProxySocksSpinBoxLabel">
0573           <property name="text">
0574            <string>Port:</string>
0575           </property>
0576           <property name="buddy">
0577            <cstring>manualProxySocksSpinBox</cstring>
0578           </property>
0579          </widget>
0580         </item>
0581         <item>
0582          <widget class="QSpinBox" name="manualProxySocksSpinBox">
0583           <property name="whatsThis">
0584            <string>Enter the port number of the SOCKS proxy server.</string>
0585           </property>
0586           <property name="maximum">
0587            <number>65536</number>
0588           </property>
0589          </widget>
0590         </item>
0591        </layout>
0592       </item>
0593       <item row="5" column="0">
0594        <widget class="QLabel" name="manNoProxyLabel">
0595         <property name="whatsThis">
0596          <string>&lt;qt&gt;
0597 Enter the environment variable, e.g. &lt;b&gt;NO_PROXY&lt;/b&gt;, used to store the addresses of sites for which the proxy server should not be used.&lt;p&gt;
0598 Alternatively, you can click on the &lt;b&gt;&quot;Auto Detect&quot;&lt;/b&gt; button to attempt an automatic discovery of this variable.
0599 &lt;/qt&gt;</string>
0600         </property>
0601         <property name="text">
0602          <string>Exceptions:</string>
0603         </property>
0604         <property name="alignment">
0605          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0606         </property>
0607         <property name="wordWrap">
0608          <bool>false</bool>
0609         </property>
0610         <property name="buddy">
0611          <cstring>manualNoProxyEdit</cstring>
0612         </property>
0613        </widget>
0614       </item>
0615       <item row="5" column="1">
0616        <widget class="QLineEdit" name="manualNoProxyEdit">
0617         <property name="sizePolicy">
0618          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0619           <horstretch>0</horstretch>
0620           <verstretch>0</verstretch>
0621          </sizepolicy>
0622         </property>
0623         <property name="whatsThis">
0624          <string>&lt;qt&gt;
0625 &lt;p&gt;Enter a comma separated list of hostnames or ip addresses that should be excluded from using the above proxy settings.&lt;/p&gt;
0626 &lt;p&gt;If you want to exclude all hosts for a given domain, then simply enter the domain name preceded by a dot. For example, to exclude all hostnames for &lt;i&gt;kde.org&lt;/i&gt;, enter &lt;i&gt;.kde.org&lt;/i&gt;. Wildcard characters such as '*' or '?' are not supported and will have no effect.&lt;/p&gt;
0627 &lt;p&gt;Additionally, you can also enter IP addresses, e.g. 127.0.0.1 and IP addresses with a subnet, e.g. 192.168.0.1/24.&lt;/p&gt;
0628 &lt;/qt&gt;</string>
0629         </property>
0630        </widget>
0631       </item>
0632       <item row="6" column="1">
0633        <widget class="QCheckBox" name="useReverseProxyCheckBox">
0634         <property name="enabled">
0635          <bool>false</bool>
0636         </property>
0637         <property name="whatsThis">
0638          <string>&lt;qt&gt;
0639 Check this box if you want the above proxy settings to apply only to the addresses listed in the &lt;i&gt;Exceptions&lt;/i&gt; list.&lt;/qt&gt;</string>
0640         </property>
0641         <property name="text">
0642          <string>Use proxy settings only for addresses in the Exceptions list</string>
0643         </property>
0644        </widget>
0645       </item>
0646      </layout>
0647     </widget>
0648    </item>
0649    <item row="8" column="0" colspan="4">
0650     <spacer name="verticalSpacer">
0651      <property name="orientation">
0652       <enum>Qt::Vertical</enum>
0653      </property>
0654      <property name="sizeType">
0655       <enum>QSizePolicy::MinimumExpanding</enum>
0656      </property>
0657      <property name="sizeHint" stdset="0">
0658       <size>
0659        <width>20</width>
0660        <height>42</height>
0661       </size>
0662      </property>
0663     </spacer>
0664    </item>
0665    <item row="9" column="0" colspan="4">
0666      <widget class="KMessageWidget" name="infoMessageWidget">
0667        <property name="sizePolicy">
0668          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0669            <horstretch>0</horstretch>
0670            <verstretch>0</verstretch>
0671          </sizepolicy>
0672        </property>
0673        <property name="messageType">
0674          <enum>KMessageWidget::Warning</enum>
0675        </property>
0676        <property name="wordWrap">
0677          <bool>true</bool>
0678        </property>
0679        <property name="closeButtonVisible">
0680          <bool>false</bool>
0681        </property>
0682        <property name="visible">
0683          <bool>false</bool>
0684        </property>
0685      </widget>
0686    </item>
0687   </layout>
0688  </widget>
0689  <customwidgets>
0690   <customwidget>
0691    <class>KUrlRequester</class>
0692    <extends>QFrame</extends>
0693    <header>kurlrequester.h</header>
0694    <container>1</container>
0695   </customwidget>
0696   <customwidget>
0697    <class>KMessageWidget</class>
0698    <extends>QFrame</extends>
0699    <header>kmessagewidget.h</header>
0700   </customwidget>
0701  </customwidgets>
0702  <tabstops>
0703   <tabstop>noProxyRadioButton</tabstop>
0704   <tabstop>autoDiscoverProxyRadioButton</tabstop>
0705   <tabstop>autoScriptProxyRadioButton</tabstop>
0706   <tabstop>proxyScriptUrlRequester</tabstop>
0707   <tabstop>systemProxyRadioButton</tabstop>
0708   <tabstop>autoDetectButton</tabstop>
0709   <tabstop>systemProxyHttpEdit</tabstop>
0710   <tabstop>systemProxyHttpsEdit</tabstop>
0711   <tabstop>systemProxyFtpEdit</tabstop>
0712   <tabstop>systemProxySocksEdit</tabstop>
0713   <tabstop>systemNoProxyEdit</tabstop>
0714   <tabstop>showEnvValueCheckBox</tabstop>
0715   <tabstop>manualProxyRadioButton</tabstop>
0716   <tabstop>manualProxyHttpEdit</tabstop>
0717   <tabstop>manualProxyHttpSpinBox</tabstop>
0718   <tabstop>useSameProxyCheckBox</tabstop>
0719   <tabstop>manualProxyHttpsEdit</tabstop>
0720   <tabstop>manualProxyHttpsSpinBox</tabstop>
0721   <tabstop>manualProxyFtpEdit</tabstop>
0722   <tabstop>manualProxyFtpSpinBox</tabstop>
0723   <tabstop>manualProxySocksEdit</tabstop>
0724   <tabstop>manualProxySocksSpinBox</tabstop>
0725   <tabstop>manualNoProxyEdit</tabstop>
0726   <tabstop>useReverseProxyCheckBox</tabstop>
0727  </tabstops>
0728  <resources/>
0729  <connections>
0730   <connection>
0731    <sender>systemProxyRadioButton</sender>
0732    <signal>toggled(bool)</signal>
0733    <receiver>systemProxyGroupBox</receiver>
0734    <slot>setVisible(bool)</slot>
0735    <hints>
0736     <hint type="sourcelabel">
0737      <x>97</x>
0738      <y>121</y>
0739     </hint>
0740     <hint type="destinationlabel">
0741      <x>23</x>
0742      <y>150</y>
0743     </hint>
0744    </hints>
0745   </connection>
0746   <connection>
0747    <sender>manualProxyRadioButton</sender>
0748    <signal>toggled(bool)</signal>
0749    <receiver>manualProxyGroupBox</receiver>
0750    <slot>setVisible(bool)</slot>
0751    <hints>
0752     <hint type="sourcelabel">
0753      <x>76</x>
0754      <y>304</y>
0755     </hint>
0756     <hint type="destinationlabel">
0757      <x>18</x>
0758      <y>333</y>
0759     </hint>
0760    </hints>
0761   </connection>
0762   <connection>
0763    <sender>useSameProxyCheckBox</sender>
0764    <signal>toggled(bool)</signal>
0765    <receiver>manualProxyHttpsEdit</receiver>
0766    <slot>setDisabled(bool)</slot>
0767    <hints>
0768     <hint type="sourcelabel">
0769      <x>249</x>
0770      <y>370</y>
0771     </hint>
0772     <hint type="destinationlabel">
0773      <x>250</x>
0774      <y>384</y>
0775     </hint>
0776    </hints>
0777   </connection>
0778   <connection>
0779    <sender>useSameProxyCheckBox</sender>
0780    <signal>toggled(bool)</signal>
0781    <receiver>manualProxyFtpEdit</receiver>
0782    <slot>setDisabled(bool)</slot>
0783    <hints>
0784     <hint type="sourcelabel">
0785      <x>218</x>
0786      <y>364</y>
0787     </hint>
0788     <hint type="destinationlabel">
0789      <x>215</x>
0790      <y>414</y>
0791     </hint>
0792    </hints>
0793   </connection>
0794   <connection>
0795    <sender>useSameProxyCheckBox</sender>
0796    <signal>toggled(bool)</signal>
0797    <receiver>manualProxySocksEdit</receiver>
0798    <slot>setDisabled(bool)</slot>
0799    <hints>
0800     <hint type="sourcelabel">
0801      <x>191</x>
0802      <y>362</y>
0803     </hint>
0804     <hint type="destinationlabel">
0805      <x>187</x>
0806      <y>440</y>
0807     </hint>
0808    </hints>
0809   </connection>
0810   <connection>
0811    <sender>showEnvValueCheckBox</sender>
0812    <signal>toggled(bool)</signal>
0813    <receiver>systemNoProxyEdit</receiver>
0814    <slot>setDisabled(bool)</slot>
0815    <hints>
0816     <hint type="sourcelabel">
0817      <x>352</x>
0818      <y>282</y>
0819     </hint>
0820     <hint type="destinationlabel">
0821      <x>353</x>
0822      <y>259</y>
0823     </hint>
0824    </hints>
0825   </connection>
0826   <connection>
0827    <sender>showEnvValueCheckBox</sender>
0828    <signal>toggled(bool)</signal>
0829    <receiver>systemProxySocksEdit</receiver>
0830    <slot>setDisabled(bool)</slot>
0831    <hints>
0832     <hint type="sourcelabel">
0833      <x>275</x>
0834      <y>278</y>
0835     </hint>
0836     <hint type="destinationlabel">
0837      <x>273</x>
0838      <y>231</y>
0839     </hint>
0840    </hints>
0841   </connection>
0842   <connection>
0843    <sender>showEnvValueCheckBox</sender>
0844    <signal>toggled(bool)</signal>
0845    <receiver>systemProxyFtpEdit</receiver>
0846    <slot>setDisabled(bool)</slot>
0847    <hints>
0848     <hint type="sourcelabel">
0849      <x>299</x>
0850      <y>279</y>
0851     </hint>
0852     <hint type="destinationlabel">
0853      <x>299</x>
0854      <y>206</y>
0855     </hint>
0856    </hints>
0857   </connection>
0858   <connection>
0859    <sender>showEnvValueCheckBox</sender>
0860    <signal>toggled(bool)</signal>
0861    <receiver>systemProxyHttpsEdit</receiver>
0862    <slot>setDisabled(bool)</slot>
0863    <hints>
0864     <hint type="sourcelabel">
0865      <x>349</x>
0866      <y>280</y>
0867     </hint>
0868     <hint type="destinationlabel">
0869      <x>336</x>
0870      <y>185</y>
0871     </hint>
0872    </hints>
0873   </connection>
0874   <connection>
0875    <sender>showEnvValueCheckBox</sender>
0876    <signal>toggled(bool)</signal>
0877    <receiver>systemProxyHttpEdit</receiver>
0878    <slot>setDisabled(bool)</slot>
0879    <hints>
0880     <hint type="sourcelabel">
0881      <x>272</x>
0882      <y>279</y>
0883     </hint>
0884     <hint type="destinationlabel">
0885      <x>236</x>
0886      <y>156</y>
0887     </hint>
0888    </hints>
0889   </connection>
0890   <connection>
0891    <sender>autoScriptProxyRadioButton</sender>
0892    <signal>toggled(bool)</signal>
0893    <receiver>proxyConfigScriptGroupBox</receiver>
0894    <slot>setVisible(bool)</slot>
0895    <hints>
0896     <hint type="sourcelabel">
0897      <x>120</x>
0898      <y>63</y>
0899     </hint>
0900     <hint type="destinationlabel">
0901      <x>120</x>
0902      <y>79</y>
0903     </hint>
0904    </hints>
0905   </connection>
0906   <connection>
0907    <sender>systemProxyRadioButton</sender>
0908    <signal>toggled(bool)</signal>
0909    <receiver>autoDetectButton</receiver>
0910    <slot>setVisible(bool)</slot>
0911    <hints>
0912     <hint type="sourcelabel">
0913      <x>186</x>
0914      <y>119</y>
0915     </hint>
0916     <hint type="destinationlabel">
0917      <x>433</x>
0918      <y>124</y>
0919     </hint>
0920    </hints>
0921   </connection>
0922   <connection>
0923    <sender>useSameProxyCheckBox</sender>
0924    <signal>toggled(bool)</signal>
0925    <receiver>manualProxyHttpsSpinBox</receiver>
0926    <slot>setDisabled(bool)</slot>
0927    <hints>
0928     <hint type="sourcelabel">
0929      <x>155</x>
0930      <y>361</y>
0931     </hint>
0932     <hint type="destinationlabel">
0933      <x>464</x>
0934      <y>385</y>
0935     </hint>
0936    </hints>
0937   </connection>
0938   <connection>
0939    <sender>useSameProxyCheckBox</sender>
0940    <signal>toggled(bool)</signal>
0941    <receiver>manualProxyFtpSpinBox</receiver>
0942    <slot>setDisabled(bool)</slot>
0943    <hints>
0944     <hint type="sourcelabel">
0945      <x>139</x>
0946      <y>364</y>
0947     </hint>
0948     <hint type="destinationlabel">
0949      <x>451</x>
0950      <y>421</y>
0951     </hint>
0952    </hints>
0953   </connection>
0954   <connection>
0955    <sender>useSameProxyCheckBox</sender>
0956    <signal>toggled(bool)</signal>
0957    <receiver>manualProxySocksSpinBox</receiver>
0958    <slot>setDisabled(bool)</slot>
0959    <hints>
0960     <hint type="sourcelabel">
0961      <x>157</x>
0962      <y>363</y>
0963     </hint>
0964     <hint type="destinationlabel">
0965      <x>438</x>
0966      <y>449</y>
0967     </hint>
0968    </hints>
0969   </connection>
0970  </connections>
0971 </ui>