WebBrowser/StatusBar/JavaScriptSettingsDialog.ui

changeset 4965
a9a4b632fe48
parent 4964
a894e8c92369
child 5526
11337e4fba52
equal deleted inserted replaced
4964:a894e8c92369 4965:a9a4b632fe48
4 <widget class="QDialog" name="JavaScriptSettingsDialog"> 4 <widget class="QDialog" name="JavaScriptSettingsDialog">
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>650</width> 9 <width>400</width>
10 <height>153</height> 10 <height>111</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">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="javaScriptGroup"> 21 <widget class="QCheckBox" name="jsOpenWindowsCheckBox">
22 <property name="toolTip"> 22 <property name="toolTip">
23 <string>Select to enable JavaScript</string> 23 <string>Select to allow JavaScript to open windows</string>
24 </property> 24 </property>
25 <property name="title"> 25 <property name="text">
26 <string>Enable JavaScript</string> 26 <string>JavaScript can open windows</string>
27 </property> 27 </property>
28 <property name="checkable"> 28 </widget>
29 <bool>true</bool> 29 </item>
30 <item>
31 <widget class="QCheckBox" name="jsCloseWindowsCheckBox">
32 <property name="toolTip">
33 <string>Select to allow JavaScript to close windows</string>
30 </property> 34 </property>
31 <property name="checked"> 35 <property name="text">
32 <bool>false</bool> 36 <string>JavaScript can close windows</string>
33 </property> 37 </property>
34 <layout class="QGridLayout" name="gridLayout"> 38 </widget>
35 <item row="0" column="0"> 39 </item>
36 <widget class="QCheckBox" name="jsOpenWindowsCheckBox"> 40 <item>
37 <property name="toolTip"> 41 <widget class="QCheckBox" name="jsClipboardCheckBox">
38 <string>Select to allow JavaScript to open windows</string> 42 <property name="toolTip">
39 </property> 43 <string>Select to allow JavaScript to access the clipboard</string>
40 <property name="text"> 44 </property>
41 <string>JavaScript can open windows</string> 45 <property name="text">
42 </property> 46 <string>JavaScript can access clipboard</string>
43 </widget> 47 </property>
44 </item>
45 <item row="0" column="1">
46 <widget class="QCheckBox" name="jsCloseWindowsCheckBox">
47 <property name="toolTip">
48 <string>Select to allow JavaScript to close windows</string>
49 </property>
50 <property name="text">
51 <string>JavaScript can close windows</string>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="0">
56 <widget class="QCheckBox" name="jsClipboardCheckBox">
57 <property name="toolTip">
58 <string>Select to allow JavaScript to access the clipboard</string>
59 </property>
60 <property name="text">
61 <string>JavaScript can access clipboard</string>
62 </property>
63 </widget>
64 </item>
65 </layout>
66 </widget> 48 </widget>
67 </item> 49 </item>
68 <item> 50 <item>
69 <widget class="QDialogButtonBox" name="buttonBox"> 51 <widget class="QDialogButtonBox" name="buttonBox">
70 <property name="orientation"> 52 <property name="orientation">

eric ide

mercurial