Skip to content

Commit

Permalink
[Geometry checker] Reorder some UI elements
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 23, 2017
1 parent 156f006 commit a555320
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions src/plugins/geometry_checker/ui/qgsgeometrycheckersetuptab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-222</y>
<y>0</y>
<width>626</width>
<height>991</height>
</rect>
Expand Down Expand Up @@ -110,14 +110,14 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<widget class="QGroupBox" name="groupBoxGeometryTypes">
<property name="title">
<string>Geometry validity</string>
<string>Allowed geometry types</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>2</number>
</property>
Expand All @@ -130,58 +130,63 @@
<property name="bottomMargin">
<number>2</number>
</property>
<property name="spacing">
<number>2</number>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBoxSelfIntersections">
<widget class="QCheckBox" name="checkBoxPoint">
<property name="text">
<string>Self intersections</string>
</property>
<property name="checked">
<bool>true</bool>
<string>Point</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBoxDuplicateNodes">
<widget class="QCheckBox" name="checkBoxMultipoint">
<property name="text">
<string>Duplicate nodes</string>
<string>Multipoint</string>
</property>
<property name="checked">
<bool>true</bool>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBoxLine">
<property name="text">
<string>Line</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBoxDegeneratePolygon">
<widget class="QCheckBox" name="checkBoxMultiline">
<property name="text">
<string>Polygon with less than 3 nodes</string>
</property>
<property name="checked">
<bool>true</bool>
<string>Multiline</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBoxSelfContacts">
<item row="0" column="2">
<widget class="QCheckBox" name="checkBoxPolygon">
<property name="text">
<string>Self contacts</string>
<string>Polygon</string>
</property>
<property name="checked">
<bool>true</bool>
</widget>
</item>
<item row="1" column="2">
<widget class="QCheckBox" name="checkBoxMultipolygon">
<property name="text">
<string>Multipolygon</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxGeometryTypes">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Allowed geometry types</string>
<string>Geometry validity</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout_8">
<property name="leftMargin">
<number>2</number>
</property>
Expand All @@ -194,48 +199,43 @@
<property name="bottomMargin">
<number>2</number>
</property>
<property name="spacing">
<number>2</number>
</property>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBoxPoint">
<widget class="QCheckBox" name="checkBoxSelfIntersections">
<property name="text">
<string>Point</string>
<string>Self intersections</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="checkBoxMultipoint">
<widget class="QCheckBox" name="checkBoxDuplicateNodes">
<property name="text">
<string>Multipoint</string>
<string>Duplicate nodes</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBoxLine">
<property name="text">
<string>Line</string>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBoxMultiline">
<widget class="QCheckBox" name="checkBoxDegeneratePolygon">
<property name="text">
<string>Multiline</string>
<string>Polygon with less than 3 nodes</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="checkBoxPolygon">
<property name="text">
<string>Polygon</string>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QCheckBox" name="checkBoxMultipolygon">
<item row="0" column="1">
<widget class="QCheckBox" name="checkBoxSelfContacts">
<property name="text">
<string>Multipolygon</string>
<string>Self contacts</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
Expand Down Expand Up @@ -768,14 +768,14 @@
</layout>
<zorder>groupBoxInputLayers</zorder>
<zorder>groupBox_2</zorder>
<zorder>groupBoxGeometryTypes</zorder>
<zorder>groupBoxGeometryConditions</zorder>
<zorder>line</zorder>
<zorder>groupBoxGeometryProperties</zorder>
<zorder>groupBoxTopology</zorder>
<zorder>groupBoxOutputLayers</zorder>
<zorder>line_2</zorder>
<zorder>line_3</zorder>
<zorder>groupBoxGeometryTypes</zorder>
</widget>
</item>
<item row="1" column="0">
Expand Down

0 comments on commit a555320

Please sign in to comment.