|
264 | 264 | <rect>
|
265 | 265 | <x>0</x>
|
266 | 266 | <y>0</y>
|
267 |
| - <width>785</width> |
268 |
| - <height>755</height> |
| 267 | + <width>792</width> |
| 268 | + <height>774</height> |
269 | 269 | </rect>
|
270 | 270 | </property>
|
271 | 271 | <layout class="QVBoxLayout" name="verticalLayout_13">
|
|
283 | 283 | <property name="syncGroup" stdset="0">
|
284 | 284 | <string notr="true">vectorgeneral</string>
|
285 | 285 | </property>
|
286 |
| - <layout class="QVBoxLayout" name="verticalLayout_4"> |
287 |
| - <item> |
288 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 286 | + <layout class="QGridLayout" name="gridLayout"> |
| 287 | + <item row="1" column="0"> |
| 288 | + <widget class="QLabel" name="textLabel3"> |
| 289 | + <property name="text"> |
| 290 | + <string>Layer name</string> |
| 291 | + </property> |
| 292 | + </widget> |
| 293 | + </item> |
| 294 | + <item row="5" column="0"> |
| 295 | + <widget class="QFrame" name="mDataSourceEncodingFrame"> |
| 296 | + <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 297 | + <property name="margin"> |
| 298 | + <number>0</number> |
| 299 | + </property> |
| 300 | + </layout> |
| 301 | + </widget> |
| 302 | + </item> |
| 303 | + <item row="1" column="1"> |
| 304 | + <widget class="QLineEdit" name="mLayerOrigNameLineEdit"/> |
| 305 | + </item> |
| 306 | + <item row="1" column="3"> |
| 307 | + <widget class="QLineEdit" name="txtDisplayName"> |
| 308 | + <property name="readOnly"> |
| 309 | + <bool>true</bool> |
| 310 | + </property> |
| 311 | + </widget> |
| 312 | + </item> |
| 313 | + <item row="1" column="2"> |
| 314 | + <widget class="QLabel" name="label_2"> |
| 315 | + <property name="text"> |
| 316 | + <string>displayed as</string> |
| 317 | + </property> |
| 318 | + </widget> |
| 319 | + </item> |
| 320 | + <item row="2" column="0"> |
| 321 | + <widget class="QLabel" name="lblLayerSource"> |
| 322 | + <property name="text"> |
| 323 | + <string>Layer source</string> |
| 324 | + </property> |
| 325 | + </widget> |
| 326 | + </item> |
| 327 | + <item row="2" column="1" colspan="3"> |
| 328 | + <widget class="QLineEdit" name="txtLayerSource"> |
| 329 | + <property name="enabled"> |
| 330 | + <bool>true</bool> |
| 331 | + </property> |
| 332 | + <property name="readOnly"> |
| 333 | + <bool>true</bool> |
| 334 | + </property> |
| 335 | + </widget> |
| 336 | + </item> |
| 337 | + <item row="4" column="0" colspan="4"> |
| 338 | + <layout class="QHBoxLayout" name="horizontalLayout_6"> |
289 | 339 | <item>
|
290 |
| - <widget class="QLabel" name="textLabel3"> |
| 340 | + <widget class="QLabel" name="label_3"> |
| 341 | + <property name="sizePolicy"> |
| 342 | + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| 343 | + <horstretch>0</horstretch> |
| 344 | + <verstretch>0</verstretch> |
| 345 | + </sizepolicy> |
| 346 | + </property> |
291 | 347 | <property name="text">
|
292 |
| - <string>Layer name</string> |
| 348 | + <string>Data source encoding</string> |
293 | 349 | </property>
|
294 | 350 | </widget>
|
295 | 351 | </item>
|
296 | 352 | <item>
|
297 |
| - <widget class="QLineEdit" name="mLayerOrigNameLineEdit"/> |
| 353 | + <widget class="QComboBox" name="cboProviderEncoding"/> |
298 | 354 | </item>
|
299 | 355 | <item>
|
300 |
| - <widget class="QLabel" name="label_2"> |
301 |
| - <property name="text"> |
302 |
| - <string>displayed as</string> |
| 356 | + <spacer name="horizontalSpacer_2"> |
| 357 | + <property name="orientation"> |
| 358 | + <enum>Qt::Horizontal</enum> |
303 | 359 | </property>
|
304 |
| - </widget> |
305 |
| - </item> |
306 |
| - <item> |
307 |
| - <widget class="QLineEdit" name="txtDisplayName"> |
308 |
| - <property name="readOnly"> |
309 |
| - <bool>true</bool> |
| 360 | + <property name="sizeHint" stdset="0"> |
| 361 | + <size> |
| 362 | + <width>0</width> |
| 363 | + <height>20</height> |
| 364 | + </size> |
310 | 365 | </property>
|
311 |
| - </widget> |
| 366 | + </spacer> |
312 | 367 | </item>
|
313 | 368 | </layout>
|
314 | 369 | </item>
|
315 |
| - <item> |
316 |
| - <widget class="QFrame" name="mDataSourceEncodingFrame"> |
317 |
| - <layout class="QHBoxLayout" name="horizontalLayout_4"> |
318 |
| - <property name="margin"> |
319 |
| - <number>0</number> |
320 |
| - </property> |
321 |
| - <item> |
322 |
| - <widget class="QLabel" name="label_3"> |
323 |
| - <property name="sizePolicy"> |
324 |
| - <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
325 |
| - <horstretch>0</horstretch> |
326 |
| - <verstretch>0</verstretch> |
327 |
| - </sizepolicy> |
328 |
| - </property> |
329 |
| - <property name="text"> |
330 |
| - <string>Data source encoding</string> |
331 |
| - </property> |
332 |
| - </widget> |
333 |
| - </item> |
334 |
| - <item> |
335 |
| - <widget class="QComboBox" name="cboProviderEncoding"/> |
336 |
| - </item> |
337 |
| - <item> |
338 |
| - <spacer name="horizontalSpacer_2"> |
339 |
| - <property name="orientation"> |
340 |
| - <enum>Qt::Horizontal</enum> |
341 |
| - </property> |
342 |
| - <property name="sizeHint" stdset="0"> |
343 |
| - <size> |
344 |
| - <width>0</width> |
345 |
| - <height>20</height> |
346 |
| - </size> |
347 |
| - </property> |
348 |
| - </spacer> |
349 |
| - </item> |
350 |
| - </layout> |
351 |
| - </widget> |
352 |
| - </item> |
353 | 370 | </layout>
|
354 | 371 | </widget>
|
355 | 372 | </item>
|
|
451 | 468 | <string notr="true">vectorgeneral</string>
|
452 | 469 | </property>
|
453 | 470 | <layout class="QGridLayout" name="_5">
|
454 |
| - <property name="verticalSpacing"> |
455 |
| - <number>6</number> |
456 |
| - </property> |
457 | 471 | <property name="margin">
|
458 | 472 | <number>11</number>
|
459 | 473 | </property>
|
| 474 | + <property name="verticalSpacing"> |
| 475 | + <number>6</number> |
| 476 | + </property> |
460 | 477 | <item row="0" column="4">
|
461 | 478 | <widget class="QLabel" name="textLabel1_2_2_2">
|
462 | 479 | <property name="toolTip">
|
|
689 | 706 | <rect>
|
690 | 707 | <x>0</x>
|
691 | 708 | <y>0</y>
|
692 |
| - <width>949</width> |
693 |
| - <height>776</height> |
| 709 | + <width>84</width> |
| 710 | + <height>16</height> |
694 | 711 | </rect>
|
695 | 712 | </property>
|
696 | 713 | <layout class="QVBoxLayout" name="verticalLayout_18">
|
|
750 | 767 | <rect>
|
751 | 768 | <x>0</x>
|
752 | 769 | <y>0</y>
|
753 |
| - <width>949</width> |
754 |
| - <height>776</height> |
| 770 | + <width>84</width> |
| 771 | + <height>16</height> |
755 | 772 | </rect>
|
756 | 773 | </property>
|
757 | 774 | <layout class="QVBoxLayout" name="verticalLayout_19">
|
|
805 | 822 | <rect>
|
806 | 823 | <x>0</x>
|
807 | 824 | <y>0</y>
|
808 |
| - <width>949</width> |
809 |
| - <height>776</height> |
| 825 | + <width>133</width> |
| 826 | + <height>37</height> |
810 | 827 | </rect>
|
811 | 828 | </property>
|
812 | 829 | <layout class="QVBoxLayout" name="verticalLayout_28">
|
|
882 | 899 | <rect>
|
883 | 900 | <x>0</x>
|
884 | 901 | <y>0</y>
|
885 |
| - <width>949</width> |
886 |
| - <height>776</height> |
| 902 | + <width>84</width> |
| 903 | + <height>16</height> |
887 | 904 | </rect>
|
888 | 905 | </property>
|
889 | 906 | <layout class="QVBoxLayout" name="verticalLayout_20">
|
|
937 | 954 | <rect>
|
938 | 955 | <x>0</x>
|
939 | 956 | <y>0</y>
|
940 |
| - <width>949</width> |
941 |
| - <height>776</height> |
| 957 | + <width>473</width> |
| 958 | + <height>186</height> |
942 | 959 | </rect>
|
943 | 960 | </property>
|
944 | 961 | <layout class="QVBoxLayout" name="verticalLayout_26">
|
|
1111 | 1128 | <rect>
|
1112 | 1129 | <x>0</x>
|
1113 | 1130 | <y>0</y>
|
1114 |
| - <width>949</width> |
1115 |
| - <height>776</height> |
| 1131 | + <width>84</width> |
| 1132 | + <height>16</height> |
1116 | 1133 | </rect>
|
1117 | 1134 | </property>
|
1118 | 1135 | <layout class="QVBoxLayout" name="verticalLayout_21">
|
|
1172 | 1189 | <rect>
|
1173 | 1190 | <x>0</x>
|
1174 | 1191 | <y>0</y>
|
1175 |
| - <width>949</width> |
1176 |
| - <height>776</height> |
| 1192 | + <width>134</width> |
| 1193 | + <height>155</height> |
1177 | 1194 | </rect>
|
1178 | 1195 | </property>
|
1179 | 1196 | <layout class="QVBoxLayout" name="verticalLayout_23">
|
|
1287 | 1304 | <rect>
|
1288 | 1305 | <x>0</x>
|
1289 | 1306 | <y>0</y>
|
1290 |
| - <width>949</width> |
1291 |
| - <height>776</height> |
| 1307 | + <width>84</width> |
| 1308 | + <height>16</height> |
1292 | 1309 | </rect>
|
1293 | 1310 | </property>
|
1294 | 1311 | <layout class="QVBoxLayout" name="verticalLayout_24">
|
|
1348 | 1365 | <rect>
|
1349 | 1366 | <x>0</x>
|
1350 | 1367 | <y>0</y>
|
1351 |
| - <width>949</width> |
1352 |
| - <height>776</height> |
| 1368 | + <width>186</width> |
| 1369 | + <height>249</height> |
1353 | 1370 | </rect>
|
1354 | 1371 | </property>
|
1355 | 1372 | <layout class="QVBoxLayout" name="verticalLayout_8">
|
|
0 commit comments