Skip to content

Commit 177a510

Browse files
author
timlinux
committedNov 14, 2010
Added icons to labelling tabs
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14658 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed
 

‎src/ui/qgslabelingguibase.ui

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,17 @@
102102
<property name="currentIndex">
103103
<number>0</number>
104104
</property>
105+
<property name="iconSize">
106+
<size>
107+
<width>32</width>
108+
<height>32</height>
109+
</size>
110+
</property>
105111
<widget class="QWidget" name="tab_3">
112+
<attribute name="icon">
113+
<iconset resource="../../images/images.qrc">
114+
<normaloff>:/images/themes/default/propertyicons/labels.png</normaloff>:/images/themes/default/propertyicons/labels.png</iconset>
115+
</attribute>
106116
<attribute name="title">
107117
<string>Label settings</string>
108118
</attribute>
@@ -353,6 +363,10 @@
353363
</layout>
354364
</widget>
355365
<widget class="QWidget" name="tab">
366+
<attribute name="icon">
367+
<iconset resource="../../images/images.qrc">
368+
<normaloff>:/images/themes/default/propertyicons/general.png</normaloff>:/images/themes/default/propertyicons/general.png</iconset>
369+
</attribute>
356370
<attribute name="title">
357371
<string>Advanced</string>
358372
</attribute>
@@ -783,6 +797,10 @@
783797
</layout>
784798
</widget>
785799
<widget class="QWidget" name="tab_4">
800+
<attribute name="icon">
801+
<iconset resource="../../images/images.qrc">
802+
<normaloff>:/images/themes/gis/mActionOpenTable.png</normaloff>:/images/themes/gis/mActionOpenTable.png</iconset>
803+
</attribute>
786804
<attribute name="title">
787805
<string>Data defined settings</string>
788806
</attribute>
@@ -1021,7 +1039,9 @@
10211039
<tabstops>
10221040
<tabstop>buttonBox</tabstop>
10231041
</tabstops>
1024-
<resources/>
1042+
<resources>
1043+
<include location="../../images/images.qrc"/>
1044+
</resources>
10251045
<connections>
10261046
<connection>
10271047
<sender>buttonBox</sender>

0 commit comments

Comments
 (0)
Please sign in to comment.