|
@@ -25,7 +25,7 @@
|
|
|
<property name="windowTitle">
|
|
<property name="windowTitle">
|
|
|
<string notr="true">Form</string>
|
|
<string notr="true">Form</string>
|
|
|
</property>
|
|
</property>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0,0">
|
|
|
<property name="sizeConstraint">
|
|
<property name="sizeConstraint">
|
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
|
</property>
|
|
</property>
|
|
@@ -44,7 +44,7 @@
|
|
|
<item>
|
|
<item>
|
|
|
<widget class="QLabel" name="deviceLabel">
|
|
<widget class="QLabel" name="deviceLabel">
|
|
|
<property name="sizePolicy">
|
|
<property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
<horstretch>0</horstretch>
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
</sizepolicy>
|
|
@@ -77,6 +77,12 @@
|
|
|
<height>22</height>
|
|
<height>22</height>
|
|
|
</size>
|
|
</size>
|
|
|
</property>
|
|
</property>
|
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
|
+ <size>
|
|
|
|
|
+ <width>600</width>
|
|
|
|
|
+ <height>16777215</height>
|
|
|
|
|
+ </size>
|
|
|
|
|
+ </property>
|
|
|
<property name="currentText">
|
|
<property name="currentText">
|
|
|
<string notr="true"/>
|
|
<string notr="true"/>
|
|
|
</property>
|
|
</property>
|
|
@@ -87,6 +93,12 @@
|
|
|
</item>
|
|
</item>
|
|
|
<item>
|
|
<item>
|
|
|
<widget class="QPushButton" name="activateButton">
|
|
<widget class="QPushButton" name="activateButton">
|
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
|
+ </sizepolicy>
|
|
|
|
|
+ </property>
|
|
|
<property name="minimumSize">
|
|
<property name="minimumSize">
|
|
|
<size>
|
|
<size>
|
|
|
<width>0</width>
|
|
<width>0</width>
|
|
@@ -103,9 +115,12 @@
|
|
|
<property name="orientation">
|
|
<property name="orientation">
|
|
|
<enum>Qt::Horizontal</enum>
|
|
<enum>Qt::Horizontal</enum>
|
|
|
</property>
|
|
</property>
|
|
|
|
|
+ <property name="sizeType">
|
|
|
|
|
+ <enum>QSizePolicy::Expanding</enum>
|
|
|
|
|
+ </property>
|
|
|
<property name="sizeHint" stdset="0">
|
|
<property name="sizeHint" stdset="0">
|
|
|
<size>
|
|
<size>
|
|
|
- <width>40</width>
|
|
|
|
|
|
|
+ <width>0</width>
|
|
|
<height>20</height>
|
|
<height>20</height>
|
|
|
</size>
|
|
</size>
|
|
|
</property>
|
|
</property>
|