Skip to content

Commit

Permalink
Fix uic warnings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11531 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Aug 31, 2009
1 parent cf431e2 commit c91177b
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 11 deletions.
4 changes: 3 additions & 1 deletion src/ui/qgscustomprojectiondialogbase.ui
Expand Up @@ -13,7 +13,9 @@
<string>Custom Coordinate Reference System Definition</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgslabeldialogbase.ui
Expand Up @@ -630,7 +630,7 @@
<height>399</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout" >
<layout class="QGridLayout" name="gridLayout_1" >
<item row="0" column="0" >
<widget class="QLabel" name="lblFont" >
<property name="sizePolicy" >
Expand Down
4 changes: 3 additions & 1 deletion src/ui/qgsmeasurebase.ui
Expand Up @@ -19,7 +19,9 @@
<string>Measure</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<property name="margin" >
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -811,7 +811,7 @@
<property name="title">
<string>Vertex markers</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout_1">
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="mMarkersOnlyForSelectedCheckBox">
<property name="text">
Expand Down
4 changes: 3 additions & 1 deletion src/ui/qgspgquerybuilderbase.ui
Expand Up @@ -21,7 +21,9 @@
<string>PostgreSQL Query Builder</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<property name="modal" >
<bool>true</bool>
Expand Down
4 changes: 3 additions & 1 deletion src/ui/qgsprojectionselectorbase.ui
Expand Up @@ -19,7 +19,9 @@
<string>Coordinate Reference System Selector</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" >
<property name="leftMargin" >
Expand Down
3 changes: 1 addition & 2 deletions src/ui/qgsserversourceselectbase.ui
Expand Up @@ -146,7 +146,7 @@
<attribute name="title">
<string>Layer Order</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout_1">
<item row="0" column="0">
<widget class="QPushButton" name="mLayerUpButton">
<property name="text">
Expand Down Expand Up @@ -194,7 +194,6 @@
</layout>
<zorder>mLayerUpButton</zorder>
<zorder>mLayerDownButton</zorder>
<zorder>horizontalSpacer</zorder>
<zorder>mLayerOrderTreeWidget</zorder>
</widget>
<widget class="QWidget" name="tab_2">
Expand Down
1 change: 0 additions & 1 deletion src/ui/qgssinglesymboldialogbase.ui
Expand Up @@ -251,7 +251,6 @@
<zorder>fillcolorlabel</zorder>
<zorder>btnFillColor</zorder>
<zorder>fillcolorlabel_2</zorder>
<zorder>mGroupPoint</zorder>
</widget>
</item>
<item row="1" column="0" >
Expand Down
4 changes: 3 additions & 1 deletion src/ui/qgsspatialitesourceselectbase.ui
Expand Up @@ -13,7 +13,9 @@
<string>Add SpatiaLite Table(s)</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
Expand Down
4 changes: 3 additions & 1 deletion src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -19,7 +19,9 @@
<string>Layer Properties</string>
</property>
<property name="windowIcon" >
<iconset/>
<iconset>
<normaloff/>
</iconset>
</property>
<property name="modal" >
<bool>true</bool>
Expand Down

0 comments on commit c91177b

Please sign in to comment.