Skip to content

Commit

Permalink
Fix ui build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 8, 2017
1 parent 6a73801 commit 297138f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/ui/qgsnewspatialitelayerdialogbase.ui
Expand Up @@ -93,7 +93,7 @@
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<widget class="QLabel" name="label1">
<property name="text">
<string>Layer name</string>
</property>
Expand Down Expand Up @@ -176,7 +176,7 @@
</layout>
</item>
<item row="4" colspan="3">
<widget class="QGroupBox" name="groupBox">
<widget class="QGroupBox" name="groupBox1">
<property name="title">
<string>New field</string>
</property>
Expand Down Expand Up @@ -417,12 +417,6 @@
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>mPointRadioButton</tabstop>
<tabstop>mLineRadioButton</tabstop>
<tabstop>mPolygonRadioButton</tabstop>
<tabstop>mMultipointRadioButton</tabstop>
<tabstop>mMultilineRadioButton</tabstop>
<tabstop>mMultipolygonRadioButton</tabstop>
<tabstop>mDatabaseComboBox</tabstop>
<tabstop>toolButtonNewDatabase</tabstop>
<tabstop>leLayerName</tabstop>
Expand Down

0 comments on commit 297138f

Please sign in to comment.