22 <property name="toolTip"> |
22 <property name="toolTip"> |
23 <string>Select to allow JavaScript to open windows</string> |
23 <string>Select to allow JavaScript to open windows</string> |
24 </property> |
24 </property> |
25 <property name="text"> |
25 <property name="text"> |
26 <string>JavaScript can open windows</string> |
26 <string>JavaScript can open windows</string> |
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item> |
|
31 <widget class="QCheckBox" name="jsCloseWindowsCheckBox"> |
|
32 <property name="toolTip"> |
|
33 <string>Select to allow JavaScript to close windows</string> |
|
34 </property> |
|
35 <property name="text"> |
|
36 <string>JavaScript can close windows</string> |
|
37 </property> |
27 </property> |
38 </widget> |
28 </widget> |
39 </item> |
29 </item> |
40 <item> |
30 <item> |
41 <widget class="QCheckBox" name="jsClipboardCheckBox"> |
31 <widget class="QCheckBox" name="jsClipboardCheckBox"> |