fix horizontal stretch

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1135470
This commit is contained in:
Volker Lanz 2010-06-07 12:11:31 +00:00
parent 3b2a443e07
commit ecb6341769
1 changed files with 23 additions and 39 deletions

View File

@ -6,12 +6,15 @@
<rect>
<x>0</x>
<y>0</y>
<width>419</width>
<height>402</height>
<width>478</width>
<height>347</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="3">
<item row="0" column="0" colspan="2">
<widget class="PartResizerWidget" name="m_PartResizerWidget" native="true">
<property name="minimumSize">
<size>
@ -27,7 +30,7 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="3">
<item row="1" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
@ -37,8 +40,8 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
<width>470</width>
<height>17</height>
</size>
</property>
</spacer>
@ -62,7 +65,7 @@
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QRadioButton" name="m_RadioPrimary">
@ -106,15 +109,8 @@
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="KComboBox" name="m_ComboFileSystem">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<item row="3" column="1">
<widget class="KComboBox" name="m_ComboFileSystem"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="m_LabelTextLabel">
@ -129,7 +125,7 @@
</property>
</widget>
</item>
<item row="4" column="1" colspan="2">
<item row="4" column="1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="KLineEdit" name="m_EditLabel">
@ -166,7 +162,7 @@
</property>
</widget>
</item>
<item row="5" column="1" colspan="2">
<item row="5" column="1">
<widget class="QLabel" name="m_LabelMinSize">
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -189,7 +185,7 @@
</property>
</widget>
</item>
<item row="6" column="1" colspan="2">
<item row="6" column="1">
<widget class="QLabel" name="m_LabelMaxSize">
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
@ -200,7 +196,7 @@
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
@ -215,11 +211,11 @@
</property>
</widget>
</item>
<item row="7" column="1" colspan="2">
<item row="7" column="1">
<widget class="FormattedSpinBox" name="m_SpinFreeBefore">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>3</horstretch>
<horstretch>4</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
@ -250,14 +246,8 @@
</property>
</widget>
</item>
<item row="8" column="1" colspan="2">
<item row="8" column="1">
<widget class="FormattedSpinBox" name="m_SpinCapacity">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>
@ -285,14 +275,8 @@
</property>
</widget>
</item>
<item row="9" column="1" colspan="2">
<item row="9" column="1">
<widget class="FormattedSpinBox" name="m_SpinFreeAfter">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>3</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>
@ -301,7 +285,7 @@
</property>
</widget>
</item>
<item row="10" column="0" colspan="3">
<item row="10" column="0" colspan="2">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
@ -311,8 +295,8 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>10</height>
<width>470</width>
<height>7</height>
</size>
</property>
</spacer>