|
33 | 33 | <item row="2" column="0">
|
34 | 34 | <widget class="QTabWidget" name="tabWidget">
|
35 | 35 | <property name="currentIndex">
|
36 |
| - <number>1</number> |
| 36 | + <number>0</number> |
37 | 37 | </property>
|
38 | 38 | <property name="iconSize">
|
39 | 39 | <size>
|
|
66 | 66 | <rect>
|
67 | 67 | <x>0</x>
|
68 | 68 | <y>0</y>
|
69 |
| - <width>760</width> |
70 |
| - <height>1041</height> |
| 69 | + <width>766</width> |
| 70 | + <height>938</height> |
71 | 71 | </rect>
|
72 | 72 | </property>
|
73 | 73 | <layout class="QGridLayout" name="gridLayout">
|
|
941 | 941 | <property name="geometry">
|
942 | 942 | <rect>
|
943 | 943 | <x>0</x>
|
944 |
| - <y>0</y> |
945 |
| - <width>760</width> |
946 |
| - <height>625</height> |
| 944 | + <y>-169</y> |
| 945 | + <width>766</width> |
| 946 | + <height>621</height> |
947 | 947 | </rect>
|
948 | 948 | </property>
|
949 | 949 | <layout class="QGridLayout" name="gridLayout_8">
|
|
1039 | 1039 | </layout>
|
1040 | 1040 | </widget>
|
1041 | 1041 | </item>
|
| 1042 | + <item row="3" column="0"> |
| 1043 | + <widget class="QGroupBox" name="groupBox_14"> |
| 1044 | + <property name="title"> |
| 1045 | + <string>Rasters</string> |
| 1046 | + </property> |
| 1047 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
| 1048 | + <item> |
| 1049 | + <widget class="QWidget" name="widget" native="true"> |
| 1050 | + <layout class="QHBoxLayout" name="horizontalLayout_19"> |
| 1051 | + <property name="margin"> |
| 1052 | + <number>0</number> |
| 1053 | + </property> |
| 1054 | + <item> |
| 1055 | + <widget class="QLabel" name="label_21"> |
| 1056 | + <property name="text"> |
| 1057 | + <string>RGB band selection</string> |
| 1058 | + </property> |
| 1059 | + </widget> |
| 1060 | + </item> |
| 1061 | + <item> |
| 1062 | + <spacer name="horizontalSpacer_19"> |
| 1063 | + <property name="orientation"> |
| 1064 | + <enum>Qt::Horizontal</enum> |
| 1065 | + </property> |
| 1066 | + <property name="sizeType"> |
| 1067 | + <enum>QSizePolicy::Maximum</enum> |
| 1068 | + </property> |
| 1069 | + <property name="sizeHint" stdset="0"> |
| 1070 | + <size> |
| 1071 | + <width>15</width> |
| 1072 | + <height>20</height> |
| 1073 | + </size> |
| 1074 | + </property> |
| 1075 | + </spacer> |
| 1076 | + </item> |
| 1077 | + <item> |
| 1078 | + <widget class="QLabel" name="label_22"> |
| 1079 | + <property name="text"> |
| 1080 | + <string>Red band</string> |
| 1081 | + </property> |
| 1082 | + </widget> |
| 1083 | + </item> |
| 1084 | + <item> |
| 1085 | + <widget class="QSpinBox" name="spnRed"/> |
| 1086 | + </item> |
| 1087 | + <item> |
| 1088 | + <widget class="QLabel" name="label_23"> |
| 1089 | + <property name="text"> |
| 1090 | + <string>Green band</string> |
| 1091 | + </property> |
| 1092 | + </widget> |
| 1093 | + </item> |
| 1094 | + <item> |
| 1095 | + <widget class="QSpinBox" name="spnGreen"/> |
| 1096 | + </item> |
| 1097 | + <item> |
| 1098 | + <widget class="QLabel" name="label_24"> |
| 1099 | + <property name="text"> |
| 1100 | + <string>Blue band</string> |
| 1101 | + </property> |
| 1102 | + </widget> |
| 1103 | + </item> |
| 1104 | + <item> |
| 1105 | + <widget class="QSpinBox" name="spnBlue"/> |
| 1106 | + </item> |
| 1107 | + <item> |
| 1108 | + <spacer name="horizontalSpacer_20"> |
| 1109 | + <property name="orientation"> |
| 1110 | + <enum>Qt::Horizontal</enum> |
| 1111 | + </property> |
| 1112 | + <property name="sizeHint" stdset="0"> |
| 1113 | + <size> |
| 1114 | + <width>40</width> |
| 1115 | + <height>20</height> |
| 1116 | + </size> |
| 1117 | + </property> |
| 1118 | + </spacer> |
| 1119 | + </item> |
| 1120 | + </layout> |
| 1121 | + </widget> |
| 1122 | + </item> |
| 1123 | + <item> |
| 1124 | + <widget class="QWidget" name="widget_2" native="true"> |
| 1125 | + <layout class="QHBoxLayout" name="horizontalLayout_20"> |
| 1126 | + <property name="margin"> |
| 1127 | + <number>0</number> |
| 1128 | + </property> |
| 1129 | + <item> |
| 1130 | + <widget class="QCheckBox" name="chkUseStandardDeviation"> |
| 1131 | + <property name="text"> |
| 1132 | + <string>Use standard deviation</string> |
| 1133 | + </property> |
| 1134 | + </widget> |
| 1135 | + </item> |
| 1136 | + <item> |
| 1137 | + <widget class="QDoubleSpinBox" name="spnThreeBandStdDev"> |
| 1138 | + <property name="maximum"> |
| 1139 | + <double>10.000000000000000</double> |
| 1140 | + </property> |
| 1141 | + <property name="singleStep"> |
| 1142 | + <double>0.100000000000000</double> |
| 1143 | + </property> |
| 1144 | + </widget> |
| 1145 | + </item> |
| 1146 | + <item> |
| 1147 | + <spacer name="horizontalSpacer_21"> |
| 1148 | + <property name="orientation"> |
| 1149 | + <enum>Qt::Horizontal</enum> |
| 1150 | + </property> |
| 1151 | + <property name="sizeHint" stdset="0"> |
| 1152 | + <size> |
| 1153 | + <width>258</width> |
| 1154 | + <height>20</height> |
| 1155 | + </size> |
| 1156 | + </property> |
| 1157 | + </spacer> |
| 1158 | + </item> |
| 1159 | + </layout> |
| 1160 | + </widget> |
| 1161 | + </item> |
| 1162 | + <item> |
| 1163 | + <widget class="QWidget" name="widget_3" native="true"> |
| 1164 | + <layout class="QHBoxLayout" name="horizontalLayout_22"> |
| 1165 | + <property name="margin"> |
| 1166 | + <number>0</number> |
| 1167 | + </property> |
| 1168 | + <item> |
| 1169 | + <widget class="QLabel" name="label_37"> |
| 1170 | + <property name="text"> |
| 1171 | + <string>Contrast enhancement</string> |
| 1172 | + </property> |
| 1173 | + </widget> |
| 1174 | + </item> |
| 1175 | + <item> |
| 1176 | + <widget class="QComboBox" name="cboxContrastEnhancementAlgorithm"/> |
| 1177 | + </item> |
| 1178 | + <item> |
| 1179 | + <spacer name="horizontalSpacer_23"> |
| 1180 | + <property name="orientation"> |
| 1181 | + <enum>Qt::Horizontal</enum> |
| 1182 | + </property> |
| 1183 | + <property name="sizeHint" stdset="0"> |
| 1184 | + <size> |
| 1185 | + <width>208</width> |
| 1186 | + <height>20</height> |
| 1187 | + </size> |
| 1188 | + </property> |
| 1189 | + </spacer> |
| 1190 | + </item> |
| 1191 | + </layout> |
| 1192 | + </widget> |
| 1193 | + </item> |
| 1194 | + <item> |
| 1195 | + <widget class="QWidget" name="widget_4" native="true"> |
| 1196 | + <layout class="QHBoxLayout" name="horizontalLayout_18"> |
| 1197 | + <property name="margin"> |
| 1198 | + <number>0</number> |
| 1199 | + </property> |
| 1200 | + <item> |
| 1201 | + <widget class="QLabel" name="label_36"> |
| 1202 | + <property name="text"> |
| 1203 | + <string>Cumulative pixel count cut limits</string> |
| 1204 | + </property> |
| 1205 | + </widget> |
| 1206 | + </item> |
| 1207 | + <item> |
| 1208 | + <widget class="QDoubleSpinBox" name="mRasterCumulativeCutLowerDoubleSpinBox"> |
| 1209 | + <property name="decimals"> |
| 1210 | + <number>1</number> |
| 1211 | + </property> |
| 1212 | + </widget> |
| 1213 | + </item> |
| 1214 | + <item> |
| 1215 | + <widget class="QLabel" name="label_34"> |
| 1216 | + <property name="text"> |
| 1217 | + <string>-</string> |
| 1218 | + </property> |
| 1219 | + </widget> |
| 1220 | + </item> |
| 1221 | + <item> |
| 1222 | + <widget class="QDoubleSpinBox" name="mRasterCumulativeCutUpperDoubleSpinBox"> |
| 1223 | + <property name="decimals"> |
| 1224 | + <number>1</number> |
| 1225 | + </property> |
| 1226 | + </widget> |
| 1227 | + </item> |
| 1228 | + <item> |
| 1229 | + <widget class="QLabel" name="label_35"> |
| 1230 | + <property name="text"> |
| 1231 | + <string>%</string> |
| 1232 | + </property> |
| 1233 | + </widget> |
| 1234 | + </item> |
| 1235 | + <item> |
| 1236 | + <spacer name="horizontalSpacer_18"> |
| 1237 | + <property name="orientation"> |
| 1238 | + <enum>Qt::Horizontal</enum> |
| 1239 | + </property> |
| 1240 | + <property name="sizeHint" stdset="0"> |
| 1241 | + <size> |
| 1242 | + <width>123</width> |
| 1243 | + <height>20</height> |
| 1244 | + </size> |
| 1245 | + </property> |
| 1246 | + </spacer> |
| 1247 | + </item> |
| 1248 | + </layout> |
| 1249 | + </widget> |
| 1250 | + </item> |
| 1251 | + </layout> |
| 1252 | + </widget> |
| 1253 | + </item> |
1042 | 1254 | <item row="4" column="0">
|
1043 | 1255 | <widget class="QGroupBox" name="groupBox_2">
|
1044 | 1256 | <property name="title">
|
|
1085 | 1297 | </layout>
|
1086 | 1298 | </widget>
|
1087 | 1299 | </item>
|
1088 |
| - <item row="3" column="0"> |
1089 |
| - <widget class="QGroupBox" name="groupBox_14"> |
1090 |
| - <property name="title"> |
1091 |
| - <string>Rasters</string> |
1092 |
| - </property> |
1093 |
| - <layout class="QGridLayout" name="gridLayout_12"> |
1094 |
| - <item row="0" column="0"> |
1095 |
| - <widget class="QLabel" name="label_21"> |
1096 |
| - <property name="text"> |
1097 |
| - <string>RGB band selection</string> |
1098 |
| - </property> |
1099 |
| - </widget> |
1100 |
| - </item> |
1101 |
| - <item row="0" column="3"> |
1102 |
| - <widget class="QLabel" name="label_22"> |
1103 |
| - <property name="text"> |
1104 |
| - <string>Red band</string> |
1105 |
| - </property> |
1106 |
| - </widget> |
1107 |
| - </item> |
1108 |
| - <item row="0" column="4"> |
1109 |
| - <widget class="QSpinBox" name="spnRed"/> |
1110 |
| - </item> |
1111 |
| - <item row="0" column="5"> |
1112 |
| - <widget class="QLabel" name="label_23"> |
1113 |
| - <property name="text"> |
1114 |
| - <string>Green band</string> |
1115 |
| - </property> |
1116 |
| - </widget> |
1117 |
| - </item> |
1118 |
| - <item row="0" column="6"> |
1119 |
| - <widget class="QSpinBox" name="spnGreen"/> |
1120 |
| - </item> |
1121 |
| - <item row="0" column="7"> |
1122 |
| - <widget class="QLabel" name="label_24"> |
1123 |
| - <property name="text"> |
1124 |
| - <string>Blue band</string> |
1125 |
| - </property> |
1126 |
| - </widget> |
1127 |
| - </item> |
1128 |
| - <item row="0" column="8"> |
1129 |
| - <widget class="QSpinBox" name="spnBlue"/> |
1130 |
| - </item> |
1131 |
| - <item row="1" column="0" colspan="3"> |
1132 |
| - <widget class="QCheckBox" name="chkUseStandardDeviation"> |
1133 |
| - <property name="text"> |
1134 |
| - <string>Use standard deviation</string> |
1135 |
| - </property> |
1136 |
| - </widget> |
1137 |
| - </item> |
1138 |
| - <item row="2" column="0" colspan="2"> |
1139 |
| - <widget class="QLabel" name="label_25"> |
1140 |
| - <property name="text"> |
1141 |
| - <string>Contrast enhancement</string> |
1142 |
| - </property> |
1143 |
| - </widget> |
1144 |
| - </item> |
1145 |
| - <item row="1" column="6" colspan="3"> |
1146 |
| - <widget class="QDoubleSpinBox" name="spnThreeBandStdDev"> |
1147 |
| - <property name="maximum"> |
1148 |
| - <double>10.000000000000000</double> |
1149 |
| - </property> |
1150 |
| - <property name="singleStep"> |
1151 |
| - <double>0.100000000000000</double> |
1152 |
| - </property> |
1153 |
| - </widget> |
1154 |
| - </item> |
1155 |
| - <item row="2" column="6" colspan="3"> |
1156 |
| - <widget class="QComboBox" name="cboxContrastEnhancementAlgorithm"/> |
1157 |
| - </item> |
1158 |
| - </layout> |
1159 |
| - </widget> |
1160 |
| - </item> |
1161 | 1300 | </layout>
|
1162 | 1301 | </widget>
|
1163 | 1302 | </widget>
|
|
1189 | 1328 | <rect>
|
1190 | 1329 | <x>0</x>
|
1191 | 1330 | <y>0</y>
|
1192 |
| - <width>760</width> |
1193 |
| - <height>780</height> |
| 1331 | + <width>766</width> |
| 1332 | + <height>718</height> |
1194 | 1333 | </rect>
|
1195 | 1334 | </property>
|
1196 | 1335 | <layout class="QGridLayout" name="gridLayout_4">
|
|
1559 | 1698 | <rect>
|
1560 | 1699 | <x>0</x>
|
1561 | 1700 | <y>0</y>
|
1562 |
| - <width>778</width> |
1563 |
| - <height>436</height> |
| 1701 | + <width>784</width> |
| 1702 | + <height>452</height> |
1564 | 1703 | </rect>
|
1565 | 1704 | </property>
|
1566 | 1705 | <layout class="QGridLayout" name="gridLayout_10">
|
|
1640 | 1779 | <rect>
|
1641 | 1780 | <x>0</x>
|
1642 | 1781 | <y>0</y>
|
1643 |
| - <width>760</width> |
1644 |
| - <height>627</height> |
| 1782 | + <width>766</width> |
| 1783 | + <height>572</height> |
1645 | 1784 | </rect>
|
1646 | 1785 | </property>
|
1647 | 1786 | <layout class="QGridLayout" name="gridLayout_13">
|
|
2016 | 2155 | <rect>
|
2017 | 2156 | <x>0</x>
|
2018 | 2157 | <y>0</y>
|
2019 |
| - <width>778</width> |
2020 |
| - <height>436</height> |
| 2158 | + <width>784</width> |
| 2159 | + <height>452</height> |
2021 | 2160 | </rect>
|
2022 | 2161 | </property>
|
2023 | 2162 | <layout class="QGridLayout" name="gridLayout_15">
|
|
2203 | 2342 | <rect>
|
2204 | 2343 | <x>0</x>
|
2205 | 2344 | <y>0</y>
|
2206 |
| - <width>760</width> |
2207 |
| - <height>551</height> |
| 2345 | + <width>766</width> |
| 2346 | + <height>536</height> |
2208 | 2347 | </rect>
|
2209 | 2348 | </property>
|
2210 | 2349 | <layout class="QGridLayout" name="gridLayout_17">
|
|
2300 | 2439 | <rect>
|
2301 | 2440 | <x>0</x>
|
2302 | 2441 | <y>0</y>
|
2303 |
| - <width>760</width> |
2304 |
| - <height>554</height> |
| 2442 | + <width>766</width> |
| 2443 | + <height>491</height> |
2305 | 2444 | </rect>
|
2306 | 2445 | </property>
|
2307 | 2446 | <layout class="QGridLayout" name="gridLayout_20">
|
|
0 commit comments