diff options
author | Montel Laurent <laurent.montel@kdab.com> | 2017-02-22 15:15:37 +0100 |
---|---|---|
committer | Laurent Montel <laurent.montel@kdab.com> | 2017-03-10 08:43:10 +0000 |
commit | c343290f63d72ee96a87d6b9bd5e543fd4658e84 (patch) | |
tree | af982363adc8334db02a2d00c14df5ac35c3ecdf /src/shared/help | |
parent | 209cc214341226cb5c04283b7c3c8b1221bf3b5b (diff) | |
download | qt-creator-c343290f63d72ee96a87d6b9bd5e543fd4658e84.tar.gz |
Add spacer between widget and dialogbox button in filternamedialog
So layout is ok when we resize dialog
Change-Id: I15c338bfb48e4fa3500e4a2d3ebe85d227586c76
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/shared/help')
-rw-r--r-- | src/shared/help/filternamedialog.ui | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/src/shared/help/filternamedialog.ui b/src/shared/help/filternamedialog.ui index 755a934799..cf7deabf3e 100644 --- a/src/shared/help/filternamedialog.ui +++ b/src/shared/help/filternamedialog.ui @@ -29,14 +29,27 @@ <item row="0" column="1" colspan="2" > <widget class="QLineEdit" name="lineEdit" /> </item> - <item row="1" column="0" colspan="3" > + <item row="1" column="0"> + <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> + <item row="2" column="0" colspan="3" > <widget class="Line" name="line" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> </widget> </item> - <item row="2" column="0" colspan="2" > + <item row="3" column="0" colspan="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> @@ -49,7 +62,7 @@ </property> </spacer> </item> - <item row="2" column="2" > + <item row="3" column="2" > <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> |