Skip to content

Commit 4a98036

Browse files
author
jef
committed
fix #2836
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13855 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b0e9a5e commit 4a98036

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

python/plugins/fTools/tools/frmRegPoints.ui

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<property name="checked">
2929
<bool>true</bool>
3030
</property>
31+
<attribute name="buttonGroup">
32+
<string>buttonGroup</string>
33+
</attribute>
3134
</widget>
3235
</item>
3336
<item row="1" column="0" colspan="2">
@@ -38,6 +41,9 @@
3841
<property name="text">
3942
<string>Input Coordinates</string>
4043
</property>
44+
<attribute name="buttonGroup">
45+
<string>buttonGroup</string>
46+
</attribute>
4147
</widget>
4248
</item>
4349
<item row="3" column="0">
@@ -112,6 +118,9 @@
112118
<property name="checked">
113119
<bool>true</bool>
114120
</property>
121+
<attribute name="buttonGroup">
122+
<string>buttonGroup_2</string>
123+
</attribute>
115124
</widget>
116125
</item>
117126
<item>
@@ -139,6 +148,9 @@
139148
<property name="text">
140149
<string>Use this number of points</string>
141150
</property>
151+
<attribute name="buttonGroup">
152+
<string>buttonGroup_2</string>
153+
</attribute>
142154
</widget>
143155
</item>
144156
<item>
@@ -386,4 +398,8 @@
386398
</hints>
387399
</connection>
388400
</connections>
401+
<buttongroups>
402+
<buttongroup name="buttonGroup"/>
403+
<buttongroup name="buttonGroup_2"/>
404+
</buttongroups>
389405
</ui>

0 commit comments

Comments
 (0)