--- a/WebBrowser/StatusBar/JavaScriptSettingsDialog.ui Thu Feb 15 19:05:22 2018 +0100 +++ b/WebBrowser/StatusBar/JavaScriptSettingsDialog.ui Fri Feb 16 20:11:36 2018 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>87</height> + <height>179</height> </rect> </property> <property name="windowTitle"> @@ -18,23 +18,48 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QCheckBox" name="jsOpenWindowsCheckBox"> + <widget class="QGroupBox" name="javaScriptGroup"> <property name="toolTip"> - <string>Select to allow JavaScript to open windows</string> + <string>Select to enable JavaScript support</string> </property> - <property name="text"> - <string>JavaScript can open windows</string> + <property name="title"> + <string>Enable JavaScript</string> + </property> + <property name="checkable"> + <bool>true</bool> </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="jsClipboardCheckBox"> - <property name="toolTip"> - <string>Select to allow JavaScript to access the clipboard</string> - </property> - <property name="text"> - <string>JavaScript can access clipboard</string> - </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="jsOpenWindowsCheckBox"> + <property name="toolTip"> + <string>Select to allow JavaScript to open windows</string> + </property> + <property name="text"> + <string>Allow to open windows</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="jsActivateWindowsCheckBox"> + <property name="toolTip"> + <string>Select to allow JavaScript to activate windows</string> + </property> + <property name="text"> + <string>Allow to activate windows</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="jsClipboardCheckBox"> + <property name="toolTip"> + <string>Select to allow JavaScript to access the clipboard</string> + </property> + <property name="text"> + <string>Allow to access the clipboard</string> + </property> + </widget> + </item> + </layout> </widget> </item> <item>