|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>590</width> |
10 |
| - <height>358</height> |
| 9 | + <width>574</width> |
| 10 | + <height>389</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="sizePolicy">
|
|
31 | 31 | <property name="margin">
|
32 | 32 | <number>3</number>
|
33 | 33 | </property>
|
34 |
| - <item row="1" column="0"> |
35 |
| - <widget class="QTextEdit" name="teProjection"> |
36 |
| - <property name="sizePolicy"> |
37 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> |
38 |
| - <horstretch>0</horstretch> |
39 |
| - <verstretch>0</verstretch> |
40 |
| - </sizepolicy> |
41 |
| - </property> |
42 |
| - <property name="minimumSize"> |
43 |
| - <size> |
44 |
| - <width>0</width> |
45 |
| - <height>30</height> |
46 |
| - </size> |
47 |
| - </property> |
48 |
| - <property name="maximumSize"> |
49 |
| - <size> |
50 |
| - <width>16777215</width> |
51 |
| - <height>50</height> |
52 |
| - </size> |
53 |
| - </property> |
54 |
| - <property name="baseSize"> |
55 |
| - <size> |
56 |
| - <width>0</width> |
57 |
| - <height>50</height> |
58 |
| - </size> |
59 |
| - </property> |
60 |
| - <property name="autoFormatting"> |
61 |
| - <set>QTextEdit::AutoBulletList</set> |
62 |
| - </property> |
63 |
| - <property name="readOnly"> |
64 |
| - <bool>true</bool> |
65 |
| - </property> |
66 |
| - </widget> |
67 |
| - </item> |
68 | 34 | <item row="0" column="0">
|
69 |
| - <widget class="QTreeWidget" name="lstCoordinateSystems"> |
70 |
| - <property name="alternatingRowColors"> |
71 |
| - <bool>true</bool> |
72 |
| - </property> |
73 |
| - <property name="uniformRowHeights"> |
74 |
| - <bool>true</bool> |
75 |
| - </property> |
76 |
| - <property name="columnCount"> |
77 |
| - <number>3</number> |
78 |
| - </property> |
79 |
| - <column> |
80 |
| - <property name="text"> |
81 |
| - <string>Coordinate Reference System</string> |
82 |
| - </property> |
83 |
| - </column> |
84 |
| - <column> |
85 |
| - <property name="text"> |
86 |
| - <string>Authority ID</string> |
87 |
| - </property> |
88 |
| - </column> |
89 |
| - <column> |
90 |
| - <property name="text"> |
91 |
| - <string>ID</string> |
92 |
| - </property> |
93 |
| - </column> |
94 |
| - </widget> |
95 |
| - </item> |
96 |
| - <item row="2" column="0"> |
97 | 35 | <widget class="QGroupBox" name="groupBox">
|
98 | 36 | <property name="sizePolicy">
|
99 | 37 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
|
102 | 40 | </sizepolicy>
|
103 | 41 | </property>
|
104 | 42 | <property name="title">
|
105 |
| - <string>Search</string> |
| 43 | + <string>Filter</string> |
106 | 44 | </property>
|
107 | 45 | <layout class="QVBoxLayout" name="verticalLayout">
|
108 |
| - <item> |
109 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
110 |
| - <item> |
111 |
| - <widget class="QLabel" name="label"> |
112 |
| - <property name="text"> |
113 |
| - <string>Authority</string> |
114 |
| - </property> |
115 |
| - </widget> |
116 |
| - </item> |
117 |
| - <item> |
118 |
| - <widget class="QComboBox" name="cbxAuthority"/> |
119 |
| - </item> |
120 |
| - <item> |
121 |
| - <widget class="QLabel" name="label_2"> |
122 |
| - <property name="text"> |
123 |
| - <string>Search for</string> |
124 |
| - </property> |
125 |
| - </widget> |
126 |
| - </item> |
127 |
| - <item> |
128 |
| - <widget class="QComboBox" name="cbxMode"> |
129 |
| - <item> |
130 |
| - <property name="text"> |
131 |
| - <string>ID</string> |
132 |
| - </property> |
133 |
| - </item> |
134 |
| - <item> |
135 |
| - <property name="text"> |
136 |
| - <string>Name</string> |
137 |
| - </property> |
138 |
| - </item> |
139 |
| - </widget> |
140 |
| - </item> |
141 |
| - <item> |
142 |
| - <spacer name="horizontalSpacer"> |
143 |
| - <property name="orientation"> |
144 |
| - <enum>Qt::Horizontal</enum> |
145 |
| - </property> |
146 |
| - <property name="sizeHint" stdset="0"> |
147 |
| - <size> |
148 |
| - <width>40</width> |
149 |
| - <height>20</height> |
150 |
| - </size> |
151 |
| - </property> |
152 |
| - </spacer> |
153 |
| - </item> |
154 |
| - <item> |
155 |
| - <widget class="QCheckBox" name="cbxHideDeprecated"> |
156 |
| - <property name="text"> |
157 |
| - <string>Hide deprecated CRSs</string> |
158 |
| - </property> |
159 |
| - </widget> |
160 |
| - </item> |
161 |
| - </layout> |
162 |
| - </item> |
163 | 46 | <item>
|
164 | 47 | <layout class="QHBoxLayout" name="horizontalLayout">
|
165 | 48 | <item>
|
|
196 | 79 | <item row="4" column="0">
|
197 | 80 | <widget class="QTreeWidget" name="lstRecent">
|
198 | 81 | <property name="sizePolicy">
|
199 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 82 | + <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding"> |
200 | 83 | <horstretch>0</horstretch>
|
201 | 84 | <verstretch>0</verstretch>
|
202 | 85 | </sizepolicy>
|
|
210 | 93 | <property name="maximumSize">
|
211 | 94 | <size>
|
212 | 95 | <width>16777215</width>
|
213 |
| - <height>105</height> |
| 96 | + <height>200</height> |
214 | 97 | </size>
|
215 | 98 | </property>
|
216 | 99 | <property name="alternatingRowColors">
|
|
242 | 125 | </column>
|
243 | 126 | </widget>
|
244 | 127 | </item>
|
| 128 | + <item row="7" column="0" rowspan="5"> |
| 129 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 130 | + <property name="topMargin"> |
| 131 | + <number>15</number> |
| 132 | + </property> |
| 133 | + <item> |
| 134 | + <widget class="QLabel" name="label_4"> |
| 135 | + <property name="text"> |
| 136 | + <string>Coordinate reference systems of the world</string> |
| 137 | + </property> |
| 138 | + </widget> |
| 139 | + </item> |
| 140 | + <item> |
| 141 | + <spacer name="horizontalSpacer_2"> |
| 142 | + <property name="orientation"> |
| 143 | + <enum>Qt::Horizontal</enum> |
| 144 | + </property> |
| 145 | + <property name="sizeHint" stdset="0"> |
| 146 | + <size> |
| 147 | + <width>40</width> |
| 148 | + <height>20</height> |
| 149 | + </size> |
| 150 | + </property> |
| 151 | + </spacer> |
| 152 | + </item> |
| 153 | + <item> |
| 154 | + <widget class="QCheckBox" name="cbxHideDeprecated"> |
| 155 | + <property name="text"> |
| 156 | + <string>Hide deprecated CRSs</string> |
| 157 | + </property> |
| 158 | + </widget> |
| 159 | + </item> |
| 160 | + </layout> |
| 161 | + </item> |
| 162 | + <item row="15" column="0"> |
| 163 | + <widget class="QTreeWidget" name="lstCoordinateSystems"> |
| 164 | + <property name="alternatingRowColors"> |
| 165 | + <bool>true</bool> |
| 166 | + </property> |
| 167 | + <property name="uniformRowHeights"> |
| 168 | + <bool>true</bool> |
| 169 | + </property> |
| 170 | + <property name="columnCount"> |
| 171 | + <number>3</number> |
| 172 | + </property> |
| 173 | + <column> |
| 174 | + <property name="text"> |
| 175 | + <string>Coordinate Reference System</string> |
| 176 | + </property> |
| 177 | + </column> |
| 178 | + <column> |
| 179 | + <property name="text"> |
| 180 | + <string>Authority ID</string> |
| 181 | + </property> |
| 182 | + </column> |
| 183 | + <column> |
| 184 | + <property name="text"> |
| 185 | + <string>ID</string> |
| 186 | + </property> |
| 187 | + </column> |
| 188 | + </widget> |
| 189 | + </item> |
| 190 | + <item row="19" column="0"> |
| 191 | + <widget class="QTextEdit" name="teProjection"> |
| 192 | + <property name="sizePolicy"> |
| 193 | + <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> |
| 194 | + <horstretch>0</horstretch> |
| 195 | + <verstretch>0</verstretch> |
| 196 | + </sizepolicy> |
| 197 | + </property> |
| 198 | + <property name="minimumSize"> |
| 199 | + <size> |
| 200 | + <width>0</width> |
| 201 | + <height>30</height> |
| 202 | + </size> |
| 203 | + </property> |
| 204 | + <property name="maximumSize"> |
| 205 | + <size> |
| 206 | + <width>16777215</width> |
| 207 | + <height>50</height> |
| 208 | + </size> |
| 209 | + </property> |
| 210 | + <property name="baseSize"> |
| 211 | + <size> |
| 212 | + <width>0</width> |
| 213 | + <height>50</height> |
| 214 | + </size> |
| 215 | + </property> |
| 216 | + <property name="autoFormatting"> |
| 217 | + <set>QTextEdit::AutoBulletList</set> |
| 218 | + </property> |
| 219 | + <property name="readOnly"> |
| 220 | + <bool>true</bool> |
| 221 | + </property> |
| 222 | + </widget> |
| 223 | + </item> |
| 224 | + <item row="16" column="0"> |
| 225 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 226 | + <item> |
| 227 | + <widget class="QLabel" name="label"> |
| 228 | + <property name="text"> |
| 229 | + <string>Authority</string> |
| 230 | + </property> |
| 231 | + </widget> |
| 232 | + </item> |
| 233 | + <item> |
| 234 | + <widget class="QComboBox" name="cbxAuthority"/> |
| 235 | + </item> |
| 236 | + <item> |
| 237 | + <widget class="QLabel" name="label_2"> |
| 238 | + <property name="text"> |
| 239 | + <string>Search for</string> |
| 240 | + </property> |
| 241 | + </widget> |
| 242 | + </item> |
| 243 | + <item> |
| 244 | + <widget class="QComboBox" name="cbxMode"> |
| 245 | + <item> |
| 246 | + <property name="text"> |
| 247 | + <string>ID</string> |
| 248 | + </property> |
| 249 | + </item> |
| 250 | + <item> |
| 251 | + <property name="text"> |
| 252 | + <string>Name</string> |
| 253 | + </property> |
| 254 | + </item> |
| 255 | + </widget> |
| 256 | + </item> |
| 257 | + <item> |
| 258 | + <spacer name="horizontalSpacer"> |
| 259 | + <property name="orientation"> |
| 260 | + <enum>Qt::Horizontal</enum> |
| 261 | + </property> |
| 262 | + <property name="sizeHint" stdset="0"> |
| 263 | + <size> |
| 264 | + <width>40</width> |
| 265 | + <height>20</height> |
| 266 | + </size> |
| 267 | + </property> |
| 268 | + </spacer> |
| 269 | + </item> |
| 270 | + </layout> |
| 271 | + </item> |
245 | 272 | </layout>
|
246 | 273 | </widget>
|
247 | 274 | <layoutdefault spacing="6" margin="11"/>
|
|
250 | 277 | <tabstop>teProjection</tabstop>
|
251 | 278 | <tabstop>cbxAuthority</tabstop>
|
252 | 279 | <tabstop>cbxMode</tabstop>
|
253 |
| - <tabstop>cbxHideDeprecated</tabstop> |
254 | 280 | <tabstop>leSearch</tabstop>
|
255 | 281 | <tabstop>pbnFind</tabstop>
|
256 |
| - <tabstop>lstRecent</tabstop> |
257 | 282 | </tabstops>
|
258 | 283 | <resources/>
|
259 | 284 | <connections/>
|
|
0 commit comments