Skip to content

Commit a555320

Browse files
committedOct 23, 2017
[Geometry checker] Reorder some UI elements
1 parent 156f006 commit a555320

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed
 

‎src/plugins/geometry_checker/ui/qgsgeometrycheckersetuptab.ui

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<property name="geometry">
4242
<rect>
4343
<x>0</x>
44-
<y>-222</y>
44+
<y>0</y>
4545
<width>626</width>
4646
<height>991</height>
4747
</rect>
@@ -110,14 +110,14 @@
110110
</widget>
111111
</item>
112112
<item>
113-
<widget class="QGroupBox" name="groupBox_2">
113+
<widget class="QGroupBox" name="groupBoxGeometryTypes">
114114
<property name="title">
115-
<string>Geometry validity</string>
115+
<string>Allowed geometry types</string>
116116
</property>
117117
<property name="flat">
118118
<bool>true</bool>
119119
</property>
120-
<layout class="QGridLayout" name="gridLayout_8">
120+
<layout class="QGridLayout" name="gridLayout">
121121
<property name="leftMargin">
122122
<number>2</number>
123123
</property>
@@ -130,58 +130,63 @@
130130
<property name="bottomMargin">
131131
<number>2</number>
132132
</property>
133+
<property name="spacing">
134+
<number>2</number>
135+
</property>
133136
<item row="0" column="0">
134-
<widget class="QCheckBox" name="checkBoxSelfIntersections">
137+
<widget class="QCheckBox" name="checkBoxPoint">
135138
<property name="text">
136-
<string>Self intersections</string>
137-
</property>
138-
<property name="checked">
139-
<bool>true</bool>
139+
<string>Point</string>
140140
</property>
141141
</widget>
142142
</item>
143143
<item row="1" column="0">
144-
<widget class="QCheckBox" name="checkBoxDuplicateNodes">
144+
<widget class="QCheckBox" name="checkBoxMultipoint">
145145
<property name="text">
146-
<string>Duplicate nodes</string>
146+
<string>Multipoint</string>
147147
</property>
148-
<property name="checked">
149-
<bool>true</bool>
148+
</widget>
149+
</item>
150+
<item row="0" column="1">
151+
<widget class="QCheckBox" name="checkBoxLine">
152+
<property name="text">
153+
<string>Line</string>
150154
</property>
151155
</widget>
152156
</item>
153157
<item row="1" column="1">
154-
<widget class="QCheckBox" name="checkBoxDegeneratePolygon">
158+
<widget class="QCheckBox" name="checkBoxMultiline">
155159
<property name="text">
156-
<string>Polygon with less than 3 nodes</string>
157-
</property>
158-
<property name="checked">
159-
<bool>true</bool>
160+
<string>Multiline</string>
160161
</property>
161162
</widget>
162163
</item>
163-
<item row="0" column="1">
164-
<widget class="QCheckBox" name="checkBoxSelfContacts">
164+
<item row="0" column="2">
165+
<widget class="QCheckBox" name="checkBoxPolygon">
165166
<property name="text">
166-
<string>Self contacts</string>
167+
<string>Polygon</string>
167168
</property>
168-
<property name="checked">
169-
<bool>true</bool>
169+
</widget>
170+
</item>
171+
<item row="1" column="2">
172+
<widget class="QCheckBox" name="checkBoxMultipolygon">
173+
<property name="text">
174+
<string>Multipolygon</string>
170175
</property>
171176
</widget>
172177
</item>
173178
</layout>
174179
</widget>
175180
</item>
176181
<item>
177-
<widget class="QGroupBox" name="groupBoxGeometryTypes">
182+
<widget class="QGroupBox" name="groupBox_2">
178183
<property name="title">
179-
<string>Allowed geometry types</string>
184+
<string>Geometry validity</string>
180185
</property>
181186
<property name="flat">
182187
<bool>true</bool>
183188
</property>
184-
<layout class="QGridLayout" name="gridLayout">
189+
<layout class="QGridLayout" name="gridLayout_8">
185190
<property name="leftMargin">
186191
<number>2</number>
187192
</property>
@@ -194,48 +199,43 @@
194199
<property name="bottomMargin">
195200
<number>2</number>
196201
</property>
197-
<property name="spacing">
198-
<number>2</number>
199-
</property>
200202
<item row="0" column="0">
201-
<widget class="QCheckBox" name="checkBoxPoint">
203+
<widget class="QCheckBox" name="checkBoxSelfIntersections">
202204
<property name="text">
203-
<string>Point</string>
205+
<string>Self intersections</string>
206+
</property>
207+
<property name="checked">
208+
<bool>true</bool>
204209
</property>
205210
</widget>
206211
</item>
207212
<item row="1" column="0">
208-
<widget class="QCheckBox" name="checkBoxMultipoint">
213+
<widget class="QCheckBox" name="checkBoxDuplicateNodes">
209214
<property name="text">
210-
<string>Multipoint</string>
215+
<string>Duplicate nodes</string>
211216
</property>
212-
</widget>
213-
</item>
214-
<item row="0" column="1">
215-
<widget class="QCheckBox" name="checkBoxLine">
216-
<property name="text">
217-
<string>Line</string>
217+
<property name="checked">
218+
<bool>true</bool>
218219
</property>
219220
</widget>
220221
</item>
221222
<item row="1" column="1">
222-
<widget class="QCheckBox" name="checkBoxMultiline">
223+
<widget class="QCheckBox" name="checkBoxDegeneratePolygon">
223224
<property name="text">
224-
<string>Multiline</string>
225+
<string>Polygon with less than 3 nodes</string>
225226
</property>
226-
</widget>
227-
</item>
228-
<item row="0" column="2">
229-
<widget class="QCheckBox" name="checkBoxPolygon">
230-
<property name="text">
231-
<string>Polygon</string>
227+
<property name="checked">
228+
<bool>true</bool>
232229
</property>
233230
</widget>
234231
</item>
235-
<item row="1" column="2">
236-
<widget class="QCheckBox" name="checkBoxMultipolygon">
232+
<item row="0" column="1">
233+
<widget class="QCheckBox" name="checkBoxSelfContacts">
237234
<property name="text">
238-
<string>Multipolygon</string>
235+
<string>Self contacts</string>
236+
</property>
237+
<property name="checked">
238+
<bool>true</bool>
239239
</property>
240240
</widget>
241241
</item>
@@ -768,14 +768,14 @@
768768
</layout>
769769
<zorder>groupBoxInputLayers</zorder>
770770
<zorder>groupBox_2</zorder>
771-
<zorder>groupBoxGeometryTypes</zorder>
772771
<zorder>groupBoxGeometryConditions</zorder>
773772
<zorder>line</zorder>
774773
<zorder>groupBoxGeometryProperties</zorder>
775774
<zorder>groupBoxTopology</zorder>
776775
<zorder>groupBoxOutputLayers</zorder>
777776
<zorder>line_2</zorder>
778777
<zorder>line_3</zorder>
778+
<zorder>groupBoxGeometryTypes</zorder>
779779
</widget>
780780
</item>
781781
<item row="1" column="0">

0 commit comments

Comments
 (0)