Skip to content

Commit 1092528

Browse files
author
jef
committedJul 2, 2010
new fix for #2836
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13876 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+89
-77
lines changed

1 file changed

+89
-77
lines changed
 

‎python/plugins/fTools/tools/frmRegPoints.ui

Lines changed: 89 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -20,83 +20,92 @@
2020
<bool>true</bool>
2121
</property>
2222
<layout class="QGridLayout" name="gridLayout">
23-
<item row="0" column="0">
24-
<widget class="QRadioButton" name="rdoBoundary">
25-
<property name="text">
26-
<string>Input Boundary Layer</string>
27-
</property>
28-
<property name="checked">
29-
<bool>true</bool>
23+
<item row="0" column="0" colspan="2">
24+
<widget class="QGroupBox" name="groupBox">
25+
<property name="title">
26+
<string>Area</string>
3027
</property>
28+
<layout class="QGridLayout" name="gridLayout_2">
29+
<item row="0" column="0" colspan="4">
30+
<widget class="QRadioButton" name="rdoBoundary">
31+
<property name="text">
32+
<string>Input Boundary Layer</string>
33+
</property>
34+
<property name="checked">
35+
<bool>true</bool>
36+
</property>
37+
</widget>
38+
</item>
39+
<item row="1" column="0" colspan="4">
40+
<widget class="QComboBox" name="inShape"/>
41+
</item>
42+
<item row="2" column="0" colspan="4">
43+
<widget class="QRadioButton" name="rdoCoordinates">
44+
<property name="text">
45+
<string>Input Coordinates</string>
46+
</property>
47+
</widget>
48+
</item>
49+
<item row="3" column="0">
50+
<widget class="QLabel" name="label">
51+
<property name="text">
52+
<string>X Min</string>
53+
</property>
54+
</widget>
55+
</item>
56+
<item row="3" column="1">
57+
<widget class="QLineEdit" name="xMin">
58+
<property name="enabled">
59+
<bool>false</bool>
60+
</property>
61+
</widget>
62+
</item>
63+
<item row="3" column="2">
64+
<widget class="QLabel" name="label_4">
65+
<property name="text">
66+
<string>Y Min</string>
67+
</property>
68+
</widget>
69+
</item>
70+
<item row="3" column="3">
71+
<widget class="QLineEdit" name="yMin">
72+
<property name="enabled">
73+
<bool>false</bool>
74+
</property>
75+
</widget>
76+
</item>
77+
<item row="4" column="0">
78+
<widget class="QLabel" name="label_3">
79+
<property name="text">
80+
<string>X Max</string>
81+
</property>
82+
</widget>
83+
</item>
84+
<item row="4" column="1">
85+
<widget class="QLineEdit" name="xMax">
86+
<property name="enabled">
87+
<bool>false</bool>
88+
</property>
89+
</widget>
90+
</item>
91+
<item row="4" column="2">
92+
<widget class="QLabel" name="label_5">
93+
<property name="text">
94+
<string>Y Max</string>
95+
</property>
96+
</widget>
97+
</item>
98+
<item row="4" column="3">
99+
<widget class="QLineEdit" name="yMax">
100+
<property name="enabled">
101+
<bool>false</bool>
102+
</property>
103+
</widget>
104+
</item>
105+
</layout>
31106
</widget>
32107
</item>
33108
<item row="1" column="0" colspan="2">
34-
<widget class="QComboBox" name="inShape"/>
35-
</item>
36-
<item row="2" column="0">
37-
<widget class="QRadioButton" name="rdoCoordinates">
38-
<property name="text">
39-
<string>Input Coordinates</string>
40-
</property>
41-
</widget>
42-
</item>
43-
<item row="3" column="0">
44-
<layout class="QHBoxLayout">
45-
<item>
46-
<widget class="QLabel" name="label">
47-
<property name="text">
48-
<string>X Min</string>
49-
</property>
50-
</widget>
51-
</item>
52-
<item>
53-
<widget class="QLineEdit" name="xMin"/>
54-
</item>
55-
</layout>
56-
</item>
57-
<item row="3" column="1">
58-
<layout class="QHBoxLayout">
59-
<item>
60-
<widget class="QLabel" name="label_4">
61-
<property name="text">
62-
<string>Y Min</string>
63-
</property>
64-
</widget>
65-
</item>
66-
<item>
67-
<widget class="QLineEdit" name="yMin"/>
68-
</item>
69-
</layout>
70-
</item>
71-
<item row="4" column="0">
72-
<layout class="QHBoxLayout">
73-
<item>
74-
<widget class="QLabel" name="label_3">
75-
<property name="text">
76-
<string>X Max</string>
77-
</property>
78-
</widget>
79-
</item>
80-
<item>
81-
<widget class="QLineEdit" name="xMax"/>
82-
</item>
83-
</layout>
84-
</item>
85-
<item row="4" column="1">
86-
<layout class="QHBoxLayout">
87-
<item>
88-
<widget class="QLabel" name="label_5">
89-
<property name="text">
90-
<string>Y Max</string>
91-
</property>
92-
</widget>
93-
</item>
94-
<item>
95-
<widget class="QLineEdit" name="yMax"/>
96-
</item>
97-
</layout>
98-
</item>
99-
<item row="5" column="0" colspan="2">
100109
<widget class="QGroupBox" name="gridBox">
101110
<property name="title">
102111
<string>Grid Spacing</string>
@@ -143,6 +152,9 @@
143152
</item>
144153
<item>
145154
<widget class="QSpinBox" name="spnNumber">
155+
<property name="enabled">
156+
<bool>false</bool>
157+
</property>
146158
<property name="minimum">
147159
<number>1</number>
148160
</property>
@@ -183,7 +195,7 @@
183195
</layout>
184196
</widget>
185197
</item>
186-
<item row="6" column="0">
198+
<item row="2" column="0">
187199
<widget class="QLabel" name="label_2">
188200
<property name="sizePolicy">
189201
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
@@ -196,7 +208,7 @@
196208
</property>
197209
</widget>
198210
</item>
199-
<item row="7" column="0" colspan="2">
211+
<item row="3" column="0" colspan="2">
200212
<layout class="QHBoxLayout">
201213
<item>
202214
<widget class="QLineEdit" name="outShape">
@@ -214,7 +226,7 @@
214226
</item>
215227
</layout>
216228
</item>
217-
<item row="8" column="0">
229+
<item row="4" column="0">
218230
<widget class="QProgressBar" name="progressBar">
219231
<property name="value">
220232
<number>0</number>
@@ -227,7 +239,7 @@
227239
</property>
228240
</widget>
229241
</item>
230-
<item row="8" column="1">
242+
<item row="4" column="1">
231243
<widget class="QDialogButtonBox" name="buttonBox_2">
232244
<property name="orientation">
233245
<enum>Qt::Horizontal</enum>

0 commit comments

Comments
 (0)
Please sign in to comment.