|
5 | 5 | <rect>
|
6 | 6 | <x>0</x>
|
7 | 7 | <y>0</y>
|
8 |
| - <width>468</width> |
9 |
| - <height>428</height> |
| 8 | + <width>457</width> |
| 9 | + <height>403</height> |
10 | 10 | </rect>
|
11 | 11 | </property>
|
12 | 12 | <property name="sizePolicy" >
|
|
16 | 16 | </sizepolicy>
|
17 | 17 | </property>
|
18 | 18 | <property name="windowTitle" >
|
19 |
| - <string>Projection Selector</string> |
| 19 | + <string>Coordinate Reference System Selector</string> |
20 | 20 | </property>
|
21 | 21 | <property name="windowIcon" >
|
22 | 22 | <iconset/>
|
23 | 23 | </property>
|
24 | 24 | <layout class="QGridLayout" >
|
25 | 25 | <property name="leftMargin" >
|
26 |
| - <number>0</number> |
| 26 | + <number>3</number> |
27 | 27 | </property>
|
28 | 28 | <property name="topMargin" >
|
29 |
| - <number>0</number> |
| 29 | + <number>3</number> |
30 | 30 | </property>
|
31 | 31 | <property name="rightMargin" >
|
32 |
| - <number>0</number> |
| 32 | + <number>3</number> |
33 | 33 | </property>
|
34 | 34 | <property name="bottomMargin" >
|
35 |
| - <number>0</number> |
36 |
| - </property> |
37 |
| - <property name="horizontalSpacing" > |
38 |
| - <number>0</number> |
39 |
| - </property> |
40 |
| - <property name="verticalSpacing" > |
41 |
| - <number>0</number> |
| 35 | + <number>3</number> |
42 | 36 | </property>
|
43 | 37 | <item row="0" column="0" >
|
44 |
| - <widget class="QGroupBox" name="groupBox_2" > |
| 38 | + <widget class="QTreeWidget" name="lstCoordinateSystems" > |
| 39 | + <property name="alternatingRowColors" > |
| 40 | + <bool>true</bool> |
| 41 | + </property> |
| 42 | + <property name="uniformRowHeights" > |
| 43 | + <bool>true</bool> |
| 44 | + </property> |
| 45 | + <property name="columnCount" > |
| 46 | + <number>3</number> |
| 47 | + </property> |
| 48 | + <column> |
| 49 | + <property name="text" > |
| 50 | + <string>Coordinate Reference System</string> |
| 51 | + </property> |
| 52 | + </column> |
| 53 | + <column> |
| 54 | + <property name="text" > |
| 55 | + <string>EPSG</string> |
| 56 | + </property> |
| 57 | + </column> |
| 58 | + <column> |
| 59 | + <property name="text" > |
| 60 | + <string>ID</string> |
| 61 | + </property> |
| 62 | + </column> |
| 63 | + </widget> |
| 64 | + </item> |
| 65 | + <item row="1" column="0" > |
| 66 | + <widget class="QTextEdit" name="teProjection" > |
45 | 67 | <property name="sizePolicy" >
|
46 | 68 | <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
47 | 69 | <horstretch>0</horstretch>
|
48 | 70 | <verstretch>0</verstretch>
|
49 | 71 | </sizepolicy>
|
50 | 72 | </property>
|
| 73 | + <property name="minimumSize" > |
| 74 | + <size> |
| 75 | + <width>0</width> |
| 76 | + <height>100</height> |
| 77 | + </size> |
| 78 | + </property> |
| 79 | + <property name="maximumSize" > |
| 80 | + <size> |
| 81 | + <width>16777215</width> |
| 82 | + <height>100</height> |
| 83 | + </size> |
| 84 | + </property> |
| 85 | + <property name="autoFormatting" > |
| 86 | + <set>QTextEdit::AutoBulletList</set> |
| 87 | + </property> |
| 88 | + <property name="readOnly" > |
| 89 | + <bool>true</bool> |
| 90 | + </property> |
| 91 | + </widget> |
| 92 | + </item> |
| 93 | + <item row="2" column="0" > |
| 94 | + <widget class="QGroupBox" name="groupBox" > |
| 95 | + <property name="sizePolicy" > |
| 96 | + <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" > |
| 97 | + <horstretch>0</horstretch> |
| 98 | + <verstretch>0</verstretch> |
| 99 | + </sizepolicy> |
| 100 | + </property> |
51 | 101 | <property name="title" >
|
52 |
| - <string>Projection</string> |
| 102 | + <string>Search</string> |
53 | 103 | </property>
|
54 | 104 | <layout class="QGridLayout" >
|
55 |
| - <property name="leftMargin" > |
56 |
| - <number>12</number> |
57 |
| - </property> |
58 |
| - <property name="topMargin" > |
59 |
| - <number>12</number> |
60 |
| - </property> |
61 |
| - <property name="rightMargin" > |
62 |
| - <number>12</number> |
63 |
| - </property> |
64 |
| - <property name="bottomMargin" > |
65 |
| - <number>12</number> |
66 |
| - </property> |
67 |
| - <property name="horizontalSpacing" > |
68 |
| - <number>0</number> |
69 |
| - </property> |
70 |
| - <property name="verticalSpacing" > |
71 |
| - <number>0</number> |
72 |
| - </property> |
73 |
| - <item row="2" column="0" > |
74 |
| - <widget class="QGroupBox" name="groupBox" > |
75 |
| - <property name="sizePolicy" > |
76 |
| - <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" > |
77 |
| - <horstretch>0</horstretch> |
78 |
| - <verstretch>0</verstretch> |
79 |
| - </sizepolicy> |
| 105 | + <item row="0" column="0" > |
| 106 | + <widget class="QRadioButton" name="radEPSGID" > |
| 107 | + <property name="text" > |
| 108 | + <string>EPSG ID</string> |
80 | 109 | </property>
|
81 |
| - <property name="title" > |
82 |
| - <string>Search</string> |
| 110 | + <property name="iconSize" > |
| 111 | + <size> |
| 112 | + <width>16</width> |
| 113 | + <height>10</height> |
| 114 | + </size> |
83 | 115 | </property>
|
84 |
| - <layout class="QGridLayout" > |
85 |
| - <property name="leftMargin" > |
86 |
| - <number>2</number> |
87 |
| - </property> |
88 |
| - <property name="topMargin" > |
89 |
| - <number>2</number> |
90 |
| - </property> |
91 |
| - <property name="rightMargin" > |
92 |
| - <number>2</number> |
93 |
| - </property> |
94 |
| - <property name="bottomMargin" > |
95 |
| - <number>2</number> |
96 |
| - </property> |
97 |
| - <property name="horizontalSpacing" > |
98 |
| - <number>3</number> |
99 |
| - </property> |
100 |
| - <property name="verticalSpacing" > |
101 |
| - <number>3</number> |
102 |
| - </property> |
103 |
| - <item row="1" column="3" > |
104 |
| - <widget class="QPushButton" name="pbnFind" > |
105 |
| - <property name="maximumSize" > |
106 |
| - <size> |
107 |
| - <width>100</width> |
108 |
| - <height>16777215</height> |
109 |
| - </size> |
110 |
| - </property> |
111 |
| - <property name="text" > |
112 |
| - <string>Find</string> |
113 |
| - </property> |
114 |
| - <property name="default" > |
115 |
| - <bool>true</bool> |
116 |
| - </property> |
117 |
| - </widget> |
118 |
| - </item> |
119 |
| - <item row="1" column="0" colspan="3" > |
120 |
| - <widget class="QLineEdit" name="leSearch" /> |
121 |
| - </item> |
122 |
| - <item row="0" column="3" > |
123 |
| - <widget class="QRadioButton" name="radName" > |
124 |
| - <property name="text" > |
125 |
| - <string>Name</string> |
126 |
| - </property> |
127 |
| - <property name="iconSize" > |
128 |
| - <size> |
129 |
| - <width>16</width> |
130 |
| - <height>10</height> |
131 |
| - </size> |
132 |
| - </property> |
133 |
| - </widget> |
134 |
| - </item> |
135 |
| - <item row="0" column="2" > |
136 |
| - <widget class="QRadioButton" name="radSRSID" > |
137 |
| - <property name="text" > |
138 |
| - <string>QGIS SRSID</string> |
139 |
| - </property> |
140 |
| - <property name="iconSize" > |
141 |
| - <size> |
142 |
| - <width>16</width> |
143 |
| - <height>10</height> |
144 |
| - </size> |
145 |
| - </property> |
146 |
| - </widget> |
147 |
| - </item> |
148 |
| - <item row="0" column="1" > |
149 |
| - <widget class="QRadioButton" name="radEPSGID" > |
150 |
| - <property name="text" > |
151 |
| - <string>EPSG ID</string> |
152 |
| - </property> |
153 |
| - <property name="iconSize" > |
154 |
| - <size> |
155 |
| - <width>16</width> |
156 |
| - <height>10</height> |
157 |
| - </size> |
158 |
| - </property> |
159 |
| - </widget> |
160 |
| - </item> |
161 |
| - <item row="0" column="0" > |
162 |
| - <widget class="QRadioButton" name="radSRID" > |
163 |
| - <property name="text" > |
164 |
| - <string>Postgis SRID</string> |
165 |
| - </property> |
166 |
| - <property name="iconSize" > |
167 |
| - <size> |
168 |
| - <width>16</width> |
169 |
| - <height>10</height> |
170 |
| - </size> |
171 |
| - </property> |
172 |
| - <property name="checked" > |
173 |
| - <bool>true</bool> |
174 |
| - </property> |
175 |
| - </widget> |
176 |
| - </item> |
177 |
| - </layout> |
178 | 116 | </widget>
|
179 | 117 | </item>
|
180 |
| - <item row="1" column="0" > |
181 |
| - <widget class="QTextEdit" name="teProjection" > |
182 |
| - <property name="sizePolicy" > |
183 |
| - <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
184 |
| - <horstretch>0</horstretch> |
185 |
| - <verstretch>0</verstretch> |
186 |
| - </sizepolicy> |
| 118 | + <item row="0" column="1" > |
| 119 | + <widget class="QRadioButton" name="radName" > |
| 120 | + <property name="text" > |
| 121 | + <string>Name</string> |
187 | 122 | </property>
|
188 |
| - <property name="minimumSize" > |
| 123 | + <property name="iconSize" > |
189 | 124 | <size>
|
190 |
| - <width>0</width> |
191 |
| - <height>100</height> |
| 125 | + <width>16</width> |
| 126 | + <height>10</height> |
192 | 127 | </size>
|
193 | 128 | </property>
|
194 |
| - <property name="maximumSize" > |
| 129 | + </widget> |
| 130 | + </item> |
| 131 | + <item row="0" column="2" colspan="2" > |
| 132 | + <spacer> |
| 133 | + <property name="orientation" > |
| 134 | + <enum>Qt::Horizontal</enum> |
| 135 | + </property> |
| 136 | + <property name="sizeHint" > |
195 | 137 | <size>
|
196 |
| - <width>16777215</width> |
197 |
| - <height>100</height> |
| 138 | + <width>231</width> |
| 139 | + <height>20</height> |
198 | 140 | </size>
|
199 | 141 | </property>
|
200 |
| - <property name="autoFormatting" > |
201 |
| - <set>QTextEdit::AutoBulletList</set> |
202 |
| - </property> |
203 |
| - <property name="readOnly" > |
204 |
| - <bool>true</bool> |
205 |
| - </property> |
206 |
| - </widget> |
| 142 | + </spacer> |
207 | 143 | </item>
|
208 |
| - <item row="0" column="0" > |
209 |
| - <widget class="QTreeWidget" name="lstCoordinateSystems" > |
210 |
| - <property name="alternatingRowColors" > |
211 |
| - <bool>true</bool> |
| 144 | + <item row="1" column="0" colspan="3" > |
| 145 | + <widget class="QLineEdit" name="leSearch" /> |
| 146 | + </item> |
| 147 | + <item row="1" column="3" > |
| 148 | + <widget class="QPushButton" name="pbnFind" > |
| 149 | + <property name="maximumSize" > |
| 150 | + <size> |
| 151 | + <width>100</width> |
| 152 | + <height>16777215</height> |
| 153 | + </size> |
212 | 154 | </property>
|
213 |
| - <property name="uniformRowHeights" > |
214 |
| - <bool>true</bool> |
| 155 | + <property name="text" > |
| 156 | + <string>Find</string> |
215 | 157 | </property>
|
216 |
| - <property name="columnCount" > |
217 |
| - <number>2</number> |
| 158 | + <property name="default" > |
| 159 | + <bool>true</bool> |
218 | 160 | </property>
|
219 |
| - <column> |
220 |
| - <property name="text" > |
221 |
| - <string>Spatial Reference System</string> |
222 |
| - </property> |
223 |
| - </column> |
224 |
| - <column> |
225 |
| - <property name="text" > |
226 |
| - <string>Id</string> |
227 |
| - </property> |
228 |
| - </column> |
229 | 161 | </widget>
|
230 | 162 | </item>
|
231 | 163 | </layout>
|
|
0 commit comments