Skip to content

Commit

Permalink
Refs #6473. Improved inputs alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Nov 20, 2013
1 parent 97d39ab commit e8786ba
Showing 1 changed file with 66 additions and 17 deletions.
Expand Up @@ -6,13 +6,19 @@
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<width>550</width>
<height>500</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<width>550</width>
<height>500</height>
</size>
</property>
Expand Down Expand Up @@ -52,6 +58,9 @@
<property name="text">
<string>Runs:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
Expand All @@ -65,6 +74,9 @@
<property name="text">
<string>Label:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
Expand Down Expand Up @@ -127,26 +139,60 @@
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="paramTypeLayout">
<item>
<widget class="QRadioButton" name="paramTypePrevious">
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Parameters from previous fit</string>
<string>Parameters:</string>
</property>
<property name="checked">
<bool>true</bool>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="paramTypeInitial">
<property name="text">
<string>Initial parameters for every fit</string>
</property>
</widget>
<item row="2" column="1">
<layout class="QHBoxLayout" name="paramTypeLayout">
<item>
<widget class="QRadioButton" name="paramTypePrevious">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Values from previous fit</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">paramTypeGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="paramTypeInitial">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Initial values for every fit</string>
</property>
<attribute name="buttonGroup">
<string notr="true">paramTypeGroup</string>
</attribute>
</widget>
</item>
</layout>
</item>
</layout>
</item>
Expand Down Expand Up @@ -218,4 +264,7 @@
</customwidgets>
<resources/>
<connections/>
<buttongroups>
<buttongroup name="paramTypeGroup"/>
</buttongroups>
</ui>

0 comments on commit e8786ba

Please sign in to comment.