git-svn-id: http://svn.osgeo.org/qgis/trunk@13855 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-06-30 18:35:36 +00:00
parent 8b729f30c6
commit 121931ba1c

View File

@ -28,6 +28,9 @@
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget>
</item>
<item row="1" column="0" colspan="2">
@ -38,6 +41,9 @@
<property name="text">
<string>Input Coordinates</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget>
</item>
<item row="3" column="0">
@ -112,6 +118,9 @@
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
@ -139,6 +148,9 @@
<property name="text">
<string>Use this number of points</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
@ -386,4 +398,8 @@
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="buttonGroup"/>
<buttongroup name="buttonGroup_2"/>
</buttongroups>
</ui>