|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>477</width> |
10 |
| - <height>596</height> |
| 9 | + <width>430</width> |
| 10 | + <height>627</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="sizePolicy">
|
|
191 | 191 | </item>
|
192 | 192 | <item row="4" column="0">
|
193 | 193 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
194 |
| - <item> |
195 |
| - <widget class="QLabel" name="label_3"> |
196 |
| - <property name="text"> |
197 |
| - <string>EPSG SRID</string> |
198 |
| - </property> |
199 |
| - <property name="buddy"> |
200 |
| - <cstring>leSRID</cstring> |
201 |
| - </property> |
202 |
| - </widget> |
203 |
| - </item> |
204 | 194 | <item>
|
205 | 195 | <widget class="QLineEdit" name="leSRID">
|
206 | 196 | <property name="toolTip">
|
|
264 | 254 | </property>
|
265 | 255 | </widget>
|
266 | 256 | </item>
|
267 |
| - <item row="0" column="1"> |
| 257 | + <item row="0" column="1" colspan="2"> |
268 | 258 | <widget class="QLineEdit" name="mNameEdit">
|
| 259 | + <property name="sizePolicy"> |
| 260 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 261 | + <horstretch>0</horstretch> |
| 262 | + <verstretch>0</verstretch> |
| 263 | + </sizepolicy> |
| 264 | + </property> |
269 | 265 | <property name="toolTip">
|
270 | 266 | <string>An attribute name</string>
|
271 | 267 | </property>
|
|
287 | 283 | </property>
|
288 | 284 | </widget>
|
289 | 285 | </item>
|
290 |
| - <item row="1" column="1"> |
| 286 | + <item row="1" column="1" colspan="2"> |
291 | 287 | <widget class="QComboBox" name="mTypeBox">
|
292 | 288 | <property name="sizePolicy">
|
293 | 289 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
297 | 293 | </property>
|
298 | 294 | </widget>
|
299 | 295 | </item>
|
300 |
| - </layout> |
301 |
| - </widget> |
302 |
| - </item> |
303 |
| - <item row="7" column="0"> |
304 |
| - <widget class="QGroupBox" name="groupBox_2"> |
305 |
| - <property name="title"> |
306 |
| - <string>Attributes list</string> |
307 |
| - </property> |
308 |
| - <layout class="QGridLayout" name="gridLayout_3"> |
309 |
| - <item row="0" column="0" colspan="2"> |
310 |
| - <spacer name="horizontalSpacer"> |
311 |
| - <property name="orientation"> |
312 |
| - <enum>Qt::Horizontal</enum> |
313 |
| - </property> |
314 |
| - <property name="sizeHint" stdset="0"> |
315 |
| - <size> |
316 |
| - <width>40</width> |
317 |
| - <height>20</height> |
318 |
| - </size> |
319 |
| - </property> |
320 |
| - </spacer> |
321 |
| - </item> |
322 |
| - <item row="0" column="2"> |
| 296 | + <item row="2" column="2"> |
323 | 297 | <widget class="QToolButton" name="mAddAttributeButton">
|
324 | 298 | <property name="sizePolicy">
|
325 | 299 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
345 | 319 | </property>
|
346 | 320 | </widget>
|
347 | 321 | </item>
|
| 322 | + </layout> |
| 323 | + </widget> |
| 324 | + </item> |
| 325 | + <item row="8" column="0"> |
| 326 | + <widget class="QGroupBox" name="groupBox_2"> |
| 327 | + <property name="title"> |
| 328 | + <string>Attributes list</string> |
| 329 | + </property> |
| 330 | + <layout class="QGridLayout" name="gridLayout_3"> |
348 | 331 | <item row="1" column="0" colspan="3">
|
349 | 332 | <widget class="QTreeWidget" name="mAttributeView">
|
350 | 333 | <property name="sizePolicy">
|
|
399 | 382 | <string>Delete selected attribute</string>
|
400 | 383 | </property>
|
401 | 384 | <property name="text">
|
402 |
| - <string>Remove selected attribute</string> |
| 385 | + <string>Remove attribute</string> |
403 | 386 | </property>
|
404 | 387 | <property name="icon">
|
405 | 388 | <iconset>
|
|
413 | 396 | </layout>
|
414 | 397 | </widget>
|
415 | 398 | </item>
|
416 |
| - <item row="8" column="0"> |
| 399 | + <item row="9" column="0"> |
417 | 400 | <widget class="QDialogButtonBox" name="buttonBox">
|
418 | 401 | <property name="orientation">
|
419 | 402 | <enum>Qt::Horizontal</enum>
|
|
442 | 425 | <tabstop>checkBoxPrimaryKey</tabstop>
|
443 | 426 | <tabstop>mNameEdit</tabstop>
|
444 | 427 | <tabstop>mTypeBox</tabstop>
|
445 |
| - <tabstop>mAddAttributeButton</tabstop> |
446 | 428 | <tabstop>mAttributeView</tabstop>
|
447 | 429 | <tabstop>mRemoveAttributeButton</tabstop>
|
448 | 430 | <tabstop>buttonBox</tabstop>
|
|
0 commit comments