1 |
greg |
1.1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
|
|
<ui version="4.0"> |
3 |
|
|
<class>MainWindow</class> |
4 |
|
|
<widget class="QMainWindow" name="MainWindow"> |
5 |
|
|
<property name="geometry"> |
6 |
|
|
<rect> |
7 |
|
|
<x>0</x> |
8 |
|
|
<y>0</y> |
9 |
|
|
<width>1049</width> |
10 |
|
|
<height>917</height> |
11 |
|
|
</rect> |
12 |
|
|
</property> |
13 |
|
|
<property name="windowTitle"> |
14 |
|
|
<string>MainWindow</string> |
15 |
|
|
</property> |
16 |
|
|
<widget class="QWidget" name="centralwidget"> |
17 |
|
|
<layout class="QGridLayout" name="gridLayout" rowstretch="3,0,0,0,0,0,0"> |
18 |
|
|
<item row="0" column="0" rowspan="5" colspan="3"> |
19 |
|
|
<widget class="RvuWidget" name="rvuWidget" native="true"> |
20 |
|
|
<property name="sizePolicy"> |
21 |
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
22 |
|
|
<horstretch>0</horstretch> |
23 |
|
|
<verstretch>1</verstretch> |
24 |
|
|
</sizepolicy> |
25 |
|
|
</property> |
26 |
|
|
</widget> |
27 |
|
|
</item> |
28 |
|
|
<item row="1" column="3"> |
29 |
|
|
<widget class="QWidget" name="xWidget" native="true"> |
30 |
|
|
<property name="minimumSize"> |
31 |
|
|
<size> |
32 |
|
|
<width>123</width> |
33 |
|
|
<height>70</height> |
34 |
|
|
</size> |
35 |
|
|
</property> |
36 |
|
|
<widget class="QLabel" name="xValue"> |
37 |
|
|
<property name="geometry"> |
38 |
|
|
<rect> |
39 |
|
|
<x>23</x> |
40 |
|
|
<y>30</y> |
41 |
|
|
<width>41</width> |
42 |
|
|
<height>16</height> |
43 |
|
|
</rect> |
44 |
|
|
</property> |
45 |
|
|
<property name="text"> |
46 |
|
|
<string>0.00</string> |
47 |
|
|
</property> |
48 |
|
|
</widget> |
49 |
|
|
<widget class="QPushButton" name="xMinus1Button"> |
50 |
|
|
<property name="geometry"> |
51 |
|
|
<rect> |
52 |
|
|
<x>74</x> |
53 |
|
|
<y>37</y> |
54 |
|
|
<width>17</width> |
55 |
|
|
<height>17</height> |
56 |
|
|
</rect> |
57 |
|
|
</property> |
58 |
|
|
<property name="font"> |
59 |
|
|
<font> |
60 |
|
|
<pointsize>11</pointsize> |
61 |
|
|
</font> |
62 |
|
|
</property> |
63 |
|
|
<property name="text"> |
64 |
|
|
<string>-</string> |
65 |
|
|
</property> |
66 |
|
|
</widget> |
67 |
|
|
<widget class="QLabel" name="xLabel"> |
68 |
|
|
<property name="geometry"> |
69 |
|
|
<rect> |
70 |
|
|
<x>4</x> |
71 |
|
|
<y>30</y> |
72 |
|
|
<width>16</width> |
73 |
|
|
<height>16</height> |
74 |
|
|
</rect> |
75 |
|
|
</property> |
76 |
|
|
<property name="text"> |
77 |
|
|
<string>X</string> |
78 |
|
|
</property> |
79 |
|
|
</widget> |
80 |
|
|
<widget class="QPushButton" name="xPlus2Button"> |
81 |
|
|
<property name="geometry"> |
82 |
|
|
<rect> |
83 |
|
|
<x>90</x> |
84 |
|
|
<y>17</y> |
85 |
|
|
<width>21</width> |
86 |
|
|
<height>21</height> |
87 |
|
|
</rect> |
88 |
|
|
</property> |
89 |
|
|
<property name="font"> |
90 |
|
|
<font> |
91 |
|
|
<pointsize>13</pointsize> |
92 |
|
|
</font> |
93 |
|
|
</property> |
94 |
|
|
<property name="text"> |
95 |
|
|
<string>+</string> |
96 |
|
|
</property> |
97 |
|
|
</widget> |
98 |
|
|
<widget class="QPushButton" name="xMinus2Button"> |
99 |
|
|
<property name="geometry"> |
100 |
|
|
<rect> |
101 |
|
|
<x>90</x> |
102 |
|
|
<y>37</y> |
103 |
|
|
<width>21</width> |
104 |
|
|
<height>21</height> |
105 |
|
|
</rect> |
106 |
|
|
</property> |
107 |
|
|
<property name="font"> |
108 |
|
|
<font> |
109 |
|
|
<pointsize>13</pointsize> |
110 |
|
|
</font> |
111 |
|
|
</property> |
112 |
|
|
<property name="text"> |
113 |
|
|
<string>-</string> |
114 |
|
|
</property> |
115 |
|
|
</widget> |
116 |
|
|
<widget class="QPushButton" name="xPlus1Button"> |
117 |
|
|
<property name="geometry"> |
118 |
|
|
<rect> |
119 |
|
|
<x>74</x> |
120 |
|
|
<y>21</y> |
121 |
|
|
<width>17</width> |
122 |
|
|
<height>17</height> |
123 |
|
|
</rect> |
124 |
|
|
</property> |
125 |
|
|
<property name="font"> |
126 |
|
|
<font> |
127 |
|
|
<pointsize>11</pointsize> |
128 |
|
|
</font> |
129 |
|
|
</property> |
130 |
|
|
<property name="text"> |
131 |
|
|
<string>+</string> |
132 |
|
|
</property> |
133 |
|
|
</widget> |
134 |
|
|
<widget class="Line" name="xLine"> |
135 |
|
|
<property name="geometry"> |
136 |
|
|
<rect> |
137 |
|
|
<x>0</x> |
138 |
|
|
<y>3</y> |
139 |
|
|
<width>118</width> |
140 |
|
|
<height>3</height> |
141 |
|
|
</rect> |
142 |
|
|
</property> |
143 |
|
|
<property name="orientation"> |
144 |
|
|
<enum>Qt::Horizontal</enum> |
145 |
|
|
</property> |
146 |
|
|
</widget> |
147 |
|
|
</widget> |
148 |
|
|
</item> |
149 |
|
|
<item row="2" column="3"> |
150 |
|
|
<widget class="QWidget" name="yWidget" native="true"> |
151 |
|
|
<property name="minimumSize"> |
152 |
|
|
<size> |
153 |
|
|
<width>123</width> |
154 |
|
|
<height>70</height> |
155 |
|
|
</size> |
156 |
|
|
</property> |
157 |
|
|
<widget class="QPushButton" name="yMinus1Button"> |
158 |
|
|
<property name="geometry"> |
159 |
|
|
<rect> |
160 |
|
|
<x>74</x> |
161 |
|
|
<y>37</y> |
162 |
|
|
<width>17</width> |
163 |
|
|
<height>17</height> |
164 |
|
|
</rect> |
165 |
|
|
</property> |
166 |
|
|
<property name="font"> |
167 |
|
|
<font> |
168 |
|
|
<pointsize>11</pointsize> |
169 |
|
|
</font> |
170 |
|
|
</property> |
171 |
|
|
<property name="text"> |
172 |
|
|
<string>-</string> |
173 |
|
|
</property> |
174 |
|
|
</widget> |
175 |
|
|
<widget class="QLabel" name="yLabel"> |
176 |
|
|
<property name="geometry"> |
177 |
|
|
<rect> |
178 |
|
|
<x>4</x> |
179 |
|
|
<y>29</y> |
180 |
|
|
<width>16</width> |
181 |
|
|
<height>16</height> |
182 |
|
|
</rect> |
183 |
|
|
</property> |
184 |
|
|
<property name="text"> |
185 |
|
|
<string>Y</string> |
186 |
|
|
</property> |
187 |
|
|
</widget> |
188 |
|
|
<widget class="QPushButton" name="yPlus2Button"> |
189 |
|
|
<property name="geometry"> |
190 |
|
|
<rect> |
191 |
|
|
<x>90</x> |
192 |
|
|
<y>17</y> |
193 |
|
|
<width>21</width> |
194 |
|
|
<height>21</height> |
195 |
|
|
</rect> |
196 |
|
|
</property> |
197 |
|
|
<property name="font"> |
198 |
|
|
<font> |
199 |
|
|
<pointsize>13</pointsize> |
200 |
|
|
</font> |
201 |
|
|
</property> |
202 |
|
|
<property name="text"> |
203 |
|
|
<string>+</string> |
204 |
|
|
</property> |
205 |
|
|
</widget> |
206 |
|
|
<widget class="QLabel" name="yValue"> |
207 |
|
|
<property name="geometry"> |
208 |
|
|
<rect> |
209 |
|
|
<x>23</x> |
210 |
|
|
<y>29</y> |
211 |
|
|
<width>41</width> |
212 |
|
|
<height>16</height> |
213 |
|
|
</rect> |
214 |
|
|
</property> |
215 |
|
|
<property name="text"> |
216 |
|
|
<string>0.00</string> |
217 |
|
|
</property> |
218 |
|
|
</widget> |
219 |
|
|
<widget class="QPushButton" name="yMinus2Button"> |
220 |
|
|
<property name="geometry"> |
221 |
|
|
<rect> |
222 |
|
|
<x>90</x> |
223 |
|
|
<y>37</y> |
224 |
|
|
<width>21</width> |
225 |
|
|
<height>21</height> |
226 |
|
|
</rect> |
227 |
|
|
</property> |
228 |
|
|
<property name="font"> |
229 |
|
|
<font> |
230 |
|
|
<pointsize>13</pointsize> |
231 |
|
|
</font> |
232 |
|
|
</property> |
233 |
|
|
<property name="text"> |
234 |
|
|
<string>-</string> |
235 |
|
|
</property> |
236 |
|
|
</widget> |
237 |
|
|
<widget class="QPushButton" name="yPlus1Button"> |
238 |
|
|
<property name="geometry"> |
239 |
|
|
<rect> |
240 |
|
|
<x>74</x> |
241 |
|
|
<y>21</y> |
242 |
|
|
<width>17</width> |
243 |
|
|
<height>17</height> |
244 |
|
|
</rect> |
245 |
|
|
</property> |
246 |
|
|
<property name="font"> |
247 |
|
|
<font> |
248 |
|
|
<pointsize>11</pointsize> |
249 |
|
|
</font> |
250 |
|
|
</property> |
251 |
|
|
<property name="text"> |
252 |
|
|
<string>+</string> |
253 |
|
|
</property> |
254 |
|
|
</widget> |
255 |
|
|
<widget class="Line" name="yLine"> |
256 |
|
|
<property name="geometry"> |
257 |
|
|
<rect> |
258 |
|
|
<x>0</x> |
259 |
|
|
<y>3</y> |
260 |
|
|
<width>118</width> |
261 |
|
|
<height>3</height> |
262 |
|
|
</rect> |
263 |
|
|
</property> |
264 |
|
|
<property name="orientation"> |
265 |
|
|
<enum>Qt::Horizontal</enum> |
266 |
|
|
</property> |
267 |
|
|
</widget> |
268 |
|
|
</widget> |
269 |
|
|
</item> |
270 |
|
|
<item row="3" column="3"> |
271 |
|
|
<widget class="QWidget" name="zWidget" native="true"> |
272 |
|
|
<property name="minimumSize"> |
273 |
|
|
<size> |
274 |
|
|
<width>123</width> |
275 |
|
|
<height>70</height> |
276 |
|
|
</size> |
277 |
|
|
</property> |
278 |
|
|
<widget class="QPushButton" name="zMinus2Button"> |
279 |
|
|
<property name="geometry"> |
280 |
|
|
<rect> |
281 |
|
|
<x>90</x> |
282 |
|
|
<y>37</y> |
283 |
|
|
<width>21</width> |
284 |
|
|
<height>21</height> |
285 |
|
|
</rect> |
286 |
|
|
</property> |
287 |
|
|
<property name="font"> |
288 |
|
|
<font> |
289 |
|
|
<pointsize>13</pointsize> |
290 |
|
|
</font> |
291 |
|
|
</property> |
292 |
|
|
<property name="text"> |
293 |
|
|
<string>-</string> |
294 |
|
|
</property> |
295 |
|
|
</widget> |
296 |
|
|
<widget class="QLabel" name="zLabel"> |
297 |
|
|
<property name="geometry"> |
298 |
|
|
<rect> |
299 |
|
|
<x>4</x> |
300 |
|
|
<y>30</y> |
301 |
|
|
<width>16</width> |
302 |
|
|
<height>16</height> |
303 |
|
|
</rect> |
304 |
|
|
</property> |
305 |
|
|
<property name="text"> |
306 |
|
|
<string>Z</string> |
307 |
|
|
</property> |
308 |
|
|
</widget> |
309 |
|
|
<widget class="QPushButton" name="zPlus2Button"> |
310 |
|
|
<property name="geometry"> |
311 |
|
|
<rect> |
312 |
|
|
<x>90</x> |
313 |
|
|
<y>17</y> |
314 |
|
|
<width>21</width> |
315 |
|
|
<height>21</height> |
316 |
|
|
</rect> |
317 |
|
|
</property> |
318 |
|
|
<property name="font"> |
319 |
|
|
<font> |
320 |
|
|
<pointsize>13</pointsize> |
321 |
|
|
</font> |
322 |
|
|
</property> |
323 |
|
|
<property name="text"> |
324 |
|
|
<string>+</string> |
325 |
|
|
</property> |
326 |
|
|
</widget> |
327 |
|
|
<widget class="QPushButton" name="zMinus1Button"> |
328 |
|
|
<property name="geometry"> |
329 |
|
|
<rect> |
330 |
|
|
<x>74</x> |
331 |
|
|
<y>37</y> |
332 |
|
|
<width>17</width> |
333 |
|
|
<height>17</height> |
334 |
|
|
</rect> |
335 |
|
|
</property> |
336 |
|
|
<property name="font"> |
337 |
|
|
<font> |
338 |
|
|
<pointsize>11</pointsize> |
339 |
|
|
</font> |
340 |
|
|
</property> |
341 |
|
|
<property name="text"> |
342 |
|
|
<string>-</string> |
343 |
|
|
</property> |
344 |
|
|
</widget> |
345 |
|
|
<widget class="QPushButton" name="zPlus1Button"> |
346 |
|
|
<property name="geometry"> |
347 |
|
|
<rect> |
348 |
|
|
<x>74</x> |
349 |
|
|
<y>21</y> |
350 |
|
|
<width>17</width> |
351 |
|
|
<height>17</height> |
352 |
|
|
</rect> |
353 |
|
|
</property> |
354 |
|
|
<property name="font"> |
355 |
|
|
<font> |
356 |
|
|
<pointsize>11</pointsize> |
357 |
|
|
</font> |
358 |
|
|
</property> |
359 |
|
|
<property name="text"> |
360 |
|
|
<string>+</string> |
361 |
|
|
</property> |
362 |
|
|
</widget> |
363 |
|
|
<widget class="QLabel" name="zValue"> |
364 |
|
|
<property name="geometry"> |
365 |
|
|
<rect> |
366 |
|
|
<x>23</x> |
367 |
|
|
<y>30</y> |
368 |
|
|
<width>41</width> |
369 |
|
|
<height>16</height> |
370 |
|
|
</rect> |
371 |
|
|
</property> |
372 |
|
|
<property name="text"> |
373 |
|
|
<string>0.00</string> |
374 |
|
|
</property> |
375 |
|
|
</widget> |
376 |
|
|
<widget class="Line" name="zLine"> |
377 |
|
|
<property name="geometry"> |
378 |
|
|
<rect> |
379 |
|
|
<x>0</x> |
380 |
|
|
<y>3</y> |
381 |
|
|
<width>118</width> |
382 |
|
|
<height>3</height> |
383 |
|
|
</rect> |
384 |
|
|
</property> |
385 |
|
|
<property name="orientation"> |
386 |
|
|
<enum>Qt::Horizontal</enum> |
387 |
|
|
</property> |
388 |
|
|
</widget> |
389 |
|
|
</widget> |
390 |
|
|
</item> |
391 |
|
|
<item row="5" column="0"> |
392 |
|
|
<widget class="QLineEdit" name="lineEdit"> |
393 |
|
|
<property name="enabled"> |
394 |
|
|
<bool>true</bool> |
395 |
|
|
</property> |
396 |
|
|
<property name="sizeIncrement"> |
397 |
|
|
<size> |
398 |
|
|
<width>2</width> |
399 |
|
|
<height>0</height> |
400 |
|
|
</size> |
401 |
|
|
</property> |
402 |
|
|
<property name="text"> |
403 |
|
|
<string/> |
404 |
|
|
</property> |
405 |
|
|
</widget> |
406 |
|
|
</item> |
407 |
|
|
<item row="5" column="1"> |
408 |
|
|
<widget class="QPushButton" name="pushButton"> |
409 |
|
|
<property name="text"> |
410 |
|
|
<string>Submit</string> |
411 |
|
|
</property> |
412 |
|
|
</widget> |
413 |
|
|
</item> |
414 |
|
|
<item row="5" column="2" colspan="2"> |
415 |
|
|
<widget class="QProgressBar" name="progressBar"> |
416 |
|
|
<property name="enabled"> |
417 |
|
|
<bool>false</bool> |
418 |
|
|
</property> |
419 |
|
|
<property name="sizePolicy"> |
420 |
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
421 |
|
|
<horstretch>0</horstretch> |
422 |
|
|
<verstretch>0</verstretch> |
423 |
|
|
</sizepolicy> |
424 |
|
|
</property> |
425 |
|
|
<property name="minimumSize"> |
426 |
|
|
<size> |
427 |
|
|
<width>250</width> |
428 |
|
|
<height>0</height> |
429 |
|
|
</size> |
430 |
|
|
</property> |
431 |
|
|
<property name="sizeIncrement"> |
432 |
|
|
<size> |
433 |
|
|
<width>1</width> |
434 |
|
|
<height>0</height> |
435 |
|
|
</size> |
436 |
|
|
</property> |
437 |
|
|
<property name="value"> |
438 |
|
|
<number>0</number> |
439 |
|
|
</property> |
440 |
|
|
</widget> |
441 |
|
|
</item> |
442 |
|
|
<item row="6" column="0" colspan="4"> |
443 |
|
|
<widget class="QPlainTextEdit" name="messageBox"> |
444 |
|
|
<property name="sizePolicy"> |
445 |
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
446 |
|
|
<horstretch>0</horstretch> |
447 |
|
|
<verstretch>100</verstretch> |
448 |
|
|
</sizepolicy> |
449 |
|
|
</property> |
450 |
|
|
<property name="minimumSize"> |
451 |
|
|
<size> |
452 |
|
|
<width>0</width> |
453 |
|
|
<height>100</height> |
454 |
|
|
</size> |
455 |
|
|
</property> |
456 |
|
|
<property name="maximumSize"> |
457 |
|
|
<size> |
458 |
|
|
<width>16777215</width> |
459 |
|
|
<height>100</height> |
460 |
|
|
</size> |
461 |
|
|
</property> |
462 |
|
|
</widget> |
463 |
|
|
</item> |
464 |
|
|
</layout> |
465 |
|
|
</widget> |
466 |
|
|
<widget class="QMenuBar" name="menubar"> |
467 |
|
|
<property name="geometry"> |
468 |
|
|
<rect> |
469 |
|
|
<x>0</x> |
470 |
|
|
<y>0</y> |
471 |
|
|
<width>1049</width> |
472 |
|
|
<height>22</height> |
473 |
|
|
</rect> |
474 |
|
|
</property> |
475 |
|
|
<widget class="QMenu" name="fileMenu"> |
476 |
|
|
<property name="title"> |
477 |
|
|
<string>File</string> |
478 |
|
|
</property> |
479 |
|
|
<addaction name="appendToRif"/> |
480 |
|
|
<addaction name="appendToView"/> |
481 |
|
|
<addaction name="separator"/> |
482 |
|
|
<addaction name="loadRif"/> |
483 |
|
|
<addaction name="loadView"/> |
484 |
|
|
<addaction name="separator"/> |
485 |
|
|
<addaction name="saveImage"/> |
486 |
|
|
<addaction name="saveImageAs"/> |
487 |
|
|
<addaction name="separator"/> |
488 |
|
|
<addaction name="exit"/> |
489 |
|
|
</widget> |
490 |
|
|
<widget class="QMenu" name="viewMenu"> |
491 |
|
|
<property name="title"> |
492 |
|
|
<string>View</string> |
493 |
|
|
</property> |
494 |
|
|
<addaction name="toggleToolBar"/> |
495 |
|
|
<addaction name="toggleStatusBar"/> |
496 |
|
|
</widget> |
497 |
|
|
<widget class="QMenu" name="setMenu"> |
498 |
|
|
<property name="title"> |
499 |
|
|
<string>Set</string> |
500 |
|
|
</property> |
501 |
|
|
<addaction name="backfaceVisibility"/> |
502 |
|
|
<addaction name="grayscale"/> |
503 |
|
|
<addaction name="irradiance"/> |
504 |
|
|
<addaction name="separator"/> |
505 |
|
|
<addaction name="exposure"/> |
506 |
|
|
<addaction name="parameters"/> |
507 |
|
|
<addaction name="view"/> |
508 |
|
|
<addaction name="separator"/> |
509 |
|
|
<addaction name="GUI_Increments"/> |
510 |
|
|
</widget> |
511 |
|
|
<widget class="QMenu" name="menuHelp"> |
512 |
|
|
<property name="title"> |
513 |
|
|
<string>Help</string> |
514 |
|
|
</property> |
515 |
|
|
<addaction name="aboutRvu"/> |
516 |
|
|
<addaction name="separator"/> |
517 |
|
|
<addaction name="commands"/> |
518 |
|
|
</widget> |
519 |
|
|
<addaction name="fileMenu"/> |
520 |
|
|
<addaction name="viewMenu"/> |
521 |
|
|
<addaction name="setMenu"/> |
522 |
|
|
<addaction name="menuHelp"/> |
523 |
|
|
</widget> |
524 |
|
|
<widget class="QToolBar" name="toolBar"> |
525 |
|
|
<property name="windowTitle"> |
526 |
|
|
<string>toolBar</string> |
527 |
|
|
</property> |
528 |
|
|
<attribute name="toolBarArea"> |
529 |
|
|
<enum>TopToolBarArea</enum> |
530 |
|
|
</attribute> |
531 |
|
|
<attribute name="toolBarBreak"> |
532 |
|
|
<bool>false</bool> |
533 |
|
|
</attribute> |
534 |
|
|
<addaction name="exposure"/> |
535 |
|
|
<addaction name="redraw"/> |
536 |
|
|
<addaction name="parameters"/> |
537 |
|
|
<addaction name="trace"/> |
538 |
|
|
<addaction name="view"/> |
539 |
|
|
<addaction name="separator"/> |
540 |
|
|
<addaction name="loadView"/> |
541 |
|
|
<addaction name="saveImageAs"/> |
542 |
|
|
</widget> |
543 |
|
|
<action name="appendToRif"> |
544 |
|
|
<property name="text"> |
545 |
|
|
<string>Append view to .rif file</string> |
546 |
|
|
</property> |
547 |
|
|
</action> |
548 |
|
|
<action name="appendToView"> |
549 |
|
|
<property name="text"> |
550 |
|
|
<string>Append view to .view file</string> |
551 |
|
|
</property> |
552 |
|
|
</action> |
553 |
|
|
<action name="loadRif"> |
554 |
|
|
<property name="text"> |
555 |
|
|
<string>Load .rif</string> |
556 |
|
|
</property> |
557 |
|
|
</action> |
558 |
|
|
<action name="loadView"> |
559 |
|
|
<property name="text"> |
560 |
|
|
<string>Load View</string> |
561 |
|
|
</property> |
562 |
|
|
<property name="toolTip"> |
563 |
|
|
<string>Load a .view file</string> |
564 |
|
|
</property> |
565 |
|
|
</action> |
566 |
|
|
<action name="saveImage"> |
567 |
|
|
<property name="text"> |
568 |
|
|
<string>Save Image</string> |
569 |
|
|
</property> |
570 |
|
|
<property name="toolTip"> |
571 |
|
|
<string>Save current image to file</string> |
572 |
|
|
</property> |
573 |
|
|
</action> |
574 |
|
|
<action name="saveImageAs"> |
575 |
|
|
<property name="text"> |
576 |
|
|
<string>Save Image as</string> |
577 |
|
|
</property> |
578 |
|
|
<property name="toolTip"> |
579 |
|
|
<string>Save current image as a .pic file</string> |
580 |
|
|
</property> |
581 |
|
|
</action> |
582 |
|
|
<action name="saveLog"> |
583 |
|
|
<property name="text"> |
584 |
|
|
<string>Save log file as</string> |
585 |
|
|
</property> |
586 |
|
|
</action> |
587 |
|
|
<action name="viewLog"> |
588 |
|
|
<property name="text"> |
589 |
|
|
<string>View log file</string> |
590 |
|
|
</property> |
591 |
|
|
</action> |
592 |
|
|
<action name="exit"> |
593 |
|
|
<property name="text"> |
594 |
|
|
<string>Exit</string> |
595 |
|
|
</property> |
596 |
|
|
</action> |
597 |
|
|
<action name="toggleToolBar"> |
598 |
|
|
<property name="checkable"> |
599 |
|
|
<bool>true</bool> |
600 |
|
|
</property> |
601 |
|
|
<property name="checked"> |
602 |
|
|
<bool>true</bool> |
603 |
|
|
</property> |
604 |
|
|
<property name="text"> |
605 |
|
|
<string>Tool Bar</string> |
606 |
|
|
</property> |
607 |
|
|
<property name="toolTip"> |
608 |
|
|
<string>Display or Hide the Toolbar</string> |
609 |
|
|
</property> |
610 |
|
|
</action> |
611 |
|
|
<action name="toggleStatusBar"> |
612 |
|
|
<property name="checkable"> |
613 |
|
|
<bool>true</bool> |
614 |
|
|
</property> |
615 |
|
|
<property name="checked"> |
616 |
|
|
<bool>true</bool> |
617 |
|
|
</property> |
618 |
|
|
<property name="text"> |
619 |
|
|
<string>Status Bar</string> |
620 |
|
|
</property> |
621 |
|
|
<property name="toolTip"> |
622 |
|
|
<string>Display or Hide the Status Bar</string> |
623 |
|
|
</property> |
624 |
|
|
</action> |
625 |
|
|
<action name="toggleAngleTool"> |
626 |
|
|
<property name="checkable"> |
627 |
|
|
<bool>true</bool> |
628 |
|
|
</property> |
629 |
|
|
<property name="checked"> |
630 |
|
|
<bool>true</bool> |
631 |
|
|
</property> |
632 |
|
|
<property name="text"> |
633 |
|
|
<string>Angle Tool</string> |
634 |
|
|
</property> |
635 |
|
|
<property name="toolTip"> |
636 |
|
|
<string>Display or Hide the Angle Adjustment Tool</string> |
637 |
|
|
</property> |
638 |
|
|
</action> |
639 |
|
|
<action name="toggleTranslateTool"> |
640 |
|
|
<property name="checkable"> |
641 |
|
|
<bool>true</bool> |
642 |
|
|
</property> |
643 |
|
|
<property name="checked"> |
644 |
|
|
<bool>true</bool> |
645 |
|
|
</property> |
646 |
|
|
<property name="text"> |
647 |
|
|
<string>Translate Tool</string> |
648 |
|
|
</property> |
649 |
|
|
<property name="toolTip"> |
650 |
|
|
<string>Display or Hide the Translate Tool</string> |
651 |
|
|
</property> |
652 |
|
|
</action> |
653 |
|
|
<action name="backfaceVisibility"> |
654 |
|
|
<property name="checkable"> |
655 |
|
|
<bool>true</bool> |
656 |
|
|
</property> |
657 |
|
|
<property name="checked"> |
658 |
|
|
<bool>true</bool> |
659 |
|
|
</property> |
660 |
|
|
<property name="text"> |
661 |
|
|
<string>Backface Visibility</string> |
662 |
|
|
</property> |
663 |
|
|
</action> |
664 |
|
|
<action name="grayscale"> |
665 |
|
|
<property name="checkable"> |
666 |
|
|
<bool>true</bool> |
667 |
|
|
</property> |
668 |
|
|
<property name="text"> |
669 |
|
|
<string>Grayscale</string> |
670 |
|
|
</property> |
671 |
|
|
</action> |
672 |
|
|
<action name="irradiance"> |
673 |
|
|
<property name="checkable"> |
674 |
|
|
<bool>true</bool> |
675 |
|
|
</property> |
676 |
|
|
<property name="text"> |
677 |
|
|
<string>Irradiance</string> |
678 |
|
|
</property> |
679 |
|
|
</action> |
680 |
|
|
<action name="exposure"> |
681 |
|
|
<property name="text"> |
682 |
|
|
<string>Exposure</string> |
683 |
|
|
</property> |
684 |
|
|
</action> |
685 |
|
|
<action name="parameters"> |
686 |
|
|
<property name="text"> |
687 |
|
|
<string>Parameters</string> |
688 |
|
|
</property> |
689 |
|
|
</action> |
690 |
|
|
<action name="view"> |
691 |
|
|
<property name="text"> |
692 |
|
|
<string>View</string> |
693 |
|
|
</property> |
694 |
|
|
<property name="toolTip"> |
695 |
|
|
<string>set view</string> |
696 |
|
|
</property> |
697 |
|
|
</action> |
698 |
|
|
<action name="GUI_Increments"> |
699 |
|
|
<property name="text"> |
700 |
|
|
<string>GUI Increments</string> |
701 |
|
|
</property> |
702 |
|
|
</action> |
703 |
|
|
<action name="aboutRvu"> |
704 |
|
|
<property name="text"> |
705 |
|
|
<string>About rvu</string> |
706 |
|
|
</property> |
707 |
|
|
</action> |
708 |
|
|
<action name="commands"> |
709 |
|
|
<property name="text"> |
710 |
|
|
<string>Commands</string> |
711 |
|
|
</property> |
712 |
|
|
</action> |
713 |
|
|
<action name="defaults"> |
714 |
|
|
<property name="text"> |
715 |
|
|
<string>Defaults</string> |
716 |
|
|
</property> |
717 |
|
|
</action> |
718 |
|
|
<action name="redraw"> |
719 |
|
|
<property name="text"> |
720 |
|
|
<string>Redraw</string> |
721 |
|
|
</property> |
722 |
|
|
<property name="toolTip"> |
723 |
|
|
<string>redraw the scene</string> |
724 |
|
|
</property> |
725 |
|
|
</action> |
726 |
|
|
<action name="trace"> |
727 |
|
|
<property name="text"> |
728 |
|
|
<string>Trace</string> |
729 |
|
|
</property> |
730 |
|
|
<property name="toolTip"> |
731 |
|
|
<string>trace a ray</string> |
732 |
|
|
</property> |
733 |
|
|
</action> |
734 |
|
|
</widget> |
735 |
|
|
<customwidgets> |
736 |
|
|
<customwidget> |
737 |
|
|
<class>RvuWidget</class> |
738 |
|
|
<extends>QWidget</extends> |
739 |
|
|
<header>rvuwidget.h</header> |
740 |
|
|
<container>1</container> |
741 |
|
|
</customwidget> |
742 |
|
|
</customwidgets> |
743 |
|
|
<resources/> |
744 |
|
|
<connections/> |
745 |
|
|
</ui> |