|
27 | 27 | <number>0</number> |
28 | 28 | </property> |
29 | 29 | <item> |
30 | | - <widget class="QGroupBox" name="mLoadMinMaxValuesGroupBox"> |
| 30 | + <widget class="QgsCollapsibleGroupBox" name="mLoadMinMaxValuesGroupBox"> |
31 | 31 | <property name="title"> |
32 | 32 | <string>Load min/max values</string> |
33 | 33 | </property> |
34 | 34 | <property name="flat"> |
35 | 35 | <bool>true</bool> |
36 | 36 | </property> |
| 37 | + <property name="checkable"> |
| 38 | + <bool>false</bool> |
| 39 | + </property> |
| 40 | + <property name="collapsed" stdset="0"> |
| 41 | + <bool>true</bool> |
| 42 | + </property> |
| 43 | + <property name="saveCollapsedState" stdset="0"> |
| 44 | + <bool>false</bool> |
| 45 | + </property> |
37 | 46 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
38 | | - <property name="leftMargin"> |
39 | | - <number>6</number> |
40 | | - </property> |
41 | | - <property name="topMargin"> |
42 | | - <number>6</number> |
43 | | - </property> |
44 | | - <property name="rightMargin"> |
45 | | - <number>6</number> |
46 | | - </property> |
47 | | - <property name="bottomMargin"> |
48 | | - <number>6</number> |
49 | | - </property> |
50 | 47 | <item> |
51 | 48 | <layout class="QHBoxLayout" name="horizontalLayout"> |
52 | 49 | <item> |
@@ -174,121 +171,68 @@ standard deviation ×</string> |
174 | 171 | </item> |
175 | 172 | </layout> |
176 | 173 | </item> |
177 | | - <item> |
178 | | - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
179 | | - <property name="spacing"> |
180 | | - <number>3</number> |
| 174 | + |
| 175 | + <item> |
| 176 | + <layout class="QHBoxLayout" name="horizontalLayout_1"> |
| 177 | + <item> |
| 178 | + <widget class="QPushButton" name="mLoadPushButton"> |
| 179 | + <property name="text"> |
| 180 | + <string>Load</string> |
| 181 | + </property> |
| 182 | + </widget> |
| 183 | + </item> |
| 184 | + <item> |
| 185 | + <spacer name="horizontalSpacer_7"> |
| 186 | + <property name="orientation"> |
| 187 | + <enum>Qt::Horizontal</enum> |
| 188 | + </property> |
| 189 | + <property name="sizeHint" stdset="0"> |
| 190 | + <size> |
| 191 | + <width>0</width> |
| 192 | + <height>20</height> |
| 193 | + </size> |
| 194 | + </property> |
| 195 | + </spacer> |
| 196 | + </item> |
| 197 | + <item> |
| 198 | + <widget class="QLabel" name="mColorInterpolationLabel_2"> |
| 199 | + <property name="text"> |
| 200 | + <string>Accuracy</string> |
| 201 | + </property> |
| 202 | + </widget> |
| 203 | + </item> |
| 204 | + <item> |
| 205 | + <widget class="QComboBox" name="cboAccuracy"> |
| 206 | + <item> |
| 207 | + <property name="text"> |
| 208 | + <string>Estimate (faster)</string> |
181 | 209 | </property> |
182 | | - <item> |
183 | | - <widget class="QGroupBox" name="mExtentGroupBox"> |
184 | | - <layout class="QVBoxLayout" name="verticalLayout_2"> |
185 | | - <property name="leftMargin"> |
186 | | - <number>0</number> |
187 | | - </property> |
188 | | - <property name="topMargin"> |
189 | | - <number>0</number> |
190 | | - </property> |
191 | | - <property name="rightMargin"> |
192 | | - <number>0</number> |
193 | | - </property> |
194 | | - <property name="bottomMargin"> |
195 | | - <number>0</number> |
196 | | - </property> |
197 | | - <item> |
198 | | - <widget class="QLabel" name="label_3"> |
199 | | - <property name="text"> |
200 | | - <string>Extent</string> |
201 | | - </property> |
202 | | - </widget> |
203 | | - </item> |
204 | | - <item> |
205 | | - <widget class="QRadioButton" name="mFullExtentRadioButton"> |
206 | | - <property name="text"> |
207 | | - <string>Full</string> |
208 | | - </property> |
209 | | - <property name="checked"> |
210 | | - <bool>true</bool> |
211 | | - </property> |
212 | | - </widget> |
213 | | - </item> |
214 | | - <item> |
215 | | - <widget class="QRadioButton" name="mCurrentExtentRadioButton"> |
216 | | - <property name="text"> |
217 | | - <string>Current</string> |
218 | | - </property> |
219 | | - </widget> |
220 | | - </item> |
221 | | - </layout> |
222 | | - </widget> |
223 | | - </item> |
224 | | - <item> |
225 | | - <widget class="QGroupBox" name="mAccuracyGroupBox"> |
226 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
227 | | - <property name="leftMargin"> |
228 | | - <number>0</number> |
229 | | - </property> |
230 | | - <property name="topMargin"> |
231 | | - <number>0</number> |
232 | | - </property> |
233 | | - <property name="rightMargin"> |
234 | | - <number>0</number> |
235 | | - </property> |
236 | | - <property name="bottomMargin"> |
237 | | - <number>0</number> |
238 | | - </property> |
239 | | - <item> |
240 | | - <widget class="QLabel" name="label_5"> |
241 | | - <property name="text"> |
242 | | - <string>Accuracy</string> |
243 | | - </property> |
244 | | - </widget> |
245 | | - </item> |
246 | | - <item> |
247 | | - <widget class="QRadioButton" name="mEstimateRadioButton"> |
248 | | - <property name="text"> |
249 | | - <string>Estimate (faster)</string> |
250 | | - </property> |
251 | | - <property name="checked"> |
252 | | - <bool>true</bool> |
253 | | - </property> |
254 | | - </widget> |
255 | | - </item> |
256 | | - <item> |
257 | | - <widget class="QRadioButton" name="mActualRadioButton"> |
258 | | - <property name="text"> |
259 | | - <string>Actual (slower)</string> |
260 | | - </property> |
261 | | - </widget> |
262 | | - </item> |
263 | | - </layout> |
264 | | - </widget> |
265 | | - </item> |
266 | | - </layout> |
267 | | - </item> |
268 | | - <item> |
269 | | - <layout class="QHBoxLayout" name="horizontalLayout_4"> |
270 | | - <item> |
271 | | - <spacer name="horizontalSpacer_5"> |
272 | | - <property name="orientation"> |
273 | | - <enum>Qt::Horizontal</enum> |
274 | | - </property> |
275 | | - <property name="sizeHint" stdset="0"> |
276 | | - <size> |
277 | | - <width>0</width> |
278 | | - <height>20</height> |
279 | | - </size> |
280 | | - </property> |
281 | | - </spacer> |
282 | | - </item> |
283 | | - <item> |
284 | | - <widget class="QPushButton" name="mLoadPushButton"> |
285 | | - <property name="text"> |
286 | | - <string>Load</string> |
287 | | - </property> |
288 | | - </widget> |
289 | | - </item> |
290 | | - </layout> |
291 | | - </item> |
| 210 | + </item> |
| 211 | + <item> |
| 212 | + <property name="text"> |
| 213 | + <string>Actual (slower)</string> |
| 214 | + </property> |
| 215 | + </item> |
| 216 | + </widget> |
| 217 | + </item> |
| 218 | + </layout> |
| 219 | + </item> |
| 220 | + <item> |
| 221 | + <layout class="QHBoxLayout" name="horizontalLayout_6"> |
| 222 | + <item> |
| 223 | + <widget class="QCheckBox" name="cbxClipExtent"> |
| 224 | + <property name="text"> |
| 225 | + <string>Clip extent to canvas</string> |
| 226 | + </property> |
| 227 | + <property name="checked"> |
| 228 | + <bool>false</bool> |
| 229 | + </property> |
| 230 | + </widget> |
| 231 | + </item> |
| 232 | + </layout> |
| 233 | + </item> |
| 234 | + |
| 235 | + |
292 | 236 | </layout> |
293 | 237 | </widget> |
294 | 238 | </item> |
|
0 commit comments