Subversion Repositories seema-scanner

Rev

Rev 41 | Rev 44 | 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">
41 jakw 21
       <number>1</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">
36 jakw 198
                <string>Batch Aquisition</string>
28 jakw 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
             </widget>
228
            </item>
229
            <item>
230
             <spacer name="verticalSpacer">
231
              <property name="orientation">
232
               <enum>Qt::Vertical</enum>
233
              </property>
234
              <property name="sizeHint" stdset="0">
235
               <size>
236
                <width>20</width>
237
                <height>40</height>
238
               </size>
239
              </property>
240
             </spacer>
241
            </item>
242
           </layout>
243
          </item>
244
          <item>
245
           <layout class="QVBoxLayout" name="calibrationVerticalLayout2">
246
            <item>
247
             <widget class="SMVideoWidget" name="calibrationCamera0Widget">
248
              <property name="sizePolicy">
249
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
250
                <horstretch>0</horstretch>
251
                <verstretch>0</verstretch>
252
               </sizepolicy>
253
              </property>
254
              <property name="minimumSize">
255
               <size>
256
                <width>300</width>
257
                <height>200</height>
258
               </size>
259
              </property>
260
              <property name="frameShape">
261
               <enum>QFrame::Box</enum>
262
              </property>
263
              <property name="lineWidth">
264
               <number>0</number>
265
              </property>
266
              <property name="text">
267
               <string>Camera0</string>
268
              </property>
269
              <property name="scaledContents">
270
               <bool>false</bool>
271
              </property>
272
              <property name="alignment">
273
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
274
              </property>
275
             </widget>
276
            </item>
277
            <item>
278
             <widget class="SMVideoWidget" name="calibrationCamera1Widget">
279
              <property name="sizePolicy">
280
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
281
                <horstretch>0</horstretch>
282
                <verstretch>0</verstretch>
283
               </sizepolicy>
284
              </property>
285
              <property name="minimumSize">
286
               <size>
287
                <width>300</width>
288
                <height>200</height>
289
               </size>
290
              </property>
291
              <property name="frameShape">
292
               <enum>QFrame::Box</enum>
293
              </property>
294
              <property name="lineWidth">
295
               <number>0</number>
296
              </property>
297
              <property name="text">
298
               <string>Camera1</string>
299
              </property>
300
              <property name="scaledContents">
301
               <bool>false</bool>
302
              </property>
303
              <property name="alignment">
304
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
305
              </property>
306
             </widget>
307
            </item>
308
           </layout>
309
          </item>
310
          <item>
311
           <layout class="QVBoxLayout" name="calibrationVerticalLayout3">
312
            <item>
313
             <widget class="QListWidget" name="calibrationListWidget">
314
              <property name="sizePolicy">
315
               <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
316
                <horstretch>0</horstretch>
317
                <verstretch>0</verstretch>
318
               </sizepolicy>
319
              </property>
320
              <property name="minimumSize">
321
               <size>
322
                <width>0</width>
323
                <height>0</height>
324
               </size>
325
              </property>
326
              <property name="maximumSize">
327
               <size>
328
                <width>250</width>
329
                <height>16777215</height>
330
               </size>
331
              </property>
332
              <property name="baseSize">
333
               <size>
334
                <width>0</width>
335
                <height>0</height>
336
               </size>
337
              </property>
338
             </widget>
339
            </item>
340
            <item>
341
             <widget class="QPushButton" name="calibrateButton">
342
              <property name="enabled">
343
               <bool>false</bool>
344
              </property>
345
              <property name="text">
346
               <string>Calibrate</string>
347
              </property>
348
             </widget>
349
            </item>
350
           </layout>
351
          </item>
352
         </layout>
353
        </item>
354
       </layout>
1 jakw 355
      </widget>
2 jakw 356
      <widget class="QWidget" name="captureTab">
1 jakw 357
       <attribute name="title">
2 jakw 358
        <string>Capture</string>
1 jakw 359
       </attribute>
28 jakw 360
       <layout class="QGridLayout" name="gridLayout_2">
361
        <item row="0" column="0">
362
         <layout class="QHBoxLayout" name="captureHorizontalLayout">
363
          <item>
364
           <layout class="QVBoxLayout" name="captureVerticalLayout1">
365
            <item>
366
             <widget class="QFrame" name="captureFrame">
367
              <property name="sizePolicy">
368
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
369
                <horstretch>0</horstretch>
370
                <verstretch>0</verstretch>
371
               </sizepolicy>
372
              </property>
373
              <property name="minimumSize">
374
               <size>
375
                <width>230</width>
376
                <height>550</height>
377
               </size>
378
              </property>
379
              <property name="baseSize">
380
               <size>
381
                <width>0</width>
382
                <height>0</height>
383
               </size>
384
              </property>
385
              <property name="frameShape">
386
               <enum>QFrame::NoFrame</enum>
387
              </property>
388
              <property name="frameShadow">
389
               <enum>QFrame::Plain</enum>
390
              </property>
391
              <widget class="QLabel" name="label_17">
392
               <property name="geometry">
393
                <rect>
394
                 <x>30</x>
395
                 <y>440</y>
396
                 <width>66</width>
397
                 <height>17</height>
398
                </rect>
399
               </property>
400
               <property name="text">
401
                <string>Step:</string>
402
               </property>
403
              </widget>
404
              <widget class="QSpinBox" name="captureBatchStartSpinBox">
405
               <property name="geometry">
406
                <rect>
407
                 <x>110</x>
408
                 <y>380</y>
409
                 <width>101</width>
410
                 <height>27</height>
411
                </rect>
412
               </property>
413
               <property name="wrapping">
414
                <bool>true</bool>
415
               </property>
416
               <property name="suffix">
417
                <string/>
418
               </property>
419
               <property name="maximum">
420
                <number>359</number>
421
               </property>
422
              </widget>
423
              <widget class="QSpinBox" name="captureBatchEndSpinBox">
424
               <property name="geometry">
425
                <rect>
426
                 <x>110</x>
427
                 <y>410</y>
428
                 <width>101</width>
429
                 <height>27</height>
430
                </rect>
431
               </property>
432
               <property name="wrapping">
433
                <bool>true</bool>
434
               </property>
435
               <property name="maximum">
436
                <number>359</number>
437
               </property>
438
               <property name="value">
439
                <number>120</number>
440
               </property>
441
              </widget>
442
              <widget class="QSpinBox" name="captureBatchStepSpinBox">
443
               <property name="geometry">
444
                <rect>
445
                 <x>110</x>
446
                 <y>440</y>
447
                 <width>101</width>
448
                 <height>27</height>
449
                </rect>
450
               </property>
451
               <property name="wrapping">
452
                <bool>true</bool>
453
               </property>
454
               <property name="maximum">
455
                <number>359</number>
456
               </property>
457
               <property name="value">
458
                <number>10</number>
459
               </property>
460
              </widget>
461
              <widget class="QPushButton" name="singleCaptureButton">
462
               <property name="geometry">
463
                <rect>
464
                 <x>10</x>
465
                 <y>290</y>
466
                 <width>211</width>
467
                 <height>27</height>
468
                </rect>
469
               </property>
470
               <property name="text">
471
                <string>Single Capture</string>
472
               </property>
473
              </widget>
474
              <widget class="QLabel" name="label_18">
475
               <property name="geometry">
476
                <rect>
477
                 <x>30</x>
478
                 <y>380</y>
479
                 <width>66</width>
480
                 <height>17</height>
481
                </rect>
482
               </property>
483
               <property name="text">
484
                <string>Start:</string>
485
               </property>
486
              </widget>
487
              <widget class="QDial" name="captureRotationDial">
488
               <property name="geometry">
489
                <rect>
490
                 <x>40</x>
491
                 <y>60</y>
492
                 <width>151</width>
493
                 <height>151</height>
494
                </rect>
495
               </property>
496
               <property name="maximum">
497
                <number>360</number>
498
               </property>
499
               <property name="orientation">
500
                <enum>Qt::Vertical</enum>
501
               </property>
502
               <property name="invertedAppearance">
503
                <bool>false</bool>
504
               </property>
505
               <property name="wrapping">
506
                <bool>true</bool>
507
               </property>
508
               <property name="notchTarget">
509
                <double>6.000000000000000</double>
510
               </property>
511
               <property name="notchesVisible">
512
                <bool>true</bool>
513
               </property>
514
              </widget>
515
              <widget class="QPushButton" name="batchCaptureButton">
516
               <property name="geometry">
517
                <rect>
518
                 <x>10</x>
519
                 <y>480</y>
520
                 <width>211</width>
521
                 <height>27</height>
522
                </rect>
523
               </property>
524
               <property name="text">
525
                <string>Batch Capture</string>
526
               </property>
527
              </widget>
528
              <widget class="QLabel" name="label_19">
529
               <property name="geometry">
530
                <rect>
531
                 <x>30</x>
532
                 <y>410</y>
533
                 <width>66</width>
534
                 <height>17</height>
535
                </rect>
536
               </property>
537
               <property name="text">
538
                <string>End:</string>
539
               </property>
540
              </widget>
541
              <widget class="QLabel" name="label_20">
542
               <property name="geometry">
543
                <rect>
544
                 <x>70</x>
545
                 <y>30</y>
546
                 <width>111</width>
547
                 <height>17</height>
548
                </rect>
549
               </property>
550
               <property name="text">
551
                <string>Rotation Stage</string>
552
               </property>
553
              </widget>
554
             </widget>
555
            </item>
556
            <item>
557
             <spacer name="verticalSpacer_3">
558
              <property name="orientation">
559
               <enum>Qt::Vertical</enum>
560
              </property>
561
              <property name="sizeHint" stdset="0">
562
               <size>
563
                <width>20</width>
564
                <height>40</height>
565
               </size>
566
              </property>
567
             </spacer>
568
            </item>
569
           </layout>
570
          </item>
571
          <item>
572
           <layout class="QVBoxLayout" name="captureVerticalLayout2">
573
            <item>
574
             <widget class="SMVideoWidget" name="captureCamera0Widget">
575
              <property name="sizePolicy">
576
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
577
                <horstretch>0</horstretch>
578
                <verstretch>0</verstretch>
579
               </sizepolicy>
580
              </property>
581
              <property name="minimumSize">
582
               <size>
583
                <width>300</width>
584
                <height>200</height>
585
               </size>
586
              </property>
587
              <property name="frameShape">
588
               <enum>QFrame::Box</enum>
589
              </property>
590
              <property name="lineWidth">
591
               <number>0</number>
592
              </property>
593
              <property name="text">
594
               <string>Camera0</string>
595
              </property>
596
              <property name="scaledContents">
597
               <bool>false</bool>
598
              </property>
599
              <property name="alignment">
600
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
601
              </property>
602
             </widget>
603
            </item>
604
            <item>
605
             <widget class="SMVideoWidget" name="captureCamera1Widget">
606
              <property name="sizePolicy">
607
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
608
                <horstretch>0</horstretch>
609
                <verstretch>0</verstretch>
610
               </sizepolicy>
611
              </property>
612
              <property name="minimumSize">
613
               <size>
614
                <width>300</width>
615
                <height>200</height>
616
               </size>
617
              </property>
618
              <property name="frameShape">
619
               <enum>QFrame::Box</enum>
620
              </property>
621
              <property name="lineWidth">
622
               <number>0</number>
623
              </property>
624
              <property name="text">
625
               <string>Camera1</string>
626
              </property>
627
              <property name="scaledContents">
628
               <bool>false</bool>
629
              </property>
630
              <property name="alignment">
631
               <set>Qt::AlignHCenter|Qt::AlignTop</set>
632
              </property>
633
             </widget>
634
            </item>
635
           </layout>
636
          </item>
637
          <item>
638
           <layout class="QVBoxLayout" name="captureVerticalLayout3">
639
            <item>
640
             <widget class="QTreeWidget" name="captureTreeWidget">
641
              <property name="sizePolicy">
642
               <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
643
                <horstretch>0</horstretch>
644
                <verstretch>0</verstretch>
645
               </sizepolicy>
646
              </property>
647
              <property name="maximumSize">
648
               <size>
649
                <width>250</width>
650
                <height>16777215</height>
651
               </size>
652
              </property>
653
              <attribute name="headerVisible">
654
               <bool>false</bool>
655
              </attribute>
656
              <column>
657
               <property name="text">
658
                <string notr="true">1</string>
659
               </property>
660
              </column>
661
             </widget>
662
            </item>
663
            <item>
664
             <widget class="QPushButton" name="reconstructButton">
665
              <property name="enabled">
666
               <bool>false</bool>
667
              </property>
668
              <property name="text">
669
               <string>Reconstruct</string>
670
              </property>
671
             </widget>
672
            </item>
673
           </layout>
674
          </item>
675
         </layout>
676
        </item>
677
       </layout>
1 jakw 678
      </widget>
28 jakw 679
      <widget class="QWidget" name="pointCloudTab">
2 jakw 680
       <attribute name="title">
681
        <string>Point Clouds</string>
682
       </attribute>
28 jakw 683
       <layout class="QGridLayout" name="gridLayout_4">
684
        <item row="0" column="0">
685
         <widget class="QListWidget" name="pointCloudsListWidget">
686
          <property name="sizePolicy">
687
           <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
688
            <horstretch>0</horstretch>
689
            <verstretch>0</verstretch>
690
           </sizepolicy>
691
          </property>
692
          <property name="maximumSize">
693
           <size>
694
            <width>200</width>
695
            <height>16777215</height>
696
           </size>
697
          </property>
698
         </widget>
699
        </item>
700
        <item row="0" column="1" rowspan="2">
701
         <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true"/>
702
        </item>
703
        <item row="1" column="0">
704
         <widget class="QCheckBox" name="checkBox">
705
          <property name="text">
706
           <string>Show Texture</string>
707
          </property>
708
         </widget>
709
        </item>
710
       </layout>
2 jakw 711
      </widget>
1 jakw 712
     </widget>
713
    </item>
714
   </layout>
715
  </widget>
2 jakw 716
  <widget class="QStatusBar" name="statusBar"/>
1 jakw 717
  <widget class="QMenuBar" name="menuBar">
718
   <property name="geometry">
719
    <rect>
720
     <x>0</x>
721
     <y>0</y>
28 jakw 722
     <width>840</width>
1 jakw 723
     <height>25</height>
724
    </rect>
725
   </property>
4 jakw 726
   <widget class="QMenu" name="menuPreferences">
727
    <property name="title">
728
     <string>SMScanner</string>
729
    </property>
730
    <addaction name="actionPreferences"/>
731
   </widget>
36 jakw 732
   <widget class="QMenu" name="menuCalibration">
733
    <property name="title">
734
     <string>Calibration</string>
735
    </property>
736
    <addaction name="actionExport_Sets"/>
42 jakw 737
    <addaction name="actionExport_Calibration"/>
36 jakw 738
   </widget>
739
   <widget class="QMenu" name="menuCapture">
740
    <property name="title">
741
     <string>Capture</string>
742
    </property>
743
    <addaction name="actionExport_Sequences"/>
744
   </widget>
4 jakw 745
   <addaction name="menuPreferences"/>
36 jakw 746
   <addaction name="menuCalibration"/>
747
   <addaction name="menuCapture"/>
1 jakw 748
  </widget>
4 jakw 749
  <action name="actionPreferences">
750
   <property name="text">
751
    <string>Preferences</string>
752
   </property>
753
  </action>
36 jakw 754
  <action name="actionExport_Sets">
755
   <property name="text">
756
    <string>Export Sets</string>
757
   </property>
758
  </action>
759
  <action name="actionExport_Sequences">
760
   <property name="text">
761
    <string>Export Sequences</string>
762
   </property>
763
  </action>
42 jakw 764
  <action name="actionExport_Calibration">
765
   <property name="text">
766
    <string>Export Calibration</string>
767
   </property>
768
  </action>
1 jakw 769
 </widget>
770
 <layoutdefault spacing="6" margin="11"/>
2 jakw 771
 <customwidgets>
772
  <customwidget>
773
   <class>SMPointCloudWidget</class>
774
   <extends>QWidget</extends>
775
   <header>SMPointCloudWidget.h</header>
776
   <container>1</container>
777
  </customwidget>
778
  <customwidget>
779
   <class>SMVideoWidget</class>
780
   <extends>QLabel</extends>
781
   <header>SMVideoWidget.h</header>
782
  </customwidget>
783
 </customwidgets>
28 jakw 784
 <tabstops>
785
  <tabstop>tabWidget</tabstop>
786
  <tabstop>calibrationRotationDial</tabstop>
787
  <tabstop>singleCalibrationButton</tabstop>
788
  <tabstop>calibrationBatchStartSpinBox</tabstop>
789
  <tabstop>calibrationBatchEndSpinBox</tabstop>
790
  <tabstop>calibrationBatchStepSpinBox</tabstop>
791
  <tabstop>batchCalibrationButton</tabstop>
792
  <tabstop>calibrationListWidget</tabstop>
793
  <tabstop>calibrateButton</tabstop>
794
  <tabstop>captureRotationDial</tabstop>
795
  <tabstop>singleCaptureButton</tabstop>
796
  <tabstop>captureBatchStartSpinBox</tabstop>
797
  <tabstop>captureBatchEndSpinBox</tabstop>
798
  <tabstop>captureBatchStepSpinBox</tabstop>
799
  <tabstop>batchCaptureButton</tabstop>
800
  <tabstop>captureTreeWidget</tabstop>
801
  <tabstop>reconstructButton</tabstop>
802
  <tabstop>pointCloudsListWidget</tabstop>
803
  <tabstop>checkBox</tabstop>
804
 </tabstops>
1 jakw 805
 <resources/>
806
 <connections/>
27 jakw 807
 <slots>
808
  <slot>on_rotationDial_sliderReleased()</slot>
809
 </slots>
1 jakw 810
</ui>