Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / apps / konqueror / settings / kio / envvarproxy.ui
blobefc5e3397b308e219393f903c9b02f1d446f8c86
1 <ui version="4.0" >
2  <class>EnvVarProxyDlgUI</class>
3  <widget class="QWidget" name="EnvVarProxyDlgUI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>498</width>
9     <height>193</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" >
14     <widget class="QLabel" name="lbHttp" >
15      <property name="whatsThis" >
16       <string>&lt;qt>
17 Enter the name of the environment variable, e.g. &lt;b>HTTP_PROXY&lt;/b>, used to store the address of the HTTP proxy server.&lt;p>
18 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt automatic discovery of this variable.
19 &lt;/qt></string>
20      </property>
21      <property name="text" >
22       <string>H&amp;TTP:</string>
23      </property>
24      <property name="wordWrap" >
25       <bool>false</bool>
26      </property>
27      <property name="buddy" >
28       <cstring>leHttp</cstring>
29      </property>
30     </widget>
31    </item>
32    <item row="0" column="1" >
33     <widget class="KLineEdit" name="leHttp" >
34      <property name="sizePolicy" >
35       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="whatsThis" >
41       <string>&lt;qt>
42 Enter the name of the environment variable, e.g. &lt;b>HTTP_PROXY&lt;/b>, used to store the address of the HTTP proxy server.&lt;p>
43 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt automatic discovery of this variable.
44 &lt;/qt></string>
45      </property>
46     </widget>
47    </item>
48    <item rowspan="4" row="0" column="2" >
49     <layout class="QVBoxLayout" >
50      <item>
51       <widget class="QPushButton" name="pbVerify" >
52        <property name="whatsThis" >
53         <string>&lt;qt>Verify whether or not the environment variable names you supplied are valid. If an environment variable is not found, the associated labels will be &lt;b>highlighted&lt;/b> to indicate that they are invalid.&lt;/qt></string>
54        </property>
55        <property name="text" >
56         <string>&amp;Verify</string>
57        </property>
58       </widget>
59      </item>
60      <item>
61       <widget class="QPushButton" name="pbDetect" >
62        <property name="whatsThis" >
63         <string>&lt;qt>Attempt automatic discovery of the environment variables used for setting system wide proxy information.&lt;p> This feature works by searching for commonly used variable names such as HTTP_PROXY, FTP_PROXY and NO_PROXY.&lt;/qt></string>
64        </property>
65        <property name="text" >
66         <string>Auto &amp;Detect</string>
67        </property>
68       </widget>
69      </item>
70      <item>
71       <spacer>
72        <property name="orientation" >
73         <enum>Qt::Vertical</enum>
74        </property>
75        <property name="sizeType" >
76         <enum>QSizePolicy::MinimumExpanding</enum>
77        </property>
78        <property name="sizeHint" >
79         <size>
80          <width>16</width>
81          <height>51</height>
82         </size>
83        </property>
84       </spacer>
85      </item>
86     </layout>
87    </item>
88    <item row="1" column="0" >
89     <widget class="QLabel" name="lbHttps" >
90      <property name="whatsThis" >
91       <string>&lt;qt>
92 Enter the name of the environment variable, e.g. &lt;b>HTTPS_PROXY&lt;/b>, used to store the address of the HTTPS proxy server.&lt;p>
93 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt an automatic discovery of this variable.
94 &lt;/qt></string>
95      </property>
96      <property name="text" >
97       <string>HTTP&amp;S:</string>
98      </property>
99      <property name="wordWrap" >
100       <bool>false</bool>
101      </property>
102      <property name="buddy" >
103       <cstring>leHttps</cstring>
104      </property>
105     </widget>
106    </item>
107    <item row="1" column="1" >
108     <widget class="KLineEdit" name="leHttps" >
109      <property name="sizePolicy" >
110       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
111        <horstretch>0</horstretch>
112        <verstretch>0</verstretch>
113       </sizepolicy>
114      </property>
115      <property name="whatsThis" >
116       <string>&lt;qt>
117 Enter the name of the environment variable, e.g. &lt;b>HTTPS_PROXY&lt;/b>, used to store the address of the HTTPS proxy server.&lt;p>
118 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt an automatic discovery of this variable.
119 &lt;/qt></string>
120      </property>
121     </widget>
122    </item>
123    <item row="2" column="0" >
124     <widget class="QLabel" name="lbFtp" >
125      <property name="whatsThis" >
126       <string>&lt;qt>
127 Enter the name of the environment variable, e.g. &lt;b>FTP_PROXY&lt;/b>, used to store the address of the FTP proxy server.&lt;p>
128 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt an automatic discovery of this variable.
129 &lt;/qt></string>
130      </property>
131      <property name="text" >
132       <string>&amp;FTP:</string>
133      </property>
134      <property name="wordWrap" >
135       <bool>false</bool>
136      </property>
137      <property name="buddy" >
138       <cstring>leFtp</cstring>
139      </property>
140     </widget>
141    </item>
142    <item row="2" column="1" >
143     <widget class="KLineEdit" name="leFtp" >
144      <property name="sizePolicy" >
145       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
146        <horstretch>0</horstretch>
147        <verstretch>0</verstretch>
148       </sizepolicy>
149      </property>
150      <property name="whatsThis" >
151       <string>&lt;qt>
152 Enter the name of the environment variable, e.g. &lt;b>FTP_PROXY&lt;/b>, used to store the address of the FTP proxy server.&lt;p>
153 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt an automatic discovery of this variable.
154 &lt;/qt></string>
155      </property>
156     </widget>
157    </item>
158    <item row="3" column="0" >
159     <widget class="QLabel" name="lnNoProxy" >
160      <property name="whatsThis" >
161       <string>&lt;qt>
162 Enter the environment variable, e.g. &lt;b>NO_PROXY&lt;/b>, used to store the addresses of sites for which the proxy server should not be used.&lt;p>
163 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt an automatic discovery of this variable.
164 &lt;/qt></string>
165      </property>
166      <property name="text" >
167       <string>NO &amp;PROXY:</string>
168      </property>
169      <property name="wordWrap" >
170       <bool>false</bool>
171      </property>
172      <property name="buddy" >
173       <cstring>leNoProxy</cstring>
174      </property>
175     </widget>
176    </item>
177    <item row="3" column="1" >
178     <widget class="KLineEdit" name="leNoProxy" >
179      <property name="sizePolicy" >
180       <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
181        <horstretch>0</horstretch>
182        <verstretch>0</verstretch>
183       </sizepolicy>
184      </property>
185      <property name="whatsThis" >
186       <string>&lt;qt>
187 Enter the environment variable, e.g. &lt;b>NO_PROXY&lt;/b>, used to store the addresses of sites for which the proxy server should not be used.&lt;p>
188 Alternatively, you can click on the &lt;b>"Auto Detect"&lt;/b> button to attempt an automatic discovery of this variable.
189 &lt;/qt></string>
190      </property>
191     </widget>
192    </item>
193    <item row="4" column="1" >
194     <widget class="QCheckBox" name="cbShowValue" >
195      <property name="text" >
196       <string>Show the &amp;value of the environment variables</string>
197      </property>
198     </widget>
199    </item>
200    <item row="5" column="1" >
201     <spacer>
202      <property name="orientation" >
203       <enum>Qt::Vertical</enum>
204      </property>
205      <property name="sizeType" >
206       <enum>QSizePolicy::MinimumExpanding</enum>
207      </property>
208      <property name="sizeHint" >
209       <size>
210        <width>20</width>
211        <height>20</height>
212       </size>
213      </property>
214     </spacer>
215    </item>
216   </layout>
217  </widget>
218  <layoutdefault spacing="6" margin="11" />
219  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
220  <customwidgets>
221   <customwidget>
222    <class>KLineEdit</class>
223    <extends>QLineEdit</extends>
224    <header>klineedit.h</header>
225   </customwidget>
226  </customwidgets>
227  <tabstops>
228   <tabstop>leHttp</tabstop>
229   <tabstop>leHttps</tabstop>
230   <tabstop>leFtp</tabstop>
231   <tabstop>leNoProxy</tabstop>
232   <tabstop>pbVerify</tabstop>
233   <tabstop>pbDetect</tabstop>
234  </tabstops>
235  <resources/>
236  <connections/>
237 </ui>