File fields are now expanding inside layouts

This commit is contained in:
Cacodemon345
2022-02-06 12:49:37 +06:00
parent b33b036ba7
commit 39b19fc5b1

View File

@@ -10,6 +10,12 @@
<height>43</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
@@ -27,10 +33,23 @@
<number>0</number>
</property>
<item>
<widget class="QLineEdit" name="label"/>
<widget class="QLineEdit" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Specify...</string>
</property>