Skip to content

Commit

Permalink
Fix max-p dialog layout
Browse files Browse the repository at this point in the history
This commit closes #13 and closes #14 both related to the max-p dialog
  • Loading branch information
sergiobuj committed Feb 25, 2014
1 parent be9f2c1 commit 759a128
Showing 1 changed file with 67 additions and 30 deletions.
97 changes: 67 additions & 30 deletions uifiles/ui_maxp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<x>20</x>
<y>20</y>
<width>331</width>
<height>181</height>
<height>171</height>
</rect>
</property>
<property name="minimumSize">
Expand Down Expand Up @@ -145,9 +145,9 @@
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<y>270</y>
<width>331</width>
<height>151</height>
<height>111</height>
</rect>
</property>
<property name="minimumSize">
Expand All @@ -165,37 +165,26 @@
<x>20</x>
<y>20</y>
<width>291</width>
<height>111</height>
<height>81</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="horizontalSpacing">
<number>12</number>
</property>
<property name="verticalSpacing">
<number>12</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Maximum iterations</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="maxit_spin">
<item row="1" column="1">
<widget class="QSpinBox" name="tabumax_spin">
<property name="minimum">
<number>1</number>
</property>
<property name="value">
<number>2</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Tabu maximum steps</string>
<number>5</number>
</property>
</widget>
</item>
Expand All @@ -206,8 +195,8 @@
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="tabumax_spin">
<item row="2" column="1">
<widget class="QSpinBox" name="tabulength_spin">
<property name="minimum">
<number>1</number>
</property>
Expand All @@ -216,13 +205,10 @@
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="tabulength_spin">
<property name="minimum">
<number>1</number>
</property>
<property name="value">
<number>5</number>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Tabu maximum steps</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -278,6 +264,57 @@
<string>Add to map canvas</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>331</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Construction phase parameters</string>
</property>
<widget class="QWidget" name="formLayoutWidget_3">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>291</width>
<height>31</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_3">
<property name="horizontalSpacing">
<number>12</number>
</property>
<property name="verticalSpacing">
<number>12</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Maximum iterations</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="maxit_spin">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>99999</number>
</property>
<property name="value">
<number>2</number>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
Expand Down

0 comments on commit 759a128

Please sign in to comment.