1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>parameterDialog</class> |
4 |
<widget class="QDialog" name="parameterDialog"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>617</width> |
10 |
<height>392</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>Parameters</string> |
15 |
</property> |
16 |
<layout class="QVBoxLayout" name="verticalLayout"> |
17 |
<item> |
18 |
<widget class="QTabWidget" name="tabWidget"> |
19 |
<property name="cursor"> |
20 |
<cursorShape>IBeamCursor</cursorShape> |
21 |
</property> |
22 |
<property name="currentIndex"> |
23 |
<number>0</number> |
24 |
</property> |
25 |
<widget class="QWidget" name="ambientTab"> |
26 |
<attribute name="title"> |
27 |
<string>Ambient</string> |
28 |
</attribute> |
29 |
<layout class="QGridLayout" name="gridLayout"> |
30 |
<item row="0" column="2"> |
31 |
<spacer name="verticalSpacer_9"> |
32 |
<property name="orientation"> |
33 |
<enum>Qt::Vertical</enum> |
34 |
</property> |
35 |
<property name="sizeHint" stdset="0"> |
36 |
<size> |
37 |
<width>20</width> |
38 |
<height>83</height> |
39 |
</size> |
40 |
</property> |
41 |
</spacer> |
42 |
</item> |
43 |
<item row="1" column="0"> |
44 |
<widget class="QLabel" name="label"> |
45 |
<property name="text"> |
46 |
<string>Value:</string> |
47 |
</property> |
48 |
<property name="alignment"> |
49 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
50 |
</property> |
51 |
</widget> |
52 |
</item> |
53 |
<item row="1" column="1"> |
54 |
<widget class="QLineEdit" name="valueX"> |
55 |
<property name="sizePolicy"> |
56 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
57 |
<horstretch>0</horstretch> |
58 |
<verstretch>0</verstretch> |
59 |
</sizepolicy> |
60 |
</property> |
61 |
</widget> |
62 |
</item> |
63 |
<item row="1" column="2"> |
64 |
<widget class="QLabel" name="label_2"> |
65 |
<property name="layoutDirection"> |
66 |
<enum>Qt::LeftToRight</enum> |
67 |
</property> |
68 |
<property name="text"> |
69 |
<string>Weight:</string> |
70 |
</property> |
71 |
<property name="alignment"> |
72 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
73 |
</property> |
74 |
</widget> |
75 |
</item> |
76 |
<item row="1" column="3"> |
77 |
<widget class="QLineEdit" name="weight"> |
78 |
<property name="sizePolicy"> |
79 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
80 |
<horstretch>0</horstretch> |
81 |
<verstretch>0</verstretch> |
82 |
</sizepolicy> |
83 |
</property> |
84 |
</widget> |
85 |
</item> |
86 |
<item row="1" column="4"> |
87 |
<widget class="QLabel" name="label_5"> |
88 |
<property name="layoutDirection"> |
89 |
<enum>Qt::LeftToRight</enum> |
90 |
</property> |
91 |
<property name="text"> |
92 |
<string>Super-samples:</string> |
93 |
</property> |
94 |
<property name="alignment"> |
95 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
96 |
</property> |
97 |
</widget> |
98 |
</item> |
99 |
<item row="1" column="5"> |
100 |
<widget class="QLineEdit" name="supersamples"/> |
101 |
</item> |
102 |
<item row="2" column="1"> |
103 |
<widget class="QLineEdit" name="valueY"> |
104 |
<property name="sizePolicy"> |
105 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
106 |
<horstretch>0</horstretch> |
107 |
<verstretch>0</verstretch> |
108 |
</sizepolicy> |
109 |
</property> |
110 |
</widget> |
111 |
</item> |
112 |
<item row="2" column="2"> |
113 |
<widget class="QLabel" name="label_3"> |
114 |
<property name="layoutDirection"> |
115 |
<enum>Qt::LeftToRight</enum> |
116 |
</property> |
117 |
<property name="text"> |
118 |
<string>Accuracy:</string> |
119 |
</property> |
120 |
<property name="alignment"> |
121 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
122 |
</property> |
123 |
</widget> |
124 |
</item> |
125 |
<item row="2" column="3"> |
126 |
<widget class="QLineEdit" name="accuracy"> |
127 |
<property name="sizePolicy"> |
128 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
129 |
<horstretch>0</horstretch> |
130 |
<verstretch>0</verstretch> |
131 |
</sizepolicy> |
132 |
</property> |
133 |
</widget> |
134 |
</item> |
135 |
<item row="2" column="4"> |
136 |
<widget class="QLabel" name="label_6"> |
137 |
<property name="layoutDirection"> |
138 |
<enum>Qt::LeftToRight</enum> |
139 |
</property> |
140 |
<property name="text"> |
141 |
<string>Bounces:</string> |
142 |
</property> |
143 |
<property name="alignment"> |
144 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
145 |
</property> |
146 |
</widget> |
147 |
</item> |
148 |
<item row="2" column="5"> |
149 |
<widget class="QLineEdit" name="bounces"> |
150 |
<property name="sizePolicy"> |
151 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
152 |
<horstretch>0</horstretch> |
153 |
<verstretch>0</verstretch> |
154 |
</sizepolicy> |
155 |
</property> |
156 |
</widget> |
157 |
</item> |
158 |
<item row="3" column="1"> |
159 |
<widget class="QLineEdit" name="valueZ"> |
160 |
<property name="sizePolicy"> |
161 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
162 |
<horstretch>0</horstretch> |
163 |
<verstretch>0</verstretch> |
164 |
</sizepolicy> |
165 |
</property> |
166 |
</widget> |
167 |
</item> |
168 |
<item row="3" column="2"> |
169 |
<widget class="QLabel" name="label_4"> |
170 |
<property name="layoutDirection"> |
171 |
<enum>Qt::LeftToRight</enum> |
172 |
</property> |
173 |
<property name="text"> |
174 |
<string>Divisions:</string> |
175 |
</property> |
176 |
<property name="alignment"> |
177 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
178 |
</property> |
179 |
</widget> |
180 |
</item> |
181 |
<item row="3" column="3"> |
182 |
<widget class="QLineEdit" name="divisions"> |
183 |
<property name="sizePolicy"> |
184 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
185 |
<horstretch>0</horstretch> |
186 |
<verstretch>0</verstretch> |
187 |
</sizepolicy> |
188 |
</property> |
189 |
</widget> |
190 |
</item> |
191 |
<item row="3" column="4"> |
192 |
<widget class="QLabel" name="label_7"> |
193 |
<property name="layoutDirection"> |
194 |
<enum>Qt::LeftToRight</enum> |
195 |
</property> |
196 |
<property name="text"> |
197 |
<string>Resolution:</string> |
198 |
</property> |
199 |
<property name="alignment"> |
200 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
201 |
</property> |
202 |
</widget> |
203 |
</item> |
204 |
<item row="3" column="5"> |
205 |
<widget class="QLineEdit" name="resolution"> |
206 |
<property name="sizePolicy"> |
207 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
208 |
<horstretch>0</horstretch> |
209 |
<verstretch>0</verstretch> |
210 |
</sizepolicy> |
211 |
</property> |
212 |
</widget> |
213 |
</item> |
214 |
<item row="4" column="2"> |
215 |
<spacer name="verticalSpacer_10"> |
216 |
<property name="orientation"> |
217 |
<enum>Qt::Vertical</enum> |
218 |
</property> |
219 |
<property name="sizeHint" stdset="0"> |
220 |
<size> |
221 |
<width>20</width> |
222 |
<height>84</height> |
223 |
</size> |
224 |
</property> |
225 |
</spacer> |
226 |
</item> |
227 |
</layout> |
228 |
</widget> |
229 |
<widget class="QWidget" name="directTab"> |
230 |
<attribute name="title"> |
231 |
<string>Direct</string> |
232 |
</attribute> |
233 |
<layout class="QGridLayout" name="gridLayout_2"> |
234 |
<item row="0" column="1"> |
235 |
<widget class="QLabel" name="label_8"> |
236 |
<property name="sizePolicy"> |
237 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
238 |
<horstretch>0</horstretch> |
239 |
<verstretch>0</verstretch> |
240 |
</sizepolicy> |
241 |
</property> |
242 |
<property name="layoutDirection"> |
243 |
<enum>Qt::LeftToRight</enum> |
244 |
</property> |
245 |
<property name="text"> |
246 |
<string>Certainty:</string> |
247 |
</property> |
248 |
<property name="alignment"> |
249 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
250 |
</property> |
251 |
</widget> |
252 |
</item> |
253 |
<item row="0" column="2"> |
254 |
<widget class="QLineEdit" name="certainty"> |
255 |
<property name="sizePolicy"> |
256 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
257 |
<horstretch>0</horstretch> |
258 |
<verstretch>0</verstretch> |
259 |
</sizepolicy> |
260 |
</property> |
261 |
</widget> |
262 |
</item> |
263 |
<item row="1" column="1"> |
264 |
<widget class="QLabel" name="label_9"> |
265 |
<property name="sizePolicy"> |
266 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
267 |
<horstretch>0</horstretch> |
268 |
<verstretch>0</verstretch> |
269 |
</sizepolicy> |
270 |
</property> |
271 |
<property name="layoutDirection"> |
272 |
<enum>Qt::LeftToRight</enum> |
273 |
</property> |
274 |
<property name="text"> |
275 |
<string>Jitter:</string> |
276 |
</property> |
277 |
<property name="alignment"> |
278 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
279 |
</property> |
280 |
</widget> |
281 |
</item> |
282 |
<item row="1" column="2"> |
283 |
<widget class="QLineEdit" name="jitter"> |
284 |
<property name="sizePolicy"> |
285 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
286 |
<horstretch>0</horstretch> |
287 |
<verstretch>0</verstretch> |
288 |
</sizepolicy> |
289 |
</property> |
290 |
</widget> |
291 |
</item> |
292 |
<item row="2" column="0"> |
293 |
<spacer name="horizontalSpacer_5"> |
294 |
<property name="orientation"> |
295 |
<enum>Qt::Horizontal</enum> |
296 |
</property> |
297 |
<property name="sizeHint" stdset="0"> |
298 |
<size> |
299 |
<width>153</width> |
300 |
<height>20</height> |
301 |
</size> |
302 |
</property> |
303 |
</spacer> |
304 |
</item> |
305 |
<item row="2" column="1"> |
306 |
<widget class="QLabel" name="label_10"> |
307 |
<property name="sizePolicy"> |
308 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
309 |
<horstretch>0</horstretch> |
310 |
<verstretch>0</verstretch> |
311 |
</sizepolicy> |
312 |
</property> |
313 |
<property name="layoutDirection"> |
314 |
<enum>Qt::LeftToRight</enum> |
315 |
</property> |
316 |
<property name="text"> |
317 |
<string>Sampling:</string> |
318 |
</property> |
319 |
<property name="alignment"> |
320 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
321 |
</property> |
322 |
</widget> |
323 |
</item> |
324 |
<item row="2" column="2"> |
325 |
<widget class="QLineEdit" name="sampling"> |
326 |
<property name="sizePolicy"> |
327 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
328 |
<horstretch>0</horstretch> |
329 |
<verstretch>0</verstretch> |
330 |
</sizepolicy> |
331 |
</property> |
332 |
</widget> |
333 |
</item> |
334 |
<item row="2" column="3"> |
335 |
<spacer name="horizontalSpacer_6"> |
336 |
<property name="orientation"> |
337 |
<enum>Qt::Horizontal</enum> |
338 |
</property> |
339 |
<property name="sizeHint" stdset="0"> |
340 |
<size> |
341 |
<width>153</width> |
342 |
<height>20</height> |
343 |
</size> |
344 |
</property> |
345 |
</spacer> |
346 |
</item> |
347 |
<item row="3" column="1"> |
348 |
<widget class="QLabel" name="label_11"> |
349 |
<property name="sizePolicy"> |
350 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
351 |
<horstretch>0</horstretch> |
352 |
<verstretch>0</verstretch> |
353 |
</sizepolicy> |
354 |
</property> |
355 |
<property name="layoutDirection"> |
356 |
<enum>Qt::LeftToRight</enum> |
357 |
</property> |
358 |
<property name="text"> |
359 |
<string>Threshold:</string> |
360 |
</property> |
361 |
<property name="alignment"> |
362 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
363 |
</property> |
364 |
</widget> |
365 |
</item> |
366 |
<item row="3" column="2"> |
367 |
<widget class="QLineEdit" name="threshold"> |
368 |
<property name="sizePolicy"> |
369 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
370 |
<horstretch>0</horstretch> |
371 |
<verstretch>0</verstretch> |
372 |
</sizepolicy> |
373 |
</property> |
374 |
</widget> |
375 |
</item> |
376 |
<item row="4" column="1"> |
377 |
<widget class="QLabel" name="label_12"> |
378 |
<property name="sizePolicy"> |
379 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
380 |
<horstretch>0</horstretch> |
381 |
<verstretch>0</verstretch> |
382 |
</sizepolicy> |
383 |
</property> |
384 |
<property name="layoutDirection"> |
385 |
<enum>Qt::LeftToRight</enum> |
386 |
</property> |
387 |
<property name="text"> |
388 |
<string>Visibility:</string> |
389 |
</property> |
390 |
<property name="alignment"> |
391 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
392 |
</property> |
393 |
</widget> |
394 |
</item> |
395 |
<item row="4" column="2"> |
396 |
<widget class="QLineEdit" name="visibility"> |
397 |
<property name="sizePolicy"> |
398 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
399 |
<horstretch>0</horstretch> |
400 |
<verstretch>0</verstretch> |
401 |
</sizepolicy> |
402 |
</property> |
403 |
</widget> |
404 |
</item> |
405 |
</layout> |
406 |
</widget> |
407 |
<widget class="QWidget" name="limitTab"> |
408 |
<attribute name="title"> |
409 |
<string>Limit</string> |
410 |
</attribute> |
411 |
<layout class="QGridLayout" name="gridLayout_3"> |
412 |
<item row="0" column="2"> |
413 |
<spacer name="verticalSpacer"> |
414 |
<property name="orientation"> |
415 |
<enum>Qt::Vertical</enum> |
416 |
</property> |
417 |
<property name="sizeHint" stdset="0"> |
418 |
<size> |
419 |
<width>20</width> |
420 |
<height>73</height> |
421 |
</size> |
422 |
</property> |
423 |
</spacer> |
424 |
</item> |
425 |
<item row="1" column="0"> |
426 |
<spacer name="horizontalSpacer"> |
427 |
<property name="orientation"> |
428 |
<enum>Qt::Horizontal</enum> |
429 |
</property> |
430 |
<property name="sizeHint" stdset="0"> |
431 |
<size> |
432 |
<width>173</width> |
433 |
<height>20</height> |
434 |
</size> |
435 |
</property> |
436 |
</spacer> |
437 |
</item> |
438 |
<item row="1" column="1"> |
439 |
<widget class="QLabel" name="label_13"> |
440 |
<property name="sizePolicy"> |
441 |
<sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
442 |
<horstretch>0</horstretch> |
443 |
<verstretch>0</verstretch> |
444 |
</sizepolicy> |
445 |
</property> |
446 |
<property name="layoutDirection"> |
447 |
<enum>Qt::LeftToRight</enum> |
448 |
</property> |
449 |
<property name="text"> |
450 |
<string>Reflection:</string> |
451 |
</property> |
452 |
<property name="alignment"> |
453 |
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
454 |
</property> |
455 |
</widget> |
456 |
</item> |
457 |
<item row="1" column="2"> |
458 |
<widget class="QLineEdit" name="reflection"> |
459 |
<property name="sizePolicy"> |
460 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
461 |
<horstretch>0</horstretch> |
462 |
<verstretch>0</verstretch> |
463 |
</sizepolicy> |
464 |
</property> |
465 |
</widget> |
466 |
</item> |
467 |
<item row="1" column="3"> |
468 |
<spacer name="horizontalSpacer_2"> |
469 |
<property name="orientation"> |
470 |
<enum>Qt::Horizontal</enum> |
471 |
</property> |
472 |
<property name="sizeHint" stdset="0"> |
473 |
<size> |
474 |
<width>143</width> |
475 |
<height>20</height> |
476 |
</size> |
477 |
</property> |
478 |
</spacer> |
479 |
</item> |
480 |
<item row="2" column="0"> |
481 |
<spacer name="horizontalSpacer_3"> |
482 |
<property name="orientation"> |
483 |
<enum>Qt::Horizontal</enum> |
484 |
</property> |
485 |
<property name="sizeHint" stdset="0"> |
486 |
<size> |
487 |
<width>173</width> |
488 |
<height>20</height> |
489 |
</size> |
490 |
</property> |
491 |
</spacer> |
492 |
</item> |
493 |
<item row="2" column="1"> |
494 |
<widget class="QLabel" name="label_14"> |
495 |
<property name="sizePolicy"> |
496 |
<sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
497 |
<horstretch>0</horstretch> |
498 |
<verstretch>0</verstretch> |
499 |
</sizepolicy> |
500 |
</property> |
501 |
<property name="layoutDirection"> |
502 |
<enum>Qt::LeftToRight</enum> |
503 |
</property> |
504 |
<property name="text"> |
505 |
<string>Weight:</string> |
506 |
</property> |
507 |
</widget> |
508 |
</item> |
509 |
<item row="2" column="2"> |
510 |
<widget class="QLineEdit" name="limit_weight"> |
511 |
<property name="sizePolicy"> |
512 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
513 |
<horstretch>0</horstretch> |
514 |
<verstretch>0</verstretch> |
515 |
</sizepolicy> |
516 |
</property> |
517 |
</widget> |
518 |
</item> |
519 |
<item row="2" column="3"> |
520 |
<spacer name="horizontalSpacer_4"> |
521 |
<property name="orientation"> |
522 |
<enum>Qt::Horizontal</enum> |
523 |
</property> |
524 |
<property name="sizeHint" stdset="0"> |
525 |
<size> |
526 |
<width>143</width> |
527 |
<height>20</height> |
528 |
</size> |
529 |
</property> |
530 |
</spacer> |
531 |
</item> |
532 |
<item row="3" column="2"> |
533 |
<spacer name="verticalSpacer_2"> |
534 |
<property name="orientation"> |
535 |
<enum>Qt::Vertical</enum> |
536 |
</property> |
537 |
<property name="sizeHint" stdset="0"> |
538 |
<size> |
539 |
<width>20</width> |
540 |
<height>124</height> |
541 |
</size> |
542 |
</property> |
543 |
</spacer> |
544 |
</item> |
545 |
</layout> |
546 |
</widget> |
547 |
<widget class="QWidget" name="mediumTab"> |
548 |
<attribute name="title"> |
549 |
<string>Medium</string> |
550 |
</attribute> |
551 |
<layout class="QGridLayout" name="gridLayout_4"> |
552 |
<item row="0" column="1"> |
553 |
<spacer name="verticalSpacer_3"> |
554 |
<property name="orientation"> |
555 |
<enum>Qt::Vertical</enum> |
556 |
</property> |
557 |
<property name="sizeHint" stdset="0"> |
558 |
<size> |
559 |
<width>20</width> |
560 |
<height>48</height> |
561 |
</size> |
562 |
</property> |
563 |
</spacer> |
564 |
</item> |
565 |
<item row="1" column="1"> |
566 |
<widget class="QLabel" name="label_15"> |
567 |
<property name="sizePolicy"> |
568 |
<sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
569 |
<horstretch>0</horstretch> |
570 |
<verstretch>0</verstretch> |
571 |
</sizepolicy> |
572 |
</property> |
573 |
<property name="layoutDirection"> |
574 |
<enum>Qt::LeftToRight</enum> |
575 |
</property> |
576 |
<property name="text"> |
577 |
<string>Scattering albedo:</string> |
578 |
</property> |
579 |
</widget> |
580 |
</item> |
581 |
<item row="1" column="2"> |
582 |
<widget class="QLabel" name="label_16"> |
583 |
<property name="sizePolicy"> |
584 |
<sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
585 |
<horstretch>0</horstretch> |
586 |
<verstretch>0</verstretch> |
587 |
</sizepolicy> |
588 |
</property> |
589 |
<property name="layoutDirection"> |
590 |
<enum>Qt::LeftToRight</enum> |
591 |
</property> |
592 |
<property name="text"> |
593 |
<string>Extinction coefficient:</string> |
594 |
</property> |
595 |
</widget> |
596 |
</item> |
597 |
<item row="2" column="1"> |
598 |
<widget class="QLineEdit" name="albedoX"> |
599 |
<property name="sizePolicy"> |
600 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
601 |
<horstretch>0</horstretch> |
602 |
<verstretch>0</verstretch> |
603 |
</sizepolicy> |
604 |
</property> |
605 |
</widget> |
606 |
</item> |
607 |
<item row="2" column="2"> |
608 |
<widget class="QLineEdit" name="extinctionX"> |
609 |
<property name="sizePolicy"> |
610 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
611 |
<horstretch>0</horstretch> |
612 |
<verstretch>0</verstretch> |
613 |
</sizepolicy> |
614 |
</property> |
615 |
</widget> |
616 |
</item> |
617 |
<item row="3" column="1"> |
618 |
<widget class="QLineEdit" name="albedoY"> |
619 |
<property name="sizePolicy"> |
620 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
621 |
<horstretch>0</horstretch> |
622 |
<verstretch>0</verstretch> |
623 |
</sizepolicy> |
624 |
</property> |
625 |
</widget> |
626 |
</item> |
627 |
<item row="3" column="2"> |
628 |
<widget class="QLineEdit" name="extinctionY"> |
629 |
<property name="sizePolicy"> |
630 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
631 |
<horstretch>0</horstretch> |
632 |
<verstretch>0</verstretch> |
633 |
</sizepolicy> |
634 |
</property> |
635 |
</widget> |
636 |
</item> |
637 |
<item row="4" column="1"> |
638 |
<widget class="QLineEdit" name="albedoZ"> |
639 |
<property name="sizePolicy"> |
640 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
641 |
<horstretch>0</horstretch> |
642 |
<verstretch>0</verstretch> |
643 |
</sizepolicy> |
644 |
</property> |
645 |
</widget> |
646 |
</item> |
647 |
<item row="4" column="2"> |
648 |
<widget class="QLineEdit" name="extinctionZ"> |
649 |
<property name="sizePolicy"> |
650 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
651 |
<horstretch>0</horstretch> |
652 |
<verstretch>0</verstretch> |
653 |
</sizepolicy> |
654 |
</property> |
655 |
</widget> |
656 |
</item> |
657 |
<item row="5" column="0"> |
658 |
<spacer name="horizontalSpacer_7"> |
659 |
<property name="orientation"> |
660 |
<enum>Qt::Horizontal</enum> |
661 |
</property> |
662 |
<property name="sizeHint" stdset="0"> |
663 |
<size> |
664 |
<width>109</width> |
665 |
<height>20</height> |
666 |
</size> |
667 |
</property> |
668 |
</spacer> |
669 |
</item> |
670 |
<item row="5" column="1"> |
671 |
<widget class="QLabel" name="label_17"> |
672 |
<property name="sizePolicy"> |
673 |
<sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
674 |
<horstretch>0</horstretch> |
675 |
<verstretch>0</verstretch> |
676 |
</sizepolicy> |
677 |
</property> |
678 |
<property name="layoutDirection"> |
679 |
<enum>Qt::LeftToRight</enum> |
680 |
</property> |
681 |
<property name="text"> |
682 |
<string>Scattering eccentricity:</string> |
683 |
</property> |
684 |
</widget> |
685 |
</item> |
686 |
<item row="5" column="2"> |
687 |
<widget class="QLabel" name="label_18"> |
688 |
<property name="sizePolicy"> |
689 |
<sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
690 |
<horstretch>0</horstretch> |
691 |
<verstretch>0</verstretch> |
692 |
</sizepolicy> |
693 |
</property> |
694 |
<property name="layoutDirection"> |
695 |
<enum>Qt::LeftToRight</enum> |
696 |
</property> |
697 |
<property name="text"> |
698 |
<string>Mist sampling distance:</string> |
699 |
</property> |
700 |
</widget> |
701 |
</item> |
702 |
<item row="5" column="3"> |
703 |
<spacer name="horizontalSpacer_8"> |
704 |
<property name="orientation"> |
705 |
<enum>Qt::Horizontal</enum> |
706 |
</property> |
707 |
<property name="sizeHint" stdset="0"> |
708 |
<size> |
709 |
<width>108</width> |
710 |
<height>20</height> |
711 |
</size> |
712 |
</property> |
713 |
</spacer> |
714 |
</item> |
715 |
<item row="6" column="1"> |
716 |
<widget class="QLineEdit" name="eccentricity"> |
717 |
<property name="sizePolicy"> |
718 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
719 |
<horstretch>0</horstretch> |
720 |
<verstretch>0</verstretch> |
721 |
</sizepolicy> |
722 |
</property> |
723 |
</widget> |
724 |
</item> |
725 |
<item row="6" column="2"> |
726 |
<widget class="QLineEdit" name="mistDistance"> |
727 |
<property name="sizePolicy"> |
728 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
729 |
<horstretch>0</horstretch> |
730 |
<verstretch>0</verstretch> |
731 |
</sizepolicy> |
732 |
</property> |
733 |
</widget> |
734 |
</item> |
735 |
<item row="7" column="1"> |
736 |
<spacer name="verticalSpacer_4"> |
737 |
<property name="orientation"> |
738 |
<enum>Qt::Vertical</enum> |
739 |
</property> |
740 |
<property name="sizeHint" stdset="0"> |
741 |
<size> |
742 |
<width>20</width> |
743 |
<height>28</height> |
744 |
</size> |
745 |
</property> |
746 |
</spacer> |
747 |
</item> |
748 |
</layout> |
749 |
</widget> |
750 |
<widget class="QWidget" name="pixelTab"> |
751 |
<attribute name="title"> |
752 |
<string>Pixel</string> |
753 |
</attribute> |
754 |
<layout class="QGridLayout" name="gridLayout_5"> |
755 |
<item row="0" column="1"> |
756 |
<spacer name="verticalSpacer_6"> |
757 |
<property name="orientation"> |
758 |
<enum>Qt::Vertical</enum> |
759 |
</property> |
760 |
<property name="sizeHint" stdset="0"> |
761 |
<size> |
762 |
<width>20</width> |
763 |
<height>99</height> |
764 |
</size> |
765 |
</property> |
766 |
</spacer> |
767 |
</item> |
768 |
<item row="1" column="0"> |
769 |
<spacer name="horizontalSpacer_9"> |
770 |
<property name="orientation"> |
771 |
<enum>Qt::Horizontal</enum> |
772 |
</property> |
773 |
<property name="sizeHint" stdset="0"> |
774 |
<size> |
775 |
<width>156</width> |
776 |
<height>20</height> |
777 |
</size> |
778 |
</property> |
779 |
</spacer> |
780 |
</item> |
781 |
<item row="1" column="1"> |
782 |
<widget class="QLabel" name="label_19"> |
783 |
<property name="sizePolicy"> |
784 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
785 |
<horstretch>0</horstretch> |
786 |
<verstretch>0</verstretch> |
787 |
</sizepolicy> |
788 |
</property> |
789 |
<property name="layoutDirection"> |
790 |
<enum>Qt::LeftToRight</enum> |
791 |
</property> |
792 |
<property name="text"> |
793 |
<string>Sample:</string> |
794 |
</property> |
795 |
</widget> |
796 |
</item> |
797 |
<item row="1" column="2"> |
798 |
<widget class="QLineEdit" name="sample"> |
799 |
<property name="sizePolicy"> |
800 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
801 |
<horstretch>0</horstretch> |
802 |
<verstretch>0</verstretch> |
803 |
</sizepolicy> |
804 |
</property> |
805 |
</widget> |
806 |
</item> |
807 |
<item row="1" column="3"> |
808 |
<spacer name="horizontalSpacer_10"> |
809 |
<property name="orientation"> |
810 |
<enum>Qt::Horizontal</enum> |
811 |
</property> |
812 |
<property name="sizeHint" stdset="0"> |
813 |
<size> |
814 |
<width>146</width> |
815 |
<height>20</height> |
816 |
</size> |
817 |
</property> |
818 |
</spacer> |
819 |
</item> |
820 |
<item row="2" column="1"> |
821 |
<widget class="QLabel" name="label_20"> |
822 |
<property name="sizePolicy"> |
823 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
824 |
<horstretch>0</horstretch> |
825 |
<verstretch>0</verstretch> |
826 |
</sizepolicy> |
827 |
</property> |
828 |
<property name="layoutDirection"> |
829 |
<enum>Qt::LeftToRight</enum> |
830 |
</property> |
831 |
<property name="text"> |
832 |
<string>Threshold</string> |
833 |
</property> |
834 |
</widget> |
835 |
</item> |
836 |
<item row="2" column="2"> |
837 |
<widget class="QLineEdit" name="px_threshold"/> |
838 |
</item> |
839 |
<item row="3" column="1"> |
840 |
<spacer name="verticalSpacer_5"> |
841 |
<property name="orientation"> |
842 |
<enum>Qt::Vertical</enum> |
843 |
</property> |
844 |
<property name="sizeHint" stdset="0"> |
845 |
<size> |
846 |
<width>20</width> |
847 |
<height>99</height> |
848 |
</size> |
849 |
</property> |
850 |
</spacer> |
851 |
</item> |
852 |
</layout> |
853 |
</widget> |
854 |
<widget class="QWidget" name="specularTab"> |
855 |
<attribute name="title"> |
856 |
<string>Specular</string> |
857 |
</attribute> |
858 |
<layout class="QGridLayout" name="gridLayout_6"> |
859 |
<item row="0" column="1"> |
860 |
<spacer name="verticalSpacer_7"> |
861 |
<property name="orientation"> |
862 |
<enum>Qt::Vertical</enum> |
863 |
</property> |
864 |
<property name="sizeHint" stdset="0"> |
865 |
<size> |
866 |
<width>20</width> |
867 |
<height>99</height> |
868 |
</size> |
869 |
</property> |
870 |
</spacer> |
871 |
</item> |
872 |
<item row="1" column="0"> |
873 |
<spacer name="horizontalSpacer_12"> |
874 |
<property name="orientation"> |
875 |
<enum>Qt::Horizontal</enum> |
876 |
</property> |
877 |
<property name="sizeHint" stdset="0"> |
878 |
<size> |
879 |
<width>155</width> |
880 |
<height>20</height> |
881 |
</size> |
882 |
</property> |
883 |
</spacer> |
884 |
</item> |
885 |
<item row="1" column="1"> |
886 |
<widget class="QLabel" name="label_22"> |
887 |
<property name="sizePolicy"> |
888 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
889 |
<horstretch>0</horstretch> |
890 |
<verstretch>0</verstretch> |
891 |
</sizepolicy> |
892 |
</property> |
893 |
<property name="layoutDirection"> |
894 |
<enum>Qt::LeftToRight</enum> |
895 |
</property> |
896 |
<property name="text"> |
897 |
<string>Jitter:</string> |
898 |
</property> |
899 |
</widget> |
900 |
</item> |
901 |
<item row="1" column="2"> |
902 |
<widget class="QLineEdit" name="sp_jitter"> |
903 |
<property name="sizePolicy"> |
904 |
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
905 |
<horstretch>0</horstretch> |
906 |
<verstretch>0</verstretch> |
907 |
</sizepolicy> |
908 |
</property> |
909 |
</widget> |
910 |
</item> |
911 |
<item row="1" column="3"> |
912 |
<spacer name="horizontalSpacer_11"> |
913 |
<property name="orientation"> |
914 |
<enum>Qt::Horizontal</enum> |
915 |
</property> |
916 |
<property name="sizeHint" stdset="0"> |
917 |
<size> |
918 |
<width>145</width> |
919 |
<height>20</height> |
920 |
</size> |
921 |
</property> |
922 |
</spacer> |
923 |
</item> |
924 |
<item row="2" column="1"> |
925 |
<widget class="QLabel" name="label_23"> |
926 |
<property name="sizePolicy"> |
927 |
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
928 |
<horstretch>0</horstretch> |
929 |
<verstretch>0</verstretch> |
930 |
</sizepolicy> |
931 |
</property> |
932 |
<property name="layoutDirection"> |
933 |
<enum>Qt::LeftToRight</enum> |
934 |
</property> |
935 |
<property name="text"> |
936 |
<string>Threshold:</string> |
937 |
</property> |
938 |
</widget> |
939 |
</item> |
940 |
<item row="2" column="2"> |
941 |
<widget class="QLineEdit" name="sp_threshold"/> |
942 |
</item> |
943 |
<item row="3" column="1"> |
944 |
<spacer name="verticalSpacer_8"> |
945 |
<property name="orientation"> |
946 |
<enum>Qt::Vertical</enum> |
947 |
</property> |
948 |
<property name="sizeHint" stdset="0"> |
949 |
<size> |
950 |
<width>20</width> |
951 |
<height>99</height> |
952 |
</size> |
953 |
</property> |
954 |
</spacer> |
955 |
</item> |
956 |
</layout> |
957 |
</widget> |
958 |
</widget> |
959 |
</item> |
960 |
<item> |
961 |
<widget class="QDialogButtonBox" name="buttonBox"> |
962 |
<property name="orientation"> |
963 |
<enum>Qt::Horizontal</enum> |
964 |
</property> |
965 |
<property name="standardButtons"> |
966 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
967 |
</property> |
968 |
</widget> |
969 |
</item> |
970 |
</layout> |
971 |
</widget> |
972 |
<resources/> |
973 |
<connections> |
974 |
<connection> |
975 |
<sender>buttonBox</sender> |
976 |
<signal>accepted()</signal> |
977 |
<receiver>parameterDialog</receiver> |
978 |
<slot>accept()</slot> |
979 |
<hints> |
980 |
<hint type="sourcelabel"> |
981 |
<x>248</x> |
982 |
<y>254</y> |
983 |
</hint> |
984 |
<hint type="destinationlabel"> |
985 |
<x>157</x> |
986 |
<y>274</y> |
987 |
</hint> |
988 |
</hints> |
989 |
</connection> |
990 |
<connection> |
991 |
<sender>buttonBox</sender> |
992 |
<signal>rejected()</signal> |
993 |
<receiver>parameterDialog</receiver> |
994 |
<slot>reject()</slot> |
995 |
<hints> |
996 |
<hint type="sourcelabel"> |
997 |
<x>316</x> |
998 |
<y>260</y> |
999 |
</hint> |
1000 |
<hint type="destinationlabel"> |
1001 |
<x>286</x> |
1002 |
<y>274</y> |
1003 |
</hint> |
1004 |
</hints> |
1005 |
</connection> |
1006 |
</connections> |
1007 |
</ui> |