Skip to content

Commit 297138f

Browse files
committedDec 8, 2017
Fix ui build warnings
1 parent 6a73801 commit 297138f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
 

‎src/ui/qgsnewspatialitelayerdialogbase.ui

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</widget>
9494
</item>
9595
<item row="1" column="0">
96-
<widget class="QLabel" name="label">
96+
<widget class="QLabel" name="label1">
9797
<property name="text">
9898
<string>Layer name</string>
9999
</property>
@@ -176,7 +176,7 @@
176176
</layout>
177177
</item>
178178
<item row="4" colspan="3">
179-
<widget class="QGroupBox" name="groupBox">
179+
<widget class="QGroupBox" name="groupBox1">
180180
<property name="title">
181181
<string>New field</string>
182182
</property>
@@ -417,12 +417,6 @@
417417
</customwidgets>
418418
<tabstops>
419419
<tabstop>scrollArea</tabstop>
420-
<tabstop>mPointRadioButton</tabstop>
421-
<tabstop>mLineRadioButton</tabstop>
422-
<tabstop>mPolygonRadioButton</tabstop>
423-
<tabstop>mMultipointRadioButton</tabstop>
424-
<tabstop>mMultilineRadioButton</tabstop>
425-
<tabstop>mMultipolygonRadioButton</tabstop>
426420
<tabstop>mDatabaseComboBox</tabstop>
427421
<tabstop>toolButtonNewDatabase</tabstop>
428422
<tabstop>leLayerName</tabstop>

0 commit comments

Comments
 (0)
Please sign in to comment.