Skip to content

Commit 7b05bca

Browse files
author
g_j_m
committed
A missed file change to go with ticket #257 and SVN r5761
git-svn-id: http://svn.osgeo.org/qgis/trunk@5779 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7343b61 commit 7b05bca

File tree

1 file changed

+66
-42
lines changed

1 file changed

+66
-42
lines changed

src/widgets/projectionselector/qgsprojectionselectorbase.ui

+66-42
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<x>0</x>
1010
<y>0</y>
1111
<width>468</width>
12-
<height>389</height>
12+
<height>428</height>
1313
</rect>
1414
</property>
1515
<property name="sizePolicy" >
@@ -68,18 +68,11 @@
6868
</property>
6969
<layout class="QGridLayout" >
7070
<property name="margin" >
71-
<number>9</number>
71+
<number>2</number>
7272
</property>
7373
<property name="spacing" >
74-
<number>6</number>
74+
<number>0</number>
7575
</property>
76-
<item row="0" column="2" >
77-
<widget class="QRadioButton" name="radSRSID" >
78-
<property name="text" >
79-
<string>QGIS SRSID</string>
80-
</property>
81-
</widget>
82-
</item>
8376
<item row="1" column="3" >
8477
<widget class="QPushButton" name="pbnFind" >
8578
<property name="maximumSize" >
@@ -99,13 +92,29 @@
9992
<item row="1" column="0" colspan="3" >
10093
<widget class="QLineEdit" name="leSearch" />
10194
</item>
102-
<item row="0" column="0" >
103-
<widget class="QRadioButton" name="radSRID" >
95+
<item row="0" column="3" >
96+
<widget class="QRadioButton" name="radName" >
10497
<property name="text" >
105-
<string>Postgis SRID</string>
98+
<string>Name</string>
10699
</property>
107-
<property name="checked" >
108-
<bool>true</bool>
100+
<property name="iconSize" >
101+
<size>
102+
<width>16</width>
103+
<height>10</height>
104+
</size>
105+
</property>
106+
</widget>
107+
</item>
108+
<item row="0" column="2" >
109+
<widget class="QRadioButton" name="radSRSID" >
110+
<property name="text" >
111+
<string>QGIS SRSID</string>
112+
</property>
113+
<property name="iconSize" >
114+
<size>
115+
<width>16</width>
116+
<height>10</height>
117+
</size>
109118
</property>
110119
</widget>
111120
</item>
@@ -114,41 +123,33 @@
114123
<property name="text" >
115124
<string>EPSG ID</string>
116125
</property>
126+
<property name="iconSize" >
127+
<size>
128+
<width>16</width>
129+
<height>10</height>
130+
</size>
131+
</property>
117132
</widget>
118133
</item>
119-
<item row="0" column="3" >
120-
<widget class="QRadioButton" name="radName" >
134+
<item row="0" column="0" >
135+
<widget class="QRadioButton" name="radSRID" >
121136
<property name="text" >
122-
<string>Name</string>
137+
<string>Postgis SRID</string>
138+
</property>
139+
<property name="iconSize" >
140+
<size>
141+
<width>16</width>
142+
<height>10</height>
143+
</size>
144+
</property>
145+
<property name="checked" >
146+
<bool>true</bool>
123147
</property>
124148
</widget>
125149
</item>
126150
</layout>
127151
</widget>
128152
</item>
129-
<item row="0" column="0" >
130-
<widget class="QTreeWidget" name="lstCoordinateSystems" >
131-
<property name="alternatingRowColors" >
132-
<bool>true</bool>
133-
</property>
134-
<property name="uniformRowHeights" >
135-
<bool>true</bool>
136-
</property>
137-
<property name="columnCount" >
138-
<number>2</number>
139-
</property>
140-
<column>
141-
<property name="text" >
142-
<string>Spatial Reference System</string>
143-
</property>
144-
</column>
145-
<column>
146-
<property name="text" >
147-
<string>Id</string>
148-
</property>
149-
</column>
150-
</widget>
151-
</item>
152153
<item row="1" column="0" >
153154
<widget class="QTextEdit" name="teProjection" >
154155
<property name="sizePolicy" >
@@ -162,7 +163,7 @@
162163
<property name="minimumSize" >
163164
<size>
164165
<width>0</width>
165-
<height>50</height>
166+
<height>100</height>
166167
</size>
167168
</property>
168169
<property name="maximumSize" >
@@ -179,6 +180,29 @@
179180
</property>
180181
</widget>
181182
</item>
183+
<item row="0" column="0" >
184+
<widget class="QTreeWidget" name="lstCoordinateSystems" >
185+
<property name="alternatingRowColors" >
186+
<bool>true</bool>
187+
</property>
188+
<property name="uniformRowHeights" >
189+
<bool>true</bool>
190+
</property>
191+
<property name="columnCount" >
192+
<number>2</number>
193+
</property>
194+
<column>
195+
<property name="text" >
196+
<string>Spatial Reference System</string>
197+
</property>
198+
</column>
199+
<column>
200+
<property name="text" >
201+
<string>Id</string>
202+
</property>
203+
</column>
204+
</widget>
205+
</item>
182206
</layout>
183207
</widget>
184208
</item>

0 commit comments

Comments
 (0)