diff -r 4fdbb36fe794 -r 93f95c4b3153 Preferences/ConfigurationPages/WebBrowserPage.ui --- a/Preferences/ConfigurationPages/WebBrowserPage.ui Sat Feb 18 12:23:35 2017 +0100 +++ b/Preferences/ConfigurationPages/WebBrowserPage.ui Sat Feb 18 19:59:14 2017 +0100 @@ -7,10 +7,10 @@ <x>0</x> <y>0</y> <width>616</width> - <height>1533</height> + <height>1610</height> </rect> </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> @@ -360,7 +360,7 @@ <property name="title"> <string>Security</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QCheckBox" name="xssAuditingCheckBox"> <property name="toolTip"> @@ -375,6 +375,16 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="insecureContentsCheckBox"> + <property name="toolTip"> + <string>Select to allow HTTPS pages to run JavaScript, CSS, plugins or web-sockets from HTTP URLs</string> + </property> + <property name="text"> + <string>Allow to run insecure contents</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -577,7 +587,7 @@ <property name="title"> <string>Navigation</string> </property> - <layout class="QGridLayout" name="gridLayout_6"> + <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QCheckBox" name="spatialCheckBox"> <property name="toolTip"> @@ -606,6 +616,35 @@ </property> </widget> </item> + <item row="1" column="0"> + <widget class="QCheckBox" name="focusOnNavigationCheckBox"> + <property name="toolTip"> + <string>Select to give the focus to the view whenever a navigation event occurs</string> + </property> + <property name="text"> + <string>Enable Focus on Navigation</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_7"> + <property name="title"> + <string>Printing</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_6"> + <item> + <widget class="QCheckBox" name="printBackgroundCheckBox"> + <property name="toolTip"> + <string>Select to print the background of page elements as well</string> + </property> + <property name="text"> + <string>Print Element Backgrounds</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -771,12 +810,13 @@ <tabstop>errorPageCheckBox</tabstop> <tabstop>scrollingCheckBox</tabstop> <tabstop>fullscreenCheckBox</tabstop> + <tabstop>screenCaptureCheckBox</tabstop> + <tabstop>webGLCheckBox</tabstop> <tabstop>startupCombo</tabstop> <tabstop>homePageEdit</tabstop> <tabstop>setCurrentPageButton</tabstop> <tabstop>defaultHomeButton</tabstop> <tabstop>defaultSchemeCombo</tabstop> - <tabstop>javaScriptGroup</tabstop> <tabstop>jsOpenWindowsCheckBox</tabstop> <tabstop>jsClipboardCheckBox</tabstop> <tabstop>pluginsCheckBox</tabstop> @@ -784,6 +824,7 @@ <tabstop>sendRefererCheckBox</tabstop> <tabstop>refererWhitelistButton</tabstop> <tabstop>xssAuditingCheckBox</tabstop> + <tabstop>insecureContentsCheckBox</tabstop> <tabstop>expireHistory</tabstop> <tabstop>diskCacheCheckBox</tabstop> <tabstop>cacheSizeSpinBox</tabstop> @@ -791,6 +832,8 @@ <tabstop>imageSearchComboBox</tabstop> <tabstop>spatialCheckBox</tabstop> <tabstop>linksInFocusChainCheckBox</tabstop> + <tabstop>focusOnNavigationCheckBox</tabstop> + <tabstop>printBackgroundCheckBox</tabstop> <tabstop>autoScrollGroupBox</tabstop> <tabstop>autoScrollDividerSpinBox</tabstop> <tabstop>webInspectorGroup</tabstop>