Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added icons to labelling tabs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14658 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 14, 2010
1 parent 354e991 commit 177a510
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/ui/qgslabelingguibase.ui
Expand Up @@ -102,7 +102,17 @@
<property name="currentIndex">
<number>0</number>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/labels.png</normaloff>:/images/themes/default/propertyicons/labels.png</iconset>
</attribute>
<attribute name="title">
<string>Label settings</string>
</attribute>
Expand Down Expand Up @@ -353,6 +363,10 @@
</layout>
</widget>
<widget class="QWidget" name="tab">
<attribute name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/general.png</normaloff>:/images/themes/default/propertyicons/general.png</iconset>
</attribute>
<attribute name="title">
<string>Advanced</string>
</attribute>
Expand Down Expand Up @@ -783,6 +797,10 @@
</layout>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/gis/mActionOpenTable.png</normaloff>:/images/themes/gis/mActionOpenTable.png</iconset>
</attribute>
<attribute name="title">
<string>Data defined settings</string>
</attribute>
Expand Down Expand Up @@ -1021,7 +1039,9 @@
<tabstops>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../../images/images.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
Expand Down

0 comments on commit 177a510

Please sign in to comment.