diff options
Diffstat (limited to 'src/settings/settings_advanced.ui')
-rw-r--r-- | src/settings/settings_advanced.ui | 79 |
1 files changed, 54 insertions, 25 deletions
diff --git a/src/settings/settings_advanced.ui b/src/settings/settings_advanced.ui index 611636c6..c34d24d6 100644 --- a/src/settings/settings_advanced.ui +++ b/src/settings/settings_advanced.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>515</width> - <height>538</height> + <width>570</width> + <height>473</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> @@ -19,32 +19,34 @@ <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="minimumSize"> <size> - <width>250</width> + <width>0</width> <height>0</height> </size> </property> <property name="text"> - <string>Rekonq is using your system's proxy settings</string> + <string>Rekonq is using system proxy settings</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> + <widget class="QPushButton" name="proxyButton"> + <property name="minimumSize"> <size> - <width>60</width> - <height>20</height> + <width>300</width> + <height>0</height> </size> </property> - </spacer> - </item> - <item> - <widget class="QPushButton" name="proxyButton"> <property name="text"> <string>Change proxy settings</string> </property> @@ -63,21 +65,18 @@ <property name="title"> <string>Custom Style Sheet</string> </property> - <layout class="QFormLayout" name="formLayout_3"> - <property name="fieldGrowthPolicy"> - <enum>QFormLayout::ExpandingFieldsGrow</enum> - </property> - <item row="0" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> <widget class="QLabel" name="label_5"> <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> - <width>250</width> + <width>0</width> <height>0</height> </size> </property> @@ -85,12 +84,24 @@ <string>Path to custom CSS file:</string> </property> <property name="alignment"> - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> - <item row="0" column="1"> + <item> <widget class="KUrlRequester" name="kcfg_userCSS"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>300</width> + <height>0</height> + </size> + </property> <property name="filter"> <string>*.css</string> </property> @@ -157,16 +168,34 @@ <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_11"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="text"> <string>Middle click should:</string> </property> <property name="alignment"> - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QComboBox" name="kcfg_middleClickAction"> + <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>Auto-scroll</string> |