Subversion Repositories seema-scanner

Rev

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

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