|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>JavaScriptSettingsDialog</class> |
|
4 <widget class="QDialog" name="JavaScriptSettingsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>650</width> |
|
10 <height>153</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>JavaScript Settings</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="javaScriptGroup"> |
|
22 <property name="toolTip"> |
|
23 <string>Select to enable JavaScript</string> |
|
24 </property> |
|
25 <property name="title"> |
|
26 <string>Enable JavaScript</string> |
|
27 </property> |
|
28 <property name="checkable"> |
|
29 <bool>true</bool> |
|
30 </property> |
|
31 <property name="checked"> |
|
32 <bool>false</bool> |
|
33 </property> |
|
34 <layout class="QGridLayout" name="gridLayout"> |
|
35 <item row="0" column="0"> |
|
36 <widget class="QCheckBox" name="jsOpenWindowsCheckBox"> |
|
37 <property name="toolTip"> |
|
38 <string>Select to allow JavaScript to open windows</string> |
|
39 </property> |
|
40 <property name="text"> |
|
41 <string>JavaScript can open windows</string> |
|
42 </property> |
|
43 </widget> |
|
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> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QDialogButtonBox" name="buttonBox"> |
|
70 <property name="orientation"> |
|
71 <enum>Qt::Horizontal</enum> |
|
72 </property> |
|
73 <property name="standardButtons"> |
|
74 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 </layout> |
|
79 </widget> |
|
80 <resources/> |
|
81 <connections> |
|
82 <connection> |
|
83 <sender>buttonBox</sender> |
|
84 <signal>accepted()</signal> |
|
85 <receiver>JavaScriptSettingsDialog</receiver> |
|
86 <slot>accept()</slot> |
|
87 <hints> |
|
88 <hint type="sourcelabel"> |
|
89 <x>248</x> |
|
90 <y>254</y> |
|
91 </hint> |
|
92 <hint type="destinationlabel"> |
|
93 <x>157</x> |
|
94 <y>274</y> |
|
95 </hint> |
|
96 </hints> |
|
97 </connection> |
|
98 <connection> |
|
99 <sender>buttonBox</sender> |
|
100 <signal>rejected()</signal> |
|
101 <receiver>JavaScriptSettingsDialog</receiver> |
|
102 <slot>reject()</slot> |
|
103 <hints> |
|
104 <hint type="sourcelabel"> |
|
105 <x>316</x> |
|
106 <y>260</y> |
|
107 </hint> |
|
108 <hint type="destinationlabel"> |
|
109 <x>286</x> |
|
110 <y>274</y> |
|
111 </hint> |
|
112 </hints> |
|
113 </connection> |
|
114 </connections> |
|
115 </ui> |