WebBrowser/StatusBar/JavaScriptSettingsDialog.ui

changeset 6151
29564aad2f97
parent 5526
11337e4fba52
child 6398
caf724f53840
equal deleted inserted replaced
6150:20efcd29b237 6151:29564aad2f97
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>87</height> 10 <height>179</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="QCheckBox" name="jsOpenWindowsCheckBox"> 21 <widget class="QGroupBox" name="javaScriptGroup">
22 <property name="toolTip"> 22 <property name="toolTip">
23 <string>Select to allow JavaScript to open windows</string> 23 <string>Select to enable JavaScript support</string>
24 </property> 24 </property>
25 <property name="text"> 25 <property name="title">
26 <string>JavaScript can open windows</string> 26 <string>Enable JavaScript</string>
27 </property> 27 </property>
28 </widget> 28 <property name="checkable">
29 </item> 29 <bool>true</bool>
30 <item>
31 <widget class="QCheckBox" name="jsClipboardCheckBox">
32 <property name="toolTip">
33 <string>Select to allow JavaScript to access the clipboard</string>
34 </property> 30 </property>
35 <property name="text"> 31 <layout class="QVBoxLayout" name="verticalLayout_2">
36 <string>JavaScript can access clipboard</string> 32 <item>
37 </property> 33 <widget class="QCheckBox" name="jsOpenWindowsCheckBox">
34 <property name="toolTip">
35 <string>Select to allow JavaScript to open windows</string>
36 </property>
37 <property name="text">
38 <string>Allow to open windows</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QCheckBox" name="jsActivateWindowsCheckBox">
44 <property name="toolTip">
45 <string>Select to allow JavaScript to activate windows</string>
46 </property>
47 <property name="text">
48 <string>Allow to activate windows</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QCheckBox" name="jsClipboardCheckBox">
54 <property name="toolTip">
55 <string>Select to allow JavaScript to access the clipboard</string>
56 </property>
57 <property name="text">
58 <string>Allow to access the clipboard</string>
59 </property>
60 </widget>
61 </item>
62 </layout>
38 </widget> 63 </widget>
39 </item> 64 </item>
40 <item> 65 <item>
41 <widget class="QDialogButtonBox" name="buttonBox"> 66 <widget class="QDialogButtonBox" name="buttonBox">
42 <property name="orientation"> 67 <property name="orientation">

eric ide

mercurial