Use QFormLayout::ExpandingFieldsGrow
This commit is contained in:
committed by
craig.p.drummond@gmail.com
parent
fc57bdc501
commit
e8ace02177
@@ -16,6 +16,9 @@
|
||||
</property>
|
||||
<item>
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="BuddyLabel" name="label">
|
||||
<property name="text">
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="BuddyLabel" name="label">
|
||||
<property name="text">
|
||||
@@ -138,6 +141,9 @@ When the image is displayed, it will be cropped (either top/bottom, or left/righ
|
||||
<string>Albums</string>
|
||||
</attribute>
|
||||
<layout class="QFormLayout" name="formLayout_2">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="BuddyLabel" name="label_3a">
|
||||
<property name="text">
|
||||
@@ -200,6 +206,9 @@ When the image is displayed, it will be cropped (either top/bottom, or left/righ
|
||||
<string>Playlists</string>
|
||||
</attribute>
|
||||
<layout class="QFormLayout" name="formLayout_6">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="BuddyLabel" name="label_3">
|
||||
<property name="text">
|
||||
@@ -303,6 +312,9 @@ When the image is displayed, it will be cropped (either top/bottom, or left/righ
|
||||
<string>Play Queue</string>
|
||||
</attribute>
|
||||
<layout class="QFormLayout" name="formLayout_5">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="BuddyLabel" name="playQueueScrollLabel">
|
||||
<property name="text">
|
||||
@@ -383,6 +395,9 @@ When the image is displayed, it will be cropped (either top/bottom, or left/righ
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<layout class="QFormLayout" name="formLayout_4">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="BuddyLabel" name="label_7">
|
||||
<property name="text">
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="BuddyLabel" name="label_6b">
|
||||
<property name="text">
|
||||
|
||||
Reference in New Issue
Block a user