summaryrefslogtreecommitdiff
path: root/src/settings/settings_privacy.ui
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-12-08 22:11:16 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-12-08 22:11:16 +0100
commita13fd68e4e3484c7f8a7080fd517d9f84d7ecd96 (patch)
tree5c41f434f7c8ad5fb3c7f18c526042d17cf187f9 /src/settings/settings_privacy.ui
parentGet sure right zoom is restored... (diff)
downloadrekonq-a13fd68e4e3484c7f8a7080fd517d9f84d7ecd96.tar.xz
Fix && uniform UI width
Diffstat (limited to 'src/settings/settings_privacy.ui')
-rw-r--r--src/settings/settings_privacy.ui192
1 files changed, 108 insertions, 84 deletions
diff --git a/src/settings/settings_privacy.ui b/src/settings/settings_privacy.ui
index d864fecf..fd0e60ba 100644
--- a/src/settings/settings_privacy.ui
+++ b/src/settings/settings_privacy.ui
@@ -51,95 +51,36 @@
</widget>
</item>
<item>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="title">
- <string>History</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Remove history items:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="kcfg_expireHistory">
- <item>
- <property name="text">
- <string>Never</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Every 3 months</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Every month</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Every day</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>At application exit</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Do not even store them</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item>
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>Passwords</string>
</property>
- <layout class="QVBoxLayout" name="verticalLayout_4">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QCheckBox" name="kcfg_passwordSavingEnabled">
- <property name="text">
- <string>Remember passwords for sites</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="managePassExceptionsButton">
- <property name="text">
- <string>Manage Exceptions</string>
- </property>
- </widget>
- </item>
- </layout>
+ <widget class="QCheckBox" name="kcfg_passwordSavingEnabled">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Remember passwords for sites</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="managePassExceptionsButton">
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Manage Exceptions</string>
+ </property>
+ </widget>
</item>
</layout>
</widget>
@@ -164,6 +105,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="cookiesButton">
+ <property name="minimumSize">
+ <size>
+ <width>150</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Manage Cookies</string>
</property>
@@ -212,6 +159,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QPushButton" name="cacheButton">
+ <property name="minimumSize">
+ <size>
+ <width>150</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Manage Cache</string>
</property>
@@ -241,6 +194,77 @@
</widget>
</item>
<item>
+ <widget class="QGroupBox" name="groupBox_2">
+ <property name="title">
+ <string>History</string>
+ </property>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Remove history items:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="kcfg_expireHistory">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>300</width>
+ <height>0</height>
+ </size>
+ </property>
+ <item>
+ <property name="text">
+ <string>Never</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Every 3 months</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Every month</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Every day</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>At application exit</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Do not even store them</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>