|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>722</width> |
10 |
| - <height>529</height> |
| 9 | + <width>833</width> |
| 10 | + <height>532</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
|
19 | 19 | <property name="modal">
|
20 | 20 | <bool>true</bool>
|
21 | 21 | </property>
|
22 |
| - <layout class="QGridLayout"> |
| 22 | + <layout class="QGridLayout" name="gridLayout_3"> |
23 | 23 | <item row="0" column="0">
|
24 |
| - <widget class="QTabWidget" name="tabWidget"> |
25 |
| - <property name="currentIndex"> |
26 |
| - <number>0</number> |
27 |
| - </property> |
28 |
| - <widget class="QWidget" name="tabGeneral"> |
29 |
| - <attribute name="title"> |
30 |
| - <string>&General</string> |
31 |
| - </attribute> |
| 24 | + <widget class="QListWidget" name="listWidget"> |
| 25 | + <item> |
| 26 | + <property name="text"> |
| 27 | + <string>General</string> |
| 28 | + </property> |
| 29 | + </item> |
| 30 | + <item> |
| 31 | + <property name="text"> |
| 32 | + <string>Rendering & SVG</string> |
| 33 | + </property> |
| 34 | + </item> |
| 35 | + <item> |
| 36 | + <property name="text"> |
| 37 | + <string>Map tools</string> |
| 38 | + </property> |
| 39 | + </item> |
| 40 | + <item> |
| 41 | + <property name="text"> |
| 42 | + <string>Overlay</string> |
| 43 | + </property> |
| 44 | + </item> |
| 45 | + <item> |
| 46 | + <property name="text"> |
| 47 | + <string>Digitising</string> |
| 48 | + </property> |
| 49 | + </item> |
| 50 | + <item> |
| 51 | + <property name="text"> |
| 52 | + <string>CRS</string> |
| 53 | + </property> |
| 54 | + </item> |
| 55 | + <item> |
| 56 | + <property name="text"> |
| 57 | + <string>Locale</string> |
| 58 | + </property> |
| 59 | + </item> |
| 60 | + <item> |
| 61 | + <property name="text"> |
| 62 | + <string>Network & Proxy</string> |
| 63 | + </property> |
| 64 | + </item> |
| 65 | + </widget> |
| 66 | + </item> |
| 67 | + <item row="0" column="1"> |
| 68 | + <widget class="QStackedWidget" name="stackedWidget"> |
| 69 | + <widget class="QWidget" name="stackedWidgetPage1" native="true"> |
32 | 70 | <layout class="QGridLayout">
|
| 71 | + <property name="margin"> |
| 72 | + <number>0</number> |
| 73 | + </property> |
33 | 74 | <item row="0" column="0">
|
34 | 75 | <widget class="QGroupBox" name="groupBox_11">
|
35 | 76 | <property name="title">
|
|
67 | 108 | <property name="text">
|
68 | 109 | <string>Selection color</string>
|
69 | 110 | </property>
|
70 |
| - <property name="buddy"> |
71 |
| - <cstring>pbnSelectionColour</cstring> |
72 |
| - </property> |
73 | 111 | </widget>
|
74 | 112 | </item>
|
75 | 113 | <item row="0" column="3">
|
|
90 | 128 | <property name="text">
|
91 | 129 | <string>Background color</string>
|
92 | 130 | </property>
|
93 |
| - <property name="buddy"> |
94 |
| - <cstring>pbnCanvasColor</cstring> |
95 |
| - </property> |
96 | 131 | </widget>
|
97 | 132 | </item>
|
98 | 133 | <item row="1" column="2">
|
|
154 | 189 | <property name="text">
|
155 | 190 | <string>Icon theme</string>
|
156 | 191 | </property>
|
157 |
| - <property name="buddy"> |
158 |
| - <cstring>cmbTheme</cstring> |
159 |
| - </property> |
160 | 192 | </widget>
|
161 | 193 | </item>
|
162 | 194 | <item row="1" column="0" colspan="2">
|
|
234 | 266 | </item>
|
235 | 267 | </layout>
|
236 | 268 | </widget>
|
237 |
| - <widget class="QWidget" name="tabRendering"> |
238 |
| - <attribute name="title"> |
239 |
| - <string>&Rendering and SVG</string> |
240 |
| - </attribute> |
| 269 | + <widget class="QWidget" name="stackedWidgetPage2" native="true"> |
241 | 270 | <layout class="QGridLayout">
|
| 271 | + <property name="margin"> |
| 272 | + <number>0</number> |
| 273 | + </property> |
242 | 274 | <item row="0" column="0">
|
243 | 275 | <widget class="QGroupBox" name="groupBox_5">
|
244 | 276 | <property name="title">
|
|
257 | 289 | <property name="text">
|
258 | 290 | <string>Number of features to draw before updating the display</string>
|
259 | 291 | </property>
|
260 |
| - <property name="buddy"> |
261 |
| - <cstring>spinBoxUpdateThreshold</cstring> |
262 |
| - </property> |
263 | 292 | </widget>
|
264 | 293 | </item>
|
265 | 294 | <item row="1" column="1">
|
|
385 | 414 | </item>
|
386 | 415 | </layout>
|
387 | 416 | </widget>
|
388 |
| - <widget class="QWidget" name="tabMap"> |
389 |
| - <attribute name="title"> |
390 |
| - <string>&Map tools</string> |
391 |
| - </attribute> |
| 417 | + <widget class="QWidget" name="stackedWidgetPage3" native="true"> |
392 | 418 | <layout class="QGridLayout">
|
393 | 419 | <property name="margin">
|
394 |
| - <number>11</number> |
| 420 | + <number>0</number> |
395 | 421 | </property>
|
396 | 422 | <item row="2" column="0">
|
397 | 423 | <widget class="QGroupBox" name="groupBox_10">
|
|
431 | 457 | <property name="text">
|
432 | 458 | <string>Zoom factor</string>
|
433 | 459 | </property>
|
434 |
| - <property name="buddy"> |
435 |
| - <cstring>spinZoomFactor</cstring> |
436 |
| - </property> |
437 | 460 | </widget>
|
438 | 461 | </item>
|
439 | 462 | <item row="0" column="0">
|
440 | 463 | <widget class="QLabel" name="label_2">
|
441 | 464 | <property name="text">
|
442 | 465 | <string>Mouse wheel action</string>
|
443 | 466 | </property>
|
444 |
| - <property name="buddy"> |
445 |
| - <cstring>cmbWheelAction</cstring> |
446 |
| - </property> |
447 | 467 | </widget>
|
448 | 468 | </item>
|
449 | 469 | <item row="1" column="1">
|
|
486 | 506 | <property name="text">
|
487 | 507 | <string>Search radius for identifying features and displaying map tips</string>
|
488 | 508 | </property>
|
489 |
| - <property name="buddy"> |
490 |
| - <cstring>spinBoxIdentifyValue</cstring> |
491 |
| - </property> |
492 | 509 | </widget>
|
493 | 510 | </item>
|
494 | 511 | <item row="2" column="1">
|
|
515 | 532 | <property name="text">
|
516 | 533 | <string>Mode</string>
|
517 | 534 | </property>
|
518 |
| - <property name="buddy"> |
519 |
| - <cstring>cmbIdentifyMode</cstring> |
520 |
| - </property> |
521 | 535 | </widget>
|
522 | 536 | </item>
|
523 | 537 | <item row="1" column="0" colspan="2">
|
|
586 | 600 | <property name="text">
|
587 | 601 | <string>Rubberband color</string>
|
588 | 602 | </property>
|
589 |
| - <property name="buddy"> |
590 |
| - <cstring>pbnMeasureColour</cstring> |
591 |
| - </property> |
592 | 603 | </widget>
|
593 | 604 | </item>
|
594 | 605 | <item row="0" column="0">
|
595 | 606 | <widget class="QLabel" name="textLabel1_8">
|
596 | 607 | <property name="text">
|
597 | 608 | <string>Ellipsoid for distance calculations</string>
|
598 | 609 | </property>
|
599 |
| - <property name="buddy"> |
600 |
| - <cstring>cmbEllipsoid</cstring> |
601 |
| - </property> |
602 | 610 | </widget>
|
603 | 611 | </item>
|
604 | 612 | <item row="2" column="0">
|
605 | 613 | <widget class="QLabel" name="textLabel1_11">
|
606 | 614 | <property name="text">
|
607 | 615 | <string>Preferred measurements units</string>
|
608 | 616 | </property>
|
609 |
| - <property name="buddy"> |
610 |
| - <cstring>radMeters</cstring> |
611 |
| - </property> |
612 | 617 | </widget>
|
613 | 618 | </item>
|
614 | 619 | <item row="2" column="1">
|
|
630 | 635 | </item>
|
631 | 636 | </layout>
|
632 | 637 | </widget>
|
633 |
| - <widget class="QWidget" name="mOverlayTab"> |
634 |
| - <attribute name="title"> |
635 |
| - <string>Overlay</string> |
636 |
| - </attribute> |
| 638 | + <widget class="QWidget" name="stackedWidgetPage4" native="true"> |
637 | 639 | <layout class="QGridLayout">
|
| 640 | + <property name="margin"> |
| 641 | + <number>0</number> |
| 642 | + </property> |
638 | 643 | <item row="0" column="0">
|
639 | 644 | <widget class="QGroupBox" name="mPositionGroupBox">
|
640 | 645 | <property name="title">
|
|
646 | 651 | <property name="text">
|
647 | 652 | <string>Placement algorithm:</string>
|
648 | 653 | </property>
|
649 |
| - <property name="buddy"> |
650 |
| - <cstring>mOverlayAlgorithmComboBox</cstring> |
651 |
| - </property> |
652 | 654 | </widget>
|
653 | 655 | </item>
|
654 | 656 | <item row="0" column="1">
|
|
685 | 687 | </item>
|
686 | 688 | </layout>
|
687 | 689 | </widget>
|
688 |
| - <widget class="QWidget" name="tabDigitizing"> |
689 |
| - <attribute name="title"> |
690 |
| - <string>Digitizing</string> |
691 |
| - </attribute> |
| 690 | + <widget class="QWidget" name="stackedWidgetPage5" native="true"> |
692 | 691 | <layout class="QGridLayout">
|
| 692 | + <property name="margin"> |
| 693 | + <number>0</number> |
| 694 | + </property> |
693 | 695 | <item row="0" column="0">
|
694 | 696 | <widget class="QGroupBox" name="mRubberBandGroupBox">
|
695 | 697 | <property name="title">
|
|
701 | 703 | <property name="text">
|
702 | 704 | <string>Line width</string>
|
703 | 705 | </property>
|
704 |
| - <property name="buddy"> |
705 |
| - <cstring>mLineWidthSpinBox</cstring> |
706 |
| - </property> |
707 | 706 | </widget>
|
708 | 707 | </item>
|
709 | 708 | <item row="0" column="1">
|
|
721 | 720 | <property name="text">
|
722 | 721 | <string>Line colour</string>
|
723 | 722 | </property>
|
724 |
| - <property name="buddy"> |
725 |
| - <cstring>mLineColourToolButton</cstring> |
726 |
| - </property> |
727 | 723 | </widget>
|
728 | 724 | </item>
|
729 | 725 | <item row="1" column="1">
|
|
753 | 749 | <property name="text">
|
754 | 750 | <string>Default snap mode</string>
|
755 | 751 | </property>
|
756 |
| - <property name="buddy"> |
757 |
| - <cstring>mDefaultSnapModeComboBox</cstring> |
758 |
| - </property> |
759 | 752 | </widget>
|
760 | 753 | </item>
|
761 | 754 | <item row="0" column="1" colspan="3">
|
|
786 | 779 | <property name="text">
|
787 | 780 | <string>Default snapping tolerance</string>
|
788 | 781 | </property>
|
789 |
| - <property name="buddy"> |
790 |
| - <cstring>mDefaultSnappingToleranceSpinBox</cstring> |
791 |
| - </property> |
792 | 782 | </widget>
|
793 | 783 | </item>
|
794 | 784 | <item row="1" column="2" colspan="2">
|
|
819 | 809 | <property name="text">
|
820 | 810 | <string>Search radius for vertex edits</string>
|
821 | 811 | </property>
|
822 |
| - <property name="buddy"> |
823 |
| - <cstring>mSearchRadiusVertexEditSpinBox</cstring> |
824 |
| - </property> |
825 | 812 | </widget>
|
826 | 813 | </item>
|
827 | 814 | <item row="2" column="3">
|
|
902 | 889 | <property name="text">
|
903 | 890 | <string>Marker style</string>
|
904 | 891 | </property>
|
905 |
| - <property name="buddy"> |
906 |
| - <cstring>mMarkerStyleComboBox</cstring> |
907 |
| - </property> |
908 | 892 | </widget>
|
909 | 893 | </item>
|
910 | 894 | <item row="1" column="1">
|
|
948 | 932 | <property name="text">
|
949 | 933 | <string>Marker size</string>
|
950 | 934 | </property>
|
951 |
| - <property name="buddy"> |
952 |
| - <cstring>mMarkerSizeSpinBox</cstring> |
953 |
| - </property> |
954 | 935 | </widget>
|
955 | 936 | </item>
|
956 | 937 | <item row="2" column="1">
|
|
1003 | 984 | </item>
|
1004 | 985 | </layout>
|
1005 | 986 | </widget>
|
1006 |
| - <widget class="QWidget" name="tabCRS"> |
1007 |
| - <attribute name="title"> |
1008 |
| - <string>CRS</string> |
1009 |
| - </attribute> |
| 987 | + <widget class="QWidget" name="stackedWidgetPage6" native="true"> |
1010 | 988 | <layout class="QGridLayout">
|
1011 | 989 | <property name="margin">
|
1012 |
| - <number>11</number> |
| 990 | + <number>0</number> |
1013 | 991 | </property>
|
1014 | 992 | <item row="3" column="0">
|
1015 | 993 | <spacer>
|
|
1069 | 1047 | </item>
|
1070 | 1048 | </layout>
|
1071 | 1049 | </widget>
|
1072 |
| - <widget class="QWidget" name="tabLocale"> |
1073 |
| - <attribute name="title"> |
1074 |
| - <string>Locale</string> |
1075 |
| - </attribute> |
| 1050 | + <widget class="QWidget" name="stackedWidgetPage7" native="true"> |
1076 | 1051 | <layout class="QGridLayout">
|
| 1052 | + <property name="margin"> |
| 1053 | + <number>0</number> |
| 1054 | + </property> |
1077 | 1055 | <item row="0" column="0">
|
1078 | 1056 | <widget class="QGroupBox" name="grpLocale">
|
1079 | 1057 | <property name="title">
|
|
1088 | 1066 | <property name="text">
|
1089 | 1067 | <string>Locale to use instead</string>
|
1090 | 1068 | </property>
|
1091 |
| - <property name="buddy"> |
1092 |
| - <cstring>cboLocale</cstring> |
1093 |
| - </property> |
1094 | 1069 | </widget>
|
1095 | 1070 | </item>
|
1096 | 1071 | <item row="0" column="1">
|
|
1140 | 1115 | </item>
|
1141 | 1116 | </layout>
|
1142 | 1117 | </widget>
|
1143 |
| - <widget class="QWidget" name="tab"> |
1144 |
| - <attribute name="title"> |
1145 |
| - <string>Network and Proxy</string> |
1146 |
| - </attribute> |
| 1118 | + <widget class="QWidget" name="stackedWidgetPage8" native="true"> |
1147 | 1119 | <layout class="QGridLayout" name="gridLayout_2">
|
| 1120 | + <property name="margin"> |
| 1121 | + <number>0</number> |
| 1122 | + </property> |
1148 | 1123 | <item row="0" column="0">
|
1149 | 1124 | <layout class="QHBoxLayout" name="horizontalLayout">
|
1150 | 1125 | <item>
|
1151 | 1126 | <widget class="QLabel" name="mNetworkTimeoutLabel">
|
1152 | 1127 | <property name="text">
|
1153 | 1128 | <string>Timeout for network requests (ms):</string>
|
1154 | 1129 | </property>
|
1155 |
| - <property name="buddy"> |
1156 |
| - <cstring>mNetworkTimeoutSpinBox</cstring> |
1157 |
| - </property> |
1158 | 1130 | </widget>
|
1159 | 1131 | </item>
|
1160 | 1132 | <item>
|
|
1183 | 1155 | <property name="text">
|
1184 | 1156 | <string>Host</string>
|
1185 | 1157 | </property>
|
1186 |
| - <property name="buddy"> |
1187 |
| - <cstring>leProxyHost</cstring> |
1188 |
| - </property> |
1189 | 1158 | </widget>
|
1190 | 1159 | </item>
|
1191 | 1160 | <item row="0" column="1" colspan="5">
|
|
1196 | 1165 | <property name="text">
|
1197 | 1166 | <string>Port</string>
|
1198 | 1167 | </property>
|
1199 |
| - <property name="buddy"> |
1200 |
| - <cstring>leProxyPort</cstring> |
1201 |
| - </property> |
1202 | 1168 | </widget>
|
1203 | 1169 | </item>
|
1204 | 1170 | <item row="1" column="1" colspan="5">
|
|
1209 | 1175 | <property name="text">
|
1210 | 1176 | <string>User</string>
|
1211 | 1177 | </property>
|
1212 |
| - <property name="buddy"> |
1213 |
| - <cstring>leProxyUser</cstring> |
1214 |
| - </property> |
1215 | 1178 | </widget>
|
1216 | 1179 | </item>
|
1217 | 1180 | <item row="2" column="1" colspan="5">
|
|
1226 | 1189 | <property name="text">
|
1227 | 1190 | <string>Password</string>
|
1228 | 1191 | </property>
|
1229 |
| - <property name="buddy"> |
1230 |
| - <cstring>leProxyPassword</cstring> |
1231 |
| - </property> |
1232 | 1192 | </widget>
|
1233 | 1193 | </item>
|
1234 | 1194 | <item row="3" column="1" colspan="5">
|
|
1246 | 1206 | <property name="text">
|
1247 | 1207 | <string>Proxy type</string>
|
1248 | 1208 | </property>
|
1249 |
| - <property name="buddy"> |
1250 |
| - <cstring>mProxyTypeComboBox</cstring> |
1251 |
| - </property> |
1252 | 1209 | </widget>
|
1253 | 1210 | </item>
|
1254 | 1211 | <item row="4" column="1" colspan="2">
|
|
1272 | 1229 | <property name="text">
|
1273 | 1230 | <string>Exclude URLs (starting with):</string>
|
1274 | 1231 | </property>
|
1275 |
| - <property name="buddy"> |
1276 |
| - <cstring>mAddUrlPushButton</cstring> |
1277 |
| - </property> |
1278 | 1232 | </widget>
|
1279 | 1233 | </item>
|
1280 | 1234 | <item row="5" column="2" colspan="2">
|
|
1314 | 1268 | </widget>
|
1315 | 1269 | </widget>
|
1316 | 1270 | </item>
|
1317 |
| - <item row="1" column="0"> |
| 1271 | + <item row="1" column="0" colspan="2"> |
1318 | 1272 | <widget class="QDialogButtonBox" name="buttonBox">
|
1319 | 1273 | <property name="orientation">
|
1320 | 1274 | <enum>Qt::Horizontal</enum>
|
|
1335 | 1289 | </customwidget>
|
1336 | 1290 | </customwidgets>
|
1337 | 1291 | <tabstops>
|
1338 |
| - <tabstop>tabWidget</tabstop> |
| 1292 | + <tabstop>stackedWidget</tabstop> |
1339 | 1293 | <tabstop>chbAskToSaveProjectChanges</tabstop>
|
1340 | 1294 | <tabstop>chbWarnOldProjectVersion</tabstop>
|
1341 | 1295 | <tabstop>pbnSelectionColour</tabstop>
|
|
1403 | 1357 | <slot>reject()</slot>
|
1404 | 1358 | <hints>
|
1405 | 1359 | <hint type="sourcelabel">
|
1406 |
| - <x>611</x> |
1407 |
| - <y>531</y> |
| 1360 | + <x>186</x> |
| 1361 | + <y>574</y> |
1408 | 1362 | </hint>
|
1409 | 1363 | <hint type="destinationlabel">
|
1410 | 1364 | <x>730</x>
|
|
1419 | 1373 | <slot>accept()</slot>
|
1420 | 1374 | <hints>
|
1421 | 1375 | <hint type="sourcelabel">
|
1422 |
| - <x>686</x> |
1423 |
| - <y>525</y> |
| 1376 | + <x>186</x> |
| 1377 | + <y>574</y> |
1424 | 1378 | </hint>
|
1425 | 1379 | <hint type="destinationlabel">
|
1426 | 1380 | <x>731</x>
|
1427 | 1381 | <y>353</y>
|
1428 | 1382 | </hint>
|
1429 | 1383 | </hints>
|
1430 | 1384 | </connection>
|
| 1385 | + <connection> |
| 1386 | + <sender>listWidget</sender> |
| 1387 | + <signal>currentRowChanged(int)</signal> |
| 1388 | + <receiver>stackedWidget</receiver> |
| 1389 | + <slot>setCurrentIndex(int)</slot> |
| 1390 | + <hints> |
| 1391 | + <hint type="sourcelabel"> |
| 1392 | + <x>136</x> |
| 1393 | + <y>21</y> |
| 1394 | + </hint> |
| 1395 | + <hint type="destinationlabel"> |
| 1396 | + <x>864</x> |
| 1397 | + <y>14</y> |
| 1398 | + </hint> |
| 1399 | + </hints> |
| 1400 | + </connection> |
1431 | 1401 | </connections>
|
1432 | 1402 | </ui>
|
0 commit comments