Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A missed file change to go with ticket #257 and SVN r5761
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5779 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 7, 2006
1 parent ecd23cc commit 428f5b9
Showing 1 changed file with 66 additions and 42 deletions.
108 changes: 66 additions & 42 deletions src/widgets/projectionselector/qgsprojectionselectorbase.ui
Expand Up @@ -9,7 +9,7 @@
<x>0</x>
<y>0</y>
<width>468</width>
<height>389</height>
<height>428</height>
</rect>
</property>
<property name="sizePolicy" >
Expand Down Expand Up @@ -68,18 +68,11 @@
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
<number>2</number>
</property>
<property name="spacing" >
<number>6</number>
<number>0</number>
</property>
<item row="0" column="2" >
<widget class="QRadioButton" name="radSRSID" >
<property name="text" >
<string>QGIS SRSID</string>
</property>
</widget>
</item>
<item row="1" column="3" >
<widget class="QPushButton" name="pbnFind" >
<property name="maximumSize" >
Expand All @@ -99,13 +92,29 @@
<item row="1" column="0" colspan="3" >
<widget class="QLineEdit" name="leSearch" />
</item>
<item row="0" column="0" >
<widget class="QRadioButton" name="radSRID" >
<item row="0" column="3" >
<widget class="QRadioButton" name="radName" >
<property name="text" >
<string>Postgis SRID</string>
<string>Name</string>
</property>
<property name="checked" >
<bool>true</bool>
<property name="iconSize" >
<size>
<width>16</width>
<height>10</height>
</size>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QRadioButton" name="radSRSID" >
<property name="text" >
<string>QGIS SRSID</string>
</property>
<property name="iconSize" >
<size>
<width>16</width>
<height>10</height>
</size>
</property>
</widget>
</item>
Expand All @@ -114,41 +123,33 @@
<property name="text" >
<string>EPSG ID</string>
</property>
<property name="iconSize" >
<size>
<width>16</width>
<height>10</height>
</size>
</property>
</widget>
</item>
<item row="0" column="3" >
<widget class="QRadioButton" name="radName" >
<item row="0" column="0" >
<widget class="QRadioButton" name="radSRID" >
<property name="text" >
<string>Name</string>
<string>Postgis SRID</string>
</property>
<property name="iconSize" >
<size>
<width>16</width>
<height>10</height>
</size>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="0" >
<widget class="QTreeWidget" name="lstCoordinateSystems" >
<property name="alternatingRowColors" >
<bool>true</bool>
</property>
<property name="uniformRowHeights" >
<bool>true</bool>
</property>
<property name="columnCount" >
<number>2</number>
</property>
<column>
<property name="text" >
<string>Spatial Reference System</string>
</property>
</column>
<column>
<property name="text" >
<string>Id</string>
</property>
</column>
</widget>
</item>
<item row="1" column="0" >
<widget class="QTextEdit" name="teProjection" >
<property name="sizePolicy" >
Expand All @@ -162,7 +163,7 @@
<property name="minimumSize" >
<size>
<width>0</width>
<height>50</height>
<height>100</height>
</size>
</property>
<property name="maximumSize" >
Expand All @@ -179,6 +180,29 @@
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QTreeWidget" name="lstCoordinateSystems" >
<property name="alternatingRowColors" >
<bool>true</bool>
</property>
<property name="uniformRowHeights" >
<bool>true</bool>
</property>
<property name="columnCount" >
<number>2</number>
</property>
<column>
<property name="text" >
<string>Spatial Reference System</string>
</property>
</column>
<column>
<property name="text" >
<string>Id</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 428f5b9

Please sign in to comment.