1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>QPreferenceDialog</class> |
---|
4 | <widget class="QDialog" name="QPreferenceDialog"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>345</width> |
---|
10 | <height>357</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Preference</string> |
---|
15 | </property> |
---|
16 | <property name="windowIcon"> |
---|
17 | <iconset resource="../../projdesigner.qrc"> |
---|
18 | <normaloff>:/new/prefix1/Resources/settings.png</normaloff>:/new/prefix1/Resources/settings.png</iconset> |
---|
19 | </property> |
---|
20 | <layout class="QHBoxLayout"> |
---|
21 | <property name="spacing"> |
---|
22 | <number>6</number> |
---|
23 | </property> |
---|
24 | <property name="margin"> |
---|
25 | <number>4</number> |
---|
26 | </property> |
---|
27 | <item> |
---|
28 | <layout class="QVBoxLayout"> |
---|
29 | <property name="spacing"> |
---|
30 | <number>6</number> |
---|
31 | </property> |
---|
32 | <property name="margin"> |
---|
33 | <number>0</number> |
---|
34 | </property> |
---|
35 | <item> |
---|
36 | <widget class="QGroupBox" name="gridGroupBox"> |
---|
37 | <property name="title"> |
---|
38 | <string>Grid</string> |
---|
39 | </property> |
---|
40 | <layout class="QHBoxLayout"> |
---|
41 | <property name="spacing"> |
---|
42 | <number>6</number> |
---|
43 | </property> |
---|
44 | <property name="margin"> |
---|
45 | <number>4</number> |
---|
46 | </property> |
---|
47 | <item> |
---|
48 | <layout class="QHBoxLayout"> |
---|
49 | <property name="spacing"> |
---|
50 | <number>6</number> |
---|
51 | </property> |
---|
52 | <property name="margin"> |
---|
53 | <number>0</number> |
---|
54 | </property> |
---|
55 | <item> |
---|
56 | <widget class="QLabel" name="gridSizeLabel"> |
---|
57 | <property name="text"> |
---|
58 | <string>Size</string> |
---|
59 | </property> |
---|
60 | </widget> |
---|
61 | </item> |
---|
62 | <item> |
---|
63 | <widget class="QLineEdit" name="gridSizeEdit"> |
---|
64 | <property name="minimumSize"> |
---|
65 | <size> |
---|
66 | <width>64</width> |
---|
67 | <height>0</height> |
---|
68 | </size> |
---|
69 | </property> |
---|
70 | <property name="maximumSize"> |
---|
71 | <size> |
---|
72 | <width>64</width> |
---|
73 | <height>16777215</height> |
---|
74 | </size> |
---|
75 | </property> |
---|
76 | </widget> |
---|
77 | </item> |
---|
78 | <item> |
---|
79 | <widget class="QLabel" name="gridSubdivLabel"> |
---|
80 | <property name="text"> |
---|
81 | <string>Subdivision</string> |
---|
82 | </property> |
---|
83 | </widget> |
---|
84 | </item> |
---|
85 | <item> |
---|
86 | <widget class="QSpinBox" name="gridSubdivSpinBox"/> |
---|
87 | </item> |
---|
88 | <item> |
---|
89 | <spacer> |
---|
90 | <property name="orientation"> |
---|
91 | <enum>Qt::Horizontal</enum> |
---|
92 | </property> |
---|
93 | <property name="sizeHint" stdset="0"> |
---|
94 | <size> |
---|
95 | <width>40</width> |
---|
96 | <height>20</height> |
---|
97 | </size> |
---|
98 | </property> |
---|
99 | </spacer> |
---|
100 | </item> |
---|
101 | </layout> |
---|
102 | </item> |
---|
103 | </layout> |
---|
104 | </widget> |
---|
105 | </item> |
---|
106 | <item> |
---|
107 | <widget class="QGroupBox" name="offscreenSceneRenderingGroupBox"> |
---|
108 | <property name="title"> |
---|
109 | <string>Off-screen Scene Rendering</string> |
---|
110 | </property> |
---|
111 | <layout class="QHBoxLayout"> |
---|
112 | <property name="spacing"> |
---|
113 | <number>6</number> |
---|
114 | </property> |
---|
115 | <property name="margin"> |
---|
116 | <number>4</number> |
---|
117 | </property> |
---|
118 | <item> |
---|
119 | <layout class="QVBoxLayout"> |
---|
120 | <property name="spacing"> |
---|
121 | <number>6</number> |
---|
122 | </property> |
---|
123 | <property name="margin"> |
---|
124 | <number>0</number> |
---|
125 | </property> |
---|
126 | <item> |
---|
127 | <layout class="QHBoxLayout"> |
---|
128 | <property name="spacing"> |
---|
129 | <number>6</number> |
---|
130 | </property> |
---|
131 | <property name="margin"> |
---|
132 | <number>0</number> |
---|
133 | </property> |
---|
134 | <item> |
---|
135 | <widget class="QLabel" name="bufferSizeLabel"> |
---|
136 | <property name="text"> |
---|
137 | <string>Buffer size</string> |
---|
138 | </property> |
---|
139 | </widget> |
---|
140 | </item> |
---|
141 | <item> |
---|
142 | <widget class="QComboBox" name="bufferWidthComboBox"> |
---|
143 | <item> |
---|
144 | <property name="text"> |
---|
145 | <string>128</string> |
---|
146 | </property> |
---|
147 | </item> |
---|
148 | <item> |
---|
149 | <property name="text"> |
---|
150 | <string>256</string> |
---|
151 | </property> |
---|
152 | </item> |
---|
153 | <item> |
---|
154 | <property name="text"> |
---|
155 | <string>512</string> |
---|
156 | </property> |
---|
157 | </item> |
---|
158 | <item> |
---|
159 | <property name="text"> |
---|
160 | <string>1024</string> |
---|
161 | </property> |
---|
162 | </item> |
---|
163 | <item> |
---|
164 | <property name="text"> |
---|
165 | <string>2048</string> |
---|
166 | </property> |
---|
167 | </item> |
---|
168 | <item> |
---|
169 | <property name="text"> |
---|
170 | <string>4096</string> |
---|
171 | </property> |
---|
172 | </item> |
---|
173 | </widget> |
---|
174 | </item> |
---|
175 | <item> |
---|
176 | <widget class="QComboBox" name="bufferHeightComboBox"> |
---|
177 | <item> |
---|
178 | <property name="text"> |
---|
179 | <string>128</string> |
---|
180 | </property> |
---|
181 | </item> |
---|
182 | <item> |
---|
183 | <property name="text"> |
---|
184 | <string>256</string> |
---|
185 | </property> |
---|
186 | </item> |
---|
187 | <item> |
---|
188 | <property name="text"> |
---|
189 | <string>512</string> |
---|
190 | </property> |
---|
191 | </item> |
---|
192 | <item> |
---|
193 | <property name="text"> |
---|
194 | <string>1024</string> |
---|
195 | </property> |
---|
196 | </item> |
---|
197 | <item> |
---|
198 | <property name="text"> |
---|
199 | <string>2048</string> |
---|
200 | </property> |
---|
201 | </item> |
---|
202 | <item> |
---|
203 | <property name="text"> |
---|
204 | <string>4096</string> |
---|
205 | </property> |
---|
206 | </item> |
---|
207 | </widget> |
---|
208 | </item> |
---|
209 | <item> |
---|
210 | <spacer> |
---|
211 | <property name="orientation"> |
---|
212 | <enum>Qt::Horizontal</enum> |
---|
213 | </property> |
---|
214 | <property name="sizeHint" stdset="0"> |
---|
215 | <size> |
---|
216 | <width>40</width> |
---|
217 | <height>20</height> |
---|
218 | </size> |
---|
219 | </property> |
---|
220 | </spacer> |
---|
221 | </item> |
---|
222 | </layout> |
---|
223 | </item> |
---|
224 | </layout> |
---|
225 | </item> |
---|
226 | </layout> |
---|
227 | </widget> |
---|
228 | </item> |
---|
229 | <item> |
---|
230 | <widget class="QGroupBox" name="blendMapGroupBox"> |
---|
231 | <property name="title"> |
---|
232 | <string>Blend Map</string> |
---|
233 | </property> |
---|
234 | <layout class="QHBoxLayout"> |
---|
235 | <property name="spacing"> |
---|
236 | <number>6</number> |
---|
237 | </property> |
---|
238 | <property name="margin"> |
---|
239 | <number>4</number> |
---|
240 | </property> |
---|
241 | <item> |
---|
242 | <layout class="QVBoxLayout"> |
---|
243 | <property name="spacing"> |
---|
244 | <number>6</number> |
---|
245 | </property> |
---|
246 | <property name="margin"> |
---|
247 | <number>0</number> |
---|
248 | </property> |
---|
249 | <item> |
---|
250 | <layout class="QHBoxLayout"> |
---|
251 | <property name="spacing"> |
---|
252 | <number>6</number> |
---|
253 | </property> |
---|
254 | <property name="margin"> |
---|
255 | <number>0</number> |
---|
256 | </property> |
---|
257 | <item> |
---|
258 | <widget class="QCheckBox" name="softEdgeCheckBox"> |
---|
259 | <property name="text"> |
---|
260 | <string>Soft edge</string> |
---|
261 | </property> |
---|
262 | </widget> |
---|
263 | </item> |
---|
264 | <item> |
---|
265 | <widget class="QLabel" name="blendEdgeWidthLabel"> |
---|
266 | <property name="sizePolicy"> |
---|
267 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
---|
268 | <horstretch>0</horstretch> |
---|
269 | <verstretch>0</verstretch> |
---|
270 | </sizepolicy> |
---|
271 | </property> |
---|
272 | <property name="text"> |
---|
273 | <string> Width</string> |
---|
274 | </property> |
---|
275 | </widget> |
---|
276 | </item> |
---|
277 | <item> |
---|
278 | <widget class="QSpinBox" name="blendEdgeWidthSpinBox"/> |
---|
279 | </item> |
---|
280 | <item> |
---|
281 | <widget class="QLabel" name="blendEdgeExponentLabel"> |
---|
282 | <property name="text"> |
---|
283 | <string>Exponent</string> |
---|
284 | </property> |
---|
285 | </widget> |
---|
286 | </item> |
---|
287 | <item> |
---|
288 | <widget class="QLineEdit" name="blendEdgeExponentEdit"> |
---|
289 | <property name="maximumSize"> |
---|
290 | <size> |
---|
291 | <width>32</width> |
---|
292 | <height>16777215</height> |
---|
293 | </size> |
---|
294 | </property> |
---|
295 | </widget> |
---|
296 | </item> |
---|
297 | <item> |
---|
298 | <spacer> |
---|
299 | <property name="orientation"> |
---|
300 | <enum>Qt::Horizontal</enum> |
---|
301 | </property> |
---|
302 | <property name="sizeHint" stdset="0"> |
---|
303 | <size> |
---|
304 | <width>20</width> |
---|
305 | <height>20</height> |
---|
306 | </size> |
---|
307 | </property> |
---|
308 | </spacer> |
---|
309 | </item> |
---|
310 | </layout> |
---|
311 | </item> |
---|
312 | </layout> |
---|
313 | </item> |
---|
314 | </layout> |
---|
315 | </widget> |
---|
316 | </item> |
---|
317 | <item> |
---|
318 | <widget class="QGroupBox" name="exportGroupBox"> |
---|
319 | <property name="title"> |
---|
320 | <string>Export</string> |
---|
321 | </property> |
---|
322 | <layout class="QHBoxLayout"> |
---|
323 | <property name="spacing"> |
---|
324 | <number>6</number> |
---|
325 | </property> |
---|
326 | <property name="margin"> |
---|
327 | <number>4</number> |
---|
328 | </property> |
---|
329 | <item> |
---|
330 | <layout class="QVBoxLayout"> |
---|
331 | <property name="spacing"> |
---|
332 | <number>6</number> |
---|
333 | </property> |
---|
334 | <property name="margin"> |
---|
335 | <number>0</number> |
---|
336 | </property> |
---|
337 | <item> |
---|
338 | <layout class="QHBoxLayout"> |
---|
339 | <property name="spacing"> |
---|
340 | <number>6</number> |
---|
341 | </property> |
---|
342 | <property name="margin"> |
---|
343 | <number>0</number> |
---|
344 | </property> |
---|
345 | <item> |
---|
346 | <widget class="QLabel" name="exportSizeLabel"> |
---|
347 | <property name="text"> |
---|
348 | <string>Image size</string> |
---|
349 | </property> |
---|
350 | </widget> |
---|
351 | </item> |
---|
352 | <item> |
---|
353 | <widget class="QComboBox" name="exportWidthComboBox"> |
---|
354 | <property name="editable"> |
---|
355 | <bool>true</bool> |
---|
356 | </property> |
---|
357 | <item> |
---|
358 | <property name="text"> |
---|
359 | <string>256</string> |
---|
360 | </property> |
---|
361 | </item> |
---|
362 | <item> |
---|
363 | <property name="text"> |
---|
364 | <string>512</string> |
---|
365 | </property> |
---|
366 | </item> |
---|
367 | <item> |
---|
368 | <property name="text"> |
---|
369 | <string>1024</string> |
---|
370 | </property> |
---|
371 | </item> |
---|
372 | <item> |
---|
373 | <property name="text"> |
---|
374 | <string>2048</string> |
---|
375 | </property> |
---|
376 | </item> |
---|
377 | </widget> |
---|
378 | </item> |
---|
379 | <item> |
---|
380 | <widget class="QComboBox" name="exportHeightComboBox"> |
---|
381 | <property name="editable"> |
---|
382 | <bool>true</bool> |
---|
383 | </property> |
---|
384 | <item> |
---|
385 | <property name="text"> |
---|
386 | <string>256</string> |
---|
387 | </property> |
---|
388 | </item> |
---|
389 | <item> |
---|
390 | <property name="text"> |
---|
391 | <string>512</string> |
---|
392 | </property> |
---|
393 | </item> |
---|
394 | <item> |
---|
395 | <property name="text"> |
---|
396 | <string>1024</string> |
---|
397 | </property> |
---|
398 | </item> |
---|
399 | <item> |
---|
400 | <property name="text"> |
---|
401 | <string>2048</string> |
---|
402 | </property> |
---|
403 | </item> |
---|
404 | </widget> |
---|
405 | </item> |
---|
406 | <item> |
---|
407 | <spacer> |
---|
408 | <property name="orientation"> |
---|
409 | <enum>Qt::Horizontal</enum> |
---|
410 | </property> |
---|
411 | <property name="sizeHint" stdset="0"> |
---|
412 | <size> |
---|
413 | <width>40</width> |
---|
414 | <height>20</height> |
---|
415 | </size> |
---|
416 | </property> |
---|
417 | </spacer> |
---|
418 | </item> |
---|
419 | </layout> |
---|
420 | </item> |
---|
421 | <item> |
---|
422 | <widget class="QLabel" name="exportFileNamePatternLabel"> |
---|
423 | <property name="text"> |
---|
424 | <string>Export file name pattern</string> |
---|
425 | </property> |
---|
426 | </widget> |
---|
427 | </item> |
---|
428 | <item> |
---|
429 | <layout class="QHBoxLayout"> |
---|
430 | <property name="spacing"> |
---|
431 | <number>6</number> |
---|
432 | </property> |
---|
433 | <property name="margin"> |
---|
434 | <number>0</number> |
---|
435 | </property> |
---|
436 | <item> |
---|
437 | <spacer> |
---|
438 | <property name="orientation"> |
---|
439 | <enum>Qt::Horizontal</enum> |
---|
440 | </property> |
---|
441 | <property name="sizeType"> |
---|
442 | <enum>QSizePolicy::Fixed</enum> |
---|
443 | </property> |
---|
444 | <property name="sizeHint" stdset="0"> |
---|
445 | <size> |
---|
446 | <width>10</width> |
---|
447 | <height>20</height> |
---|
448 | </size> |
---|
449 | </property> |
---|
450 | </spacer> |
---|
451 | </item> |
---|
452 | <item> |
---|
453 | <layout class="QGridLayout"> |
---|
454 | <property name="margin"> |
---|
455 | <number>0</number> |
---|
456 | </property> |
---|
457 | <property name="spacing"> |
---|
458 | <number>6</number> |
---|
459 | </property> |
---|
460 | <item row="0" column="0"> |
---|
461 | <widget class="QLabel" name="exportDistortMapPatternLabel"> |
---|
462 | <property name="text"> |
---|
463 | <string>Distortion map file</string> |
---|
464 | </property> |
---|
465 | </widget> |
---|
466 | </item> |
---|
467 | <item row="2" column="0"> |
---|
468 | <widget class="QLabel" name="exportViewMatrixPatternLabel"> |
---|
469 | <property name="text"> |
---|
470 | <string>View matrix file</string> |
---|
471 | </property> |
---|
472 | </widget> |
---|
473 | </item> |
---|
474 | <item row="0" column="1"> |
---|
475 | <widget class="QLineEdit" name="exportDistortMapPatternEdit"> |
---|
476 | <property name="minimumSize"> |
---|
477 | <size> |
---|
478 | <width>180</width> |
---|
479 | <height>0</height> |
---|
480 | </size> |
---|
481 | </property> |
---|
482 | </widget> |
---|
483 | </item> |
---|
484 | <item row="2" column="1"> |
---|
485 | <widget class="QLineEdit" name="exportViewMatrixPatternEdit"/> |
---|
486 | </item> |
---|
487 | <item row="1" column="1"> |
---|
488 | <widget class="QLineEdit" name="exportBlendMapPatternEdit"/> |
---|
489 | </item> |
---|
490 | <item row="1" column="0"> |
---|
491 | <widget class="QLabel" name="exportBlendMapPatternLabel"> |
---|
492 | <property name="text"> |
---|
493 | <string>Blend map file</string> |
---|
494 | </property> |
---|
495 | </widget> |
---|
496 | </item> |
---|
497 | </layout> |
---|
498 | </item> |
---|
499 | <item> |
---|
500 | <spacer> |
---|
501 | <property name="orientation"> |
---|
502 | <enum>Qt::Horizontal</enum> |
---|
503 | </property> |
---|
504 | <property name="sizeHint" stdset="0"> |
---|
505 | <size> |
---|
506 | <width>40</width> |
---|
507 | <height>20</height> |
---|
508 | </size> |
---|
509 | </property> |
---|
510 | </spacer> |
---|
511 | </item> |
---|
512 | </layout> |
---|
513 | </item> |
---|
514 | </layout> |
---|
515 | </item> |
---|
516 | </layout> |
---|
517 | </widget> |
---|
518 | </item> |
---|
519 | <item> |
---|
520 | <spacer> |
---|
521 | <property name="orientation"> |
---|
522 | <enum>Qt::Vertical</enum> |
---|
523 | </property> |
---|
524 | <property name="sizeHint" stdset="0"> |
---|
525 | <size> |
---|
526 | <width>325</width> |
---|
527 | <height>71</height> |
---|
528 | </size> |
---|
529 | </property> |
---|
530 | </spacer> |
---|
531 | </item> |
---|
532 | <item> |
---|
533 | <widget class="QPushButton" name="pB_ClosePrefDiag"> |
---|
534 | <property name="text"> |
---|
535 | <string>Close</string> |
---|
536 | </property> |
---|
537 | </widget> |
---|
538 | </item> |
---|
539 | </layout> |
---|
540 | </item> |
---|
541 | </layout> |
---|
542 | </widget> |
---|
543 | <resources> |
---|
544 | <include location="../../projdesigner.qrc"/> |
---|
545 | </resources> |
---|
546 | <connections> |
---|
547 | <connection> |
---|
548 | <sender>pB_ClosePrefDiag</sender> |
---|
549 | <signal>clicked()</signal> |
---|
550 | <receiver>QPreferenceDialog</receiver> |
---|
551 | <slot>close()</slot> |
---|
552 | <hints> |
---|
553 | <hint type="sourcelabel"> |
---|
554 | <x>172</x> |
---|
555 | <y>345</y> |
---|
556 | </hint> |
---|
557 | <hint type="destinationlabel"> |
---|
558 | <x>172</x> |
---|
559 | <y>181</y> |
---|
560 | </hint> |
---|
561 | </hints> |
---|
562 | </connection> |
---|
563 | </connections> |
---|
564 | </ui> |
---|