Skip to content

Commit e02df3a

Browse files
author
timlinux
committedNov 23, 2009
Set property icons for raster props dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12231 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed
 

‎src/ui/qgsrasterlayerpropertiesbase.ui

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>757</width>
10-
<height>608</height>
10+
<height>638</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -92,62 +92,62 @@
9292
<string>Symbology</string>
9393
</property>
9494
<property name="icon">
95-
<iconset>
96-
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
95+
<iconset resource="../../images/images.qrc">
96+
<normaloff>:/images/themes/newgis/propertyicons/symbology.png</normaloff>:/images/themes/newgis/propertyicons/symbology.png</iconset>
9797
</property>
9898
</item>
9999
<item>
100100
<property name="text">
101101
<string>Transparency</string>
102102
</property>
103103
<property name="icon">
104-
<iconset>
105-
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
104+
<iconset resource="../../images/images.qrc">
105+
<normaloff>:/images/themes/newgis/propertyicons/transparency.png</normaloff>:/images/themes/newgis/propertyicons/transparency.png</iconset>
106106
</property>
107107
</item>
108108
<item>
109109
<property name="text">
110110
<string>Colormap</string>
111111
</property>
112112
<property name="icon">
113-
<iconset>
114-
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
113+
<iconset resource="../../images/images.qrc">
114+
<normaloff>:/images/themes/newgis/propertyicons/colormap.png</normaloff>:/images/themes/newgis/propertyicons/colormap.png</iconset>
115115
</property>
116116
</item>
117117
<item>
118118
<property name="text">
119119
<string>General</string>
120120
</property>
121121
<property name="icon">
122-
<iconset>
123-
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
122+
<iconset resource="../../images/images.qrc">
123+
<normaloff>:/images/themes/newgis/propertyicons/general.png</normaloff>:/images/themes/newgis/propertyicons/general.png</iconset>
124124
</property>
125125
</item>
126126
<item>
127127
<property name="text">
128128
<string>Metadata</string>
129129
</property>
130130
<property name="icon">
131-
<iconset>
132-
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
131+
<iconset resource="../../images/images.qrc">
132+
<normaloff>:/images/themes/newgis/propertyicons/metadata.png</normaloff>:/images/themes/newgis/propertyicons/metadata.png</iconset>
133133
</property>
134134
</item>
135135
<item>
136136
<property name="text">
137137
<string>Pyramids</string>
138138
</property>
139139
<property name="icon">
140-
<iconset>
141-
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
140+
<iconset resource="../../images/images.qrc">
141+
<normaloff>:/images/themes/newgis/propertyicons/pyramids.png</normaloff>:/images/themes/newgis/propertyicons/pyramids.png</iconset>
142142
</property>
143143
</item>
144144
<item>
145145
<property name="text">
146146
<string>Histogram</string>
147147
</property>
148148
<property name="icon">
149-
<iconset>
150-
<normaloff>../../../../../../../tmp/info.png</normaloff>../../../../../../../tmp/info.png</iconset>
149+
<iconset resource="../../images/images.qrc">
150+
<normaloff>:/images/themes/newgis/propertyicons/histogram.png</normaloff>:/images/themes/newgis/propertyicons/histogram.png</iconset>
151151
</property>
152152
</item>
153153
</widget>
@@ -1824,7 +1824,7 @@
18241824
<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;
18251825
&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;
18261826
p, li { white-space: pre-wrap; }
1827-
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
1827+
&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;
18281828
&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>
18291829
</property>
18301830
</widget>
@@ -2135,7 +2135,9 @@ p, li { white-space: pre-wrap; }
21352135
<tabstop>lstHistogramLabels</tabstop>
21362136
<tabstop>sboxSingleBandStdDev</tabstop>
21372137
</tabstops>
2138-
<resources/>
2138+
<resources>
2139+
<include location="../../images/images.qrc"/>
2140+
</resources>
21392141
<connections>
21402142
<connection>
21412143
<sender>buttonBox</sender>

0 commit comments

Comments
 (0)
Please sign in to comment.