Subversion Repositories seema-scanner

Rev

Rev 71 | Rev 116 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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