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