Preferences/ConfigurationPages/HelpWebBrowserPage.ui

changeset 1917
c73052b6b65e
parent 1670
6fd889391d2c
child 2694
d87cbab5d596
equal deleted inserted replaced
1912:41641e024614 1917:c73052b6b65e
209 <widget class="QGroupBox" name="privacyGroup"> 209 <widget class="QGroupBox" name="privacyGroup">
210 <property name="title"> 210 <property name="title">
211 <string>Privacy</string> 211 <string>Privacy</string>
212 </property> 212 </property>
213 <layout class="QGridLayout" name="gridLayout"> 213 <layout class="QGridLayout" name="gridLayout">
214 <item row="0" column="0" colspan="2"> 214 <item row="0" column="0">
215 <widget class="QCheckBox" name="javaCheckBox"> 215 <widget class="QCheckBox" name="javaCheckBox">
216 <property name="toolTip"> 216 <property name="toolTip">
217 <string>Select to enable Java</string> 217 <string>Select to enable Java</string>
218 </property> 218 </property>
219 <property name="text"> 219 <property name="text">
220 <string>Enable Java</string> 220 <string>Enable Java</string>
221 </property> 221 </property>
222 </widget> 222 </widget>
223 </item> 223 </item>
224 <item row="1" column="0" colspan="2"> 224 <item row="1" column="0">
225 <widget class="QCheckBox" name="javaScriptCheckBox"> 225 <widget class="QCheckBox" name="javaScriptCheckBox">
226 <property name="toolTip"> 226 <property name="toolTip">
227 <string>Select to enable JavaScript</string> 227 <string>Select to enable JavaScript</string>
228 </property> 228 </property>
229 <property name="text"> 229 <property name="text">
249 <property name="text"> 249 <property name="text">
250 <string>JavaScript can access clipboard</string> 250 <string>JavaScript can access clipboard</string>
251 </property> 251 </property>
252 </widget> 252 </widget>
253 </item> 253 </item>
254 <item row="3" column="0" colspan="2"> 254 <item row="3" column="0">
255 <widget class="QCheckBox" name="pluginsCheckBox"> 255 <widget class="QCheckBox" name="pluginsCheckBox">
256 <property name="toolTip"> 256 <property name="toolTip">
257 <string>Select to enable plugins in web pages</string> 257 <string>Select to enable plugins in web pages</string>
258 </property> 258 </property>
259 <property name="text"> 259 <property name="text">
318 <property name="orientation"> 318 <property name="orientation">
319 <enum>Qt::Horizontal</enum> 319 <enum>Qt::Horizontal</enum>
320 </property> 320 </property>
321 </widget> 321 </widget>
322 </item> 322 </item>
323 <item row="6" column="0" colspan="2"> 323 <item row="6" column="0">
324 <widget class="QCheckBox" name="doNotTrackCheckBox"> 324 <widget class="QCheckBox" name="doNotTrackCheckBox">
325 <property name="toolTip"> 325 <property name="toolTip">
326 <string>Select to enabled the &quot;Do Not Track&quot; feature</string> 326 <string>Select to enabled the &quot;Do Not Track&quot; feature</string>
327 </property> 327 </property>
328 <property name="text"> 328 <property name="text">
329 <string>Tell web sites I do not want to be tracked</string> 329 <string>Tell web sites I do not want to be tracked</string>
330 </property> 330 </property>
331 </widget> 331 </widget>
332 </item> 332 </item>
333 <item row="7" column="0" colspan="2"> 333 <item row="7" column="0" colspan="2">
334 <widget class="QCheckBox" name="sendRefererCheckBox"> 334 <layout class="QHBoxLayout" name="horizontalLayout_4">
335 <property name="toolTip"> 335 <item>
336 <string>Select to send referer headers to the server</string> 336 <widget class="QCheckBox" name="sendRefererCheckBox">
337 </property> 337 <property name="toolTip">
338 <property name="text"> 338 <string>Select to send referer headers to the server</string>
339 <string>Send Referer header to servers</string> 339 </property>
340 </property> 340 <property name="text">
341 </widget> 341 <string>Send Referer header to servers</string>
342 </property>
343 </widget>
344 </item>
345 <item>
346 <spacer name="horizontalSpacer_6">
347 <property name="orientation">
348 <enum>Qt::Horizontal</enum>
349 </property>
350 <property name="sizeHint" stdset="0">
351 <size>
352 <width>40</width>
353 <height>20</height>
354 </size>
355 </property>
356 </spacer>
357 </item>
358 <item>
359 <widget class="QPushButton" name="refererWhitelistButton">
360 <property name="toolTip">
361 <string>Press to edit the list of whitelisted hosts</string>
362 </property>
363 <property name="text">
364 <string>Edit Referer Whitelist ...</string>
365 </property>
366 </widget>
367 </item>
368 </layout>
342 </item> 369 </item>
343 </layout> 370 </layout>
344 </widget> 371 </widget>
345 </item> 372 </item>
346 <item> 373 <item>
661 <tabstop>jsClipboardCheckBox</tabstop> 688 <tabstop>jsClipboardCheckBox</tabstop>
662 <tabstop>pluginsCheckBox</tabstop> 689 <tabstop>pluginsCheckBox</tabstop>
663 <tabstop>clickToFlashCheckBox</tabstop> 690 <tabstop>clickToFlashCheckBox</tabstop>
664 <tabstop>doNotTrackCheckBox</tabstop> 691 <tabstop>doNotTrackCheckBox</tabstop>
665 <tabstop>sendRefererCheckBox</tabstop> 692 <tabstop>sendRefererCheckBox</tabstop>
693 <tabstop>refererWhitelistButton</tabstop>
666 <tabstop>xssAuditingCheckBox</tabstop> 694 <tabstop>xssAuditingCheckBox</tabstop>
667 <tabstop>expireHistory</tabstop> 695 <tabstop>expireHistory</tabstop>
668 <tabstop>diskCacheCheckBox</tabstop> 696 <tabstop>diskCacheCheckBox</tabstop>
669 <tabstop>cacheKeepButton</tabstop> 697 <tabstop>cacheKeepButton</tabstop>
670 <tabstop>cachePreferButton</tabstop> 698 <tabstop>cachePreferButton</tabstop>

eric ide

mercurial