Rev Author Line No. Line
178 kaklik 1 <ui version="4.0" >
2 <class>MandoWizard</class>
3 <widget class="QWidget" name="MandoWizard" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>649</width>
9 <height>676</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Configuration</string>
14 </property>
15 <property name="windowIcon" >
16 <iconset resource="mando.qrc" >:/images/configure.png</iconset>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <widget class="QLabel" name="titleLabel" >
21 <property name="text" >
22 <string>Title</string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="Line" name="topLine" >
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QStackedWidget" name="stackedWidget" >
35 <property name="currentIndex" >
36 <number>0</number>
37 </property>
38 <widget class="QWidget" name="page" >
39 <layout class="QVBoxLayout" >
40 <item>
41 <widget class="QScrollArea" name="videoDisplay" >
42 <property name="sizePolicy" >
43 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
44 <horstretch>0</horstretch>
45 <verstretch>1</verstretch>
46 </sizepolicy>
47 </property>
48 <property name="toolTip" >
49 <string>Camera display. Use mousewheel to change zoom.</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <layout class="QHBoxLayout" >
55 <item>
56 <widget class="QComboBox" name="comboBox" >
57 <item>
58 <property name="text" >
59 <string>Video for Linux (V4L)</string>
60 </property>
61 </item>
62 <item>
63 <property name="text" >
64 <string>IIDC/DCAM firewire digital camera (DC1394)</string>
65 </property>
66 </item>
67 </widget>
68 </item>
69 <item>
70 <widget class="QPushButton" name="reconnectButton" >
71 <property name="text" >
72 <string>&amp;Reconnect</string>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 </item>
78 <item>
79 <widget class="QStackedWidget" name="cameraStack" >
80 <property name="currentIndex" >
81 <number>0</number>
82 </property>
83 <widget class="QWidget" name="v4lPage" >
84 <layout class="QVBoxLayout" >
85 <item>
86 <layout class="QHBoxLayout" >
87 <item>
88 <widget class="QLabel" name="v4lDeviceLabel" >
89 <property name="text" >
90 <string>&amp;device</string>
91 </property>
92 <property name="buddy" >
93 <cstring>v4lDeviceEdit</cstring>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <widget class="QLineEdit" name="v4lDeviceEdit" >
99 <property name="toolTip" >
100 <string>Filename of Video-for-Linux device</string>
101 </property>
102 <property name="text" >
103 <string>/dev/video0</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QLabel" name="v4lChannelLabel" >
109 <property name="text" >
110 <string>ch&amp;annel</string>
111 </property>
112 <property name="buddy" >
113 <cstring>v4lChannelSpinBox</cstring>
114 </property>
115 </widget>
116 </item>
117 <item>
118 <widget class="QSpinBox" name="v4lChannelSpinBox" >
119 <property name="toolTip" >
120 <string>Channel number of desired camera</string>
121 </property>
122 <property name="maximum" >
123 <number>255</number>
124 </property>
125 </widget>
126 </item>
127 <item>
128 <widget class="QLabel" name="label" >
129 <property name="text" >
130 <string>&amp;mode</string>
131 </property>
132 <property name="buddy" >
133 <cstring>modeBox</cstring>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <widget class="QComboBox" name="modeBox" >
139 <item>
140 <property name="text" >
141 <string>PAL</string>
142 </property>
143 </item>
144 <item>
145 <property name="text" >
146 <string>NTSC</string>
147 </property>
148 </item>
149 <item>
150 <property name="text" >
151 <string>SECAM</string>
152 </property>
153 </item>
154 <item>
155 <property name="text" >
156 <string>AUTO</string>
157 </property>
158 </item>
159 </widget>
160 </item>
161 </layout>
162 </item>
163 <item>
164 <layout class="QGridLayout" >
165 <item row="1" column="0" >
166 <widget class="QLabel" name="hueLabel" >
167 <property name="text" >
168 <string>&amp;hue</string>
169 </property>
170 <property name="buddy" >
171 <cstring>hueSlider</cstring>
172 </property>
173 </widget>
174 </item>
175 <item row="2" column="1" >
176 <widget class="QSlider" name="colourSlider" >
177 <property name="enabled" >
178 <bool>false</bool>
179 </property>
180 <property name="maximum" >
181 <number>65535</number>
182 </property>
183 <property name="pageStep" >
184 <number>256</number>
185 </property>
186 <property name="value" >
187 <number>32768</number>
188 </property>
189 <property name="orientation" >
190 <enum>Qt::Horizontal</enum>
191 </property>
192 </widget>
193 </item>
194 <item row="0" column="0" >
195 <widget class="QLabel" name="brightnessLabel" >
196 <property name="text" >
197 <string>&amp;brightness</string>
198 </property>
199 <property name="buddy" >
200 <cstring>brightnessSlider</cstring>
201 </property>
202 </widget>
203 </item>
204 <item row="3" column="0" >
205 <widget class="QLabel" name="contrastLabel" >
206 <property name="text" >
207 <string>contr&amp;ast</string>
208 </property>
209 <property name="buddy" >
210 <cstring>contrastSlider</cstring>
211 </property>
212 </widget>
213 </item>
214 <item row="1" column="1" >
215 <widget class="QSlider" name="hueSlider" >
216 <property name="enabled" >
217 <bool>false</bool>
218 </property>
219 <property name="maximum" >
220 <number>65535</number>
221 </property>
222 <property name="pageStep" >
223 <number>256</number>
224 </property>
225 <property name="value" >
226 <number>32768</number>
227 </property>
228 <property name="orientation" >
229 <enum>Qt::Horizontal</enum>
230 </property>
231 </widget>
232 </item>
233 <item row="0" column="1" >
234 <widget class="QSlider" name="brightnessSlider" >
235 <property name="enabled" >
236 <bool>false</bool>
237 </property>
238 <property name="maximum" >
239 <number>65535</number>
240 </property>
241 <property name="pageStep" >
242 <number>256</number>
243 </property>
244 <property name="value" >
245 <number>32768</number>
246 </property>
247 <property name="orientation" >
248 <enum>Qt::Horizontal</enum>
249 </property>
250 </widget>
251 </item>
252 <item row="3" column="1" >
253 <widget class="QSlider" name="contrastSlider" >
254 <property name="enabled" >
255 <bool>false</bool>
256 </property>
257 <property name="maximum" >
258 <number>65535</number>
259 </property>
260 <property name="pageStep" >
261 <number>256</number>
262 </property>
263 <property name="value" >
264 <number>32768</number>
265 </property>
266 <property name="orientation" >
267 <enum>Qt::Horizontal</enum>
268 </property>
269 </widget>
270 </item>
271 <item row="2" column="0" >
272 <widget class="QLabel" name="colourLabel" >
273 <property name="text" >
274 <string>&amp;colour</string>
275 </property>
276 <property name="buddy" >
277 <cstring>colourSlider</cstring>
278 </property>
279 </widget>
280 </item>
281 </layout>
282 </item>
283 </layout>
284 </widget>
285 <widget class="QWidget" name="dc1394Page" >
286 <layout class="QVBoxLayout" >
287 <item>
288 <layout class="QHBoxLayout" >
289 <item>
290 <widget class="QLabel" name="dc1394DeviceLabel" >
291 <property name="text" >
292 <string>&amp;device</string>
293 </property>
294 <property name="buddy" >
295 <cstring>dc1394DeviceEdit</cstring>
296 </property>
297 </widget>
298 </item>
299 <item>
300 <widget class="QLineEdit" name="dc1394DeviceEdit" >
301 <property name="text" >
302 <string>/dev/video1394/0</string>
303 </property>
304 </widget>
305 </item>
306 <item>
307 <widget class="QLabel" name="dc1394NodeLabel" >
308 <property name="text" >
309 <string>&amp;node</string>
310 </property>
311 <property name="buddy" >
312 <cstring>dc1394NodeSpinBox</cstring>
313 </property>
314 </widget>
315 </item>
316 <item>
317 <widget class="QSpinBox" name="dc1394NodeSpinBox" />
318 </item>
319 <item>
320 <widget class="QLabel" name="dc1394ChannelLabel" >
321 <property name="text" >
322 <string>&amp;channel</string>
323 </property>
324 <property name="buddy" >
325 <cstring>dc1394ChannelSpinBox</cstring>
326 </property>
327 </widget>
328 </item>
329 <item>
330 <widget class="QSpinBox" name="dc1394ChannelSpinBox" >
331 <property name="maximum" >
332 <number>255</number>
333 </property>
334 </widget>
335 </item>
336 </layout>
337 </item>
338 <item>
339 <layout class="QGridLayout" >
340 <item row="0" column="0" >
341 <widget class="QLabel" name="shutterLabel" >
342 <property name="text" >
343 <string>&amp;shutter</string>
344 </property>
345 <property name="buddy" >
346 <cstring>shutterSlider</cstring>
347 </property>
348 </widget>
349 </item>
350 <item row="0" column="1" >
351 <widget class="QSlider" name="shutterSlider" >
352 <property name="orientation" >
353 <enum>Qt::Horizontal</enum>
354 </property>
355 </widget>
356 </item>
357 <item row="1" column="0" >
358 <widget class="QLabel" name="gainLabel" >
359 <property name="text" >
360 <string>&amp;gain</string>
361 </property>
362 <property name="buddy" >
363 <cstring>gainSlider</cstring>
364 </property>
365 </widget>
366 </item>
367 <item row="1" column="1" >
368 <widget class="QSlider" name="gainSlider" >
369 <property name="orientation" >
370 <enum>Qt::Horizontal</enum>
371 </property>
372 </widget>
373 </item>
374 <item row="2" column="0" >
375 <widget class="QLabel" name="balanceLabel" >
376 <property name="text" >
377 <string>&amp;balance</string>
378 </property>
379 <property name="buddy" >
380 <cstring>balanceSlider</cstring>
381 </property>
382 </widget>
383 </item>
384 <item row="2" column="1" >
385 <widget class="QSlider" name="balanceSlider" >
386 <property name="orientation" >
387 <enum>Qt::Horizontal</enum>
388 </property>
389 </widget>
390 </item>
391 </layout>
392 </item>
393 <item>
394 <spacer>
395 <property name="orientation" >
396 <enum>Qt::Vertical</enum>
397 </property>
398 <property name="sizeHint" >
399 <size>
400 <width>20</width>
401 <height>20</height>
402 </size>
403 </property>
404 </spacer>
405 </item>
406 </layout>
407 </widget>
408 </widget>
409 </item>
410 <item>
411 <widget class="QLabel" name="errorLabel" >
412 <property name="palette" >
413 <palette>
414 <active>
415 <colorrole role="WindowText" >
416 <brush brushstyle="SolidPattern" >
417 <color alpha="255" >
418 <red>255</red>
419 <green>0</green>
420 <blue>0</blue>
421 </color>
422 </brush>
423 </colorrole>
424 <colorrole role="Button" >
425 <brush brushstyle="SolidPattern" >
426 <color alpha="255" >
427 <red>221</red>
428 <green>223</green>
429 <blue>228</blue>
430 </color>
431 </brush>
432 </colorrole>
433 <colorrole role="Light" >
434 <brush brushstyle="SolidPattern" >
435 <color alpha="255" >
436 <red>255</red>
437 <green>255</green>
438 <blue>255</blue>
439 </color>
440 </brush>
441 </colorrole>
442 <colorrole role="Midlight" >
443 <brush brushstyle="SolidPattern" >
444 <color alpha="255" >
445 <red>255</red>
446 <green>255</green>
447 <blue>255</blue>
448 </color>
449 </brush>
450 </colorrole>
451 <colorrole role="Dark" >
452 <brush brushstyle="SolidPattern" >
453 <color alpha="255" >
454 <red>85</red>
455 <green>85</green>
456 <blue>85</blue>
457 </color>
458 </brush>
459 </colorrole>
460 <colorrole role="Mid" >
461 <brush brushstyle="SolidPattern" >
462 <color alpha="255" >
463 <red>199</red>
464 <green>199</green>
465 <blue>199</blue>
466 </color>
467 </brush>
468 </colorrole>
469 <colorrole role="Text" >
470 <brush brushstyle="SolidPattern" >
471 <color alpha="255" >
472 <red>0</red>
473 <green>0</green>
474 <blue>0</blue>
475 </color>
476 </brush>
477 </colorrole>
478 <colorrole role="BrightText" >
479 <brush brushstyle="SolidPattern" >
480 <color alpha="255" >
481 <red>255</red>
482 <green>255</green>
483 <blue>255</blue>
484 </color>
485 </brush>
486 </colorrole>
487 <colorrole role="ButtonText" >
488 <brush brushstyle="SolidPattern" >
489 <color alpha="255" >
490 <red>0</red>
491 <green>0</green>
492 <blue>0</blue>
493 </color>
494 </brush>
495 </colorrole>
496 <colorrole role="Base" >
497 <brush brushstyle="SolidPattern" >
498 <color alpha="255" >
499 <red>255</red>
500 <green>255</green>
501 <blue>255</blue>
502 </color>
503 </brush>
504 </colorrole>
505 <colorrole role="Window" >
506 <brush brushstyle="SolidPattern" >
507 <color alpha="255" >
508 <red>239</red>
509 <green>239</green>
510 <blue>239</blue>
511 </color>
512 </brush>
513 </colorrole>
514 <colorrole role="Shadow" >
515 <brush brushstyle="SolidPattern" >
516 <color alpha="255" >
517 <red>0</red>
518 <green>0</green>
519 <blue>0</blue>
520 </color>
521 </brush>
522 </colorrole>
523 <colorrole role="Highlight" >
524 <brush brushstyle="SolidPattern" >
525 <color alpha="255" >
526 <red>103</red>
527 <green>141</green>
528 <blue>178</blue>
529 </color>
530 </brush>
531 </colorrole>
532 <colorrole role="HighlightedText" >
533 <brush brushstyle="SolidPattern" >
534 <color alpha="255" >
535 <red>255</red>
536 <green>255</green>
537 <blue>255</blue>
538 </color>
539 </brush>
540 </colorrole>
541 <colorrole role="Link" >
542 <brush brushstyle="SolidPattern" >
543 <color alpha="255" >
544 <red>0</red>
545 <green>0</green>
546 <blue>238</blue>
547 </color>
548 </brush>
549 </colorrole>
550 <colorrole role="LinkVisited" >
551 <brush brushstyle="SolidPattern" >
552 <color alpha="255" >
553 <red>82</red>
554 <green>24</green>
555 <blue>139</blue>
556 </color>
557 </brush>
558 </colorrole>
559 <colorrole role="AlternateBase" >
560 <brush brushstyle="SolidPattern" >
561 <color alpha="255" >
562 <red>232</red>
563 <green>232</green>
564 <blue>232</blue>
565 </color>
566 </brush>
567 </colorrole>
568 </active>
569 <inactive>
570 <colorrole role="WindowText" >
571 <brush brushstyle="SolidPattern" >
572 <color alpha="255" >
573 <red>255</red>
574 <green>0</green>
575 <blue>0</blue>
576 </color>
577 </brush>
578 </colorrole>
579 <colorrole role="Button" >
580 <brush brushstyle="SolidPattern" >
581 <color alpha="255" >
582 <red>221</red>
583 <green>223</green>
584 <blue>228</blue>
585 </color>
586 </brush>
587 </colorrole>
588 <colorrole role="Light" >
589 <brush brushstyle="SolidPattern" >
590 <color alpha="255" >
591 <red>255</red>
592 <green>255</green>
593 <blue>255</blue>
594 </color>
595 </brush>
596 </colorrole>
597 <colorrole role="Midlight" >
598 <brush brushstyle="SolidPattern" >
599 <color alpha="255" >
600 <red>255</red>
601 <green>255</green>
602 <blue>255</blue>
603 </color>
604 </brush>
605 </colorrole>
606 <colorrole role="Dark" >
607 <brush brushstyle="SolidPattern" >
608 <color alpha="255" >
609 <red>85</red>
610 <green>85</green>
611 <blue>85</blue>
612 </color>
613 </brush>
614 </colorrole>
615 <colorrole role="Mid" >
616 <brush brushstyle="SolidPattern" >
617 <color alpha="255" >
618 <red>199</red>
619 <green>199</green>
620 <blue>199</blue>
621 </color>
622 </brush>
623 </colorrole>
624 <colorrole role="Text" >
625 <brush brushstyle="SolidPattern" >
626 <color alpha="255" >
627 <red>0</red>
628 <green>0</green>
629 <blue>0</blue>
630 </color>
631 </brush>
632 </colorrole>
633 <colorrole role="BrightText" >
634 <brush brushstyle="SolidPattern" >
635 <color alpha="255" >
636 <red>255</red>
637 <green>255</green>
638 <blue>255</blue>
639 </color>
640 </brush>
641 </colorrole>
642 <colorrole role="ButtonText" >
643 <brush brushstyle="SolidPattern" >
644 <color alpha="255" >
645 <red>0</red>
646 <green>0</green>
647 <blue>0</blue>
648 </color>
649 </brush>
650 </colorrole>
651 <colorrole role="Base" >
652 <brush brushstyle="SolidPattern" >
653 <color alpha="255" >
654 <red>255</red>
655 <green>255</green>
656 <blue>255</blue>
657 </color>
658 </brush>
659 </colorrole>
660 <colorrole role="Window" >
661 <brush brushstyle="SolidPattern" >
662 <color alpha="255" >
663 <red>239</red>
664 <green>239</green>
665 <blue>239</blue>
666 </color>
667 </brush>
668 </colorrole>
669 <colorrole role="Shadow" >
670 <brush brushstyle="SolidPattern" >
671 <color alpha="255" >
672 <red>0</red>
673 <green>0</green>
674 <blue>0</blue>
675 </color>
676 </brush>
677 </colorrole>
678 <colorrole role="Highlight" >
679 <brush brushstyle="SolidPattern" >
680 <color alpha="255" >
681 <red>103</red>
682 <green>141</green>
683 <blue>178</blue>
684 </color>
685 </brush>
686 </colorrole>
687 <colorrole role="HighlightedText" >
688 <brush brushstyle="SolidPattern" >
689 <color alpha="255" >
690 <red>255</red>
691 <green>255</green>
692 <blue>255</blue>
693 </color>
694 </brush>
695 </colorrole>
696 <colorrole role="Link" >
697 <brush brushstyle="SolidPattern" >
698 <color alpha="255" >
699 <red>0</red>
700 <green>0</green>
701 <blue>238</blue>
702 </color>
703 </brush>
704 </colorrole>
705 <colorrole role="LinkVisited" >
706 <brush brushstyle="SolidPattern" >
707 <color alpha="255" >
708 <red>82</red>
709 <green>24</green>
710 <blue>139</blue>
711 </color>
712 </brush>
713 </colorrole>
714 <colorrole role="AlternateBase" >
715 <brush brushstyle="SolidPattern" >
716 <color alpha="255" >
717 <red>232</red>
718 <green>232</green>
719 <blue>232</blue>
720 </color>
721 </brush>
722 </colorrole>
723 </inactive>
724 <disabled>
725 <colorrole role="WindowText" >
726 <brush brushstyle="SolidPattern" >
727 <color alpha="255" >
728 <red>128</red>
729 <green>128</green>
730 <blue>128</blue>
731 </color>
732 </brush>
733 </colorrole>
734 <colorrole role="Button" >
735 <brush brushstyle="SolidPattern" >
736 <color alpha="255" >
737 <red>221</red>
738 <green>223</green>
739 <blue>228</blue>
740 </color>
741 </brush>
742 </colorrole>
743 <colorrole role="Light" >
744 <brush brushstyle="SolidPattern" >
745 <color alpha="255" >
746 <red>255</red>
747 <green>255</green>
748 <blue>255</blue>
749 </color>
750 </brush>
751 </colorrole>
752 <colorrole role="Midlight" >
753 <brush brushstyle="SolidPattern" >
754 <color alpha="255" >
755 <red>255</red>
756 <green>255</green>
757 <blue>255</blue>
758 </color>
759 </brush>
760 </colorrole>
761 <colorrole role="Dark" >
762 <brush brushstyle="SolidPattern" >
763 <color alpha="255" >
764 <red>85</red>
765 <green>85</green>
766 <blue>85</blue>
767 </color>
768 </brush>
769 </colorrole>
770 <colorrole role="Mid" >
771 <brush brushstyle="SolidPattern" >
772 <color alpha="255" >
773 <red>199</red>
774 <green>199</green>
775 <blue>199</blue>
776 </color>
777 </brush>
778 </colorrole>
779 <colorrole role="Text" >
780 <brush brushstyle="SolidPattern" >
781 <color alpha="255" >
782 <red>199</red>
783 <green>199</green>
784 <blue>199</blue>
785 </color>
786 </brush>
787 </colorrole>
788 <colorrole role="BrightText" >
789 <brush brushstyle="SolidPattern" >
790 <color alpha="255" >
791 <red>255</red>
792 <green>255</green>
793 <blue>255</blue>
794 </color>
795 </brush>
796 </colorrole>
797 <colorrole role="ButtonText" >
798 <brush brushstyle="SolidPattern" >
799 <color alpha="255" >
800 <red>128</red>
801 <green>128</green>
802 <blue>128</blue>
803 </color>
804 </brush>
805 </colorrole>
806 <colorrole role="Base" >
807 <brush brushstyle="SolidPattern" >
808 <color alpha="255" >
809 <red>239</red>
810 <green>239</green>
811 <blue>239</blue>
812 </color>
813 </brush>
814 </colorrole>
815 <colorrole role="Window" >
816 <brush brushstyle="SolidPattern" >
817 <color alpha="255" >
818 <red>239</red>
819 <green>239</green>
820 <blue>239</blue>
821 </color>
822 </brush>
823 </colorrole>
824 <colorrole role="Shadow" >
825 <brush brushstyle="SolidPattern" >
826 <color alpha="255" >
827 <red>0</red>
828 <green>0</green>
829 <blue>0</blue>
830 </color>
831 </brush>
832 </colorrole>
833 <colorrole role="Highlight" >
834 <brush brushstyle="SolidPattern" >
835 <color alpha="255" >
836 <red>86</red>
837 <green>117</green>
838 <blue>148</blue>
839 </color>
840 </brush>
841 </colorrole>
842 <colorrole role="HighlightedText" >
843 <brush brushstyle="SolidPattern" >
844 <color alpha="255" >
845 <red>255</red>
846 <green>255</green>
847 <blue>255</blue>
848 </color>
849 </brush>
850 </colorrole>
851 <colorrole role="Link" >
852 <brush brushstyle="SolidPattern" >
853 <color alpha="255" >
854 <red>0</red>
855 <green>0</green>
856 <blue>238</blue>
857 </color>
858 </brush>
859 </colorrole>
860 <colorrole role="LinkVisited" >
861 <brush brushstyle="SolidPattern" >
862 <color alpha="255" >
863 <red>82</red>
864 <green>24</green>
865 <blue>139</blue>
866 </color>
867 </brush>
868 </colorrole>
869 <colorrole role="AlternateBase" >
870 <brush brushstyle="SolidPattern" >
871 <color alpha="255" >
872 <red>232</red>
873 <green>232</green>
874 <blue>232</blue>
875 </color>
876 </brush>
877 </colorrole>
878 </disabled>
879 </palette>
880 </property>
881 <property name="text" >
882 <string/>
883 </property>
884 <property name="wordWrap" >
885 <bool>true</bool>
886 </property>
887 </widget>
888 </item>
889 </layout>
890 </widget>
891 <widget class="QWidget" name="page_2" >
892 <layout class="QHBoxLayout" >
893 <item>
894 <layout class="QVBoxLayout" >
895 <item>
896 <widget class="QScrollArea" name="searchPatternDisplay" />
897 </item>
898 <item>
899 <layout class="QHBoxLayout" >
900 <item>
901 <spacer>
902 <property name="orientation" >
903 <enum>Qt::Horizontal</enum>
904 </property>
905 <property name="sizeHint" >
906 <size>
907 <width>40</width>
908 <height>20</height>
909 </size>
910 </property>
911 </spacer>
912 </item>
913 <item>
914 <widget class="QPushButton" name="searchPatternButton" >
915 <property name="text" >
916 <string>Load &amp;search pattern</string>
917 </property>
918 </widget>
919 </item>
920 <item>
921 <spacer>
922 <property name="orientation" >
923 <enum>Qt::Horizontal</enum>
924 </property>
925 <property name="sizeHint" >
926 <size>
927 <width>40</width>
928 <height>20</height>
929 </size>
930 </property>
931 </spacer>
932 </item>
933 </layout>
934 </item>
935 </layout>
936 </item>
937 <item>
938 <widget class="Line" name="line" >
939 <property name="orientation" >
940 <enum>Qt::Vertical</enum>
941 </property>
942 </widget>
943 </item>
944 <item>
945 <layout class="QVBoxLayout" >
946 <item>
947 <widget class="QScrollArea" name="projectedPatternDisplay" />
948 </item>
949 <item>
950 <layout class="QHBoxLayout" >
951 <item>
952 <spacer>
953 <property name="orientation" >
954 <enum>Qt::Horizontal</enum>
955 </property>
956 <property name="sizeHint" >
957 <size>
958 <width>40</width>
959 <height>20</height>
960 </size>
961 </property>
962 </spacer>
963 </item>
964 <item>
965 <widget class="QPushButton" name="projectedPatternButton" >
966 <property name="text" >
967 <string>Load &amp;projected pattern</string>
968 </property>
969 </widget>
970 </item>
971 <item>
972 <spacer>
973 <property name="orientation" >
974 <enum>Qt::Horizontal</enum>
975 </property>
976 <property name="sizeHint" >
977 <size>
978 <width>40</width>
979 <height>20</height>
980 </size>
981 </property>
982 </spacer>
983 </item>
984 </layout>
985 </item>
986 </layout>
987 </item>
988 </layout>
989 </widget>
990 <widget class="QWidget" name="page_3" >
991 <layout class="QVBoxLayout" >
992 <item>
993 <widget class="QScrollArea" name="calibFrameDisplay" />
994 </item>
995 <item>
996 <layout class="QHBoxLayout" >
997 <item>
998 <widget class="QLabel" name="selectImageLabel" >
999 <property name="text" >
1000 <string>&amp;Select Image: </string>
1001 </property>
1002 <property name="buddy" >
1003 <cstring>calibrateSlider</cstring>
1004 </property>
1005 </widget>
1006 </item>
1007 <item>
1008 <widget class="QSlider" name="calibrateSlider" >
1009 <property name="enabled" >
1010 <bool>false</bool>
1011 </property>
1012 <property name="maximum" >
1013 <number>5</number>
1014 </property>
1015 <property name="orientation" >
1016 <enum>Qt::Horizontal</enum>
1017 </property>
1018 </widget>
1019 </item>
1020 <item>
1021 <widget class="QCheckBox" name="differenceCheckBox" >
1022 <property name="enabled" >
1023 <bool>false</bool>
1024 </property>
1025 <property name="text" >
1026 <string>&amp;Difference image</string>
1027 </property>
1028 <property name="checked" >
1029 <bool>true</bool>
1030 </property>
1031 </widget>
1032 </item>
1033 <item>
1034 <widget class="QPushButton" name="calibrateButton" >
1035 <property name="text" >
1036 <string>Ca&amp;librate</string>
1037 </property>
1038 </widget>
1039 </item>
1040 </layout>
1041 </item>
1042 </layout>
1043 </widget>
1044 <widget class="QWidget" name="page_4" >
1045 <layout class="QVBoxLayout" >
1046 <item>
1047 <widget class="QScrollArea" name="referenceImageDisplay" >
1048 <property name="toolTip" >
1049 <string>Display for captured image. Select region for reference image with your mouse. Use mousewheel to change zoom.</string>
1050 </property>
1051 </widget>
1052 </item>
1053 <item>
1054 <layout class="QHBoxLayout" >
1055 <item>
1056 <widget class="QLabel" name="referenceImageLabel" >
1057 <property name="text" >
1058 <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
1059 p, li { white-space: pre-wrap; }
1060 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
1061 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Capture&lt;/span> image and &lt;span style=" font-weight:600;">select&lt;/span> reference image for detecting pointer.&lt;/p>&lt;/body>&lt;/html></string>
1062 </property>
1063 </widget>
1064 </item>
1065 <item>
1066 <spacer>
1067 <property name="orientation" >
1068 <enum>Qt::Horizontal</enum>
1069 </property>
1070 <property name="sizeHint" >
1071 <size>
1072 <width>40</width>
1073 <height>20</height>
1074 </size>
1075 </property>
1076 </spacer>
1077 </item>
1078 <item>
1079 <widget class="QPushButton" name="grabButton" >
1080 <property name="text" >
1081 <string>&amp;Grab Image</string>
1082 </property>
1083 </widget>
1084 </item>
1085 </layout>
1086 </item>
1087 </layout>
1088 </widget>
1089 <widget class="QWidget" name="page_5" >
1090 <layout class="QVBoxLayout" >
1091 <item>
1092 <widget class="QScrollArea" name="segmentedDisplay" >
1093 <property name="sizePolicy" >
1094 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
1095 <horstretch>0</horstretch>
1096 <verstretch>0</verstretch>
1097 </sizepolicy>
1098 </property>
1099 </widget>
1100 </item>
1101 <item>
1102 <layout class="QHBoxLayout" >
1103 <item>
1104 <widget class="QLabel" name="thresholdLabel" >
1105 <property name="text" >
1106 <string>&amp;Threshold: </string>
1107 </property>
1108 <property name="buddy" >
1109 <cstring>thresholdSlider</cstring>
1110 </property>
1111 </widget>
1112 </item>
1113 <item>
1114 <widget class="QSlider" name="thresholdSlider" >
1115 <property name="maximum" >
1116 <number>2000</number>
1117 </property>
1118 <property name="value" >
1119 <number>200</number>
1120 </property>
1121 <property name="orientation" >
1122 <enum>Qt::Horizontal</enum>
1123 </property>
1124 </widget>
1125 </item>
1126 <item>
1127 <widget class="QLabel" name="sigmaLabel" >
1128 <property name="text" >
1129 <string>&amp;Sigma: </string>
1130 </property>
1131 <property name="buddy" >
1132 <cstring>sigmaSpinBox</cstring>
1133 </property>
1134 </widget>
1135 </item>
1136 <item>
1137 <widget class="QDoubleSpinBox" name="sigmaSpinBox" >
1138 <property name="minimum" >
1139 <double>0.100000000000000</double>
1140 </property>
1141 <property name="maximum" >
1142 <double>10.000000000000000</double>
1143 </property>
1144 <property name="singleStep" >
1145 <double>0.200000000000000</double>
1146 </property>
1147 <property name="value" >
1148 <double>2.000000000000000</double>
1149 </property>
1150 </widget>
1151 </item>
1152 <item>
1153 <widget class="QLabel" name="rangeLabel" >
1154 <property name="text" >
1155 <string>&amp;Range: </string>
1156 </property>
1157 <property name="buddy" >
1158 <cstring>rangeSlider</cstring>
1159 </property>
1160 </widget>
1161 </item>
1162 <item>
1163 <widget class="QSlider" name="rangeSlider" >
1164 <property name="minimum" >
1165 <number>1</number>
1166 </property>
1167 <property name="maximum" >
1168 <number>200</number>
1169 </property>
1170 <property name="value" >
1171 <number>50</number>
1172 </property>
1173 <property name="orientation" >
1174 <enum>Qt::Horizontal</enum>
1175 </property>
1176 </widget>
1177 </item>
1178 </layout>
1179 </item>
1180 </layout>
1181 </widget>
1182 <widget class="QWidget" name="page_6" >
1183 <layout class="QVBoxLayout" >
1184 <item>
1185 <widget class="QGroupBox" name="groupBox" >
1186 <property name="title" >
1187 <string>Mouse Position</string>
1188 </property>
1189 <layout class="QVBoxLayout" >
1190 <item>
1191 <layout class="QGridLayout" >
1192 <property name="leftMargin" >
1193 <number>0</number>
1194 </property>
1195 <property name="topMargin" >
1196 <number>0</number>
1197 </property>
1198 <property name="rightMargin" >
1199 <number>0</number>
1200 </property>
1201 <property name="bottomMargin" >
1202 <number>0</number>
1203 </property>
1204 <property name="horizontalSpacing" >
1205 <number>6</number>
1206 </property>
1207 <property name="verticalSpacing" >
1208 <number>6</number>
1209 </property>
1210 <item row="0" column="1" >
1211 <widget class="QLCDNumber" name="mouseXLCD" >
1212 <property name="numDigits" >
1213 <number>4</number>
1214 </property>
1215 <property name="segmentStyle" >
1216 <enum>QLCDNumber::Flat</enum>
1217 </property>
1218 </widget>
1219 </item>
1220 <item row="1" column="1" >
1221 <widget class="QLCDNumber" name="mouseYLCD" >
1222 <property name="numDigits" >
1223 <number>4</number>
1224 </property>
1225 <property name="segmentStyle" >
1226 <enum>QLCDNumber::Flat</enum>
1227 </property>
1228 </widget>
1229 </item>
1230 <item row="1" column="0" >
1231 <widget class="QLabel" name="mouseYLabel" >
1232 <property name="text" >
1233 <string>Mouse-Y: </string>
1234 </property>
1235 </widget>
1236 </item>
1237 <item row="0" column="0" >
1238 <widget class="QLabel" name="mouseXLabel" >
1239 <property name="text" >
1240 <string>Mouse-X: </string>
1241 </property>
1242 </widget>
1243 </item>
1244 </layout>
1245 </item>
1246 </layout>
1247 </widget>
1248 </item>
1249 <item>
1250 <layout class="QHBoxLayout" >
1251 <item>
1252 <widget class="QLabel" name="delayLabel" >
1253 <property name="text" >
1254 <string>Delay: </string>
1255 </property>
1256 </widget>
1257 </item>
1258 <item>
1259 <widget class="QSlider" name="delaySlider" >
1260 <property name="minimum" >
1261 <number>2</number>
1262 </property>
1263 <property name="maximum" >
1264 <number>20</number>
1265 </property>
1266 <property name="value" >
1267 <number>6</number>
1268 </property>
1269 <property name="orientation" >
1270 <enum>Qt::Horizontal</enum>
1271 </property>
1272 </widget>
1273 </item>
1274 </layout>
1275 </item>
1276 <item>
1277 <widget class="Line" name="line_2" >
1278 <property name="orientation" >
1279 <enum>Qt::Horizontal</enum>
1280 </property>
1281 </widget>
1282 </item>
1283 <item>
1284 <layout class="QHBoxLayout" >
1285 <item>
1286 <widget class="QLabel" name="sensitivityLabel" >
1287 <property name="text" >
1288 <string>Sensitivity: </string>
1289 </property>
1290 </widget>
1291 </item>
1292 <item>
1293 <layout class="QVBoxLayout" >
1294 <item>
1295 <widget class="QSlider" name="varianceSlider" >
1296 <property name="enabled" >
1297 <bool>false</bool>
1298 </property>
1299 <property name="maximum" >
1300 <number>50</number>
1301 </property>
1302 <property name="value" >
1303 <number>16</number>
1304 </property>
1305 <property name="orientation" >
1306 <enum>Qt::Horizontal</enum>
1307 </property>
1308 <property name="invertedAppearance" >
1309 <bool>true</bool>
1310 </property>
1311 </widget>
1312 </item>
1313 <item>
1314 <widget class="QSlider" name="sensitivitySlider" >
1315 <property name="maximum" >
1316 <number>50</number>
1317 </property>
1318 <property name="value" >
1319 <number>16</number>
1320 </property>
1321 <property name="orientation" >
1322 <enum>Qt::Horizontal</enum>
1323 </property>
1324 <property name="invertedAppearance" >
1325 <bool>true</bool>
1326 </property>
1327 </widget>
1328 </item>
1329 </layout>
1330 </item>
1331 </layout>
1332 </item>
1333 <item>
1334 <widget class="QLabel" name="statusLabel" >
1335 <property name="text" >
1336 <string>moving</string>
1337 </property>
1338 <property name="textFormat" >
1339 <enum>Qt::RichText</enum>
1340 </property>
1341 <property name="alignment" >
1342 <set>Qt::AlignCenter</set>
1343 </property>
1344 </widget>
1345 </item>
1346 <item>
1347 <spacer>
1348 <property name="orientation" >
1349 <enum>Qt::Vertical</enum>
1350 </property>
1351 <property name="sizeHint" >
1352 <size>
1353 <width>20</width>
1354 <height>51</height>
1355 </size>
1356 </property>
1357 </spacer>
1358 </item>
1359 </layout>
1360 </widget>
1361 </widget>
1362 </item>
1363 <item>
1364 <widget class="Line" name="bottomLine" >
1365 <property name="orientation" >
1366 <enum>Qt::Horizontal</enum>
1367 </property>
1368 </widget>
1369 </item>
1370 <item>
1371 <layout class="QHBoxLayout" >
1372 <item>
1373 <spacer>
1374 <property name="orientation" >
1375 <enum>Qt::Horizontal</enum>
1376 </property>
1377 <property name="sizeHint" >
1378 <size>
1379 <width>174</width>
1380 <height>29</height>
1381 </size>
1382 </property>
1383 </spacer>
1384 </item>
1385 <item>
1386 <widget class="QPushButton" name="previousButton" >
1387 <property name="text" >
1388 <string>&amp;Previous</string>
1389 </property>
1390 </widget>
1391 </item>
1392 <item>
1393 <widget class="QPushButton" name="nextButton" >
1394 <property name="text" >
1395 <string>&amp;Next</string>
1396 </property>
1397 </widget>
1398 </item>
1399 <item>
1400 <widget class="QPushButton" name="finishButton" >
1401 <property name="enabled" >
1402 <bool>false</bool>
1403 </property>
1404 <property name="text" >
1405 <string>&amp;Finish</string>
1406 </property>
1407 <property name="autoDefault" >
1408 <bool>true</bool>
1409 </property>
1410 </widget>
1411 </item>
1412 <item>
1413 <widget class="QPushButton" name="cancelButton" >
1414 <property name="text" >
1415 <string>&amp;Cancel</string>
1416 </property>
1417 </widget>
1418 </item>
1419 </layout>
1420 </item>
1421 </layout>
1422 </widget>
1423 <customwidgets>
1424 <customwidget>
1425 <class>QScrollArea</class>
1426 <extends>QFrame</extends>
1427 <header>QtGui/QScrollArea</header>
1428 <container>1</container>
1429 </customwidget>
1430 </customwidgets>
1431 <resources>
1432 <include location="mando.qrc" />
1433 </resources>
1434 <connections>
1435 <connection>
1436 <sender>comboBox</sender>
1437 <signal>currentIndexChanged(int)</signal>
1438 <receiver>cameraStack</receiver>
1439 <slot>setCurrentIndex(int)</slot>
1440 <hints>
1441 <hint type="sourcelabel" >
1442 <x>105</x>
1443 <y>416</y>
1444 </hint>
1445 <hint type="destinationlabel" >
1446 <x>28</x>
1447 <y>434</y>
1448 </hint>
1449 </hints>
1450 </connection>
1451 </connections>
1452 </ui>