Constrain the Help button placement

by avoiding the buttonbox expand
This commit is contained in:
Harrissou Sant-anna 2017-11-09 12:43:01 +01:00 committed by Matthias Kuhn
parent 9f65fcd0d9
commit d8a3c67fa5

View File

@ -68,6 +68,12 @@
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Help</set>
</property>