WebBrowser/StatusBar/JavaScriptSettingsDialog.ui

changeset 6398
caf724f53840
parent 6151
29564aad2f97
equal deleted inserted replaced
6397:473d410076e9 6398:caf724f53840
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>400</width> 9 <width>400</width>
10 <height>179</height> 10 <height>209</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>JavaScript Settings</string> 14 <string>JavaScript Settings</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="javaScriptGroup"> 21 <widget class="QGroupBox" name="javaScriptGroup">
22 <property name="toolTip"> 22 <property name="toolTip">
23 <string>Select to enable JavaScript support</string> 23 <string>Select to enable JavaScript support</string>
24 </property> 24 </property>
26 <string>Enable JavaScript</string> 26 <string>Enable JavaScript</string>
27 </property> 27 </property>
28 <property name="checkable"> 28 <property name="checkable">
29 <bool>true</bool> 29 <bool>true</bool>
30 </property> 30 </property>
31 <layout class="QVBoxLayout" name="verticalLayout_2"> 31 <layout class="QVBoxLayout" name="verticalLayout">
32 <item> 32 <item>
33 <widget class="QCheckBox" name="jsOpenWindowsCheckBox"> 33 <widget class="QCheckBox" name="jsOpenWindowsCheckBox">
34 <property name="toolTip"> 34 <property name="toolTip">
35 <string>Select to allow JavaScript to open windows</string> 35 <string>Select to allow JavaScript to open windows</string>
36 </property> 36 </property>
54 <property name="toolTip"> 54 <property name="toolTip">
55 <string>Select to allow JavaScript to access the clipboard</string> 55 <string>Select to allow JavaScript to access the clipboard</string>
56 </property> 56 </property>
57 <property name="text"> 57 <property name="text">
58 <string>Allow to access the clipboard</string> 58 <string>Allow to access the clipboard</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QCheckBox" name="jsPasteCheckBox">
64 <property name="toolTip">
65 <string>Select to allow JavaScript to paste from the clipboard (this needs access to the clipboard)</string>
66 </property>
67 <property name="text">
68 <string>Allow to paste from the clipboard</string>
59 </property> 69 </property>
60 </widget> 70 </widget>
61 </item> 71 </item>
62 </layout> 72 </layout>
63 </widget> 73 </widget>

eric ide

mercurial