Preferences/ConfigurationPages/HelpWebBrowserPage.ui

changeset 1338
4d0b50ef28cb
parent 1337
95ceea538e4c
child 1651
bc68f24d5658
equal deleted inserted replaced
1337:95ceea538e4c 1338:4d0b50ef28cb
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>613</width> 9 <width>613</width>
10 <height>1021</height> 10 <height>1049</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2"> 13 <layout class="QVBoxLayout" name="verticalLayout_4">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
16 <property name="text"> 16 <property name="text">
17 <string>&lt;b&gt;Configure web browser&lt;/b&gt;</string> 17 <string>&lt;b&gt;Configure web browser&lt;/b&gt;</string>
18 </property> 18 </property>
68 <property name="toolTip"> 68 <property name="toolTip">
69 <string>Select to show a page preview when the mouse hovers over the tab</string> 69 <string>Select to show a page preview when the mouse hovers over the tab</string>
70 </property> 70 </property>
71 <property name="text"> 71 <property name="text">
72 <string>Show preview when hovering tab</string> 72 <string>Show preview when hovering tab</string>
73 </property>
74 </widget>
75 </item>
76 <item row="2" column="0">
77 <widget class="QCheckBox" name="quirksCheckBox">
78 <property name="toolTip">
79 <string>Select to enable the browser's workaround for broken sites</string>
80 </property>
81 <property name="text">
82 <string>Enable workaround for broken sites</string>
73 </property> 83 </property>
74 </widget> 84 </widget>
75 </item> 85 </item>
76 </layout> 86 </layout>
77 </item> 87 </item>
258 <property name="toolTip"> 268 <property name="toolTip">
259 <string>Select to enabled the &quot;Do Not Track&quot; feature</string> 269 <string>Select to enabled the &quot;Do Not Track&quot; feature</string>
260 </property> 270 </property>
261 <property name="text"> 271 <property name="text">
262 <string>Tell web sites I do not want to be tracked</string> 272 <string>Tell web sites I do not want to be tracked</string>
273 </property>
274 </widget>
275 </item>
276 </layout>
277 </widget>
278 </item>
279 <item>
280 <widget class="QGroupBox" name="groupBox_6">
281 <property name="title">
282 <string>Security</string>
283 </property>
284 <layout class="QVBoxLayout" name="verticalLayout_2">
285 <item>
286 <widget class="QCheckBox" name="xssAuditingCheckBox">
287 <property name="toolTip">
288 <string>Select to enable XSS auditing</string>
289 </property>
290 <property name="whatsThis">
291 <string>&lt;b&gt;Enable XSS Auditing&lt;/b&gt;
292 &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 theWeb Inspector's JavaScript console. Enabling this feature might have an impact on performance.&lt;/p&gt;</string>
293 </property>
294 <property name="text">
295 <string>Enable XSS Auditing</string>
263 </property> 296 </property>
264 </widget> 297 </widget>
265 </item> 298 </item>
266 </layout> 299 </layout>
267 </widget> 300 </widget>
547 <tabstops> 580 <tabstops>
548 <tabstop>singleHelpWindowCheckBox</tabstop> 581 <tabstop>singleHelpWindowCheckBox</tabstop>
549 <tabstop>webSuggestionsCheckBox</tabstop> 582 <tabstop>webSuggestionsCheckBox</tabstop>
550 <tabstop>saveGeometryCheckBox</tabstop> 583 <tabstop>saveGeometryCheckBox</tabstop>
551 <tabstop>showTabPreviews</tabstop> 584 <tabstop>showTabPreviews</tabstop>
585 <tabstop>quirksCheckBox</tabstop>
552 <tabstop>startupCombo</tabstop> 586 <tabstop>startupCombo</tabstop>
553 <tabstop>homePageEdit</tabstop> 587 <tabstop>homePageEdit</tabstop>
554 <tabstop>setCurrentPageButton</tabstop> 588 <tabstop>setCurrentPageButton</tabstop>
555 <tabstop>defaultHomeButton</tabstop> 589 <tabstop>defaultHomeButton</tabstop>
556 <tabstop>defaultSchemeCombo</tabstop> 590 <tabstop>defaultSchemeCombo</tabstop>
558 <tabstop>javaScriptCheckBox</tabstop> 592 <tabstop>javaScriptCheckBox</tabstop>
559 <tabstop>jsOpenWindowsCheckBox</tabstop> 593 <tabstop>jsOpenWindowsCheckBox</tabstop>
560 <tabstop>jsClipboardCheckBox</tabstop> 594 <tabstop>jsClipboardCheckBox</tabstop>
561 <tabstop>pluginsCheckBox</tabstop> 595 <tabstop>pluginsCheckBox</tabstop>
562 <tabstop>doNotTrackCheckBox</tabstop> 596 <tabstop>doNotTrackCheckBox</tabstop>
597 <tabstop>xssAuditingCheckBox</tabstop>
563 <tabstop>expireHistory</tabstop> 598 <tabstop>expireHistory</tabstop>
564 <tabstop>diskCacheCheckBox</tabstop> 599 <tabstop>diskCacheCheckBox</tabstop>
565 <tabstop>cacheKeepButton</tabstop> 600 <tabstop>cacheKeepButton</tabstop>
566 <tabstop>cachePreferButton</tabstop> 601 <tabstop>cachePreferButton</tabstop>
567 <tabstop>cacheOfflineButton</tabstop> 602 <tabstop>cacheOfflineButton</tabstop>

eric ide

mercurial