Skip to content

Commit

Permalink
Set property icons for raster props dialog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12231 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 23, 2009
1 parent 25aae5c commit cd68c0f
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>757</width>
<height>608</height>
<height>638</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -92,62 +92,62 @@
<string>Symbology</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/newgis/propertyicons/symbology.png</normaloff>:/images/themes/newgis/propertyicons/symbology.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Transparency</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/newgis/propertyicons/transparency.png</normaloff>:/images/themes/newgis/propertyicons/transparency.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Colormap</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/newgis/propertyicons/colormap.png</normaloff>:/images/themes/newgis/propertyicons/colormap.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>General</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/newgis/propertyicons/general.png</normaloff>:/images/themes/newgis/propertyicons/general.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Metadata</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/newgis/propertyicons/metadata.png</normaloff>:/images/themes/newgis/propertyicons/metadata.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Pyramids</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/newgis/propertyicons/pyramids.png</normaloff>:/images/themes/newgis/propertyicons/pyramids.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Histogram</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/newgis/propertyicons/histogram.png</normaloff>:/images/themes/newgis/propertyicons/histogram.png</iconset>
</property>
</item>
</widget>
Expand Down Expand Up @@ -1824,7 +1824,7 @@
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
Expand Down Expand Up @@ -2135,7 +2135,9 @@ p, li { white-space: pre-wrap; }
<tabstop>lstHistogramLabels</tabstop>
<tabstop>sboxSingleBandStdDev</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../../images/images.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
Expand Down

0 comments on commit cd68c0f

Please sign in to comment.