diff options
Diffstat (limited to 'src/settings_privacy.ui')
-rw-r--r-- | src/settings_privacy.ui | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/src/settings_privacy.ui b/src/settings_privacy.ui index dfa61998..19e7f088 100644 --- a/src/settings_privacy.ui +++ b/src/settings_privacy.ui @@ -6,7 +6,7 @@ <x>0</x> <y>0</y> <width>461</width> - <height>212</height> + <height>313</height> </rect> </property> <property name="windowTitle" > @@ -20,7 +20,7 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_2" > <item> - <widget class="QCheckBox" name="enablePlugins" > + <widget class="QCheckBox" name="kcfg_enablePlugins" > <property name="text" > <string>Enable Plugins</string> </property> @@ -30,7 +30,7 @@ </widget> </item> <item> - <widget class="QCheckBox" name="enableJavascript" > + <widget class="QCheckBox" name="kcfg_enableJavascript" > <property name="text" > <string>Enable Javascript</string> </property> @@ -59,7 +59,7 @@ </widget> </item> <item row="0" column="1" > - <widget class="QComboBox" name="acceptCombo" > + <widget class="QComboBox" name="kcfg_acceptCookies" > <item> <property name="text" > <string>Always</string> @@ -95,7 +95,7 @@ </widget> </item> <item row="1" column="1" > - <widget class="QComboBox" name="keepUntilCombo" > + <widget class="QComboBox" name="kcfg_keepCookiesUntil" > <item> <property name="text" > <string>They expire</string> @@ -123,6 +123,19 @@ </layout> </widget> </item> + <item> + <spacer name="verticalSpacer" > + <property name="orientation" > + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> </layout> </widget> <resources/> |