|
6 | 6 | <x>0</x>
|
7 | 7 | <y>0</y>
|
8 | 8 | <width>596</width>
|
9 |
| - <height>610</height> |
| 9 | + <height>658</height> |
10 | 10 | </rect>
|
11 | 11 | </property>
|
12 | 12 | <property name="windowTitle" >
|
|
1199 | 1199 | <string>Colormap</string>
|
1200 | 1200 | </attribute>
|
1201 | 1201 | <layout class="QGridLayout" >
|
1202 |
| - <item row="0" column="0" colspan="2" > |
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> |
1215 |
| - </property> |
1216 |
| - <item> |
1217 |
| - <widget class="QLabel" name="mNumberOfEntriesLabel" > |
1218 |
| - <property name="text" > |
1219 |
| - <string>Number of entries</string> |
1220 |
| - </property> |
1221 |
| - </widget> |
1222 |
| - </item> |
1223 |
| - <item> |
1224 |
| - <widget class="QSpinBox" name="sboxNumberOfEntries" > |
1225 |
| - <property name="sizePolicy" > |
1226 |
| - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
1227 |
| - <horstretch>0</horstretch> |
1228 |
| - <verstretch>0</verstretch> |
1229 |
| - </sizepolicy> |
1230 |
| - </property> |
1231 |
| - <property name="maximum" > |
1232 |
| - <number>256</number> |
1233 |
| - </property> |
1234 |
| - </widget> |
1235 |
| - </item> |
1236 |
| - </layout> |
1237 |
| - </item> |
1238 |
| - <item row="0" column="2" > |
1239 |
| - <spacer> |
1240 |
| - <property name="orientation" > |
1241 |
| - <enum>Qt::Horizontal</enum> |
1242 |
| - </property> |
1243 |
| - <property name="sizeHint" > |
1244 |
| - <size> |
1245 |
| - <width>71</width> |
1246 |
| - <height>20</height> |
1247 |
| - </size> |
1248 |
| - </property> |
1249 |
| - </spacer> |
1250 |
| - </item> |
1251 |
| - <item row="0" column="3" colspan="4" > |
| 1202 | + <item row="0" column="0" colspan="3" > |
1252 | 1203 | <layout class="QHBoxLayout" >
|
1253 | 1204 | <property name="leftMargin" >
|
1254 | 1205 | <number>11</number>
|
|
1274 | 1225 | </item>
|
1275 | 1226 | </layout>
|
1276 | 1227 | </item>
|
1277 |
| - <item row="1" column="0" colspan="3" > |
| 1228 | + <item row="0" column="3" colspan="6" > |
1278 | 1229 | <spacer>
|
1279 | 1230 | <property name="orientation" >
|
1280 | 1231 | <enum>Qt::Horizontal</enum>
|
1281 | 1232 | </property>
|
1282 | 1233 | <property name="sizeHint" >
|
1283 | 1234 | <size>
|
1284 |
| - <width>61</width> |
1285 |
| - <height>20</height> |
| 1235 | + <width>321</width> |
| 1236 | + <height>45</height> |
1286 | 1237 | </size>
|
1287 | 1238 | </property>
|
1288 | 1239 | </spacer>
|
1289 | 1240 | </item>
|
1290 |
| - <item row="1" column="3" colspan="4" > |
1291 |
| - <layout class="QHBoxLayout" > |
1292 |
| - <property name="leftMargin" > |
1293 |
| - <number>11</number> |
1294 |
| - </property> |
1295 |
| - <property name="topMargin" > |
1296 |
| - <number>11</number> |
1297 |
| - </property> |
1298 |
| - <property name="rightMargin" > |
1299 |
| - <number>11</number> |
1300 |
| - </property> |
1301 |
| - <property name="bottomMargin" > |
1302 |
| - <number>11</number> |
1303 |
| - </property> |
1304 |
| - <item> |
1305 |
| - <widget class="QLabel" name="mClassificationModeLabel" > |
1306 |
| - <property name="text" > |
1307 |
| - <string>Classification mode</string> |
1308 |
| - </property> |
1309 |
| - </widget> |
1310 |
| - </item> |
1311 |
| - <item> |
1312 |
| - <widget class="QComboBox" name="cboxClassificationMode" /> |
1313 |
| - </item> |
1314 |
| - </layout> |
1315 |
| - </item> |
1316 |
| - <item row="2" column="0" > |
1317 |
| - <widget class="QPushButton" name="mClassifyButton" > |
| 1241 | + <item row="1" column="0" > |
| 1242 | + <widget class="QPushButton" name="pbtnAddColorMapEntry" > |
1318 | 1243 | <property name="text" >
|
1319 |
| - <string>Classify</string> |
| 1244 | + <string>Add entry</string> |
1320 | 1245 | </property>
|
1321 | 1246 | </widget>
|
1322 | 1247 | </item>
|
1323 |
| - <item row="2" column="1" > |
| 1248 | + <item row="1" column="1" > |
1324 | 1249 | <widget class="QPushButton" name="mDeleteEntryButton" >
|
1325 | 1250 | <property name="text" >
|
1326 | 1251 | <string>Delete entry</string>
|
1327 | 1252 | </property>
|
1328 | 1253 | </widget>
|
1329 | 1254 | </item>
|
1330 |
| - <item row="2" column="2" > |
| 1255 | + <item row="1" column="2" colspan="2" > |
| 1256 | + <widget class="QPushButton" name="pbtnSortColorMap" > |
| 1257 | + <property name="text" > |
| 1258 | + <string>Sort</string> |
| 1259 | + </property> |
| 1260 | + </widget> |
| 1261 | + </item> |
| 1262 | + <item row="1" column="4" > |
1331 | 1263 | <spacer>
|
1332 | 1264 | <property name="orientation" >
|
1333 | 1265 | <enum>Qt::Horizontal</enum>
|
1334 | 1266 | </property>
|
1335 | 1267 | <property name="sizeHint" >
|
1336 | 1268 | <size>
|
1337 |
| - <width>211</width> |
| 1269 | + <width>41</width> |
1338 | 1270 | <height>27</height>
|
1339 | 1271 | </size>
|
1340 | 1272 | </property>
|
1341 | 1273 | </spacer>
|
1342 | 1274 | </item>
|
1343 |
| - <item row="2" column="3" > |
| 1275 | + <item row="1" column="5" > |
1344 | 1276 | <layout class="QHBoxLayout" >
|
1345 | 1277 | <property name="leftMargin" >
|
1346 | 1278 | <number>11</number>
|
|
1363 | 1295 | </item>
|
1364 | 1296 | </layout>
|
1365 | 1297 | </item>
|
1366 |
| - <item row="2" column="4" > |
| 1298 | + <item row="1" column="6" > |
1367 | 1299 | <spacer>
|
1368 | 1300 | <property name="orientation" >
|
1369 | 1301 | <enum>Qt::Horizontal</enum>
|
1370 | 1302 | </property>
|
| 1303 | + <property name="sizeType" > |
| 1304 | + <enum>QSizePolicy::Minimum</enum> |
| 1305 | + </property> |
1371 | 1306 | <property name="sizeHint" >
|
1372 | 1307 | <size>
|
1373 | 1308 | <width>20</width>
|
|
1376 | 1311 | </property>
|
1377 | 1312 | </spacer>
|
1378 | 1313 | </item>
|
1379 |
| - <item row="2" column="5" > |
| 1314 | + <item row="1" column="7" > |
1380 | 1315 | <widget class="QToolButton" name="pbtnLoadColorMapFromFile" >
|
1381 | 1316 | <property name="toolTip" >
|
1382 | 1317 | <string>Load color map from file</string>
|
|
1389 | 1324 | </property>
|
1390 | 1325 | </widget>
|
1391 | 1326 | </item>
|
1392 |
| - <item row="2" column="6" > |
| 1327 | + <item row="1" column="8" > |
1393 | 1328 | <widget class="QToolButton" name="pbtnExportColorMapToFile" >
|
1394 | 1329 | <property name="toolTip" >
|
1395 | 1330 | <string>Export color map to file</string>
|
|
1402 | 1337 | </property>
|
1403 | 1338 | </widget>
|
1404 | 1339 | </item>
|
1405 |
| - <item row="3" column="0" colspan="7" > |
| 1340 | + <item row="2" column="0" colspan="9" > |
1406 | 1341 | <widget class="QTreeWidget" name="mColormapTreeWidget" >
|
1407 | 1342 | <property name="columnCount" >
|
1408 | 1343 | <number>3</number>
|
|
1424 | 1359 | </column>
|
1425 | 1360 | </widget>
|
1426 | 1361 | </item>
|
| 1362 | + <item row="3" column="0" colspan="9" > |
| 1363 | + <widget class="QGroupBox" name="groupBox_9" > |
| 1364 | + <property name="title" > |
| 1365 | + <string>Generate new color map</string> |
| 1366 | + </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> |
| 1381 | + </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> |
| 1403 | + </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> |
| 1411 | + </property> |
| 1412 | + <property name="rightMargin" > |
| 1413 | + <number>11</number> |
| 1414 | + </property> |
| 1415 | + <property name="bottomMargin" > |
| 1416 | + <number>11</number> |
| 1417 | + </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> |
| 1429 | + </item> |
| 1430 | + <item> |
| 1431 | + <widget class="QPushButton" name="mClassifyButton" > |
| 1432 | + <property name="text" > |
| 1433 | + <string>Classify</string> |
| 1434 | + </property> |
| 1435 | + </widget> |
| 1436 | + </item> |
| 1437 | + </layout> |
| 1438 | + </widget> |
| 1439 | + </item> |
1427 | 1440 | </layout>
|
1428 | 1441 | </widget>
|
1429 | 1442 | <widget class="QWidget" name="tabPageGeneral" >
|
|
0 commit comments