Skip to content

Commit

Permalink
gui tweaks for project properties
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14635 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 14, 2010
1 parent 209fa1b commit faa91d2
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/ui/qgsprojectpropertiesbase.ui
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>555</width> <width>651</width>
<height>538</height> <height>538</height>
</rect> </rect>
</property> </property>
Expand All @@ -25,7 +25,17 @@
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
</property> </property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<widget class="QWidget" name="tab1"> <widget class="QWidget" name="tab1">
<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"> <attribute name="title">
<string>General</string> <string>General</string>
</attribute> </attribute>
Expand Down Expand Up @@ -307,6 +317,10 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab2"> <widget class="QWidget" name="tab2">
<attribute name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/CRS.png</normaloff>:/images/themes/default/propertyicons/CRS.png</iconset>
</attribute>
<attribute name="title"> <attribute name="title">
<string>Coordinate Reference System (CRS)</string> <string>Coordinate Reference System (CRS)</string>
</attribute> </attribute>
Expand Down Expand Up @@ -336,6 +350,10 @@
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tab3"> <widget class="QWidget" name="tab3">
<attribute name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/map_tools.png</normaloff>:/images/themes/default/propertyicons/map_tools.png</iconset>
</attribute>
<attribute name="title"> <attribute name="title">
<string>Identifiable layers</string> <string>Identifiable layers</string>
</attribute> </attribute>
Expand Down Expand Up @@ -411,7 +429,9 @@
<tabstop>tabWidget</tabstop> <tabstop>tabWidget</tabstop>
<tabstop>buttonBox</tabstop> <tabstop>buttonBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources>
<include location="../../images/images.qrc"/>
</resources>
<connections> <connections>
<connection> <connection>
<sender>radManual</sender> <sender>radManual</sender>
Expand Down

0 comments on commit faa91d2

Please sign in to comment.