rule queries.ui: revise vertical stretch so preference is given to results

This commit is contained in:
Chris PeBenito 2016-04-05 10:15:00 -04:00
parent 1ef86d8497
commit 0fae059145
3 changed files with 29 additions and 5 deletions

View File

@ -65,7 +65,7 @@
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
@ -233,7 +233,7 @@
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
@ -252,6 +252,12 @@
</item>
<item row="1" column="0" colspan="6">
<widget class="QFrame" name="criteria_frame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>

View File

@ -59,7 +59,7 @@
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
@ -78,6 +78,12 @@
</item>
<item row="1" column="0" colspan="5">
<widget class="QFrame" name="criteria_frame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
@ -550,7 +556,7 @@
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">

View File

@ -74,7 +74,7 @@
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
@ -183,6 +183,12 @@
</item>
<item row="0" column="4">
<widget class="QCheckBox" name="notes_expander">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Show or hide the notes field (no data is lost)</string>
</property>
@ -258,6 +264,12 @@
</item>
<item row="2" column="0" colspan="5">
<widget class="QFrame" name="criteria_frame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>