Fix layouts for OSX: Set the obligatory ExpandingFieldsGrow

In Qt Creator, we want line edits to take up the free horizontal
space.

Change-Id: I4ff78035ab2481cc2f944fc02569638f06f0b090
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Alessandro Portale
2015-02-24 11:14:53 +01:00
parent e5784b6964
commit fb567a224d
9 changed files with 40 additions and 0 deletions

View File

@@ -23,6 +23,9 @@
<string>Headers</string>
</property>
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="2" column="0">
<widget class="QLabel" name="headerSuffixLabel">
<property name="text">
@@ -98,6 +101,9 @@ These prefixes are used in addition to current file name on Switch Header/Source
<string>Sources</string>
</property>
<layout class="QFormLayout" name="formLayout_3">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="3" column="0">
<widget class="QLabel" name="sourceSuffixLabel">
<property name="text">