--- a/WebBrowser/StatusBar/JavaScriptSettingsDialog.ui Tue Jul 03 19:08:29 2018 +0200 +++ b/WebBrowser/StatusBar/JavaScriptSettingsDialog.ui Tue Jul 03 19:57:17 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>179</height> + <height>209</height> </rect> </property> <property name="windowTitle"> @@ -16,7 +16,7 @@ <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="javaScriptGroup"> <property name="toolTip"> @@ -28,7 +28,7 @@ <property name="checkable"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="jsOpenWindowsCheckBox"> <property name="toolTip"> @@ -59,6 +59,16 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="jsPasteCheckBox"> + <property name="toolTip"> + <string>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</string> + </property> + <property name="text"> + <string>Allow to paste from the clipboard</string> + </property> + </widget> + </item> </layout> </widget> </item>