aboutsummaryrefslogtreecommitdiff
path: root/plugins/ProfileEditor/forms/profileview.ui
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-15 17:48:28 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-15 17:48:28 +0100
commit71bfaa3ed29570b1d744675136344447e0fa4f1b (patch)
tree120f48ac00040fb321575769b164ad2303835955 /plugins/ProfileEditor/forms/profileview.ui
parentMoved ProfileView to ProfileEditorPlugin (diff)
downloadsmolbote-71bfaa3ed29570b1d744675136344447e0fa4f1b.tar.xz
All QWebEngineSettings are now accessible
Diffstat (limited to 'plugins/ProfileEditor/forms/profileview.ui')
-rw-r--r--plugins/ProfileEditor/forms/profileview.ui128
1 files changed, 85 insertions, 43 deletions
diff --git a/plugins/ProfileEditor/forms/profileview.ui b/plugins/ProfileEditor/forms/profileview.ui
index 1e6f94f..2e43bae 100644
--- a/plugins/ProfileEditor/forms/profileview.ui
+++ b/plugins/ProfileEditor/forms/profileview.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>640</width>
- <height>480</height>
+ <height>504</height>
</rect>
</property>
<property name="windowTitle">
@@ -164,21 +164,21 @@
<property name="geometry">
<rect>
<x>0</x>
- <y>0</y>
+ <y>-88</y>
<width>584</width>
- <height>724</height>
+ <height>797</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
- <widget class="QCheckBox" name="autoloadImages_checkBox">
+ <widget class="QCheckBox" name="autoloadImages">
<property name="text">
<string>Autoload images</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="autoloadIcons_checkBox">
+ <widget class="QCheckBox" name="autoloadIcons">
<property name="text">
<string>Autoload icons</string>
</property>
@@ -227,135 +227,177 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_11">
+ <widget class="QCheckBox" name="linksIncludedInFocusChain">
<property name="text">
- <string>CheckBox</string>
+ <string>Links included in focus chain</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_23">
+ <widget class="QCheckBox" name="spatialNavigationEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Spatial navigation enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_25">
+ <widget class="QCheckBox" name="focusOnNavigationEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Focus on navigation enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_24">
+ <widget class="QCheckBox" name="touchIconsEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Touch icons enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_19">
+ <widget class="Line" name="line_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="showScrollBars">
<property name="text">
- <string>CheckBox</string>
+ <string>Show scroll bars</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_22">
+ <widget class="QCheckBox" name="scrollAnimatorEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Scroll animator enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_21">
+ <widget class="QCheckBox" name="errorPagesEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Error pages enabled</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="Line" name="line_7">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_14">
+ <widget class="QCheckBox" name="localContentCanAccessRemoteUrls">
<property name="text">
- <string>CheckBox</string>
+ <string>Local content can access remote URLs</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_16">
+ <widget class="QCheckBox" name="localContentCanAccessFileUrls">
<property name="text">
- <string>CheckBox</string>
+ <string>Local content can access file URLs</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="Line" name="line_4">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_18">
+ <widget class="QCheckBox" name="localStorageEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Local storage enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_17">
+ <widget class="QCheckBox" name="webglEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>WebGL enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_15">
+ <widget class="QCheckBox" name="canvasEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Accelerated 2D canvas enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_13">
+ <widget class="Line" name="line_5">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="xssAuditingEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>XSS auditing enabled</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="hyperlinkAuditingEnabled">
+ <property name="text">
+ <string>Hyperlink auditing enabled</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="Line" name="line_6">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_10">
+ <widget class="QCheckBox" name="allowRunningInsecureContent">
<property name="text">
- <string>CheckBox</string>
+ <string>Allow running insecure content</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_7">
+ <widget class="QCheckBox" name="allowGeolocationOnInsecureContent">
<property name="text">
- <string>CheckBox</string>
+ <string>Allow geolocation on insecure content</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_8">
+ <widget class="QCheckBox" name="ppapiPluginsEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>PPAPI Plugins enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_5">
+ <widget class="QCheckBox" name="fullscreenSupportEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Fullscreen support enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox_3">
+ <widget class="QCheckBox" name="screenCaptureEnabled">
<property name="text">
- <string>CheckBox</string>
+ <string>Screen capture enabled</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="checkBox">
+ <widget class="QCheckBox" name="printElementBackgrounds">
<property name="text">
- <string>CheckBox</string>
+ <string>Print element backgrounds</string>
</property>
</widget>
</item>