Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
new fix for #2836
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13876 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 2, 2010
1 parent 2792108 commit 1092528
Showing 1 changed file with 89 additions and 77 deletions.
166 changes: 89 additions & 77 deletions python/plugins/fTools/tools/frmRegPoints.ui
Expand Up @@ -20,83 +20,92 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="rdoBoundary">
<property name="text">
<string>Input Boundary Layer</string>
</property>
<property name="checked">
<bool>true</bool>
<item row="0" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Area</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0" colspan="4">
<widget class="QRadioButton" name="rdoBoundary">
<property name="text">
<string>Input Boundary Layer</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="4">
<widget class="QComboBox" name="inShape"/>
</item>
<item row="2" column="0" colspan="4">
<widget class="QRadioButton" name="rdoCoordinates">
<property name="text">
<string>Input Coordinates</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>X Min</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="xMin">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Y Min</string>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="QLineEdit" name="yMin">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>X Max</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="xMax">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Y Max</string>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QLineEdit" name="yMax">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QComboBox" name="inShape"/>
</item>
<item row="2" column="0">
<widget class="QRadioButton" name="rdoCoordinates">
<property name="text">
<string>Input Coordinates</string>
</property>
</widget>
</item>
<item row="3" column="0">
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>X Min</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="xMin"/>
</item>
</layout>
</item>
<item row="3" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Y Min</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="yMin"/>
</item>
</layout>
</item>
<item row="4" column="0">
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>X Max</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="xMax"/>
</item>
</layout>
</item>
<item row="4" column="1">
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Y Max</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="yMax"/>
</item>
</layout>
</item>
<item row="5" column="0" colspan="2">
<widget class="QGroupBox" name="gridBox">
<property name="title">
<string>Grid Spacing</string>
Expand Down Expand Up @@ -143,6 +152,9 @@
</item>
<item>
<widget class="QSpinBox" name="spnNumber">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
Expand Down Expand Up @@ -183,7 +195,7 @@
</layout>
</widget>
</item>
<item row="6" column="0">
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
Expand All @@ -196,7 +208,7 @@
</property>
</widget>
</item>
<item row="7" column="0" colspan="2">
<item row="3" column="0" colspan="2">
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="outShape">
Expand All @@ -214,7 +226,7 @@
</item>
</layout>
</item>
<item row="8" column="0">
<item row="4" column="0">
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>0</number>
Expand All @@ -227,7 +239,7 @@
</property>
</widget>
</item>
<item row="8" column="1">
<item row="4" column="1">
<widget class="QDialogButtonBox" name="buttonBox_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Expand Down

0 comments on commit 1092528

Please sign in to comment.