eric6/Preferences/ConfigurationPages/WebBrowserPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7356
d975331c5daa
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>WebBrowserPage</class>
4 <widget class="QWidget" name="WebBrowserPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>2300</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_5">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure Web Browser&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line17">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox_4">
36 <property name="title">
37 <string>General</string>
38 </property>
39 <layout class="QGridLayout" name="gridLayout_5">
40 <item row="0" column="0">
41 <widget class="QCheckBox" name="singleHelpWindowCheckBox">
42 <property name="toolTip">
43 <string>Select to use a single web browser window only</string>
44 </property>
45 <property name="text">
46 <string>Use single web browser window</string>
47 </property>
48 </widget>
49 </item>
50 <item row="0" column="1">
51 <widget class="QCheckBox" name="webSuggestionsCheckBox">
52 <property name="toolTip">
53 <string>Select to enable suggestions for web searches</string>
54 </property>
55 <property name="text">
56 <string>Show suggestions for web searches</string>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="0">
61 <widget class="QCheckBox" name="saveGeometryCheckBox">
62 <property name="toolTip">
63 <string>Select to save the window size and position</string>
64 </property>
65 <property name="text">
66 <string>Save size and position upon exit</string>
67 </property>
68 </widget>
69 </item>
70 <item row="1" column="1">
71 <widget class="QCheckBox" name="showTabPreviews">
72 <property name="toolTip">
73 <string>Select to show a page preview when the mouse hovers over the tab</string>
74 </property>
75 <property name="text">
76 <string>Show preview when hovering tab</string>
77 </property>
78 </widget>
79 </item>
80 <item row="2" column="0">
81 <widget class="QCheckBox" name="errorPageCheckBox">
82 <property name="toolTip">
83 <string>Select to enable displaying the built-in Chromium error pages.</string>
84 </property>
85 <property name="text">
86 <string>Use built-in Chromium error page</string>
87 </property>
88 </widget>
89 </item>
90 <item row="2" column="1">
91 <widget class="QCheckBox" name="scrollingCheckBox">
92 <property name="toolTip">
93 <string>Select to activate animated scrolling</string>
94 </property>
95 <property name="text">
96 <string>Enable animated scrolling</string>
97 </property>
98 </widget>
99 </item>
100 <item row="3" column="0">
101 <widget class="QCheckBox" name="fullscreenCheckBox">
102 <property name="toolTip">
103 <string>Select to enable fullscreen support</string>
104 </property>
105 <property name="text">
106 <string>Enable Fullscreen Support</string>
107 </property>
108 </widget>
109 </item>
110 <item row="3" column="1">
111 <widget class="QCheckBox" name="screenCaptureCheckBox">
112 <property name="toolTip">
113 <string>Select to enable screen capture support</string>
114 </property>
115 <property name="text">
116 <string>Enable Screen Capture Support</string>
117 </property>
118 </widget>
119 </item>
120 <item row="4" column="0">
121 <widget class="QCheckBox" name="webGLCheckBox">
122 <property name="toolTip">
123 <string>Select to enable support for WebGL</string>
124 </property>
125 <property name="text">
126 <string>Enable WebGL support</string>
127 </property>
128 </widget>
129 </item>
130 <item row="4" column="1">
131 <widget class="QCheckBox" name="autoplayMediaCheckBox">
132 <property name="toolTip">
133 <string>Select, to inhibit playback of media content until the user interacts with the page</string>
134 </property>
135 <property name="text">
136 <string>Don't auto-play media content</string>
137 </property>
138 </widget>
139 </item>
140 <item row="5" column="0">
141 <widget class="QCheckBox" name="webRtcPublicOnlyCheckBox">
142 <property name="toolTip">
143 <string>Select to limit WebRTC to public IP addresses only</string>
144 </property>
145 <property name="text">
146 <string>Only public IP-Addresses for WebRTC</string>
147 </property>
148 </widget>
149 </item>
150 <item row="5" column="1">
151 <widget class="QCheckBox" name="dnsPrefetchCheckBox">
152 <property name="toolTip">
153 <string>Select to try to pre-fetch DNS entries to speed up browsing</string>
154 </property>
155 <property name="text">
156 <string>Enable DNS Prefetch</string>
157 </property>
158 </widget>
159 </item>
160 </layout>
161 </widget>
162 </item>
163 <item>
164 <widget class="QGroupBox" name="startupGroupBox">
165 <property name="title">
166 <string>Startup</string>
167 </property>
168 <layout class="QGridLayout" name="gridLayout_3">
169 <item row="0" column="0">
170 <widget class="QLabel" name="label">
171 <property name="text">
172 <string>On startup:</string>
173 </property>
174 </widget>
175 </item>
176 <item row="0" column="1" colspan="3">
177 <widget class="QComboBox" name="startupCombo">
178 <property name="toolTip">
179 <string>Select the startup behavior</string>
180 </property>
181 <item>
182 <property name="text">
183 <string>Show Empty Page</string>
184 </property>
185 </item>
186 <item>
187 <property name="text">
188 <string>Show Home Page</string>
189 </property>
190 </item>
191 <item>
192 <property name="text">
193 <string>Show Speed Dial</string>
194 </property>
195 </item>
196 <item>
197 <property name="text">
198 <string>Restore Session</string>
199 </property>
200 </item>
201 <item>
202 <property name="text">
203 <string>Select Session</string>
204 </property>
205 </item>
206 </widget>
207 </item>
208 <item row="1" column="0">
209 <widget class="QLabel" name="label_12">
210 <property name="text">
211 <string>On new tab:</string>
212 </property>
213 </widget>
214 </item>
215 <item row="1" column="1" colspan="3">
216 <widget class="QComboBox" name="newTabCombo">
217 <property name="toolTip">
218 <string>Select the behavior of new tabs</string>
219 </property>
220 <item>
221 <property name="text">
222 <string>Show Empty Page</string>
223 </property>
224 </item>
225 <item>
226 <property name="text">
227 <string>Show Home Page</string>
228 </property>
229 </item>
230 <item>
231 <property name="text">
232 <string>Show Speed Dial</string>
233 </property>
234 </item>
235 </widget>
236 </item>
237 <item row="2" column="0">
238 <widget class="QLabel" name="homePageLabel">
239 <property name="text">
240 <string>Home Page:</string>
241 </property>
242 </widget>
243 </item>
244 <item row="2" column="1" colspan="3">
245 <widget class="QLineEdit" name="homePageEdit">
246 <property name="toolTip">
247 <string>Enter the desired home page</string>
248 </property>
249 </widget>
250 </item>
251 <item row="3" column="1">
252 <widget class="QPushButton" name="setCurrentPageButton">
253 <property name="toolTip">
254 <string>Press to set the current page as the home page</string>
255 </property>
256 <property name="text">
257 <string>Set to current page</string>
258 </property>
259 </widget>
260 </item>
261 <item row="3" column="2">
262 <widget class="QPushButton" name="defaultHomeButton">
263 <property name="toolTip">
264 <string>Press to set the default home page</string>
265 </property>
266 <property name="text">
267 <string>Set to default home page</string>
268 </property>
269 </widget>
270 </item>
271 <item row="3" column="3">
272 <spacer name="horizontalSpacer_2">
273 <property name="orientation">
274 <enum>Qt::Horizontal</enum>
275 </property>
276 <property name="sizeHint" stdset="0">
277 <size>
278 <width>160</width>
279 <height>20</height>
280 </size>
281 </property>
282 </spacer>
283 </item>
284 <item row="4" column="0" colspan="4">
285 <widget class="QCheckBox" name="loadTabOnActivationCheckBox">
286 <property name="toolTip">
287 <string>Select to load restored tabs when they are activated</string>
288 </property>
289 <property name="text">
290 <string>Load tabs when activated</string>
291 </property>
292 </widget>
293 </item>
294 </layout>
295 <zorder>label</zorder>
296 <zorder>startupCombo</zorder>
297 <zorder>homePageLabel</zorder>
298 <zorder>homePageEdit</zorder>
299 <zorder>setCurrentPageButton</zorder>
300 <zorder>defaultHomeButton</zorder>
301 <zorder>label_12</zorder>
302 <zorder>newTabCombo</zorder>
303 <zorder>loadTabOnActivationCheckBox</zorder>
304 </widget>
305 </item>
306 <item>
307 <widget class="QGroupBox" name="groupBox_8">
308 <property name="title">
309 <string>Sessions</string>
310 </property>
311 <layout class="QGridLayout" name="gridLayout_6">
312 <item row="0" column="0" colspan="3">
313 <widget class="QCheckBox" name="saveSessionCheckBox">
314 <property name="toolTip">
315 <string>Select to save sessions automatically</string>
316 </property>
317 <property name="text">
318 <string>Save sessions automatically</string>
319 </property>
320 </widget>
321 </item>
322 <item row="1" column="0">
323 <widget class="QLabel" name="label_13">
324 <property name="text">
325 <string>Session Timer:</string>
326 </property>
327 </widget>
328 </item>
329 <item row="1" column="1">
330 <widget class="QSpinBox" name="sessionTimerSpinBox">
331 <property name="toolTip">
332 <string>Enter the time to save sessions</string>
333 </property>
334 <property name="alignment">
335 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
336 </property>
337 <property name="suffix">
338 <string> s</string>
339 </property>
340 <property name="minimum">
341 <number>10</number>
342 </property>
343 <property name="maximum">
344 <number>180</number>
345 </property>
346 <property name="singleStep">
347 <number>1</number>
348 </property>
349 </widget>
350 </item>
351 <item row="1" column="2">
352 <spacer name="horizontalSpacer_8">
353 <property name="orientation">
354 <enum>Qt::Horizontal</enum>
355 </property>
356 <property name="sizeHint" stdset="0">
357 <size>
358 <width>443</width>
359 <height>20</height>
360 </size>
361 </property>
362 </spacer>
363 </item>
364 </layout>
365 </widget>
366 </item>
367 <item>
368 <widget class="QGroupBox" name="groupBox_2">
369 <property name="title">
370 <string>Scheme</string>
371 </property>
372 <layout class="QGridLayout" name="gridLayout_4">
373 <item row="0" column="0">
374 <widget class="QLabel" name="label_3">
375 <property name="text">
376 <string>Default Scheme:</string>
377 </property>
378 </widget>
379 </item>
380 <item row="0" column="1">
381 <widget class="QComboBox" name="defaultSchemeCombo">
382 <property name="sizePolicy">
383 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
384 <horstretch>0</horstretch>
385 <verstretch>0</verstretch>
386 </sizepolicy>
387 </property>
388 <property name="toolTip">
389 <string>Select the default scheme</string>
390 </property>
391 <property name="whatsThis">
392 <string>&lt;b&gt;Default Scheme&lt;/b&gt;&lt;p&gt;Select the default scheme. This scheme is prepended to URLs, that don't contain one.&lt;/p&gt;</string>
393 </property>
394 <property name="editable">
395 <bool>false</bool>
396 </property>
397 </widget>
398 </item>
399 </layout>
400 </widget>
401 </item>
402 <item>
403 <widget class="QGroupBox" name="groupBox_11">
404 <property name="title">
405 <string>Protocol Handler</string>
406 </property>
407 <layout class="QHBoxLayout" name="horizontalLayout_8">
408 <item>
409 <widget class="QLabel" name="label_18">
410 <property name="text">
411 <string>Allow websites to register protocol handlers:</string>
412 </property>
413 </widget>
414 </item>
415 <item>
416 <widget class="QComboBox" name="protocolHandlerComboBox">
417 <property name="toolTip">
418 <string>Select how to allow websites to register protocol handlers via &quot;navigator.registerProtocolHandler&quot;</string>
419 </property>
420 <item>
421 <property name="text">
422 <string>yes</string>
423 </property>
424 </item>
425 <item>
426 <property name="text">
427 <string>no</string>
428 </property>
429 </item>
430 <item>
431 <property name="text">
432 <string>ask</string>
433 </property>
434 </item>
435 </widget>
436 </item>
437 <item>
438 <spacer name="horizontalSpacer_9">
439 <property name="orientation">
440 <enum>Qt::Horizontal</enum>
441 </property>
442 <property name="sizeHint" stdset="0">
443 <size>
444 <width>272</width>
445 <height>20</height>
446 </size>
447 </property>
448 </spacer>
449 </item>
450 </layout>
451 </widget>
452 </item>
453 <item>
454 <widget class="QGroupBox" name="privacyGroup">
455 <property name="title">
456 <string>Privacy</string>
457 </property>
458 <layout class="QVBoxLayout" name="verticalLayout_3">
459 <item>
460 <widget class="QGroupBox" name="javaScriptGroup">
461 <property name="toolTip">
462 <string>Select to enable JavaScript support</string>
463 </property>
464 <property name="title">
465 <string>Enable JavaScript</string>
466 </property>
467 <property name="checkable">
468 <bool>true</bool>
469 </property>
470 <layout class="QVBoxLayout" name="verticalLayout_2">
471 <item>
472 <widget class="QCheckBox" name="jsOpenWindowsCheckBox">
473 <property name="toolTip">
474 <string>Select to allow JavaScript to open windows</string>
475 </property>
476 <property name="text">
477 <string>Allow to open windows</string>
478 </property>
479 </widget>
480 </item>
481 <item>
482 <widget class="QCheckBox" name="jsActivateWindowsCheckBox">
483 <property name="toolTip">
484 <string>Select to allow JavaScript to activate windows</string>
485 </property>
486 <property name="text">
487 <string>Allow to activate windows</string>
488 </property>
489 </widget>
490 </item>
491 <item>
492 <widget class="QCheckBox" name="jsClipboardCheckBox">
493 <property name="toolTip">
494 <string>Select to allow JavaScript to access the clipboard</string>
495 </property>
496 <property name="text">
497 <string>Allow to access the clipboard</string>
498 </property>
499 </widget>
500 </item>
501 <item>
502 <widget class="QCheckBox" name="jsPasteCheckBox">
503 <property name="toolTip">
504 <string>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</string>
505 </property>
506 <property name="text">
507 <string>Allow to paste from the clipboard</string>
508 </property>
509 </widget>
510 </item>
511 </layout>
512 </widget>
513 </item>
514 <item>
515 <widget class="QCheckBox" name="pluginsCheckBox">
516 <property name="toolTip">
517 <string>Select to enable plugins in web pages</string>
518 </property>
519 <property name="text">
520 <string>Enable Plug-ins</string>
521 </property>
522 </widget>
523 </item>
524 <item>
525 <widget class="Line" name="line">
526 <property name="orientation">
527 <enum>Qt::Horizontal</enum>
528 </property>
529 </widget>
530 </item>
531 <item>
532 <widget class="QCheckBox" name="doNotTrackCheckBox">
533 <property name="toolTip">
534 <string>Select to enabled the &quot;Do Not Track&quot; feature</string>
535 </property>
536 <property name="text">
537 <string>Tell web sites I do not want to be tracked</string>
538 </property>
539 </widget>
540 </item>
541 <item>
542 <widget class="QGroupBox" name="groupBox_9">
543 <property name="title">
544 <string>Referer Headers</string>
545 </property>
546 <layout class="QGridLayout" name="gridLayout_7">
547 <item row="0" column="0">
548 <widget class="QLabel" name="label_14">
549 <property name="text">
550 <string>Send Referer:</string>
551 </property>
552 </widget>
553 </item>
554 <item row="0" column="1">
555 <widget class="QComboBox" name="refererSendComboBox">
556 <property name="sizePolicy">
557 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
558 <horstretch>0</horstretch>
559 <verstretch>0</verstretch>
560 </sizepolicy>
561 </property>
562 <property name="toolTip">
563 <string>Select when to send a referer header (independent of origin)</string>
564 </property>
565 <property name="whatsThis">
566 <string>&lt;b&gt;Send Referer&lt;/b&gt;
567 &lt;p&gt;Select, when to send a referer header. This is independent of the requested URL. If a referer header is to be sent, further rules will be applied.&lt;/p&gt;</string>
568 </property>
569 <item>
570 <property name="text">
571 <string>never</string>
572 </property>
573 </item>
574 <item>
575 <property name="text">
576 <string>on click only</string>
577 </property>
578 </item>
579 <item>
580 <property name="text">
581 <string>always</string>
582 </property>
583 </item>
584 </widget>
585 </item>
586 <item row="1" column="0">
587 <widget class="QLabel" name="label_16">
588 <property name="text">
589 <string>Default Policy:</string>
590 </property>
591 </widget>
592 </item>
593 <item row="1" column="1">
594 <widget class="QComboBox" name="refererDefaultPolicyCcomboBox">
595 <property name="sizePolicy">
596 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
597 <horstretch>0</horstretch>
598 <verstretch>0</verstretch>
599 </sizepolicy>
600 </property>
601 <property name="toolTip">
602 <string>Select when to send a referer header depending on origin</string>
603 </property>
604 <property name="whatsThis">
605 <string>&lt;b&gt;Default Policy&lt;/b&gt;
606 &lt;p&gt;Select when to send a referer header depending on origin.&lt;/p&gt;
607 &lt;ul&gt;
608 &lt;li&gt;no referer - don't send a referer header&lt;/li&gt;
609 &lt;li&gt;only when same origin - don't send a referer header if the origin of the target is different&lt;/li&gt;
610 &lt;li&gt;only origin when cross origin - send trimmed referer header only when same origin, the referer origin when the target is potentially trustworthy and no header otherwise&lt;/li&gt;
611 &lt;li&gt;no referer when downgrading - don't send a referer header when the target is not potentially trustworthy&lt;/li&gt;
612 &lt;/ul&gt;</string>
613 </property>
614 <item>
615 <property name="text">
616 <string>no referer</string>
617 </property>
618 </item>
619 <item>
620 <property name="text">
621 <string>only when same origin</string>
622 </property>
623 </item>
624 <item>
625 <property name="text">
626 <string>only origin when cross origin</string>
627 </property>
628 </item>
629 <item>
630 <property name="text">
631 <string>no referer when downgrading</string>
632 </property>
633 </item>
634 </widget>
635 </item>
636 <item row="2" column="0">
637 <widget class="QLabel" name="label_15">
638 <property name="text">
639 <string>Trimming Policy:</string>
640 </property>
641 </widget>
642 </item>
643 <item row="2" column="1">
644 <widget class="QComboBox" name="refererTrimmingPolicyComboBox">
645 <property name="sizePolicy">
646 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
647 <horstretch>0</horstretch>
648 <verstretch>0</verstretch>
649 </sizepolicy>
650 </property>
651 <property name="toolTip">
652 <string>Select how the referer URL shall be trimmed</string>
653 </property>
654 <property name="whatsThis">
655 <string>&lt;b&gt;Trimming Policy&lt;/b&gt;
656 &lt;p&gt;Select how the referer URL shall be trimmed. The selected rule is applied, when sending a complete referer URL.&lt;/p&gt;
657 &lt;ul&gt;
658 &lt;li&gt;send full URL (no trimming) - this does not perform any trimming beyond removing the user information and any fragment&lt;/li&gt;
659 &lt;li&gt;send the URL without its query string - this removes the user information and the query string&lt;/li&gt;
660 &lt;li&gt;only send the origin - this shortens the referer URL to the origin, i.e. scheme, host and port only&lt;/li&gt;
661 &lt;/ul&gt;</string>
662 </property>
663 <item>
664 <property name="text">
665 <string>send full URL (no trimming)</string>
666 </property>
667 </item>
668 <item>
669 <property name="text">
670 <string>send the URL without its query string</string>
671 </property>
672 </item>
673 <item>
674 <property name="text">
675 <string>only send the origin</string>
676 </property>
677 </item>
678 </widget>
679 </item>
680 <item row="3" column="0" colspan="2">
681 <layout class="QHBoxLayout" name="horizontalLayout_4">
682 <item>
683 <spacer name="horizontalSpacer_6">
684 <property name="orientation">
685 <enum>Qt::Horizontal</enum>
686 </property>
687 <property name="sizeHint" stdset="0">
688 <size>
689 <width>268</width>
690 <height>20</height>
691 </size>
692 </property>
693 </spacer>
694 </item>
695 <item>
696 <widget class="QPushButton" name="refererWhitelistButton">
697 <property name="toolTip">
698 <string>Press to edit the list of whitelisted hosts</string>
699 </property>
700 <property name="text">
701 <string>Edit Referer Whitelist ...</string>
702 </property>
703 </widget>
704 </item>
705 </layout>
706 </item>
707 </layout>
708 </widget>
709 </item>
710 </layout>
711 </widget>
712 </item>
713 <item>
714 <widget class="QGroupBox" name="groupBox_6">
715 <property name="title">
716 <string>Security</string>
717 </property>
718 <layout class="QVBoxLayout" name="verticalLayout_4">
719 <item>
720 <widget class="QCheckBox" name="xssAuditingCheckBox">
721 <property name="toolTip">
722 <string>Select to enable XSS auditing</string>
723 </property>
724 <property name="whatsThis">
725 <string>&lt;b&gt;Enable XSS Auditing&lt;/b&gt;
726 &lt;p&gt;This selects whether load requests should be monitored for cross-site scripting attempts. Suspicious scripts will be blocked. These will be reported in the JavaScript console. Enabling this feature might have an impact on performance.&lt;/p&gt;</string>
727 </property>
728 <property name="text">
729 <string>Enable XSS Auditing</string>
730 </property>
731 </widget>
732 </item>
733 <item>
734 <widget class="QCheckBox" name="insecureContentsCheckBox">
735 <property name="toolTip">
736 <string>Select to allow HTTPS pages to run JavaScript, CSS, plugins or web-sockets from HTTP URLs</string>
737 </property>
738 <property name="text">
739 <string>Allow to run insecure contents</string>
740 </property>
741 </widget>
742 </item>
743 <item>
744 <widget class="QCheckBox" name="insecureGeolocationCheckBox">
745 <property name="toolTip">
746 <string>Select to allow insecure origins (i.e. those not having an https:// URL) to request Geolocation features.</string>
747 </property>
748 <property name="text">
749 <string>Allow insecure origins to access Geolocation</string>
750 </property>
751 </widget>
752 </item>
753 </layout>
754 </widget>
755 </item>
756 <item>
757 <widget class="QGroupBox" name="groupBox">
758 <property name="title">
759 <string>History</string>
760 </property>
761 <layout class="QHBoxLayout" name="horizontalLayout">
762 <item>
763 <widget class="QLabel" name="label_4">
764 <property name="text">
765 <string>Remove history items:</string>
766 </property>
767 </widget>
768 </item>
769 <item>
770 <widget class="QComboBox" name="expireHistory">
771 <property name="sizePolicy">
772 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
773 <horstretch>0</horstretch>
774 <verstretch>0</verstretch>
775 </sizepolicy>
776 </property>
777 <property name="toolTip">
778 <string>Select the period for expiration of history entries</string>
779 </property>
780 <item>
781 <property name="text">
782 <string>After one day</string>
783 </property>
784 </item>
785 <item>
786 <property name="text">
787 <string>After one week</string>
788 </property>
789 </item>
790 <item>
791 <property name="text">
792 <string>After two weeks</string>
793 </property>
794 </item>
795 <item>
796 <property name="text">
797 <string>After one month</string>
798 </property>
799 </item>
800 <item>
801 <property name="text">
802 <string>After one year</string>
803 </property>
804 </item>
805 <item>
806 <property name="text">
807 <string>Manually</string>
808 </property>
809 </item>
810 <item>
811 <property name="text">
812 <string>On application exit</string>
813 </property>
814 </item>
815 </widget>
816 </item>
817 </layout>
818 </widget>
819 </item>
820 <item>
821 <widget class="QGroupBox" name="cacheGroup">
822 <property name="title">
823 <string>Browser Cache</string>
824 </property>
825 <layout class="QGridLayout" name="gridLayout_2">
826 <item row="0" column="0" colspan="3">
827 <widget class="QCheckBox" name="diskCacheCheckBox">
828 <property name="text">
829 <string>Enable disk cache</string>
830 </property>
831 </widget>
832 </item>
833 <item row="1" column="0">
834 <widget class="QLabel" name="label_7">
835 <property name="text">
836 <string>Cache size:</string>
837 </property>
838 </widget>
839 </item>
840 <item row="1" column="1">
841 <widget class="QSpinBox" name="cacheSizeSpinBox">
842 <property name="toolTip">
843 <string>Enter the maximum size of the disk cache</string>
844 </property>
845 <property name="alignment">
846 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
847 </property>
848 <property name="suffix">
849 <string> MB</string>
850 </property>
851 <property name="minimum">
852 <number>1</number>
853 </property>
854 <property name="maximum">
855 <number>999</number>
856 </property>
857 </widget>
858 </item>
859 <item row="1" column="2">
860 <spacer name="horizontalSpacer">
861 <property name="orientation">
862 <enum>Qt::Horizontal</enum>
863 </property>
864 <property name="sizeHint" stdset="0">
865 <size>
866 <width>410</width>
867 <height>20</height>
868 </size>
869 </property>
870 </spacer>
871 </item>
872 </layout>
873 </widget>
874 </item>
875 <item>
876 <widget class="QGroupBox" name="groupBox_10">
877 <property name="title">
878 <string>Local Storage</string>
879 </property>
880 <layout class="QHBoxLayout" name="horizontalLayout_7">
881 <item>
882 <widget class="QLabel" name="label_17">
883 <property name="text">
884 <string>Allow websites to request persistent storage quota:</string>
885 </property>
886 </widget>
887 </item>
888 <item>
889 <widget class="QComboBox" name="requestQuotaComboBox">
890 <property name="toolTip">
891 <string>Select how to allow websites to request persistent storage quota via &quot;navigator.webkitPersistentStorage.requestQuota&quot;</string>
892 </property>
893 <item>
894 <property name="text">
895 <string>yes</string>
896 </property>
897 </item>
898 <item>
899 <property name="text">
900 <string>no</string>
901 </property>
902 </item>
903 <item>
904 <property name="text">
905 <string>ask</string>
906 </property>
907 </item>
908 </widget>
909 </item>
910 <item>
911 <spacer name="horizontalSpacer_10">
912 <property name="orientation">
913 <enum>Qt::Horizontal</enum>
914 </property>
915 <property name="sizeHint" stdset="0">
916 <size>
917 <width>230</width>
918 <height>20</height>
919 </size>
920 </property>
921 </spacer>
922 </item>
923 </layout>
924 </widget>
925 </item>
926 <item>
927 <widget class="QGroupBox" name="groupBox_5">
928 <property name="title">
929 <string>Web Search</string>
930 </property>
931 <layout class="QHBoxLayout" name="horizontalLayout_2">
932 <item>
933 <widget class="QLabel" name="label_5">
934 <property name="text">
935 <string>Language:</string>
936 </property>
937 </widget>
938 </item>
939 <item>
940 <widget class="QComboBox" name="languageCombo">
941 <property name="toolTip">
942 <string>Select the language to be used for web searches</string>
943 </property>
944 <property name="sizeAdjustPolicy">
945 <enum>QComboBox::AdjustToContents</enum>
946 </property>
947 </widget>
948 </item>
949 <item>
950 <spacer name="horizontalSpacer_3">
951 <property name="orientation">
952 <enum>Qt::Horizontal</enum>
953 </property>
954 <property name="sizeHint" stdset="0">
955 <size>
956 <width>450</width>
957 <height>20</height>
958 </size>
959 </property>
960 </spacer>
961 </item>
962 </layout>
963 </widget>
964 </item>
965 <item>
966 <widget class="QGroupBox" name="imageSearchGroup">
967 <property name="title">
968 <string>Image Search</string>
969 </property>
970 <layout class="QHBoxLayout" name="horizontalLayout_3">
971 <item>
972 <widget class="QLabel" name="label_8">
973 <property name="text">
974 <string>Default Search Engine:</string>
975 </property>
976 </widget>
977 </item>
978 <item>
979 <widget class="QComboBox" name="imageSearchComboBox">
980 <property name="toolTip">
981 <string>Select the default search engine for image searches</string>
982 </property>
983 </widget>
984 </item>
985 <item>
986 <spacer name="horizontalSpacer_5">
987 <property name="orientation">
988 <enum>Qt::Horizontal</enum>
989 </property>
990 <property name="sizeHint" stdset="0">
991 <size>
992 <width>383</width>
993 <height>20</height>
994 </size>
995 </property>
996 </spacer>
997 </item>
998 </layout>
999 </widget>
1000 </item>
1001 <item>
1002 <widget class="QGroupBox" name="groupBox_3">
1003 <property name="title">
1004 <string>Navigation</string>
1005 </property>
1006 <layout class="QGridLayout" name="gridLayout">
1007 <item row="0" column="0">
1008 <widget class="QCheckBox" name="spatialCheckBox">
1009 <property name="toolTip">
1010 <string>Select to enable the spatial navigation feature</string>
1011 </property>
1012 <property name="whatsThis">
1013 <string>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
1014 &lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</string>
1015 </property>
1016 <property name="text">
1017 <string>Enable Spatial Navigation</string>
1018 </property>
1019 </widget>
1020 </item>
1021 <item row="0" column="1">
1022 <widget class="QCheckBox" name="linksInFocusChainCheckBox">
1023 <property name="toolTip">
1024 <string>Select to include links in focus chain</string>
1025 </property>
1026 <property name="whatsThis">
1027 <string>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
1028 &lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</string>
1029 </property>
1030 <property name="text">
1031 <string>Include Links in Focus Chain</string>
1032 </property>
1033 </widget>
1034 </item>
1035 <item row="1" column="0">
1036 <widget class="QCheckBox" name="focusOnNavigationCheckBox">
1037 <property name="toolTip">
1038 <string>Select to give the focus to the view whenever a navigation event occurs</string>
1039 </property>
1040 <property name="text">
1041 <string>Enable Focus on Navigation</string>
1042 </property>
1043 </widget>
1044 </item>
1045 </layout>
1046 </widget>
1047 </item>
1048 <item>
1049 <widget class="QGroupBox" name="groupBox_7">
1050 <property name="title">
1051 <string>Printing</string>
1052 </property>
1053 <layout class="QHBoxLayout" name="horizontalLayout_6">
1054 <item>
1055 <widget class="QCheckBox" name="printBackgroundCheckBox">
1056 <property name="toolTip">
1057 <string>Select to print the background of page elements as well</string>
1058 </property>
1059 <property name="text">
1060 <string>Print Element Backgrounds</string>
1061 </property>
1062 </widget>
1063 </item>
1064 </layout>
1065 </widget>
1066 </item>
1067 <item>
1068 <widget class="QGroupBox" name="autoScrollGroupBox">
1069 <property name="toolTip">
1070 <string>Select to enable the auto-scroller</string>
1071 </property>
1072 <property name="title">
1073 <string>Automatic Scrolling</string>
1074 </property>
1075 <property name="checkable">
1076 <bool>true</bool>
1077 </property>
1078 <layout class="QVBoxLayout" name="verticalLayout">
1079 <item>
1080 <widget class="QLabel" name="label_11">
1081 <property name="text">
1082 <string>This function is activated by a Mouse Middle Click.</string>
1083 </property>
1084 <property name="wordWrap">
1085 <bool>true</bool>
1086 </property>
1087 </widget>
1088 </item>
1089 <item>
1090 <layout class="QHBoxLayout" name="horizontalLayout_5">
1091 <item>
1092 <widget class="QLabel" name="label_9">
1093 <property name="text">
1094 <string>Scroll Divider:</string>
1095 </property>
1096 </widget>
1097 </item>
1098 <item>
1099 <widget class="QDoubleSpinBox" name="autoScrollDividerSpinBox">
1100 <property name="toolTip">
1101 <string>Enter the auto-scroll divider value</string>
1102 </property>
1103 <property name="alignment">
1104 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1105 </property>
1106 <property name="decimals">
1107 <number>1</number>
1108 </property>
1109 <property name="minimum">
1110 <double>1.000000000000000</double>
1111 </property>
1112 <property name="maximum">
1113 <double>99.900000000000006</double>
1114 </property>
1115 </widget>
1116 </item>
1117 <item>
1118 <spacer name="horizontalSpacer_7">
1119 <property name="orientation">
1120 <enum>Qt::Horizontal</enum>
1121 </property>
1122 <property name="sizeHint" stdset="0">
1123 <size>
1124 <width>40</width>
1125 <height>20</height>
1126 </size>
1127 </property>
1128 </spacer>
1129 </item>
1130 </layout>
1131 </item>
1132 <item>
1133 <widget class="QLabel" name="label_10">
1134 <property name="text">
1135 <string>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</string>
1136 </property>
1137 <property name="wordWrap">
1138 <bool>true</bool>
1139 </property>
1140 </widget>
1141 </item>
1142 </layout>
1143 </widget>
1144 </item>
1145 <item>
1146 <widget class="QGroupBox" name="webInspectorGroup">
1147 <property name="toolTip">
1148 <string>Select to enable the Web Inspector tool</string>
1149 </property>
1150 <property name="title">
1151 <string>Enable Web Development (Web Inspector)</string>
1152 </property>
1153 <property name="checkable">
1154 <bool>true</bool>
1155 </property>
1156 <property name="checked">
1157 <bool>false</bool>
1158 </property>
1159 <layout class="QGridLayout" name="gridLayout_8">
1160 <item row="0" column="0">
1161 <widget class="QLabel" name="label_2">
1162 <property name="text">
1163 <string>Web Inspector Port:</string>
1164 </property>
1165 </widget>
1166 </item>
1167 <item row="0" column="1">
1168 <widget class="QSpinBox" name="webInspectorPortSpinBox">
1169 <property name="toolTip">
1170 <string>Enter the port to be used by the web inspector</string>
1171 </property>
1172 <property name="alignment">
1173 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1174 </property>
1175 <property name="minimum">
1176 <number>1025</number>
1177 </property>
1178 <property name="maximum">
1179 <number>65535</number>
1180 </property>
1181 </widget>
1182 </item>
1183 <item row="0" column="2">
1184 <spacer name="horizontalSpacer_4">
1185 <property name="orientation">
1186 <enum>Qt::Horizontal</enum>
1187 </property>
1188 <property name="sizeHint" stdset="0">
1189 <size>
1190 <width>372</width>
1191 <height>20</height>
1192 </size>
1193 </property>
1194 </spacer>
1195 </item>
1196 <item row="1" column="0" colspan="3">
1197 <widget class="QLabel" name="label_6">
1198 <property name="text">
1199 <string>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Web Inspector settings are activated after a restart of the application.&lt;/font&gt;</string>
1200 </property>
1201 </widget>
1202 </item>
1203 </layout>
1204 </widget>
1205 </item>
1206 <item>
1207 <spacer>
1208 <property name="orientation">
1209 <enum>Qt::Vertical</enum>
1210 </property>
1211 <property name="sizeHint" stdset="0">
1212 <size>
1213 <width>479</width>
1214 <height>121</height>
1215 </size>
1216 </property>
1217 </spacer>
1218 </item>
1219 </layout>
1220 </widget>
1221 <tabstops>
1222 <tabstop>singleHelpWindowCheckBox</tabstop>
1223 <tabstop>webSuggestionsCheckBox</tabstop>
1224 <tabstop>saveGeometryCheckBox</tabstop>
1225 <tabstop>showTabPreviews</tabstop>
1226 <tabstop>errorPageCheckBox</tabstop>
1227 <tabstop>scrollingCheckBox</tabstop>
1228 <tabstop>fullscreenCheckBox</tabstop>
1229 <tabstop>screenCaptureCheckBox</tabstop>
1230 <tabstop>webGLCheckBox</tabstop>
1231 <tabstop>autoplayMediaCheckBox</tabstop>
1232 <tabstop>webRtcPublicOnlyCheckBox</tabstop>
1233 <tabstop>dnsPrefetchCheckBox</tabstop>
1234 <tabstop>startupCombo</tabstop>
1235 <tabstop>newTabCombo</tabstop>
1236 <tabstop>homePageEdit</tabstop>
1237 <tabstop>setCurrentPageButton</tabstop>
1238 <tabstop>defaultHomeButton</tabstop>
1239 <tabstop>loadTabOnActivationCheckBox</tabstop>
1240 <tabstop>saveSessionCheckBox</tabstop>
1241 <tabstop>sessionTimerSpinBox</tabstop>
1242 <tabstop>defaultSchemeCombo</tabstop>
1243 <tabstop>protocolHandlerComboBox</tabstop>
1244 <tabstop>javaScriptGroup</tabstop>
1245 <tabstop>jsOpenWindowsCheckBox</tabstop>
1246 <tabstop>jsActivateWindowsCheckBox</tabstop>
1247 <tabstop>jsClipboardCheckBox</tabstop>
1248 <tabstop>jsPasteCheckBox</tabstop>
1249 <tabstop>pluginsCheckBox</tabstop>
1250 <tabstop>doNotTrackCheckBox</tabstop>
1251 <tabstop>refererSendComboBox</tabstop>
1252 <tabstop>refererDefaultPolicyCcomboBox</tabstop>
1253 <tabstop>refererTrimmingPolicyComboBox</tabstop>
1254 <tabstop>refererWhitelistButton</tabstop>
1255 <tabstop>xssAuditingCheckBox</tabstop>
1256 <tabstop>insecureContentsCheckBox</tabstop>
1257 <tabstop>insecureGeolocationCheckBox</tabstop>
1258 <tabstop>expireHistory</tabstop>
1259 <tabstop>diskCacheCheckBox</tabstop>
1260 <tabstop>cacheSizeSpinBox</tabstop>
1261 <tabstop>requestQuotaComboBox</tabstop>
1262 <tabstop>languageCombo</tabstop>
1263 <tabstop>imageSearchComboBox</tabstop>
1264 <tabstop>spatialCheckBox</tabstop>
1265 <tabstop>linksInFocusChainCheckBox</tabstop>
1266 <tabstop>focusOnNavigationCheckBox</tabstop>
1267 <tabstop>printBackgroundCheckBox</tabstop>
1268 <tabstop>autoScrollGroupBox</tabstop>
1269 <tabstop>autoScrollDividerSpinBox</tabstop>
1270 <tabstop>webInspectorGroup</tabstop>
1271 <tabstop>webInspectorPortSpinBox</tabstop>
1272 </tabstops>
1273 <resources/>
1274 <connections/>
1275 </ui>

eric ide

mercurial