mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Cosmetic changes to JavaScript options dialog
This commit is contained in:
parent
11758c3687
commit
85979cd378
@ -6,14 +6,21 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>302</width>
|
<width>214</width>
|
||||||
<height>226</height>
|
<height>247</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>JavaScript Options</string>
|
<string>JavaScript Options</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="text">
|
||||||
|
<string>Allow JavaScript to:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
@ -32,7 +39,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="jscanCloseWindow">
|
<widget class="QCheckBox" name="jscanCloseWindow">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow JavaScript to close windows</string>
|
<string>Close windows</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -42,42 +49,42 @@
|
|||||||
<string>If enabled, pages will be allowed to automatically open popup windows</string>
|
<string>If enabled, pages will be allowed to automatically open popup windows</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow JavaScript to open popup windows</string>
|
<string>Open popup windows</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="jscanChangeSize">
|
<widget class="QCheckBox" name="jscanChangeSize">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow JavaScript to change window size</string>
|
<string>Change window size</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="jscanHideMenu">
|
<widget class="QCheckBox" name="jscanHideMenu">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow JavaScript to hide menu bar</string>
|
<string>Hide menu bar</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="jscanHideStatus">
|
<widget class="QCheckBox" name="jscanHideStatus">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow JavaScript to hide status bar</string>
|
<string>Hide status bar</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="jscanHideTool">
|
<widget class="QCheckBox" name="jscanHideTool">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow JavaScript to hide tool bar</string>
|
<string>Hide tool bar</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="jscanAccessClipboard">
|
<widget class="QCheckBox" name="jscanAccessClipboard">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow JavaScript to access clipboard</string>
|
<string>Access clipboard</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user