--- a/Preferences/ConfigurationPages/HelpWebBrowserPage.ui Sun Jun 24 11:34:53 2012 +0200 +++ b/Preferences/ConfigurationPages/HelpWebBrowserPage.ui Sun Jun 24 18:08:36 2012 +0200 @@ -211,7 +211,7 @@ <string>Privacy</string> </property> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="2"> + <item row="0" column="0"> <widget class="QCheckBox" name="javaCheckBox"> <property name="toolTip"> <string>Select to enable Java</string> @@ -221,7 +221,7 @@ </property> </widget> </item> - <item row="1" column="0" colspan="2"> + <item row="1" column="0"> <widget class="QCheckBox" name="javaScriptCheckBox"> <property name="toolTip"> <string>Select to enable JavaScript</string> @@ -251,7 +251,7 @@ </property> </widget> </item> - <item row="3" column="0" colspan="2"> + <item row="3" column="0"> <widget class="QCheckBox" name="pluginsCheckBox"> <property name="toolTip"> <string>Select to enable plugins in web pages</string> @@ -320,7 +320,7 @@ </property> </widget> </item> - <item row="6" column="0" colspan="2"> + <item row="6" column="0"> <widget class="QCheckBox" name="doNotTrackCheckBox"> <property name="toolTip"> <string>Select to enabled the "Do Not Track" feature</string> @@ -331,14 +331,41 @@ </widget> </item> <item row="7" column="0" colspan="2"> - <widget class="QCheckBox" name="sendRefererCheckBox"> - <property name="toolTip"> - <string>Select to send referer headers to the server</string> - </property> - <property name="text"> - <string>Send Referer header to servers</string> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <item> + <widget class="QCheckBox" name="sendRefererCheckBox"> + <property name="toolTip"> + <string>Select to send referer headers to the server</string> + </property> + <property name="text"> + <string>Send Referer header to servers</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_6"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="refererWhitelistButton"> + <property name="toolTip"> + <string>Press to edit the list of whitelisted hosts</string> + </property> + <property name="text"> + <string>Edit Referer Whitelist ...</string> + </property> + </widget> + </item> + </layout> </item> </layout> </widget> @@ -663,6 +690,7 @@ <tabstop>clickToFlashCheckBox</tabstop> <tabstop>doNotTrackCheckBox</tabstop> <tabstop>sendRefererCheckBox</tabstop> + <tabstop>refererWhitelistButton</tabstop> <tabstop>xssAuditingCheckBox</tabstop> <tabstop>expireHistory</tabstop> <tabstop>diskCacheCheckBox</tabstop>