[QGIS Commit] r14658 - trunk/qgis/src/ui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Nov 14 16:33:26 EST 2010


Author: timlinux
Date: 2010-11-14 13:33:26 -0800 (Sun, 14 Nov 2010)
New Revision: 14658

Modified:
   trunk/qgis/src/ui/qgslabelingguibase.ui
Log:
Added icons to labelling tabs

Modified: trunk/qgis/src/ui/qgslabelingguibase.ui
===================================================================
--- trunk/qgis/src/ui/qgslabelingguibase.ui	2010-11-14 21:30:01 UTC (rev 14657)
+++ trunk/qgis/src/ui/qgslabelingguibase.ui	2010-11-14 21:33:26 UTC (rev 14658)
@@ -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>
@@ -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>
@@ -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>
@@ -1021,7 +1039,9 @@
  <tabstops>
   <tabstop>buttonBox</tabstop>
  </tabstops>
- <resources/>
+ <resources>
+  <include location="../../images/images.qrc"/>
+ </resources>
  <connections>
   <connection>
    <sender>buttonBox</sender>



More information about the QGIS-commit mailing list