|
5 | 5 | <rect>
|
6 | 6 | <x>0</x>
|
7 | 7 | <y>0</y>
|
8 |
| - <width>596</width> |
9 |
| - <height>658</height> |
| 8 | + <width>576</width> |
| 9 | + <height>588</height> |
10 | 10 | </rect>
|
11 | 11 | </property>
|
12 | 12 | <property name="windowTitle" >
|
|
22 | 22 | <bool>true</bool>
|
23 | 23 | </property>
|
24 | 24 | <layout class="QGridLayout" >
|
25 |
| - <item row="0" column="0" > |
| 25 | + <item row="0" column="0" colspan="4" > |
26 | 26 | <widget class="QTabWidget" name="tabBar" >
|
27 | 27 | <property name="currentIndex" >
|
28 | 28 | <number>0</number>
|
|
224 | 224 | <item row="3" column="3" colspan="2" >
|
225 | 225 | <layout class="QHBoxLayout" >
|
226 | 226 | <item>
|
227 |
| - <widget class="QLabel" name="labelDefaultBandCombination" > |
| 227 | + <widget class="QToolButton" name="pbtnMakeBandCombinationDefault" > |
228 | 228 | <property name="text" >
|
229 |
| - <string>Default R:1 G:2 B:3</string> |
| 229 | + <string>...</string> |
| 230 | + </property> |
| 231 | + <property name="icon" > |
| 232 | + <iconset>../../images/themes/default/mActionFileSave.png</iconset> |
230 | 233 | </property>
|
231 | 234 | </widget>
|
232 | 235 | </item>
|
233 | 236 | <item>
|
234 |
| - <widget class="QPushButton" name="pbtnMakeBandCombinationDefault" > |
235 |
| - <property name="sizePolicy" > |
236 |
| - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
237 |
| - <horstretch>0</horstretch> |
238 |
| - <verstretch>0</verstretch> |
239 |
| - </sizepolicy> |
240 |
| - </property> |
241 |
| - <property name="toolTip" > |
242 |
| - <string>Save current band combination as default. This setting will be persistent between QGIS sessions.</string> |
243 |
| - </property> |
244 |
| - <property name="whatsThis" > |
245 |
| - <string>Save current band combination as a default. This setting will be persistent between QGIS sessions.</string> |
246 |
| - </property> |
| 237 | + <widget class="QLabel" name="labelDefaultBandCombination" > |
247 | 238 | <property name="text" >
|
248 |
| - <string/> |
249 |
| - </property> |
250 |
| - <property name="icon" > |
251 |
| - <iconset>../../images/themes/default/mActionFileSave.png</iconset> |
| 239 | + <string>Default R:1 G:2 B:3</string> |
252 | 240 | </property>
|
253 | 241 | </widget>
|
254 | 242 | </item>
|
|
277 | 265 | <item row="5" column="1" >
|
278 | 266 | <widget class="QLineEdit" name="leRedMin" >
|
279 | 267 | <property name="sizePolicy" >
|
280 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
| 268 | + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
281 | 269 | <horstretch>0</horstretch>
|
282 | 270 | <verstretch>0</verstretch>
|
283 | 271 | </sizepolicy>
|
|
328 | 316 | <item row="5" column="4" >
|
329 | 317 | <widget class="QLineEdit" name="leRedMax" >
|
330 | 318 | <property name="sizePolicy" >
|
331 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
| 319 | + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
332 | 320 | <horstretch>0</horstretch>
|
333 | 321 | <verstretch>0</verstretch>
|
334 | 322 | </sizepolicy>
|
|
366 | 354 | <item row="6" column="1" >
|
367 | 355 | <widget class="QLineEdit" name="leGreenMin" >
|
368 | 356 | <property name="sizePolicy" >
|
369 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
| 357 | + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
370 | 358 | <horstretch>0</horstretch>
|
371 | 359 | <verstretch>0</verstretch>
|
372 | 360 | </sizepolicy>
|
|
404 | 392 | <item row="6" column="4" >
|
405 | 393 | <widget class="QLineEdit" name="leGreenMax" >
|
406 | 394 | <property name="sizePolicy" >
|
407 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
| 395 | + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
408 | 396 | <horstretch>0</horstretch>
|
409 | 397 | <verstretch>0</verstretch>
|
410 | 398 | </sizepolicy>
|
|
442 | 430 | <item row="7" column="1" >
|
443 | 431 | <widget class="QLineEdit" name="leBlueMin" >
|
444 | 432 | <property name="sizePolicy" >
|
445 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
| 433 | + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
446 | 434 | <horstretch>0</horstretch>
|
447 | 435 | <verstretch>0</verstretch>
|
448 | 436 | </sizepolicy>
|
|
480 | 468 | <item row="7" column="4" >
|
481 | 469 | <widget class="QLineEdit" name="leBlueMax" >
|
482 | 470 | <property name="sizePolicy" >
|
483 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
| 471 | + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
484 | 472 | <horstretch>0</horstretch>
|
485 | 473 | <verstretch>0</verstretch>
|
486 | 474 | </sizepolicy>
|
|
511 | 499 | </item>
|
512 | 500 | <item row="8" column="4" >
|
513 | 501 | <widget class="QDoubleSpinBox" name="sboxThreeBandStdDev" >
|
| 502 | + <property name="sizePolicy" > |
| 503 | + <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > |
| 504 | + <horstretch>0</horstretch> |
| 505 | + <verstretch>0</verstretch> |
| 506 | + </sizepolicy> |
| 507 | + </property> |
514 | 508 | <property name="maximum" >
|
515 | 509 | <double>10.000000000000000</double>
|
516 | 510 | </property>
|
|
989 | 983 | </property>
|
990 | 984 | </widget>
|
991 | 985 | </item>
|
992 |
| - <item row="0" column="2" colspan="2" > |
993 |
| - <spacer> |
994 |
| - <property name="orientation" > |
995 |
| - <enum>Qt::Horizontal</enum> |
996 |
| - </property> |
997 |
| - <property name="sizeHint" > |
998 |
| - <size> |
999 |
| - <width>261</width> |
1000 |
| - <height>20</height> |
1001 |
| - </size> |
1002 |
| - </property> |
1003 |
| - </spacer> |
1004 |
| - </item> |
1005 |
| - <item row="1" column="0" > |
| 986 | + <item row="0" column="1" colspan="2" > |
1006 | 987 | <widget class="QComboBox" name="cboxTransparencyBand" >
|
1007 | 988 | <property name="enabled" >
|
1008 | 989 | <bool>false</bool>
|
1009 | 990 | </property>
|
1010 | 991 | <property name="sizePolicy" >
|
1011 |
| - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
| 992 | + <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
1012 | 993 | <horstretch>0</horstretch>
|
1013 | 994 | <verstretch>0</verstretch>
|
1014 | 995 | </sizepolicy>
|
|
1021 | 1002 | </property>
|
1022 | 1003 | </widget>
|
1023 | 1004 | </item>
|
1024 |
| - <item row="1" column="2" colspan="2" > |
1025 |
| - <spacer> |
1026 |
| - <property name="orientation" > |
1027 |
| - <enum>Qt::Horizontal</enum> |
1028 |
| - </property> |
1029 |
| - <property name="sizeHint" > |
1030 |
| - <size> |
1031 |
| - <width>261</width> |
1032 |
| - <height>20</height> |
1033 |
| - </size> |
1034 |
| - </property> |
1035 |
| - </spacer> |
1036 |
| - </item> |
1037 |
| - <item row="3" column="0" colspan="3" > |
| 1005 | + <item row="1" column="0" colspan="2" > |
1038 | 1006 | <widget class="QLabel" name="label_2" >
|
1039 | 1007 | <property name="text" >
|
1040 | 1008 | <string>Transparent pixel list</string>
|
1041 | 1009 | </property>
|
1042 | 1010 | </widget>
|
1043 | 1011 | </item>
|
1044 |
| - <item row="4" column="0" colspan="3" > |
| 1012 | + <item row="2" column="0" colspan="2" > |
1045 | 1013 | <widget class="QTableWidget" name="tableTransparency" >
|
1046 | 1014 | <property name="verticalScrollBarPolicy" >
|
1047 | 1015 | <enum>Qt::ScrollBarAsNeeded</enum>
|
|
1066 | 1034 | </property>
|
1067 | 1035 | </widget>
|
1068 | 1036 | </item>
|
1069 |
| - <item row="4" column="3" > |
| 1037 | + <item row="2" column="2" > |
1070 | 1038 | <layout class="QVBoxLayout" >
|
1071 | 1039 | <property name="leftMargin" >
|
1072 | 1040 | <number>11</number>
|
|
1176 | 1144 | </item>
|
1177 | 1145 | </layout>
|
1178 | 1146 | </item>
|
1179 |
| - <item row="2" column="0" > |
1180 |
| - <spacer> |
1181 |
| - <property name="orientation" > |
1182 |
| - <enum>Qt::Vertical</enum> |
1183 |
| - </property> |
1184 |
| - <property name="sizeHint" > |
1185 |
| - <size> |
1186 |
| - <width>20</width> |
1187 |
| - <height>40</height> |
1188 |
| - </size> |
1189 |
| - </property> |
1190 |
| - </spacer> |
1191 |
| - </item> |
1192 | 1147 | </layout>
|
1193 | 1148 | </widget>
|
1194 | 1149 | </item>
|
|
1199 | 1154 | <string>Colormap</string>
|
1200 | 1155 | </attribute>
|
1201 | 1156 | <layout class="QGridLayout" >
|
1202 |
| - <item row="0" column="0" colspan="3" > |
1203 |
| - <layout class="QHBoxLayout" > |
1204 |
| - <property name="leftMargin" > |
1205 |
| - <number>11</number> |
1206 |
| - </property> |
1207 |
| - <property name="topMargin" > |
1208 |
| - <number>11</number> |
1209 |
| - </property> |
1210 |
| - <property name="rightMargin" > |
1211 |
| - <number>11</number> |
1212 |
| - </property> |
1213 |
| - <property name="bottomMargin" > |
1214 |
| - <number>11</number> |
| 1157 | + <item row="0" column="0" colspan="2" > |
| 1158 | + <widget class="QLabel" name="mColorInterpolationLabel" > |
| 1159 | + <property name="text" > |
| 1160 | + <string>Color interpolation</string> |
1215 | 1161 | </property>
|
1216 |
| - <item> |
1217 |
| - <widget class="QLabel" name="mColorInterpolationLabel" > |
1218 |
| - <property name="text" > |
1219 |
| - <string>Color interpolation</string> |
1220 |
| - </property> |
1221 |
| - </widget> |
1222 |
| - </item> |
1223 |
| - <item> |
1224 |
| - <widget class="QComboBox" name="cboxColorInterpolation" /> |
1225 |
| - </item> |
1226 |
| - </layout> |
| 1162 | + </widget> |
| 1163 | + </item> |
| 1164 | + <item row="0" column="2" colspan="2" > |
| 1165 | + <widget class="QComboBox" name="cboxColorInterpolation" /> |
1227 | 1166 | </item>
|
1228 |
| - <item row="0" column="3" colspan="6" > |
| 1167 | + <item row="0" column="4" colspan="7" > |
1229 | 1168 | <spacer>
|
1230 | 1169 | <property name="orientation" >
|
1231 | 1170 | <enum>Qt::Horizontal</enum>
|
|
1245 | 1184 | </property>
|
1246 | 1185 | </widget>
|
1247 | 1186 | </item>
|
1248 |
| - <item row="1" column="1" > |
| 1187 | + <item row="1" column="1" colspan="2" > |
1249 | 1188 | <widget class="QPushButton" name="mDeleteEntryButton" >
|
1250 | 1189 | <property name="text" >
|
1251 | 1190 | <string>Delete entry</string>
|
1252 | 1191 | </property>
|
1253 | 1192 | </widget>
|
1254 | 1193 | </item>
|
1255 |
| - <item row="1" column="2" colspan="2" > |
| 1194 | + <item row="1" column="3" colspan="2" > |
1256 | 1195 | <widget class="QPushButton" name="pbtnSortColorMap" >
|
1257 | 1196 | <property name="text" >
|
1258 | 1197 | <string>Sort</string>
|
1259 | 1198 | </property>
|
1260 | 1199 | </widget>
|
1261 | 1200 | </item>
|
1262 |
| - <item row="1" column="4" > |
| 1201 | + <item row="1" column="5" > |
1263 | 1202 | <spacer>
|
1264 | 1203 | <property name="orientation" >
|
1265 | 1204 | <enum>Qt::Horizontal</enum>
|
|
1272 | 1211 | </property>
|
1273 | 1212 | </spacer>
|
1274 | 1213 | </item>
|
1275 |
| - <item row="1" column="5" > |
1276 |
| - <layout class="QHBoxLayout" > |
1277 |
| - <property name="leftMargin" > |
1278 |
| - <number>11</number> |
| 1214 | + <item row="1" column="6" > |
| 1215 | + <widget class="QComboBox" name="cboxColorMapBand" /> |
| 1216 | + </item> |
| 1217 | + <item row="1" column="7" > |
| 1218 | + <widget class="QToolButton" name="pbtnLoadColorMapFromBand" > |
| 1219 | + <property name="toolTip" > |
| 1220 | + <string>Load color map from band</string> |
1279 | 1221 | </property>
|
1280 |
| - <item> |
1281 |
| - <widget class="QComboBox" name="cboxColorMapBand" /> |
1282 |
| - </item> |
1283 |
| - <item> |
1284 |
| - <widget class="QToolButton" name="pbtnLoadColorMapFromBand" > |
1285 |
| - <property name="toolTip" > |
1286 |
| - <string>Load color map from band</string> |
1287 |
| - </property> |
1288 |
| - <property name="text" > |
1289 |
| - <string>...</string> |
1290 |
| - </property> |
1291 |
| - <property name="icon" > |
1292 |
| - <iconset>../../images/themes/default/mActionNewAttribute.png</iconset> |
1293 |
| - </property> |
1294 |
| - </widget> |
1295 |
| - </item> |
1296 |
| - </layout> |
| 1222 | + <property name="text" > |
| 1223 | + <string>...</string> |
| 1224 | + </property> |
| 1225 | + <property name="icon" > |
| 1226 | + <iconset>../../images/themes/default/mActionNewAttribute.png</iconset> |
| 1227 | + </property> |
| 1228 | + </widget> |
1297 | 1229 | </item>
|
1298 |
| - <item row="1" column="6" > |
| 1230 | + <item row="1" column="8" > |
1299 | 1231 | <spacer>
|
1300 | 1232 | <property name="orientation" >
|
1301 | 1233 | <enum>Qt::Horizontal</enum>
|
|
1311 | 1243 | </property>
|
1312 | 1244 | </spacer>
|
1313 | 1245 | </item>
|
1314 |
| - <item row="1" column="7" > |
| 1246 | + <item row="1" column="9" > |
1315 | 1247 | <widget class="QToolButton" name="pbtnLoadColorMapFromFile" >
|
1316 | 1248 | <property name="toolTip" >
|
1317 | 1249 | <string>Load color map from file</string>
|
|
1324 | 1256 | </property>
|
1325 | 1257 | </widget>
|
1326 | 1258 | </item>
|
1327 |
| - <item row="1" column="8" > |
| 1259 | + <item row="1" column="10" > |
1328 | 1260 | <widget class="QToolButton" name="pbtnExportColorMapToFile" >
|
1329 | 1261 | <property name="toolTip" >
|
1330 | 1262 | <string>Export color map to file</string>
|
|
1337 | 1269 | </property>
|
1338 | 1270 | </widget>
|
1339 | 1271 | </item>
|
1340 |
| - <item row="2" column="0" colspan="9" > |
| 1272 | + <item row="2" column="0" colspan="11" > |
1341 | 1273 | <widget class="QTreeWidget" name="mColormapTreeWidget" >
|
1342 | 1274 | <property name="columnCount" >
|
1343 | 1275 | <number>3</number>
|
|
1359 | 1291 | </column>
|
1360 | 1292 | </widget>
|
1361 | 1293 | </item>
|
1362 |
| - <item row="3" column="0" colspan="9" > |
| 1294 | + <item row="3" column="0" colspan="11" > |
1363 | 1295 | <widget class="QGroupBox" name="groupBox_9" >
|
1364 | 1296 | <property name="title" >
|
1365 | 1297 | <string>Generate new color map</string>
|
1366 | 1298 | </property>
|
1367 |
| - <layout class="QHBoxLayout" > |
1368 |
| - <item> |
1369 |
| - <layout class="QHBoxLayout" > |
1370 |
| - <property name="leftMargin" > |
1371 |
| - <number>11</number> |
1372 |
| - </property> |
1373 |
| - <property name="topMargin" > |
1374 |
| - <number>11</number> |
1375 |
| - </property> |
1376 |
| - <property name="rightMargin" > |
1377 |
| - <number>11</number> |
1378 |
| - </property> |
1379 |
| - <property name="bottomMargin" > |
1380 |
| - <number>11</number> |
| 1299 | + <layout class="QGridLayout" > |
| 1300 | + <item row="0" column="0" > |
| 1301 | + <widget class="QLabel" name="mNumberOfEntriesLabel" > |
| 1302 | + <property name="text" > |
| 1303 | + <string>Number of entries</string> |
1381 | 1304 | </property>
|
1382 |
| - <item> |
1383 |
| - <widget class="QLabel" name="mNumberOfEntriesLabel" > |
1384 |
| - <property name="text" > |
1385 |
| - <string>Number of entries</string> |
1386 |
| - </property> |
1387 |
| - </widget> |
1388 |
| - </item> |
1389 |
| - <item> |
1390 |
| - <widget class="QSpinBox" name="sboxNumberOfEntries" > |
1391 |
| - <property name="sizePolicy" > |
1392 |
| - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
1393 |
| - <horstretch>0</horstretch> |
1394 |
| - <verstretch>0</verstretch> |
1395 |
| - </sizepolicy> |
1396 |
| - </property> |
1397 |
| - <property name="maximum" > |
1398 |
| - <number>256</number> |
1399 |
| - </property> |
1400 |
| - </widget> |
1401 |
| - </item> |
1402 |
| - </layout> |
| 1305 | + </widget> |
1403 | 1306 | </item>
|
1404 |
| - <item> |
1405 |
| - <layout class="QHBoxLayout" > |
1406 |
| - <property name="leftMargin" > |
1407 |
| - <number>11</number> |
1408 |
| - </property> |
1409 |
| - <property name="topMargin" > |
1410 |
| - <number>11</number> |
| 1307 | + <item row="0" column="1" > |
| 1308 | + <widget class="QSpinBox" name="sboxNumberOfEntries" > |
| 1309 | + <property name="sizePolicy" > |
| 1310 | + <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
| 1311 | + <horstretch>0</horstretch> |
| 1312 | + <verstretch>0</verstretch> |
| 1313 | + </sizepolicy> |
1411 | 1314 | </property>
|
1412 |
| - <property name="rightMargin" > |
1413 |
| - <number>11</number> |
| 1315 | + <property name="maximum" > |
| 1316 | + <number>255</number> |
1414 | 1317 | </property>
|
1415 |
| - <property name="bottomMargin" > |
1416 |
| - <number>11</number> |
| 1318 | + </widget> |
| 1319 | + </item> |
| 1320 | + <item row="0" column="2" > |
| 1321 | + <widget class="QLabel" name="mClassificationModeLabel" > |
| 1322 | + <property name="text" > |
| 1323 | + <string>Classification mode</string> |
1417 | 1324 | </property>
|
1418 |
| - <item> |
1419 |
| - <widget class="QLabel" name="mClassificationModeLabel" > |
1420 |
| - <property name="text" > |
1421 |
| - <string>Classification mode</string> |
1422 |
| - </property> |
1423 |
| - </widget> |
1424 |
| - </item> |
1425 |
| - <item> |
1426 |
| - <widget class="QComboBox" name="cboxClassificationMode" /> |
1427 |
| - </item> |
1428 |
| - </layout> |
| 1325 | + </widget> |
1429 | 1326 | </item>
|
1430 |
| - <item> |
| 1327 | + <item row="0" column="3" > |
| 1328 | + <widget class="QComboBox" name="cboxClassificationMode" /> |
| 1329 | + </item> |
| 1330 | + <item row="0" column="4" > |
1431 | 1331 | <widget class="QPushButton" name="mClassifyButton" >
|
1432 | 1332 | <property name="text" >
|
1433 | 1333 | <string>Classify</string>
|
|
1444 | 1344 | <string>General</string>
|
1445 | 1345 | </attribute>
|
1446 | 1346 | <layout class="QGridLayout" >
|
1447 |
| - <property name="leftMargin" > |
1448 |
| - <number>11</number> |
1449 |
| - </property> |
1450 |
| - <property name="topMargin" > |
1451 |
| - <number>11</number> |
1452 |
| - </property> |
1453 |
| - <property name="rightMargin" > |
1454 |
| - <number>11</number> |
1455 |
| - </property> |
1456 |
| - <property name="bottomMargin" > |
1457 |
| - <number>11</number> |
1458 |
| - </property> |
1459 |
| - <item row="4" column="0" colspan="3" > |
1460 |
| - <widget class="QGroupBox" name="grpSRS" > |
1461 |
| - <property name="title" > |
1462 |
| - <string>Coordinate reference system</string> |
| 1347 | + <item row="0" column="0" colspan="2" > |
| 1348 | + <widget class="QLabel" name="lblDisplayName" > |
| 1349 | + <property name="text" > |
| 1350 | + <string>Display name</string> |
| 1351 | + </property> |
| 1352 | + <property name="buddy" > |
| 1353 | + <cstring>leDisplayName</cstring> |
| 1354 | + </property> |
| 1355 | + </widget> |
| 1356 | + </item> |
| 1357 | + <item row="0" column="2" colspan="4" > |
| 1358 | + <widget class="QLineEdit" name="leDisplayName" /> |
| 1359 | + </item> |
| 1360 | + <item row="1" column="0" colspan="2" > |
| 1361 | + <widget class="QLabel" name="lblLayerSource" > |
| 1362 | + <property name="text" > |
| 1363 | + <string>Layer source</string> |
| 1364 | + </property> |
| 1365 | + <property name="buddy" > |
| 1366 | + <cstring>leLayerSource</cstring> |
| 1367 | + </property> |
| 1368 | + </widget> |
| 1369 | + </item> |
| 1370 | + <item row="1" column="2" colspan="4" > |
| 1371 | + <widget class="QLineEdit" name="leLayerSource" > |
| 1372 | + <property name="enabled" > |
| 1373 | + <bool>false</bool> |
1463 | 1374 | </property>
|
1464 |
| - <layout class="QGridLayout" > |
1465 |
| - <property name="leftMargin" > |
1466 |
| - <number>11</number> |
1467 |
| - </property> |
1468 |
| - <property name="topMargin" > |
1469 |
| - <number>11</number> |
1470 |
| - </property> |
1471 |
| - <property name="rightMargin" > |
1472 |
| - <number>11</number> |
1473 |
| - </property> |
1474 |
| - <property name="bottomMargin" > |
1475 |
| - <number>11</number> |
1476 |
| - </property> |
1477 |
| - <item row="0" column="1" > |
1478 |
| - <widget class="QPushButton" name="pbnChangeSpatialRefSys" > |
1479 |
| - <property name="text" > |
1480 |
| - <string>Change</string> |
1481 |
| - </property> |
1482 |
| - </widget> |
1483 |
| - </item> |
1484 |
| - <item row="0" column="0" > |
1485 |
| - <widget class="QLineEdit" name="leSpatialRefSys" > |
1486 |
| - <property name="readOnly" > |
1487 |
| - <bool>true</bool> |
1488 |
| - </property> |
1489 |
| - </widget> |
1490 |
| - </item> |
1491 |
| - </layout> |
1492 | 1375 | </widget>
|
1493 | 1376 | </item>
|
1494 |
| - <item row="3" column="0" colspan="3" > |
| 1377 | + <item row="2" column="2" colspan="4" > |
| 1378 | + <layout class="QGridLayout" > |
| 1379 | + <item row="0" column="0" > |
| 1380 | + <widget class="QLabel" name="lblColumns" > |
| 1381 | + <property name="sizePolicy" > |
| 1382 | + <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
| 1383 | + <horstretch>0</horstretch> |
| 1384 | + <verstretch>0</verstretch> |
| 1385 | + </sizepolicy> |
| 1386 | + </property> |
| 1387 | + <property name="text" > |
| 1388 | + <string>Columns:</string> |
| 1389 | + </property> |
| 1390 | + </widget> |
| 1391 | + </item> |
| 1392 | + <item row="0" column="1" > |
| 1393 | + <widget class="QLabel" name="lblRows" > |
| 1394 | + <property name="sizePolicy" > |
| 1395 | + <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
| 1396 | + <horstretch>0</horstretch> |
| 1397 | + <verstretch>0</verstretch> |
| 1398 | + </sizepolicy> |
| 1399 | + </property> |
| 1400 | + <property name="text" > |
| 1401 | + <string>Rows:</string> |
| 1402 | + </property> |
| 1403 | + </widget> |
| 1404 | + </item> |
| 1405 | + <item row="0" column="2" > |
| 1406 | + <widget class="QLabel" name="lblNoData" > |
| 1407 | + <property name="sizePolicy" > |
| 1408 | + <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
| 1409 | + <horstretch>0</horstretch> |
| 1410 | + <verstretch>0</verstretch> |
| 1411 | + </sizepolicy> |
| 1412 | + </property> |
| 1413 | + <property name="text" > |
| 1414 | + <string>No Data:</string> |
| 1415 | + </property> |
| 1416 | + </widget> |
| 1417 | + </item> |
| 1418 | + </layout> |
| 1419 | + </item> |
| 1420 | + <item row="3" column="0" colspan="6" > |
1495 | 1421 | <widget class="QGroupBox" name="chkUseScaleDependentRendering" >
|
1496 | 1422 | <property name="title" >
|
1497 | 1423 | <string>Scale dependent visibility</string>
|
@@ -1561,254 +1487,177 @@
|
1561 | 1487 | </layout>
|
1562 | 1488 | </widget>
|
1563 | 1489 | </item>
|
1564 |
| - <item row="2" column="0" colspan="2" > |
1565 |
| - <widget class="QCheckBox" name="cboxShowDebugInfo" > |
1566 |
| - <property name="text" > |
1567 |
| - <string>Show debug info</string> |
1568 |
| - </property> |
1569 |
| - </widget> |
1570 |
| - </item> |
1571 |
| - <item row="2" column="2" > |
1572 |
| - <layout class="QHBoxLayout" > |
1573 |
| - <property name="leftMargin" > |
1574 |
| - <number>11</number> |
1575 |
| - </property> |
1576 |
| - <property name="topMargin" > |
1577 |
| - <number>11</number> |
1578 |
| - </property> |
1579 |
| - <property name="rightMargin" > |
1580 |
| - <number>11</number> |
1581 |
| - </property> |
1582 |
| - <property name="bottomMargin" > |
1583 |
| - <number>11</number> |
1584 |
| - </property> |
1585 |
| - <item> |
1586 |
| - <widget class="QLabel" name="lblColumns" > |
1587 |
| - <property name="text" > |
1588 |
| - <string>Columns:</string> |
1589 |
| - </property> |
1590 |
| - </widget> |
1591 |
| - </item> |
1592 |
| - <item> |
1593 |
| - <widget class="QLabel" name="lblRows" > |
1594 |
| - <property name="text" > |
1595 |
| - <string>Rows:</string> |
1596 |
| - </property> |
1597 |
| - </widget> |
1598 |
| - </item> |
1599 |
| - <item> |
1600 |
| - <widget class="QLabel" name="lblNoData" > |
1601 |
| - <property name="text" > |
1602 |
| - <string>No Data:</string> |
1603 |
| - </property> |
1604 |
| - </widget> |
1605 |
| - </item> |
1606 |
| - </layout> |
1607 |
| - </item> |
1608 |
| - <item row="1" column="0" > |
1609 |
| - <widget class="QLabel" name="lblLayerSource" > |
1610 |
| - <property name="text" > |
1611 |
| - <string>Layer source</string> |
1612 |
| - </property> |
1613 |
| - <property name="buddy" > |
1614 |
| - <cstring>leLayerSource</cstring> |
1615 |
| - </property> |
1616 |
| - </widget> |
1617 |
| - </item> |
1618 |
| - <item row="1" column="1" colspan="2" > |
1619 |
| - <widget class="QLineEdit" name="leLayerSource" > |
1620 |
| - <property name="enabled" > |
1621 |
| - <bool>false</bool> |
| 1490 | + <item row="4" column="0" colspan="6" > |
| 1491 | + <widget class="QGroupBox" name="grpSRS" > |
| 1492 | + <property name="title" > |
| 1493 | + <string>Coordinate reference system</string> |
1622 | 1494 | </property>
|
| 1495 | + <layout class="QGridLayout" > |
| 1496 | + <property name="leftMargin" > |
| 1497 | + <number>11</number> |
| 1498 | + </property> |
| 1499 | + <property name="topMargin" > |
| 1500 | + <number>11</number> |
| 1501 | + </property> |
| 1502 | + <property name="rightMargin" > |
| 1503 | + <number>11</number> |
| 1504 | + </property> |
| 1505 | + <property name="bottomMargin" > |
| 1506 | + <number>11</number> |
| 1507 | + </property> |
| 1508 | + <item row="0" column="1" > |
| 1509 | + <widget class="QPushButton" name="pbnChangeSpatialRefSys" > |
| 1510 | + <property name="text" > |
| 1511 | + <string>Change ...</string> |
| 1512 | + </property> |
| 1513 | + </widget> |
| 1514 | + </item> |
| 1515 | + <item row="0" column="0" > |
| 1516 | + <widget class="QLineEdit" name="leSpatialRefSys" > |
| 1517 | + <property name="readOnly" > |
| 1518 | + <bool>true</bool> |
| 1519 | + </property> |
| 1520 | + </widget> |
| 1521 | + </item> |
| 1522 | + </layout> |
1623 | 1523 | </widget>
|
1624 | 1524 | </item>
|
1625 |
| - <item row="0" column="1" colspan="2" > |
1626 |
| - <widget class="QLineEdit" name="leDisplayName" /> |
1627 |
| - </item> |
1628 |
| - <item row="0" column="0" > |
1629 |
| - <widget class="QLabel" name="lblDisplayName" > |
1630 |
| - <property name="text" > |
1631 |
| - <string>Display name</string> |
| 1525 | + <item row="5" column="0" > |
| 1526 | + <spacer> |
| 1527 | + <property name="orientation" > |
| 1528 | + <enum>Qt::Horizontal</enum> |
1632 | 1529 | </property>
|
1633 |
| - <property name="buddy" > |
1634 |
| - <cstring>leDisplayName</cstring> |
| 1530 | + <property name="sizeHint" > |
| 1531 | + <size> |
| 1532 | + <width>21</width> |
| 1533 | + <height>20</height> |
| 1534 | + </size> |
1635 | 1535 | </property>
|
1636 |
| - </widget> |
| 1536 | + </spacer> |
1637 | 1537 | </item>
|
1638 |
| - <item row="5" column="0" colspan="3" > |
1639 |
| - <layout class="QHBoxLayout" > |
1640 |
| - <property name="leftMargin" > |
1641 |
| - <number>11</number> |
1642 |
| - </property> |
1643 |
| - <property name="topMargin" > |
1644 |
| - <number>11</number> |
1645 |
| - </property> |
1646 |
| - <property name="rightMargin" > |
1647 |
| - <number>11</number> |
| 1538 | + <item row="5" column="1" colspan="2" > |
| 1539 | + <widget class="QGroupBox" name="groupBox10" > |
| 1540 | + <property name="maximumSize" > |
| 1541 | + <size> |
| 1542 | + <width>140</width> |
| 1543 | + <height>16777215</height> |
| 1544 | + </size> |
1648 | 1545 | </property>
|
1649 |
| - <property name="bottomMargin" > |
1650 |
| - <number>11</number> |
| 1546 | + <property name="title" > |
| 1547 | + <string>Thumbnail</string> |
1651 | 1548 | </property>
|
1652 |
| - <item> |
1653 |
| - <widget class="QGroupBox" name="groupBox10" > |
1654 |
| - <property name="title" > |
1655 |
| - <string>Thumbnail</string> |
1656 |
| - </property> |
1657 |
| - <layout class="QGridLayout" > |
1658 |
| - <property name="leftMargin" > |
1659 |
| - <number>11</number> |
| 1549 | + <layout class="QGridLayout" > |
| 1550 | + <item row="0" column="0" > |
| 1551 | + <widget class="QLabel" name="pixmapThumbnail" > |
| 1552 | + <property name="minimumSize" > |
| 1553 | + <size> |
| 1554 | + <width>120</width> |
| 1555 | + <height>120</height> |
| 1556 | + </size> |
1660 | 1557 | </property>
|
1661 |
| - <property name="topMargin" > |
1662 |
| - <number>11</number> |
| 1558 | + <property name="maximumSize" > |
| 1559 | + <size> |
| 1560 | + <width>120</width> |
| 1561 | + <height>120</height> |
| 1562 | + </size> |
1663 | 1563 | </property>
|
1664 |
| - <property name="rightMargin" > |
1665 |
| - <number>11</number> |
| 1564 | + <property name="frameShape" > |
| 1565 | + <enum>QFrame::StyledPanel</enum> |
1666 | 1566 | </property>
|
1667 |
| - <property name="bottomMargin" > |
1668 |
| - <number>11</number> |
| 1567 | + <property name="scaledContents" > |
| 1568 | + <bool>true</bool> |
1669 | 1569 | </property>
|
1670 |
| - <item row="0" column="0" > |
1671 |
| - <spacer> |
1672 |
| - <property name="orientation" > |
1673 |
| - <enum>Qt::Vertical</enum> |
1674 |
| - </property> |
1675 |
| - <property name="sizeType" > |
1676 |
| - <enum>QSizePolicy::Expanding</enum> |
1677 |
| - </property> |
1678 |
| - <property name="sizeHint" > |
1679 |
| - <size> |
1680 |
| - <width>20</width> |
1681 |
| - <height>31</height> |
1682 |
| - </size> |
1683 |
| - </property> |
1684 |
| - </spacer> |
1685 |
| - </item> |
1686 |
| - <item row="1" column="0" > |
1687 |
| - <widget class="QLabel" name="pixmapThumbnail" > |
1688 |
| - <property name="minimumSize" > |
1689 |
| - <size> |
1690 |
| - <width>120</width> |
1691 |
| - <height>120</height> |
1692 |
| - </size> |
1693 |
| - </property> |
1694 |
| - <property name="frameShape" > |
1695 |
| - <enum>QFrame::StyledPanel</enum> |
1696 |
| - </property> |
1697 |
| - <property name="scaledContents" > |
1698 |
| - <bool>true</bool> |
1699 |
| - </property> |
1700 |
| - </widget> |
1701 |
| - </item> |
1702 |
| - </layout> |
1703 |
| - </widget> |
1704 |
| - </item> |
1705 |
| - <item> |
1706 |
| - <widget class="QGroupBox" name="groupBox9" > |
1707 |
| - <property name="title" > |
1708 |
| - <string>Legend:</string> |
1709 |
| - </property> |
1710 |
| - <layout class="QGridLayout" > |
1711 |
| - <property name="leftMargin" > |
1712 |
| - <number>11</number> |
| 1570 | + </widget> |
| 1571 | + </item> |
| 1572 | + </layout> |
| 1573 | + </widget> |
| 1574 | + </item> |
| 1575 | + <item row="5" column="3" > |
| 1576 | + <widget class="QGroupBox" name="groupBox9" > |
| 1577 | + <property name="maximumSize" > |
| 1578 | + <size> |
| 1579 | + <width>140</width> |
| 1580 | + <height>16777215</height> |
| 1581 | + </size> |
| 1582 | + </property> |
| 1583 | + <property name="title" > |
| 1584 | + <string>Legend</string> |
| 1585 | + </property> |
| 1586 | + <layout class="QGridLayout" > |
| 1587 | + <item row="0" column="0" > |
| 1588 | + <widget class="QLabel" name="pixmapLegend" > |
| 1589 | + <property name="minimumSize" > |
| 1590 | + <size> |
| 1591 | + <width>120</width> |
| 1592 | + <height>120</height> |
| 1593 | + </size> |
1713 | 1594 | </property>
|
1714 |
| - <property name="topMargin" > |
1715 |
| - <number>11</number> |
| 1595 | + <property name="maximumSize" > |
| 1596 | + <size> |
| 1597 | + <width>120</width> |
| 1598 | + <height>120</height> |
| 1599 | + </size> |
1716 | 1600 | </property>
|
1717 |
| - <property name="rightMargin" > |
1718 |
| - <number>11</number> |
| 1601 | + <property name="frameShape" > |
| 1602 | + <enum>QFrame::Box</enum> |
1719 | 1603 | </property>
|
1720 |
| - <property name="bottomMargin" > |
1721 |
| - <number>11</number> |
| 1604 | + <property name="scaledContents" > |
| 1605 | + <bool>true</bool> |
1722 | 1606 | </property>
|
1723 |
| - <item row="0" column="0" > |
1724 |
| - <spacer> |
1725 |
| - <property name="orientation" > |
1726 |
| - <enum>Qt::Vertical</enum> |
1727 |
| - </property> |
1728 |
| - <property name="sizeType" > |
1729 |
| - <enum>QSizePolicy::Expanding</enum> |
1730 |
| - </property> |
1731 |
| - <property name="sizeHint" > |
1732 |
| - <size> |
1733 |
| - <width>20</width> |
1734 |
| - <height>71</height> |
1735 |
| - </size> |
1736 |
| - </property> |
1737 |
| - </spacer> |
1738 |
| - </item> |
1739 |
| - <item row="1" column="0" > |
1740 |
| - <widget class="QLabel" name="pixmapLegend" > |
1741 |
| - <property name="minimumSize" > |
1742 |
| - <size> |
1743 |
| - <width>120</width> |
1744 |
| - <height>120</height> |
1745 |
| - </size> |
1746 |
| - </property> |
1747 |
| - <property name="frameShape" > |
1748 |
| - <enum>QFrame::Box</enum> |
1749 |
| - </property> |
1750 |
| - <property name="scaledContents" > |
1751 |
| - <bool>true</bool> |
1752 |
| - </property> |
1753 |
| - </widget> |
1754 |
| - </item> |
1755 |
| - </layout> |
1756 |
| - </widget> |
1757 |
| - </item> |
1758 |
| - <item> |
1759 |
| - <widget class="QGroupBox" name="groupBox8" > |
1760 |
| - <property name="title" > |
1761 |
| - <string>Palette:</string> |
1762 |
| - </property> |
1763 |
| - <layout class="QGridLayout" > |
1764 |
| - <property name="leftMargin" > |
1765 |
| - <number>11</number> |
| 1607 | + </widget> |
| 1608 | + </item> |
| 1609 | + </layout> |
| 1610 | + </widget> |
| 1611 | + </item> |
| 1612 | + <item row="5" column="4" > |
| 1613 | + <widget class="QGroupBox" name="groupBox8" > |
| 1614 | + <property name="maximumSize" > |
| 1615 | + <size> |
| 1616 | + <width>140</width> |
| 1617 | + <height>16777215</height> |
| 1618 | + </size> |
| 1619 | + </property> |
| 1620 | + <property name="title" > |
| 1621 | + <string>Palette</string> |
| 1622 | + </property> |
| 1623 | + <layout class="QGridLayout" > |
| 1624 | + <item row="0" column="0" > |
| 1625 | + <widget class="QLabel" name="pixmapPalette" > |
| 1626 | + <property name="minimumSize" > |
| 1627 | + <size> |
| 1628 | + <width>120</width> |
| 1629 | + <height>120</height> |
| 1630 | + </size> |
1766 | 1631 | </property>
|
1767 |
| - <property name="topMargin" > |
1768 |
| - <number>11</number> |
| 1632 | + <property name="maximumSize" > |
| 1633 | + <size> |
| 1634 | + <width>120</width> |
| 1635 | + <height>120</height> |
| 1636 | + </size> |
1769 | 1637 | </property>
|
1770 |
| - <property name="rightMargin" > |
1771 |
| - <number>11</number> |
| 1638 | + <property name="frameShape" > |
| 1639 | + <enum>QFrame::Box</enum> |
1772 | 1640 | </property>
|
1773 |
| - <property name="bottomMargin" > |
1774 |
| - <number>11</number> |
| 1641 | + <property name="scaledContents" > |
| 1642 | + <bool>true</bool> |
1775 | 1643 | </property>
|
1776 |
| - <item row="0" column="0" > |
1777 |
| - <spacer> |
1778 |
| - <property name="orientation" > |
1779 |
| - <enum>Qt::Vertical</enum> |
1780 |
| - </property> |
1781 |
| - <property name="sizeType" > |
1782 |
| - <enum>QSizePolicy::Expanding</enum> |
1783 |
| - </property> |
1784 |
| - <property name="sizeHint" > |
1785 |
| - <size> |
1786 |
| - <width>20</width> |
1787 |
| - <height>61</height> |
1788 |
| - </size> |
1789 |
| - </property> |
1790 |
| - </spacer> |
1791 |
| - </item> |
1792 |
| - <item row="1" column="0" > |
1793 |
| - <widget class="QLabel" name="pixmapPalette" > |
1794 |
| - <property name="minimumSize" > |
1795 |
| - <size> |
1796 |
| - <width>120</width> |
1797 |
| - <height>120</height> |
1798 |
| - </size> |
1799 |
| - </property> |
1800 |
| - <property name="frameShape" > |
1801 |
| - <enum>QFrame::Box</enum> |
1802 |
| - </property> |
1803 |
| - <property name="scaledContents" > |
1804 |
| - <bool>true</bool> |
1805 |
| - </property> |
1806 |
| - </widget> |
1807 |
| - </item> |
1808 |
| - </layout> |
1809 |
| - </widget> |
1810 |
| - </item> |
1811 |
| - </layout> |
| 1644 | + </widget> |
| 1645 | + </item> |
| 1646 | + </layout> |
| 1647 | + </widget> |
| 1648 | + </item> |
| 1649 | + <item row="5" column="5" > |
| 1650 | + <spacer> |
| 1651 | + <property name="orientation" > |
| 1652 | + <enum>Qt::Horizontal</enum> |
| 1653 | + </property> |
| 1654 | + <property name="sizeHint" > |
| 1655 | + <size> |
| 1656 | + <width>21</width> |
| 1657 | + <height>20</height> |
| 1658 | + </size> |
| 1659 | + </property> |
| 1660 | + </spacer> |
1812 | 1661 | </item>
|
1813 | 1662 | </layout>
|
1814 | 1663 | </widget>
|
|
1864 | 1713 | <property name="html" >
|
1865 | 1714 | <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
1866 | 1715 | p, li { white-space: pre-wrap; }
|
1867 |
| -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> |
1868 |
| -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string> |
| 1716 | +</style></head><body style=" font-family:'Verdana'; font-size:10pt; font-weight:400; font-style:normal;"> |
| 1717 | +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"></p></body></html></string> |
1869 | 1718 | </property>
|
1870 | 1719 | </widget>
|
1871 | 1720 | </item>
|
@@ -2103,53 +1952,34 @@ p, li { white-space: pre-wrap; }
|
2103 | 1952 | </widget>
|
2104 | 1953 | </item>
|
2105 | 1954 | <item row="1" column="0" >
|
2106 |
| - <layout class="QHBoxLayout" > |
2107 |
| - <property name="spacing" > |
2108 |
| - <number>3</number> |
| 1955 | + <widget class="QPushButton" name="pbnLoadDefaultStyle" > |
| 1956 | + <property name="text" > |
| 1957 | + <string>Restore Default Style</string> |
2109 | 1958 | </property>
|
2110 |
| - <property name="leftMargin" > |
2111 |
| - <number>1</number> |
2112 |
| - </property> |
2113 |
| - <property name="topMargin" > |
2114 |
| - <number>1</number> |
| 1959 | + </widget> |
| 1960 | + </item> |
| 1961 | + <item row="1" column="1" > |
| 1962 | + <widget class="QPushButton" name="pbnSaveDefaultStyle" > |
| 1963 | + <property name="text" > |
| 1964 | + <string>Save As Default</string> |
2115 | 1965 | </property>
|
2116 |
| - <property name="rightMargin" > |
2117 |
| - <number>1</number> |
| 1966 | + </widget> |
| 1967 | + </item> |
| 1968 | + <item row="1" column="2" > |
| 1969 | + <widget class="QPushButton" name="pbnLoadStyle" > |
| 1970 | + <property name="text" > |
| 1971 | + <string>Load Style ...</string> |
2118 | 1972 | </property>
|
2119 |
| - <property name="bottomMargin" > |
2120 |
| - <number>1</number> |
| 1973 | + </widget> |
| 1974 | + </item> |
| 1975 | + <item row="1" column="3" > |
| 1976 | + <widget class="QPushButton" name="pbnSaveStyleAs" > |
| 1977 | + <property name="text" > |
| 1978 | + <string>Save Style ...</string> |
2121 | 1979 | </property>
|
2122 |
| - <item> |
2123 |
| - <widget class="QPushButton" name="pbnLoadDefaultStyle" > |
2124 |
| - <property name="text" > |
2125 |
| - <string>Restore Default Style</string> |
2126 |
| - </property> |
2127 |
| - </widget> |
2128 |
| - </item> |
2129 |
| - <item> |
2130 |
| - <widget class="QPushButton" name="pbnSaveDefaultStyle" > |
2131 |
| - <property name="text" > |
2132 |
| - <string>Save As Default</string> |
2133 |
| - </property> |
2134 |
| - </widget> |
2135 |
| - </item> |
2136 |
| - <item> |
2137 |
| - <widget class="QPushButton" name="pbnLoadStyle" > |
2138 |
| - <property name="text" > |
2139 |
| - <string>Load Style ...</string> |
2140 |
| - </property> |
2141 |
| - </widget> |
2142 |
| - </item> |
2143 |
| - <item> |
2144 |
| - <widget class="QPushButton" name="pbnSaveStyleAs" > |
2145 |
| - <property name="text" > |
2146 |
| - <string>Save Style ...</string> |
2147 |
| - </property> |
2148 |
| - </widget> |
2149 |
| - </item> |
2150 |
| - </layout> |
| 1980 | + </widget> |
2151 | 1981 | </item>
|
2152 |
| - <item row="2" column="0" > |
| 1982 | + <item row="2" column="0" colspan="4" > |
2153 | 1983 | <widget class="QDialogButtonBox" name="buttonBox" >
|
2154 | 1984 | <property name="orientation" >
|
2155 | 1985 | <enum>Qt::Horizontal</enum>
|
@@ -2179,7 +2009,6 @@ p, li { white-space: pre-wrap; }
|
2179 | 2009 | <tabstop>tableTransparency</tabstop>
|
2180 | 2010 | <tabstop>leDisplayName</tabstop>
|
2181 | 2011 | <tabstop>leLayerSource</tabstop>
|
2182 |
| - <tabstop>cboxShowDebugInfo</tabstop> |
2183 | 2012 | <tabstop>spinMinimumScale</tabstop>
|
2184 | 2013 | <tabstop>spinMaximumScale</tabstop>
|
2185 | 2014 | <tabstop>leSpatialRefSys</tabstop>
|
|
0 commit comments