ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/qtrvu/viewdialog.ui
Revision: 1.1
Committed: Sat Oct 22 22:38:10 2011 UTC (12 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Log Message:
Added qt interface for rvu and cmake files from Bill Hoffman

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>viewDialog</class>
4 <widget class="QDialog" name="viewDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>576</width>
10 <height>456</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>View</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <widget class="QWidget" name="topWidget" native="true">
19 <layout class="QHBoxLayout" name="horizontalLayout">
20 <item>
21 <widget class="QFrame" name="typeFrame">
22 <property name="frameShape">
23 <enum>QFrame::StyledPanel</enum>
24 </property>
25 <property name="frameShadow">
26 <enum>QFrame::Raised</enum>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout">
29 <item>
30 <widget class="QLabel" name="label">
31 <property name="text">
32 <string>Type</string>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QRadioButton" name="angular">
38 <property name="text">
39 <string>Angular</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QRadioButton" name="cylindrical">
45 <property name="text">
46 <string>Cylindrical</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QRadioButton" name="hemispherical">
52 <property name="text">
53 <string>Hemispherical</string>
54 </property>
55 </widget>
56 </item>
57 <item>
58 <widget class="QRadioButton" name="parallel">
59 <property name="text">
60 <string>Parallel</string>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QRadioButton" name="perspective">
66 <property name="text">
67 <string>Perspective</string>
68 </property>
69 <property name="checked">
70 <bool>true</bool>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </widget>
76 </item>
77 <item>
78 <widget class="QFrame" name="viewFrame">
79 <property name="frameShape">
80 <enum>QFrame::StyledPanel</enum>
81 </property>
82 <property name="frameShadow">
83 <enum>QFrame::Raised</enum>
84 </property>
85 <layout class="QGridLayout" name="gridLayout">
86 <item row="0" column="0" colspan="2">
87 <widget class="QLabel" name="label_5">
88 <property name="text">
89 <string>Viewpoint</string>
90 </property>
91 </widget>
92 </item>
93 <item row="1" column="0">
94 <widget class="QLabel" name="label_2">
95 <property name="text">
96 <string>X:</string>
97 </property>
98 </widget>
99 </item>
100 <item row="1" column="1">
101 <widget class="QLineEdit" name="viewX">
102 <property name="sizePolicy">
103 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
104 <horstretch>0</horstretch>
105 <verstretch>0</verstretch>
106 </sizepolicy>
107 </property>
108 <property name="maximumSize">
109 <size>
110 <width>60</width>
111 <height>16777215</height>
112 </size>
113 </property>
114 </widget>
115 </item>
116 <item row="2" column="0">
117 <widget class="QLabel" name="label_3">
118 <property name="text">
119 <string>Y:</string>
120 </property>
121 </widget>
122 </item>
123 <item row="2" column="1">
124 <widget class="QLineEdit" name="viewY">
125 <property name="sizePolicy">
126 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
127 <horstretch>0</horstretch>
128 <verstretch>0</verstretch>
129 </sizepolicy>
130 </property>
131 <property name="maximumSize">
132 <size>
133 <width>60</width>
134 <height>16777215</height>
135 </size>
136 </property>
137 </widget>
138 </item>
139 <item row="3" column="0">
140 <widget class="QLabel" name="label_4">
141 <property name="text">
142 <string>Z:</string>
143 </property>
144 </widget>
145 </item>
146 <item row="3" column="1">
147 <widget class="QLineEdit" name="viewZ">
148 <property name="sizePolicy">
149 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
150 <horstretch>0</horstretch>
151 <verstretch>0</verstretch>
152 </sizepolicy>
153 </property>
154 <property name="maximumSize">
155 <size>
156 <width>60</width>
157 <height>16777215</height>
158 </size>
159 </property>
160 </widget>
161 </item>
162 </layout>
163 </widget>
164 </item>
165 <item>
166 <widget class="QFrame" name="directionFrame">
167 <property name="frameShape">
168 <enum>QFrame::StyledPanel</enum>
169 </property>
170 <property name="frameShadow">
171 <enum>QFrame::Raised</enum>
172 </property>
173 <layout class="QGridLayout" name="gridLayout_2">
174 <item row="0" column="0" colspan="2">
175 <widget class="QLabel" name="label_12">
176 <property name="text">
177 <string>Direction</string>
178 </property>
179 </widget>
180 </item>
181 <item row="1" column="0">
182 <widget class="QLabel" name="label_6">
183 <property name="text">
184 <string>X:</string>
185 </property>
186 </widget>
187 </item>
188 <item row="1" column="1">
189 <widget class="QLineEdit" name="dirX">
190 <property name="sizePolicy">
191 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
192 <horstretch>0</horstretch>
193 <verstretch>0</verstretch>
194 </sizepolicy>
195 </property>
196 <property name="maximumSize">
197 <size>
198 <width>60</width>
199 <height>16777215</height>
200 </size>
201 </property>
202 </widget>
203 </item>
204 <item row="2" column="0">
205 <widget class="QLabel" name="label_7">
206 <property name="text">
207 <string>Y:</string>
208 </property>
209 </widget>
210 </item>
211 <item row="2" column="1">
212 <widget class="QLineEdit" name="dirY">
213 <property name="sizePolicy">
214 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
215 <horstretch>0</horstretch>
216 <verstretch>0</verstretch>
217 </sizepolicy>
218 </property>
219 <property name="maximumSize">
220 <size>
221 <width>60</width>
222 <height>16777215</height>
223 </size>
224 </property>
225 </widget>
226 </item>
227 <item row="3" column="0">
228 <widget class="QLabel" name="label_8">
229 <property name="text">
230 <string>Z:</string>
231 </property>
232 </widget>
233 </item>
234 <item row="3" column="1">
235 <widget class="QLineEdit" name="dirZ">
236 <property name="sizePolicy">
237 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
238 <horstretch>0</horstretch>
239 <verstretch>0</verstretch>
240 </sizepolicy>
241 </property>
242 <property name="maximumSize">
243 <size>
244 <width>60</width>
245 <height>16777215</height>
246 </size>
247 </property>
248 </widget>
249 </item>
250 </layout>
251 </widget>
252 </item>
253 <item>
254 <widget class="QFrame" name="upFrame">
255 <property name="frameShape">
256 <enum>QFrame::StyledPanel</enum>
257 </property>
258 <property name="frameShadow">
259 <enum>QFrame::Raised</enum>
260 </property>
261 <layout class="QGridLayout" name="gridLayout_3">
262 <item row="0" column="0" colspan="2">
263 <widget class="QLabel" name="label_13">
264 <property name="text">
265 <string>Up</string>
266 </property>
267 </widget>
268 </item>
269 <item row="1" column="0">
270 <widget class="QLabel" name="label_9">
271 <property name="text">
272 <string>X:</string>
273 </property>
274 </widget>
275 </item>
276 <item row="1" column="1">
277 <widget class="QLineEdit" name="upX">
278 <property name="sizePolicy">
279 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
280 <horstretch>0</horstretch>
281 <verstretch>0</verstretch>
282 </sizepolicy>
283 </property>
284 <property name="maximumSize">
285 <size>
286 <width>60</width>
287 <height>16777215</height>
288 </size>
289 </property>
290 </widget>
291 </item>
292 <item row="2" column="0">
293 <widget class="QLabel" name="label_10">
294 <property name="text">
295 <string>Y:</string>
296 </property>
297 </widget>
298 </item>
299 <item row="2" column="1">
300 <widget class="QLineEdit" name="upY">
301 <property name="sizePolicy">
302 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
303 <horstretch>0</horstretch>
304 <verstretch>0</verstretch>
305 </sizepolicy>
306 </property>
307 <property name="maximumSize">
308 <size>
309 <width>60</width>
310 <height>16777215</height>
311 </size>
312 </property>
313 </widget>
314 </item>
315 <item row="3" column="0">
316 <widget class="QLabel" name="label_11">
317 <property name="text">
318 <string>Z:</string>
319 </property>
320 </widget>
321 </item>
322 <item row="3" column="1">
323 <widget class="QLineEdit" name="upZ">
324 <property name="sizePolicy">
325 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
326 <horstretch>0</horstretch>
327 <verstretch>0</verstretch>
328 </sizepolicy>
329 </property>
330 <property name="maximumSize">
331 <size>
332 <width>60</width>
333 <height>16777215</height>
334 </size>
335 </property>
336 </widget>
337 </item>
338 </layout>
339 </widget>
340 </item>
341 </layout>
342 </widget>
343 </item>
344 <item>
345 <widget class="QWidget" name="bottomWidget" native="true">
346 <layout class="QHBoxLayout" name="horizontalLayout_2">
347 <item>
348 <widget class="QFrame" name="sizeFrame">
349 <property name="frameShape">
350 <enum>QFrame::StyledPanel</enum>
351 </property>
352 <property name="frameShadow">
353 <enum>QFrame::Raised</enum>
354 </property>
355 <layout class="QGridLayout" name="gridLayout_4">
356 <item row="0" column="0">
357 <widget class="QLabel" name="label_16">
358 <property name="text">
359 <string>Size</string>
360 </property>
361 </widget>
362 </item>
363 <item row="1" column="0">
364 <widget class="QLabel" name="label_14">
365 <property name="text">
366 <string>Horiz:</string>
367 </property>
368 </widget>
369 </item>
370 <item row="1" column="1">
371 <widget class="QLineEdit" name="sizeHoriz">
372 <property name="maximumSize">
373 <size>
374 <width>60</width>
375 <height>16777215</height>
376 </size>
377 </property>
378 </widget>
379 </item>
380 <item row="2" column="0">
381 <widget class="QLabel" name="label_15">
382 <property name="text">
383 <string>Vert:</string>
384 </property>
385 </widget>
386 </item>
387 <item row="2" column="1">
388 <widget class="QLineEdit" name="sizeVert">
389 <property name="maximumSize">
390 <size>
391 <width>60</width>
392 <height>16777215</height>
393 </size>
394 </property>
395 </widget>
396 </item>
397 </layout>
398 </widget>
399 </item>
400 <item>
401 <widget class="QFrame" name="frame_2">
402 <property name="frameShape">
403 <enum>QFrame::StyledPanel</enum>
404 </property>
405 <property name="frameShadow">
406 <enum>QFrame::Raised</enum>
407 </property>
408 <layout class="QGridLayout" name="gridLayout_5">
409 <item row="0" column="0" colspan="2">
410 <widget class="QLabel" name="label_19">
411 <property name="text">
412 <string>Clipping plane</string>
413 </property>
414 </widget>
415 </item>
416 <item row="1" column="0">
417 <widget class="QLabel" name="label_17">
418 <property name="text">
419 <string>Fore:</string>
420 </property>
421 </widget>
422 </item>
423 <item row="1" column="1">
424 <widget class="QLineEdit" name="fore">
425 <property name="maximumSize">
426 <size>
427 <width>60</width>
428 <height>16777215</height>
429 </size>
430 </property>
431 </widget>
432 </item>
433 <item row="2" column="0">
434 <widget class="QLabel" name="label_18">
435 <property name="text">
436 <string>Aft:</string>
437 </property>
438 </widget>
439 </item>
440 <item row="2" column="1">
441 <widget class="QLineEdit" name="aft">
442 <property name="maximumSize">
443 <size>
444 <width>60</width>
445 <height>16777215</height>
446 </size>
447 </property>
448 </widget>
449 </item>
450 </layout>
451 </widget>
452 </item>
453 <item>
454 <widget class="QFrame" name="frame_3">
455 <property name="frameShape">
456 <enum>QFrame::StyledPanel</enum>
457 </property>
458 <property name="frameShadow">
459 <enum>QFrame::Raised</enum>
460 </property>
461 <layout class="QGridLayout" name="gridLayout_6">
462 <item row="0" column="0">
463 <widget class="QLabel" name="label_22">
464 <property name="text">
465 <string>Offset</string>
466 </property>
467 </widget>
468 </item>
469 <item row="1" column="0">
470 <widget class="QLabel" name="label_20">
471 <property name="text">
472 <string>Horiz:</string>
473 </property>
474 </widget>
475 </item>
476 <item row="1" column="1">
477 <widget class="QLineEdit" name="offsetHoriz">
478 <property name="maximumSize">
479 <size>
480 <width>60</width>
481 <height>16777215</height>
482 </size>
483 </property>
484 </widget>
485 </item>
486 <item row="2" column="0">
487 <widget class="QLabel" name="label_21">
488 <property name="text">
489 <string>Vert:</string>
490 </property>
491 </widget>
492 </item>
493 <item row="2" column="1">
494 <widget class="QLineEdit" name="offsetVert">
495 <property name="maximumSize">
496 <size>
497 <width>60</width>
498 <height>16777215</height>
499 </size>
500 </property>
501 </widget>
502 </item>
503 </layout>
504 </widget>
505 </item>
506 </layout>
507 </widget>
508 </item>
509 <item>
510 <widget class="QDialogButtonBox" name="buttonBox">
511 <property name="orientation">
512 <enum>Qt::Horizontal</enum>
513 </property>
514 <property name="standardButtons">
515 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
516 </property>
517 </widget>
518 </item>
519 </layout>
520 </widget>
521 <resources/>
522 <connections>
523 <connection>
524 <sender>buttonBox</sender>
525 <signal>accepted()</signal>
526 <receiver>viewDialog</receiver>
527 <slot>accept()</slot>
528 <hints>
529 <hint type="sourcelabel">
530 <x>248</x>
531 <y>254</y>
532 </hint>
533 <hint type="destinationlabel">
534 <x>157</x>
535 <y>274</y>
536 </hint>
537 </hints>
538 </connection>
539 <connection>
540 <sender>buttonBox</sender>
541 <signal>rejected()</signal>
542 <receiver>viewDialog</receiver>
543 <slot>reject()</slot>
544 <hints>
545 <hint type="sourcelabel">
546 <x>316</x>
547 <y>260</y>
548 </hint>
549 <hint type="destinationlabel">
550 <x>286</x>
551 <y>274</y>
552 </hint>
553 </hints>
554 </connection>
555 </connections>
556 </ui>