diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-11 10:54:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-11 10:54:59 +0200 |
commit | a519dd47a8feb584ade9dbec7809d97748f8df45 (patch) | |
tree | 7bde086efb0eea66c27c8e88317747b8357b80ad /src/settings/settings_general.ui | |
parent | This commit implements another dockwidget for rekonq, containing a (diff) | |
parent | Right align all labels to confirm to the KDE4 HIG. (diff) | |
download | rekonq-a519dd47a8feb584ade9dbec7809d97748f8df45.tar.xz |
Merge commit 'refs/merge-requests/2255' of git://gitorious.org/rekonq/mainline into m2255
Diffstat (limited to 'src/settings/settings_general.ui')
-rw-r--r-- | src/settings/settings_general.ui | 47 |
1 files changed, 19 insertions, 28 deletions
diff --git a/src/settings/settings_general.ui b/src/settings/settings_general.ui index eaa91859..ccc3fa20 100644 --- a/src/settings/settings_general.ui +++ b/src/settings/settings_general.ui @@ -19,8 +19,8 @@ <property name="title"> <string>Startup</string> </property> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> + <layout class="QFormLayout" name="formLayout"> + <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> @@ -30,13 +30,7 @@ </property> <property name="minimumSize"> <size> - <width>120</width> - <height>0</height> - </size> - </property> - <property name="baseSize"> - <size> - <width>0</width> + <width>150</width> <height>0</height> </size> </property> @@ -46,9 +40,12 @@ <property name="text"> <string>When starting rekonq:</string> </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> </widget> </item> - <item> + <item row="0" column="1"> <widget class="KComboBox" name="kcfg_startupBehaviour"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -81,7 +78,7 @@ <property name="title"> <string>Home Page</string> </property> - <layout class="QGridLayout" name="gridLayout"> + <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="sizePolicy"> @@ -92,19 +89,16 @@ </property> <property name="minimumSize"> <size> - <width>120</width> - <height>0</height> - </size> - </property> - <property name="baseSize"> - <size> - <width>120</width> + <width>150</width> <height>0</height> </size> </property> <property name="text"> <string>Home page URL:</string> </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> </widget> </item> <item row="0" column="1"> @@ -152,8 +146,8 @@ <property name="title"> <string>Search Engine</string> </property> - <layout class="QHBoxLayout" name="horizontalLayout_4"> - <item> + <layout class="QFormLayout" name="formLayout_3"> + <item row="0" column="0"> <widget class="QLabel" name="label_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> @@ -163,13 +157,7 @@ </property> <property name="minimumSize"> <size> - <width>120</width> - <height>0</height> - </size> - </property> - <property name="baseSize"> - <size> - <width>0</width> + <width>150</width> <height>0</height> </size> </property> @@ -179,9 +167,12 @@ <property name="text"> <string>Default search engine:</string> </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> </widget> </item> - <item> + <item row="0" column="1"> <widget class="KComboBox" name="kcfg_searchEngine"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |