Skip to content

Commit faa91d2

Browse files
author
timlinux
committedNov 14, 2010
gui tweaks for project properties
git-svn-id: http://svn.osgeo.org/qgis/trunk@14635 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 209fa1b commit faa91d2

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed
 

‎src/ui/qgsprojectpropertiesbase.ui

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>555</width>
9+
<width>651</width>
1010
<height>538</height>
1111
</rect>
1212
</property>
@@ -25,7 +25,17 @@
2525
<property name="currentIndex">
2626
<number>0</number>
2727
</property>
28+
<property name="iconSize">
29+
<size>
30+
<width>32</width>
31+
<height>32</height>
32+
</size>
33+
</property>
2834
<widget class="QWidget" name="tab1">
35+
<attribute name="icon">
36+
<iconset resource="../../images/images.qrc">
37+
<normaloff>:/images/themes/default/propertyicons/general.png</normaloff>:/images/themes/default/propertyicons/general.png</iconset>
38+
</attribute>
2939
<attribute name="title">
3040
<string>General</string>
3141
</attribute>
@@ -307,6 +317,10 @@
307317
</layout>
308318
</widget>
309319
<widget class="QWidget" name="tab2">
320+
<attribute name="icon">
321+
<iconset resource="../../images/images.qrc">
322+
<normaloff>:/images/themes/default/propertyicons/CRS.png</normaloff>:/images/themes/default/propertyicons/CRS.png</iconset>
323+
</attribute>
310324
<attribute name="title">
311325
<string>Coordinate Reference System (CRS)</string>
312326
</attribute>
@@ -336,6 +350,10 @@
336350
</layout>
337351
</widget>
338352
<widget class="QWidget" name="tab3">
353+
<attribute name="icon">
354+
<iconset resource="../../images/images.qrc">
355+
<normaloff>:/images/themes/default/propertyicons/map_tools.png</normaloff>:/images/themes/default/propertyicons/map_tools.png</iconset>
356+
</attribute>
339357
<attribute name="title">
340358
<string>Identifiable layers</string>
341359
</attribute>
@@ -411,7 +429,9 @@
411429
<tabstop>tabWidget</tabstop>
412430
<tabstop>buttonBox</tabstop>
413431
</tabstops>
414-
<resources/>
432+
<resources>
433+
<include location="../../images/images.qrc"/>
434+
</resources>
415435
<connections>
416436
<connection>
417437
<sender>radManual</sender>

0 commit comments

Comments
 (0)
Please sign in to comment.