|
|
@@ -25,7 +25,7 @@
|
|
|
<property name="windowTitle">
|
|
|
<string notr="true">Form</string>
|
|
|
</property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,4,0,5,0">
|
|
|
<property name="leftMargin">
|
|
|
<number>0</number>
|
|
|
</property>
|
|
|
@@ -62,12 +62,24 @@
|
|
|
</item>
|
|
|
<item>
|
|
|
<widget class="QComboBox" name="mode">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
- <width>0</width>
|
|
|
+ <width>150</width>
|
|
|
<height>22</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>400</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
<property name="currentText">
|
|
|
<string notr="true"/>
|
|
|
</property>
|
|
|
@@ -105,10 +117,16 @@
|
|
|
</property>
|
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
|
- <width>0</width>
|
|
|
+ <width>150</width>
|
|
|
<height>22</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>600</width>
|
|
|
+ <height>16777215</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
<property name="currentText">
|
|
|
<string notr="true"/>
|
|
|
</property>
|
|
|
@@ -118,14 +136,17 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <widget class="QFrame" name="empty">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
+ <spacer name="empty">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
|
- </widget>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>20</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|