Subversion Repositories seema-scanner

Rev

Rev 27 | Rev 29 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 jakw 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SMScanner</class>
4
 <widget class="QMainWindow" name="SMScanner">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
28 jakw 9
    <width>840</width>
10
    <height>677</height>
1 jakw 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
28 jakw 14
   <string>SeeMaLab 3D Scanner</string>
1 jakw 15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <layout class="QGridLayout" name="gridLayout">
28 jakw 18
    <item row="0" column="0">
1 jakw 19
     <widget class="QTabWidget" name="tabWidget">
2 jakw 20
      <property name="currentIndex">
28 jakw 21
       <number>2</number>
2 jakw 22
      </property>
23
      <widget class="QWidget" name="calibrationTab">
27 jakw 24
       <property name="enabled">
25
        <bool>true</bool>
26
       </property>
2 jakw 27
       <property name="cursor">
28
        <cursorShape>ArrowCursor</cursorShape>
29
       </property>
1 jakw 30
       <attribute name="title">
2 jakw 31
        <string>Calibration</string>
1 jakw 32
       </attribute>
28 jakw 33
       <layout class="QGridLayout" name="calibrationGridLayout">
34
        <item row="0" column="1">
35
         <layout class="QHBoxLayout" name="calibrationHorizontalLayout">
36
          <item>
37
           <layout class="QVBoxLayout" name="calibrationVerticalLayout1">
38
            <item>
39
             <widget class="QFrame" name="calibrationFrame">
40
              <property name="sizePolicy">
41
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
42
                <horstretch>0</horstretch>
43
                <verstretch>0</verstretch>
44
               </sizepolicy>
45
              </property>
46
              <property name="minimumSize">
47
               <size>
48
                <width>230</width>
49
                <height>550</height>
50
               </size>
51
              </property>
52
              <property name="baseSize">
53
               <size>
54
                <width>0</width>
55
                <height>0</height>
56
               </size>
57
              </property>
58
              <property name="frameShape">
59
               <enum>QFrame::NoFrame</enum>
60
              </property>
61
              <property name="frameShadow">
62
               <enum>QFrame::Plain</enum>
63
              </property>
64
              <widget class="QLabel" name="label_8">
65
               <property name="geometry">
66
                <rect>
67
                 <x>30</x>
68
                 <y>440</y>
69
                 <width>66</width>
70
                 <height>17</height>
71
                </rect>
72
               </property>
73
               <property name="text">
74
                <string>Step:</string>
75
               </property>
76
              </widget>
77
              <widget class="QSpinBox" name="calibrationBatchStartSpinBox">
78
               <property name="geometry">
79
                <rect>
80
                 <x>110</x>
81
                 <y>380</y>
82
                 <width>101</width>
83
                 <height>27</height>
84
                </rect>
85
               </property>
86
               <property name="wrapping">
87
                <bool>true</bool>
88
               </property>
89
               <property name="suffix">
90
                <string/>
91
               </property>
92
               <property name="maximum">
93
                <number>359</number>
94
               </property>
95
              </widget>
96
              <widget class="QSpinBox" name="calibrationBatchEndSpinBox">
97
               <property name="geometry">
98
                <rect>
99
                 <x>110</x>
100
                 <y>410</y>
101
                 <width>101</width>
102
                 <height>27</height>
103
                </rect>
104
               </property>
105
               <property name="wrapping">
106
                <bool>true</bool>
107
               </property>
108
               <property name="maximum">
109
                <number>359</number>
110
               </property>
111
               <property name="value">
112
                <number>120</number>
113
               </property>
114
              </widget>
115
              <widget class="QSpinBox" name="calibrationBatchStepSpinBox">
116
               <property name="geometry">
117
                <rect>
118
                 <x>110</x>
119
                 <y>440</y>
120
                 <width>101</width>
121
                 <height>27</height>
122
                </rect>
123
               </property>
124
               <property name="wrapping">
125
                <bool>true</bool>
126
               </property>
127
               <property name="maximum">
128
                <number>359</number>
129
               </property>
130
               <property name="value">
131
                <number>10</number>
132
               </property>
133
              </widget>
134
              <widget class="QPushButton" name="singleCalibrationButton">
135
               <property name="geometry">
136
                <rect>
137
                 <x>10</x>
138
                 <y>290</y>
139
                 <width>211</width>
140
                 <height>27</height>
141
                </rect>
142
               </property>
143
               <property name="text">
144
                <string>Single Aquisition</string>
145
               </property>
146
              </widget>
147
              <widget class="QLabel" name="label_7">
148
               <property name="geometry">
149
                <rect>
150
                 <x>30</x>
151
                 <y>380</y>
152
                 <width>66</width>
153
                 <height>17</height>
154
                </rect>
155
               </property>
156
               <property name="text">
157
                <string>Start:</string>
158
               </property>
159
              </widget>
160
              <widget class="QDial" name="calibrationRotationDial">
161
               <property name="geometry">
162
                <rect>
163
                 <x>40</x>
164
                 <y>60</y>
165
                 <width>151</width>
166
                 <height>151</height>
167
                </rect>
168
               </property>
169
               <property name="maximum">
170
                <number>360</number>
171
               </property>
172
               <property name="orientation">
173
                <enum>Qt::Vertical</enum>
174
               </property>
175
               <property name="invertedAppearance">
176
                <bool>false</bool>
177
               </property>
178
               <property name="wrapping">
179
                <bool>true</bool>
180
               </property>
181
               <property name="notchTarget">
182
                <double>6.000000000000000</double>
183
               </property>
184
               <property name="notchesVisible">
185
                <bool>true</bool>
186
               </property>
187
              </widget>
188
              <widget class="QPushButton" name="batchCalibrationButton">
189
               <property name="geometry">
190
                <rect>
191
                 <x>10</x>
192
                 <y>480</y>
193
                 <width>211</width>
194
                 <height>27</height>
195
                </rect>
196
               </property>
197
               <property name="text">
198
                <string>Batch Aquistion</string>
199
               </property>
200
              </widget>
201
              <widget class="QLabel" name="label_6">
202
               <property name="geometry">
203
                <rect>
204
                 <x>30</x>
205
                 <y>410</y>
206
                 <width>66</width>
207
                 <height>17</height>
208
                </rect>
209
               </property>
210
               <property name="text">
211
                <string>End:</string>
212
               </property>
213
              </widget>
214
              <widget class="QLabel" name="label_5">
215
               <property name="geometry">
216
                <rect>
217
                 <x>70</x>
218
                 <y>30</y>
219
                 <width>111</width>
220
                 <height>17</height>
221
                </rect>
222
               </property>
223
               <property name="text">
224
                <string>Rotation Stage</string>
225
               </property>
226
              </widget>
227
              <zorder>singleCalibrationButton</zorder>
228
              <zorder>label_8</zorder>
229
              <zorder>calibrationBatchStartSpinBox</zorder>
230
              <zorder>calibrationBatchEndSpinBox</zorder>
231
              <zorder>calibrationBatchStepSpinBox</zorder>
232
              <zorder>singleCalibrationButton</zorder>
233
              <zorder>label_7</zorder>
234
              <zorder>calibrationRotationDial</zorder>
235
              <zorder>batchCalibrationButton</zorder>
236
              <zorder>label_6</zorder>
237
              <zorder>label_5</zorder>
238
             </widget>
239
            </item>
240
            <item>
241
             <spacer name="verticalSpacer">
242
              <property name="orientation">
243
               <enum>Qt::Vertical</enum>
244
              </property>
245
              <property name="sizeHint" stdset="0">
246
               <size>
247
                <width>20</width>
248
                <height>40</height>
249
               </size>
250
              </property>
251
             </spacer>
252
            </item>
253
           </layout>
254
          </item>
255
          <item>
256
           <layout class="QVBoxLayout" name="calibrationVerticalLayout2">
257
            <item>
258
             <widget class="SMVideoWidget" name="calibrationCamera0Widget">
259
              <property name="sizePolicy">
260
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
261
                <horstretch>0</horstretch>
262
                <verstretch>0</verstretch>
263
               </sizepolicy>
264
              </property>
265
              <property name="minimumSize">
266
               <size>
267
                <width>300</width>
268
                <height>200</height>
269
               </size>
270
              </property>
271
              <property name="frameShape">
272
               <enum>QFrame::Box</enum>
273
              </property>
274
              <property name="lineWidth">
275
               <number>0</number>
276
              </property>
277
              <property name="text">
278
               <string>Camera0</string>
279
              </property>
280
              <property name="scaledContents">
281
               <bool>false</bool>
282
              </property>
283
              <property name="alignment">
284
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
285
              </property>
286
             </widget>
287
            </item>
288
            <item>
289
             <widget class="SMVideoWidget" name="calibrationCamera1Widget">
290
              <property name="sizePolicy">
291
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
292
                <horstretch>0</horstretch>
293
                <verstretch>0</verstretch>
294
               </sizepolicy>
295
              </property>
296
              <property name="minimumSize">
297
               <size>
298
                <width>300</width>
299
                <height>200</height>
300
               </size>
301
              </property>
302
              <property name="frameShape">
303
               <enum>QFrame::Box</enum>
304
              </property>
305
              <property name="lineWidth">
306
               <number>0</number>
307
              </property>
308
              <property name="text">
309
               <string>Camera1</string>
310
              </property>
311
              <property name="scaledContents">
312
               <bool>false</bool>
313
              </property>
314
              <property name="alignment">
315
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
316
              </property>
317
             </widget>
318
            </item>
319
           </layout>
320
          </item>
321
          <item>
322
           <layout class="QVBoxLayout" name="calibrationVerticalLayout3">
323
            <item>
324
             <widget class="QListWidget" name="calibrationListWidget">
325
              <property name="sizePolicy">
326
               <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
327
                <horstretch>0</horstretch>
328
                <verstretch>0</verstretch>
329
               </sizepolicy>
330
              </property>
331
              <property name="minimumSize">
332
               <size>
333
                <width>0</width>
334
                <height>0</height>
335
               </size>
336
              </property>
337
              <property name="maximumSize">
338
               <size>
339
                <width>250</width>
340
                <height>16777215</height>
341
               </size>
342
              </property>
343
              <property name="baseSize">
344
               <size>
345
                <width>0</width>
346
                <height>0</height>
347
               </size>
348
              </property>
349
             </widget>
350
            </item>
351
            <item>
352
             <widget class="QPushButton" name="calibrateButton">
353
              <property name="enabled">
354
               <bool>false</bool>
355
              </property>
356
              <property name="text">
357
               <string>Calibrate</string>
358
              </property>
359
             </widget>
360
            </item>
361
           </layout>
362
          </item>
363
         </layout>
364
        </item>
365
       </layout>
1 jakw 366
      </widget>
2 jakw 367
      <widget class="QWidget" name="captureTab">
1 jakw 368
       <attribute name="title">
2 jakw 369
        <string>Capture</string>
1 jakw 370
       </attribute>
28 jakw 371
       <layout class="QGridLayout" name="gridLayout_2">
372
        <item row="0" column="0">
373
         <layout class="QHBoxLayout" name="captureHorizontalLayout">
374
          <item>
375
           <layout class="QVBoxLayout" name="captureVerticalLayout1">
376
            <item>
377
             <widget class="QFrame" name="captureFrame">
378
              <property name="sizePolicy">
379
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
380
                <horstretch>0</horstretch>
381
                <verstretch>0</verstretch>
382
               </sizepolicy>
383
              </property>
384
              <property name="minimumSize">
385
               <size>
386
                <width>230</width>
387
                <height>550</height>
388
               </size>
389
              </property>
390
              <property name="baseSize">
391
               <size>
392
                <width>0</width>
393
                <height>0</height>
394
               </size>
395
              </property>
396
              <property name="frameShape">
397
               <enum>QFrame::NoFrame</enum>
398
              </property>
399
              <property name="frameShadow">
400
               <enum>QFrame::Plain</enum>
401
              </property>
402
              <widget class="QLabel" name="label_17">
403
               <property name="geometry">
404
                <rect>
405
                 <x>30</x>
406
                 <y>440</y>
407
                 <width>66</width>
408
                 <height>17</height>
409
                </rect>
410
               </property>
411
               <property name="text">
412
                <string>Step:</string>
413
               </property>
414
              </widget>
415
              <widget class="QSpinBox" name="captureBatchStartSpinBox">
416
               <property name="geometry">
417
                <rect>
418
                 <x>110</x>
419
                 <y>380</y>
420
                 <width>101</width>
421
                 <height>27</height>
422
                </rect>
423
               </property>
424
               <property name="wrapping">
425
                <bool>true</bool>
426
               </property>
427
               <property name="suffix">
428
                <string/>
429
               </property>
430
               <property name="maximum">
431
                <number>359</number>
432
               </property>
433
              </widget>
434
              <widget class="QSpinBox" name="captureBatchEndSpinBox">
435
               <property name="geometry">
436
                <rect>
437
                 <x>110</x>
438
                 <y>410</y>
439
                 <width>101</width>
440
                 <height>27</height>
441
                </rect>
442
               </property>
443
               <property name="wrapping">
444
                <bool>true</bool>
445
               </property>
446
               <property name="maximum">
447
                <number>359</number>
448
               </property>
449
               <property name="value">
450
                <number>120</number>
451
               </property>
452
              </widget>
453
              <widget class="QSpinBox" name="captureBatchStepSpinBox">
454
               <property name="geometry">
455
                <rect>
456
                 <x>110</x>
457
                 <y>440</y>
458
                 <width>101</width>
459
                 <height>27</height>
460
                </rect>
461
               </property>
462
               <property name="wrapping">
463
                <bool>true</bool>
464
               </property>
465
               <property name="maximum">
466
                <number>359</number>
467
               </property>
468
               <property name="value">
469
                <number>10</number>
470
               </property>
471
              </widget>
472
              <widget class="QPushButton" name="singleCaptureButton">
473
               <property name="geometry">
474
                <rect>
475
                 <x>10</x>
476
                 <y>290</y>
477
                 <width>211</width>
478
                 <height>27</height>
479
                </rect>
480
               </property>
481
               <property name="text">
482
                <string>Single Capture</string>
483
               </property>
484
              </widget>
485
              <widget class="QLabel" name="label_18">
486
               <property name="geometry">
487
                <rect>
488
                 <x>30</x>
489
                 <y>380</y>
490
                 <width>66</width>
491
                 <height>17</height>
492
                </rect>
493
               </property>
494
               <property name="text">
495
                <string>Start:</string>
496
               </property>
497
              </widget>
498
              <widget class="QDial" name="captureRotationDial">
499
               <property name="geometry">
500
                <rect>
501
                 <x>40</x>
502
                 <y>60</y>
503
                 <width>151</width>
504
                 <height>151</height>
505
                </rect>
506
               </property>
507
               <property name="maximum">
508
                <number>360</number>
509
               </property>
510
               <property name="orientation">
511
                <enum>Qt::Vertical</enum>
512
               </property>
513
               <property name="invertedAppearance">
514
                <bool>false</bool>
515
               </property>
516
               <property name="wrapping">
517
                <bool>true</bool>
518
               </property>
519
               <property name="notchTarget">
520
                <double>6.000000000000000</double>
521
               </property>
522
               <property name="notchesVisible">
523
                <bool>true</bool>
524
               </property>
525
              </widget>
526
              <widget class="QPushButton" name="batchCaptureButton">
527
               <property name="geometry">
528
                <rect>
529
                 <x>10</x>
530
                 <y>480</y>
531
                 <width>211</width>
532
                 <height>27</height>
533
                </rect>
534
               </property>
535
               <property name="text">
536
                <string>Batch Capture</string>
537
               </property>
538
              </widget>
539
              <widget class="QLabel" name="label_19">
540
               <property name="geometry">
541
                <rect>
542
                 <x>30</x>
543
                 <y>410</y>
544
                 <width>66</width>
545
                 <height>17</height>
546
                </rect>
547
               </property>
548
               <property name="text">
549
                <string>End:</string>
550
               </property>
551
              </widget>
552
              <widget class="QLabel" name="label_20">
553
               <property name="geometry">
554
                <rect>
555
                 <x>70</x>
556
                 <y>30</y>
557
                 <width>111</width>
558
                 <height>17</height>
559
                </rect>
560
               </property>
561
               <property name="text">
562
                <string>Rotation Stage</string>
563
               </property>
564
              </widget>
565
             </widget>
566
            </item>
567
            <item>
568
             <spacer name="verticalSpacer_3">
569
              <property name="orientation">
570
               <enum>Qt::Vertical</enum>
571
              </property>
572
              <property name="sizeHint" stdset="0">
573
               <size>
574
                <width>20</width>
575
                <height>40</height>
576
               </size>
577
              </property>
578
             </spacer>
579
            </item>
580
           </layout>
581
          </item>
582
          <item>
583
           <layout class="QVBoxLayout" name="captureVerticalLayout2">
584
            <item>
585
             <widget class="SMVideoWidget" name="captureCamera0Widget">
586
              <property name="sizePolicy">
587
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
588
                <horstretch>0</horstretch>
589
                <verstretch>0</verstretch>
590
               </sizepolicy>
591
              </property>
592
              <property name="minimumSize">
593
               <size>
594
                <width>300</width>
595
                <height>200</height>
596
               </size>
597
              </property>
598
              <property name="frameShape">
599
               <enum>QFrame::Box</enum>
600
              </property>
601
              <property name="lineWidth">
602
               <number>0</number>
603
              </property>
604
              <property name="text">
605
               <string>Camera0</string>
606
              </property>
607
              <property name="scaledContents">
608
               <bool>false</bool>
609
              </property>
610
              <property name="alignment">
611
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
612
              </property>
613
             </widget>
614
            </item>
615
            <item>
616
             <widget class="SMVideoWidget" name="captureCamera1Widget">
617
              <property name="sizePolicy">
618
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
619
                <horstretch>0</horstretch>
620
                <verstretch>0</verstretch>
621
               </sizepolicy>
622
              </property>
623
              <property name="minimumSize">
624
               <size>
625
                <width>300</width>
626
                <height>200</height>
627
               </size>
628
              </property>
629
              <property name="frameShape">
630
               <enum>QFrame::Box</enum>
631
              </property>
632
              <property name="lineWidth">
633
               <number>0</number>
634
              </property>
635
              <property name="text">
636
               <string>Camera1</string>
637
              </property>
638
              <property name="scaledContents">
639
               <bool>false</bool>
640
              </property>
641
              <property name="alignment">
642
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
643
              </property>
644
             </widget>
645
            </item>
646
           </layout>
647
          </item>
648
          <item>
649
           <layout class="QVBoxLayout" name="captureVerticalLayout3">
650
            <item>
651
             <widget class="QTreeWidget" name="captureTreeWidget">
652
              <property name="sizePolicy">
653
               <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
654
                <horstretch>0</horstretch>
655
                <verstretch>0</verstretch>
656
               </sizepolicy>
657
              </property>
658
              <property name="maximumSize">
659
               <size>
660
                <width>250</width>
661
                <height>16777215</height>
662
               </size>
663
              </property>
664
              <attribute name="headerVisible">
665
               <bool>false</bool>
666
              </attribute>
667
              <column>
668
               <property name="text">
669
                <string notr="true">1</string>
670
               </property>
671
              </column>
672
             </widget>
673
            </item>
674
            <item>
675
             <widget class="QPushButton" name="reconstructButton">
676
              <property name="enabled">
677
               <bool>false</bool>
678
              </property>
679
              <property name="text">
680
               <string>Reconstruct</string>
681
              </property>
682
             </widget>
683
            </item>
684
           </layout>
685
          </item>
686
         </layout>
687
        </item>
688
       </layout>
1 jakw 689
      </widget>
28 jakw 690
      <widget class="QWidget" name="pointCloudTab">
2 jakw 691
       <attribute name="title">
692
        <string>Point Clouds</string>
693
       </attribute>
28 jakw 694
       <layout class="QGridLayout" name="gridLayout_4">
695
        <item row="0" column="0">
696
         <widget class="QListWidget" name="pointCloudsListWidget">
697
          <property name="sizePolicy">
698
           <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
699
            <horstretch>0</horstretch>
700
            <verstretch>0</verstretch>
701
           </sizepolicy>
702
          </property>
703
          <property name="maximumSize">
704
           <size>
705
            <width>200</width>
706
            <height>16777215</height>
707
           </size>
708
          </property>
709
         </widget>
710
        </item>
711
        <item row="0" column="1" rowspan="2">
712
         <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true"/>
713
        </item>
714
        <item row="1" column="0">
715
         <widget class="QCheckBox" name="checkBox">
716
          <property name="text">
717
           <string>Show Texture</string>
718
          </property>
719
         </widget>
720
        </item>
721
       </layout>
2 jakw 722
      </widget>
1 jakw 723
     </widget>
724
    </item>
725
   </layout>
726
  </widget>
2 jakw 727
  <widget class="QStatusBar" name="statusBar"/>
1 jakw 728
  <widget class="QMenuBar" name="menuBar">
729
   <property name="geometry">
730
    <rect>
731
     <x>0</x>
732
     <y>0</y>
28 jakw 733
     <width>840</width>
1 jakw 734
     <height>25</height>
735
    </rect>
736
   </property>
4 jakw 737
   <widget class="QMenu" name="menuPreferences">
738
    <property name="title">
739
     <string>SMScanner</string>
740
    </property>
741
    <addaction name="actionPreferences"/>
742
   </widget>
743
   <addaction name="menuPreferences"/>
1 jakw 744
  </widget>
4 jakw 745
  <action name="actionPreferences">
746
   <property name="text">
747
    <string>Preferences</string>
748
   </property>
749
  </action>
1 jakw 750
 </widget>
751
 <layoutdefault spacing="6" margin="11"/>
2 jakw 752
 <customwidgets>
753
  <customwidget>
754
   <class>SMPointCloudWidget</class>
755
   <extends>QWidget</extends>
756
   <header>SMPointCloudWidget.h</header>
757
   <container>1</container>
758
  </customwidget>
759
  <customwidget>
760
   <class>SMVideoWidget</class>
761
   <extends>QLabel</extends>
762
   <header>SMVideoWidget.h</header>
763
  </customwidget>
764
 </customwidgets>
28 jakw 765
 <tabstops>
766
  <tabstop>tabWidget</tabstop>
767
  <tabstop>calibrationRotationDial</tabstop>
768
  <tabstop>singleCalibrationButton</tabstop>
769
  <tabstop>calibrationBatchStartSpinBox</tabstop>
770
  <tabstop>calibrationBatchEndSpinBox</tabstop>
771
  <tabstop>calibrationBatchStepSpinBox</tabstop>
772
  <tabstop>batchCalibrationButton</tabstop>
773
  <tabstop>calibrationListWidget</tabstop>
774
  <tabstop>calibrateButton</tabstop>
775
  <tabstop>captureRotationDial</tabstop>
776
  <tabstop>singleCaptureButton</tabstop>
777
  <tabstop>captureBatchStartSpinBox</tabstop>
778
  <tabstop>captureBatchEndSpinBox</tabstop>
779
  <tabstop>captureBatchStepSpinBox</tabstop>
780
  <tabstop>batchCaptureButton</tabstop>
781
  <tabstop>captureTreeWidget</tabstop>
782
  <tabstop>reconstructButton</tabstop>
783
  <tabstop>pointCloudsListWidget</tabstop>
784
  <tabstop>checkBox</tabstop>
785
  <tabstop>calibrationListWidget_2</tabstop>
786
  <tabstop>calibrateButton_2</tabstop>
787
  <tabstop>captureRotationDial_2</tabstop>
788
  <tabstop>captureTreeWidget_2</tabstop>
789
  <tabstop>singleCaptureButton_2</tabstop>
790
  <tabstop>batchCaptureButton_2</tabstop>
791
  <tabstop>spinBox_4</tabstop>
792
  <tabstop>spinBox_5</tabstop>
793
  <tabstop>spinBox_6</tabstop>
794
  <tabstop>reconstructButton_2</tabstop>
795
  <tabstop>checkBox_2</tabstop>
796
  <tabstop>calibrationRotationDial_2</tabstop>
797
  <tabstop>pointCloudsListWidget_2</tabstop>
798
  <tabstop>calibrationBatchStartSpinBox_2</tabstop>
799
  <tabstop>batchCalibrationButton_2</tabstop>
800
  <tabstop>calibrationBatchEndSpinBox_2</tabstop>
801
  <tabstop>singleCalibrationButton_2</tabstop>
802
  <tabstop>calibrationBatchStepSpinBox_2</tabstop>
803
 </tabstops>
1 jakw 804
 <resources/>
805
 <connections/>
27 jakw 806
 <slots>
807
  <slot>on_rotationDial_sliderReleased()</slot>
808
 </slots>
1 jakw 809
</ui>