Subversion Repositories seema-scanner

Rev

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

Rev 207 Rev 218
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>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>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">
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>
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>
344
              </property>
345
              <property name="statusTip">
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>
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>
347
              </property>
348
              <property name="whatsThis">
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>
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>
350
              </property>
351
             </widget>
351
             </widget>
352
            </item>
352
            </item>
353
            <item>
353
            <item>
354
             <widget class="QPushButton" name="calibrateButton">
354
             <widget class="QPushButton" name="calibrateButton">
355
              <property name="enabled">
355
              <property name="enabled">
356
               <bool>false</bool>
356
               <bool>false</bool>
357
              </property>
357
              </property>
358
              <property name="text">
358
              <property name="text">
359
               <string>Calibrate</string>
359
               <string>Calibrate</string>
360
              </property>
360
              </property>
361
             </widget>
361
             </widget>
362
            </item>
362
            </item>
363
           </layout>
363
           </layout>
364
          </item>
364
          </item>
365
         </layout>
365
         </layout>
366
        </item>
366
        </item>
367
       </layout>
367
       </layout>
368
      </widget>
368
      </widget>
369
      <widget class="QWidget" name="captureTab">
369
      <widget class="QWidget" name="captureTab">
370
       <attribute name="title">
370
       <attribute name="title">
371
        <string>Capture</string>
371
        <string>Capture</string>
372
       </attribute>
372
       </attribute>
373
       <layout class="QGridLayout" name="gridLayout_2">
373
       <layout class="QGridLayout" name="gridLayout_2">
374
        <item row="0" column="0">
374
        <item row="0" column="0">
375
         <layout class="QHBoxLayout" name="captureHorizontalLayout">
375
         <layout class="QHBoxLayout" name="captureHorizontalLayout">
376
          <item>
376
          <item>
377
           <layout class="QVBoxLayout" name="captureVerticalLayout1">
377
           <layout class="QVBoxLayout" name="captureVerticalLayout1">
378
            <item>
378
            <item>
379
             <widget class="QFrame" name="captureFrame">
379
             <widget class="QFrame" name="captureFrame">
380
              <property name="sizePolicy">
380
              <property name="sizePolicy">
381
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
381
               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
382
                <horstretch>0</horstretch>
382
                <horstretch>0</horstretch>
383
                <verstretch>0</verstretch>
383
                <verstretch>0</verstretch>
384
               </sizepolicy>
384
               </sizepolicy>
385
              </property>
385
              </property>
386
              <property name="minimumSize">
386
              <property name="minimumSize">
387
               <size>
387
               <size>
388
                <width>230</width>
388
                <width>230</width>
389
                <height>550</height>
389
                <height>550</height>
390
               </size>
390
               </size>
391
              </property>
391
              </property>
392
              <property name="baseSize">
392
              <property name="baseSize">
393
               <size>
393
               <size>
394
                <width>0</width>
394
                <width>0</width>
395
                <height>0</height>
395
                <height>0</height>
396
               </size>
396
               </size>
397
              </property>
397
              </property>
398
              <property name="frameShape">
398
              <property name="frameShape">
399
               <enum>QFrame::NoFrame</enum>
399
               <enum>QFrame::NoFrame</enum>
400
              </property>
400
              </property>
401
              <property name="frameShadow">
401
              <property name="frameShadow">
402
               <enum>QFrame::Plain</enum>
402
               <enum>QFrame::Plain</enum>
403
              </property>
403
              </property>
404
              <widget class="QLabel" name="label_17">
404
              <widget class="QLabel" name="label_17">
405
               <property name="geometry">
405
               <property name="geometry">
406
                <rect>
406
                <rect>
407
                 <x>30</x>
407
                 <x>30</x>
408
                 <y>440</y>
408
                 <y>440</y>
409
                 <width>66</width>
409
                 <width>66</width>
410
                 <height>17</height>
410
                 <height>17</height>
411
                </rect>
411
                </rect>
412
               </property>
412
               </property>
413
               <property name="text">
413
               <property name="text">
414
                <string>Step:</string>
414
                <string>Step:</string>
415
               </property>
415
               </property>
416
              </widget>
416
              </widget>
417
              <widget class="QSpinBox" name="captureBatchStartSpinBox">
417
              <widget class="QSpinBox" name="captureBatchStartSpinBox">
418
               <property name="geometry">
418
               <property name="geometry">
419
                <rect>
419
                <rect>
420
                 <x>110</x>
420
                 <x>110</x>
421
                 <y>380</y>
421
                 <y>380</y>
422
                 <width>101</width>
422
                 <width>101</width>
423
                 <height>27</height>
423
                 <height>27</height>
424
                </rect>
424
                </rect>
425
               </property>
425
               </property>
426
               <property name="wrapping">
426
               <property name="wrapping">
427
                <bool>true</bool>
427
                <bool>true</bool>
428
               </property>
428
               </property>
429
               <property name="suffix">
429
               <property name="suffix">
430
                <string/>
430
                <string/>
431
               </property>
431
               </property>
432
               <property name="maximum">
432
               <property name="maximum">
433
                <number>359</number>
433
                <number>359</number>
434
               </property>
434
               </property>
435
              </widget>
435
              </widget>
436
              <widget class="QSpinBox" name="captureBatchEndSpinBox">
436
              <widget class="QSpinBox" name="captureBatchEndSpinBox">
437
               <property name="geometry">
437
               <property name="geometry">
438
                <rect>
438
                <rect>
439
                 <x>110</x>
439
                 <x>110</x>
440
                 <y>410</y>
440
                 <y>410</y>
441
                 <width>101</width>
441
                 <width>101</width>
442
                 <height>27</height>
442
                 <height>27</height>
443
                </rect>
443
                </rect>
444
               </property>
444
               </property>
445
               <property name="wrapping">
445
               <property name="wrapping">
446
                <bool>true</bool>
446
                <bool>true</bool>
447
               </property>
447
               </property>
448
               <property name="maximum">
448
               <property name="maximum">
449
                <number>359</number>
449
                <number>359</number>
450
               </property>
450
               </property>
451
               <property name="value">
451
               <property name="value">
452
                <number>359</number>
452
                <number>359</number>
453
               </property>
453
               </property>
454
              </widget>
454
              </widget>
455
              <widget class="QSpinBox" name="captureBatchStepSpinBox">
455
              <widget class="QSpinBox" name="captureBatchStepSpinBox">
456
               <property name="geometry">
456
               <property name="geometry">
457
                <rect>
457
                <rect>
458
                 <x>110</x>
458
                 <x>110</x>
459
                 <y>440</y>
459
                 <y>440</y>
460
                 <width>101</width>
460
                 <width>101</width>
461
                 <height>27</height>
461
                 <height>27</height>
462
                </rect>
462
                </rect>
463
               </property>
463
               </property>
464
               <property name="wrapping">
464
               <property name="wrapping">
465
                <bool>true</bool>
465
                <bool>true</bool>
466
               </property>
466
               </property>
467
               <property name="minimum">
467
               <property name="minimum">
468
                <number>1</number>
468
                <number>1</number>
469
               </property>
469
               </property>
470
               <property name="maximum">
470
               <property name="maximum">
471
                <number>359</number>
471
                <number>359</number>
472
               </property>
472
               </property>
473
               <property name="value">
473
               <property name="value">
474
                <number>40</number>
474
                <number>40</number>
475
               </property>
475
               </property>
476
              </widget>
476
              </widget>
477
              <widget class="QPushButton" name="singleCaptureButton">
477
              <widget class="QPushButton" name="singleCaptureButton">
478
               <property name="geometry">
478
               <property name="geometry">
479
                <rect>
479
                <rect>
480
                 <x>10</x>
480
                 <x>10</x>
481
                 <y>290</y>
481
                 <y>290</y>
482
                 <width>211</width>
482
                 <width>211</width>
483
                 <height>27</height>
483
                 <height>27</height>
484
                </rect>
484
                </rect>
485
               </property>
485
               </property>
486
               <property name="text">
486
               <property name="text">
487
                <string>Single Capture</string>
487
                <string>Single Capture</string>
488
               </property>
488
               </property>
489
              </widget>
489
              </widget>
490
              <widget class="QLabel" name="label_18">
490
              <widget class="QLabel" name="label_18">
491
               <property name="geometry">
491
               <property name="geometry">
492
                <rect>
492
                <rect>
493
                 <x>30</x>
493
                 <x>30</x>
494
                 <y>380</y>
494
                 <y>380</y>
495
                 <width>66</width>
495
                 <width>66</width>
496
                 <height>17</height>
496
                 <height>17</height>
497
                </rect>
497
                </rect>
498
               </property>
498
               </property>
499
               <property name="text">
499
               <property name="text">
500
                <string>Start:</string>
500
                <string>Start:</string>
501
               </property>
501
               </property>
502
              </widget>
502
              </widget>
503
              <widget class="QDial" name="captureRotationDial">
503
              <widget class="QDial" name="captureRotationDial">
504
               <property name="geometry">
504
               <property name="geometry">
505
                <rect>
505
                <rect>
506
                 <x>40</x>
506
                 <x>40</x>
507
                 <y>60</y>
507
                 <y>60</y>
508
                 <width>151</width>
508
                 <width>151</width>
509
                 <height>151</height>
509
                 <height>151</height>
510
                </rect>
510
                </rect>
511
               </property>
511
               </property>
512
               <property name="mouseTracking">
512
               <property name="mouseTracking">
513
                <bool>false</bool>
513
                <bool>false</bool>
514
               </property>
514
               </property>
515
               <property name="maximum">
515
               <property name="maximum">
516
                <number>360</number>
516
                <number>360</number>
517
               </property>
517
               </property>
518
               <property name="orientation">
518
               <property name="orientation">
519
                <enum>Qt::Vertical</enum>
519
                <enum>Qt::Vertical</enum>
520
               </property>
520
               </property>
521
               <property name="invertedAppearance">
521
               <property name="invertedAppearance">
522
                <bool>false</bool>
522
                <bool>false</bool>
523
               </property>
523
               </property>
524
               <property name="wrapping">
524
               <property name="wrapping">
525
                <bool>true</bool>
525
                <bool>true</bool>
526
               </property>
526
               </property>
527
               <property name="notchTarget">
527
               <property name="notchTarget">
528
                <double>6.000000000000000</double>
528
                <double>6.000000000000000</double>
529
               </property>
529
               </property>
530
               <property name="notchesVisible">
530
               <property name="notchesVisible">
531
                <bool>true</bool>
531
                <bool>true</bool>
532
               </property>
532
               </property>
533
              </widget>
533
              </widget>
534
              <widget class="QPushButton" name="batchCaptureButton">
534
              <widget class="QPushButton" name="batchCaptureButton">
535
               <property name="geometry">
535
               <property name="geometry">
536
                <rect>
536
                <rect>
537
                 <x>10</x>
537
                 <x>10</x>
538
                 <y>480</y>
538
                 <y>480</y>
539
                 <width>211</width>
539
                 <width>211</width>
540
                 <height>27</height>
540
                 <height>27</height>
541
                </rect>
541
                </rect>
542
               </property>
542
               </property>
543
               <property name="text">
543
               <property name="text">
544
                <string>Batch Capture</string>
544
                <string>Batch Capture</string>
545
               </property>
545
               </property>
546
              </widget>
546
              </widget>
547
              <widget class="QLabel" name="label_19">
547
              <widget class="QLabel" name="label_19">
548
               <property name="geometry">
548
               <property name="geometry">
549
                <rect>
549
                <rect>
550
                 <x>30</x>
550
                 <x>30</x>
551
                 <y>410</y>
551
                 <y>410</y>
552
                 <width>66</width>
552
                 <width>66</width>
553
                 <height>17</height>
553
                 <height>17</height>
554
                </rect>
554
                </rect>
555
               </property>
555
               </property>
556
               <property name="text">
556
               <property name="text">
557
                <string>End:</string>
557
                <string>End:</string>
558
               </property>
558
               </property>
559
              </widget>
559
              </widget>
560
              <widget class="QLabel" name="label_20">
560
              <widget class="QLabel" name="label_20">
561
               <property name="geometry">
561
               <property name="geometry">
562
                <rect>
562
                <rect>
563
                 <x>70</x>
563
                 <x>70</x>
564
                 <y>30</y>
564
                 <y>30</y>
565
                 <width>111</width>
565
                 <width>111</width>
566
                 <height>17</height>
566
                 <height>17</height>
567
                </rect>
567
                </rect>
568
               </property>
568
               </property>
569
               <property name="text">
569
               <property name="text">
570
                <string>Rotation Stage</string>
570
                <string>Rotation Stage</string>
571
               </property>
571
               </property>
572
              </widget>
572
              </widget>
573
              <widget class="QSpinBox" name="captureRotationSpinBox">
573
              <widget class="QSpinBox" name="captureRotationSpinBox">
574
               <property name="geometry">
574
               <property name="geometry">
575
                <rect>
575
                <rect>
576
                 <x>90</x>
576
                 <x>90</x>
577
                 <y>220</y>
577
                 <y>220</y>
578
                 <width>61</width>
578
                 <width>61</width>
579
                 <height>27</height>
579
                 <height>27</height>
580
                </rect>
580
                </rect>
581
               </property>
581
               </property>
582
               <property name="wrapping">
582
               <property name="wrapping">
583
                <bool>true</bool>
583
                <bool>true</bool>
584
               </property>
584
               </property>
585
               <property name="suffix">
585
               <property name="suffix">
586
                <string/>
586
                <string/>
587
               </property>
587
               </property>
588
               <property name="maximum">
588
               <property name="maximum">
589
                <number>359</number>
589
                <number>359</number>
590
               </property>
590
               </property>
591
               <property name="value">
591
               <property name="value">
592
                <number>0</number>
592
                <number>0</number>
593
               </property>
593
               </property>
594
              </widget>
594
              </widget>
595
             </widget>
595
             </widget>
596
            </item>
596
            </item>
597
            <item>
597
            <item>
598
             <spacer name="verticalSpacer_3">
598
             <spacer name="verticalSpacer_3">
599
              <property name="orientation">
599
              <property name="orientation">
600
               <enum>Qt::Vertical</enum>
600
               <enum>Qt::Vertical</enum>
601
              </property>
601
              </property>
602
              <property name="sizeHint" stdset="0">
602
              <property name="sizeHint" stdset="0">
603
               <size>
603
               <size>
604
                <width>20</width>
604
                <width>20</width>
605
                <height>40</height>
605
                <height>40</height>
606
               </size>
606
               </size>
607
              </property>
607
              </property>
608
             </spacer>
608
             </spacer>
609
            </item>
609
            </item>
610
           </layout>
610
           </layout>
611
          </item>
611
          </item>
612
          <item>
612
          <item>
613
           <layout class="QVBoxLayout" name="captureVerticalLayout2" stretch="1,1">
613
           <layout class="QVBoxLayout" name="captureVerticalLayout2" stretch="1,1">
614
            <item>
614
            <item>
615
             <widget class="SMVideoZoomWidget" name="captureCamera0Widget">
615
             <widget class="SMVideoZoomWidget" name="captureCamera0Widget">
616
              <property name="frameShape">
616
              <property name="frameShape">
617
               <enum>QFrame::NoFrame</enum>
617
               <enum>QFrame::NoFrame</enum>
618
              </property>
618
              </property>
619
             </widget>
619
             </widget>
620
            </item>
620
            </item>
621
            <item>
621
            <item>
622
             <widget class="SMVideoZoomWidget" name="captureCamera1Widget">
622
             <widget class="SMVideoZoomWidget" name="captureCamera1Widget">
623
              <property name="frameShape">
623
              <property name="frameShape">
624
               <enum>QFrame::NoFrame</enum>
624
               <enum>QFrame::NoFrame</enum>
625
              </property>
625
              </property>
626
             </widget>
626
             </widget>
627
            </item>
627
            </item>
628
           </layout>
628
           </layout>
629
          </item>
629
          </item>
630
          <item>
630
          <item>
631
           <layout class="QVBoxLayout" name="captureVerticalLayout3">
631
           <layout class="QVBoxLayout" name="captureVerticalLayout3">
632
            <item>
632
            <item>
633
             <widget class="QTreeWidget" name="captureTreeWidget">
633
             <widget class="QTreeWidget" name="captureTreeWidget">
634
              <property name="sizePolicy">
634
              <property name="sizePolicy">
635
               <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
635
               <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
636
                <horstretch>0</horstretch>
636
                <horstretch>0</horstretch>
637
                <verstretch>0</verstretch>
637
                <verstretch>0</verstretch>
638
               </sizepolicy>
638
               </sizepolicy>
639
              </property>
639
              </property>
640
              <property name="maximumSize">
640
              <property name="maximumSize">
641
               <size>
641
               <size>
642
                <width>250</width>
642
                <width>250</width>
643
                <height>16777215</height>
643
                <height>16777215</height>
644
               </size>
644
               </size>
645
              </property>
645
              </property>
646
              <attribute name="headerVisible">
646
              <attribute name="headerVisible">
647
               <bool>false</bool>
647
               <bool>false</bool>
648
              </attribute>
648
              </attribute>
649
              <column>
649
              <column>
650
               <property name="text">
650
               <property name="text">
651
                <string notr="true">1</string>
651
                <string notr="true">1</string>
652
               </property>
652
               </property>
653
              </column>
653
              </column>
654
             </widget>
654
             </widget>
655
            </item>
655
            </item>
656
            <item>
656
            <item>
657
             <widget class="QPushButton" name="reconstructButton">
657
             <widget class="QPushButton" name="reconstructButton">
658
              <property name="enabled">
658
              <property name="enabled">
659
               <bool>false</bool>
659
               <bool>false</bool>
660
              </property>
660
              </property>
661
              <property name="text">
661
              <property name="text">
662
               <string>Reconstruct</string>
662
               <string>Reconstruct</string>
663
              </property>
663
              </property>
664
             </widget>
664
             </widget>
665
            </item>
665
            </item>
666
           </layout>
666
           </layout>
667
          </item>
667
          </item>
668
         </layout>
668
         </layout>
669
        </item>
669
        </item>
670
       </layout>
670
       </layout>
671
      </widget>
671
      </widget>
672
      <widget class="QWidget" name="pointCloudTab">
672
      <widget class="QWidget" name="pointCloudTab">
673
       <attribute name="title">
673
       <attribute name="title">
674
        <string>Point Clouds</string>
674
        <string>Point Clouds</string>
675
       </attribute>
675
       </attribute>
676
       <layout class="QGridLayout" name="gridLayout_4">
676
       <layout class="QGridLayout" name="gridLayout_4">
677
        <item row="0" column="0">
677
        <item row="0" column="0">
678
         <widget class="QListWidget" name="pointCloudsListWidget">
678
         <widget class="QListWidget" name="pointCloudsListWidget">
679
          <property name="sizePolicy">
679
          <property name="sizePolicy">
680
           <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
680
           <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
681
            <horstretch>0</horstretch>
681
            <horstretch>0</horstretch>
682
            <verstretch>0</verstretch>
682
            <verstretch>0</verstretch>
683
           </sizepolicy>
683
           </sizepolicy>
684
          </property>
684
          </property>
685
          <property name="maximumSize">
685
          <property name="maximumSize">
686
           <size>
686
           <size>
687
            <width>200</width>
687
            <width>200</width>
688
            <height>16777215</height>
688
            <height>16777215</height>
689
           </size>
689
           </size>
690
          </property>
690
          </property>
691
         </widget>
691
         </widget>
692
        </item>
692
        </item>
693
        <item row="0" column="1" rowspan="2">
693
        <item row="0" column="1" rowspan="2">
694
         <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true"/>
694
         <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true"/>
695
        </item>
695
        </item>
696
       </layout>
696
       </layout>
697
      </widget>
697
      </widget>
698
     </widget>
698
     </widget>
699
    </item>
699
    </item>
700
   </layout>
700
   </layout>
701
  </widget>
701
  </widget>
702
  <widget class="QStatusBar" name="statusBar"/>
702
  <widget class="QStatusBar" name="statusBar"/>
703
  <widget class="QMenuBar" name="menuBar">
703
  <widget class="QMenuBar" name="menuBar">
704
   <property name="geometry">
704
   <property name="geometry">
705
    <rect>
705
    <rect>
706
     <x>0</x>
706
     <x>0</x>
707
     <y>0</y>
707
     <y>0</y>
708
     <width>896</width>
708
     <width>896</width>
709
     <height>25</height>
709
     <height>25</height>
710
    </rect>
710
    </rect>
711
   </property>
711
   </property>
712
   <widget class="QMenu" name="menuPreferences">
712
   <widget class="QMenu" name="menuPreferences">
713
    <property name="title">
713
    <property name="title">
714
     <string>SMScanner</string>
714
     <string>SMScanner</string>
715
    </property>
715
    </property>
716
    <addaction name="actionPreferences"/>
716
    <addaction name="actionPreferences"/>
717
   </widget>
717
   </widget>
718
   <widget class="QMenu" name="menuCalibration">
718
   <widget class="QMenu" name="menuCalibration">
719
    <property name="title">
719
    <property name="title">
720
     <string>Calibration</string>
720
     <string>Calibration</string>
721
    </property>
721
    </property>
722
    <addaction name="actionProject_Focusing_Pattern"/>
722
    <addaction name="actionProject_Focusing_Pattern"/>
723
    <addaction name="actionExport_Parameters"/>
723
    <addaction name="actionExport_Parameters"/>
724
    <addaction name="actionExport_Sets"/>
724
    <addaction name="actionExport_Sets"/>
725
    <addaction name="actionImport_Parameters"/>
725
    <addaction name="actionImport_Parameters"/>
726
    <addaction name="actionImport_Sets"/>
726
    <addaction name="actionImport_Sets"/>
727
   </widget>
727
   </widget>
728
   <widget class="QMenu" name="menuCapture">
728
   <widget class="QMenu" name="menuCapture">
729
    <property name="title">
729
    <property name="title">
730
     <string>Capture</string>
730
     <string>Capture</string>
731
    </property>
731
    </property>
732
    <addaction name="actionExport_Sequences"/>
732
    <addaction name="actionExport_Sequences"/>
733
    <addaction name="actionExport_White_Frames"/>
733
    <addaction name="actionExport_White_Frames"/>
734
    <addaction name="actionClear_Sequences"/>
734
    <addaction name="actionClear_Sequences"/>
735
    <addaction name="actionImport_Sequences"/>
735
    <addaction name="actionImport_Sequences"/>
736
   </widget>
736
   </widget>
737
   <widget class="QMenu" name="menuPoint_Clouds">
737
   <widget class="QMenu" name="menuPoint_Clouds">
738
    <property name="title">
738
    <property name="title">
739
     <string>Point Clouds</string>
739
     <string>Point Clouds</string>
740
    </property>
740
    </property>
741
    <addaction name="actionExport_Point_Clouds"/>
741
    <addaction name="actionExport_Point_Clouds"/>
742
    <addaction name="actionClear_Point_Clouds"/>
742
    <addaction name="actionClear_Point_Clouds"/>
743
   </widget>
743
   </widget>
744
   <addaction name="menuPreferences"/>
744
   <addaction name="menuPreferences"/>
745
   <addaction name="menuCalibration"/>
745
   <addaction name="menuCalibration"/>
746
   <addaction name="menuCapture"/>
746
   <addaction name="menuCapture"/>
747
   <addaction name="menuPoint_Clouds"/>
747
   <addaction name="menuPoint_Clouds"/>
748
  </widget>
748
  </widget>
749
  <action name="actionPreferences">
749
  <action name="actionPreferences">
750
   <property name="text">
750
   <property name="text">
751
    <string>Preferences</string>
751
    <string>Preferences</string>
752
   </property>
752
   </property>
753
  </action>
753
  </action>
754
  <action name="actionExport_Sets">
754
  <action name="actionExport_Sets">
755
   <property name="text">
755
   <property name="text">
756
    <string>Export Sets</string>
756
    <string>Export Sets</string>
757
   </property>
757
   </property>
758
  </action>
758
  </action>
759
  <action name="actionExport_Sequences">
759
  <action name="actionExport_Sequences">
760
   <property name="text">
760
   <property name="text">
761
    <string>Export Sequences</string>
761
    <string>Export Sequences</string>
762
   </property>
762
   </property>
763
  </action>
763
  </action>
764
  <action name="actionExport_Parameters">
764
  <action name="actionExport_Parameters">
765
   <property name="text">
765
   <property name="text">
766
    <string>Export Parameters</string>
766
    <string>Export Parameters</string>
767
   </property>
767
   </property>
768
  </action>
768
  </action>
769
  <action name="actionExport_Point_Clouds">
769
  <action name="actionExport_Point_Clouds">
770
   <property name="text">
770
   <property name="text">
771
    <string>Export Point Clouds</string>
771
    <string>Export Point Clouds</string>
772
   </property>
772
   </property>
773
  </action>
773
  </action>
774
  <action name="actionClear_Sequences">
774
  <action name="actionClear_Sequences">
775
   <property name="text">
775
   <property name="text">
776
    <string>Clear Sequences</string>
776
    <string>Clear Sequences</string>
777
   </property>
777
   </property>
778
  </action>
778
  </action>
779
  <action name="actionExport_White_Frames">
779
  <action name="actionExport_White_Frames">
780
   <property name="text">
780
   <property name="text">
781
    <string>Export White Frames</string>
781
    <string>Export White Frames</string>
782
   </property>
782
   </property>
783
  </action>
783
  </action>
784
  <action name="actionImport_Sets">
784
  <action name="actionImport_Sets">
785
   <property name="text">
785
   <property name="text">
786
    <string>Import Sets</string>
786
    <string>Import Sets</string>
787
   </property>
787
   </property>
788
  </action>
788
  </action>
789
  <action name="actionImport_Parameters">
789
  <action name="actionImport_Parameters">
790
   <property name="text">
790
   <property name="text">
791
    <string>Import Parameters</string>
791
    <string>Import Parameters</string>
792
   </property>
792
   </property>
793
  </action>
793
  </action>
794
  <action name="actionImport_Sequences">
794
  <action name="actionImport_Sequences">
795
   <property name="text">
795
   <property name="text">
796
    <string>Import Sequences</string>
796
    <string>Import Sequences</string>
797
   </property>
797
   </property>
798
  </action>
798
  </action>
799
  <action name="actionClear_Point_Clouds">
799
  <action name="actionClear_Point_Clouds">
800
   <property name="text">
800
   <property name="text">
801
    <string>Clear Point Clouds</string>
801
    <string>Clear Point Clouds</string>
802
   </property>
802
   </property>
803
  </action>
803
  </action>
804
  <action name="actionProject_Focusing_Pattern">
804
  <action name="actionProject_Focusing_Pattern">
805
   <property name="checkable">
805
   <property name="checkable">
806
    <bool>true</bool>
806
    <bool>true</bool>
807
   </property>
807
   </property>
808
   <property name="text">
808
   <property name="text">
809
    <string>Project Focusing Pattern</string>
809
    <string>Project Focusing Pattern</string>
810
   </property>
810
   </property>
811
  </action>
811
  </action>
812
 </widget>
812
 </widget>
813
 <layoutdefault spacing="6" margin="11"/>
813
 <layoutdefault spacing="6" margin="11"/>
814
 <customwidgets>
814
 <customwidgets>
815
  <customwidget>
815
  <customwidget>
816
   <class>SMPointCloudWidget</class>
816
   <class>SMPointCloudWidget</class>
817
   <extends>QWidget</extends>
817
   <extends>QWidget</extends>
818
   <header>SMPointCloudWidget.h</header>
818
   <header>SMPointCloudWidget.h</header>
819
   <container>1</container>
819
   <container>1</container>
820
  </customwidget>
820
  </customwidget>
821
  <customwidget>
821
  <customwidget>
822
   <class>SMVideoZoomWidget</class>
822
   <class>SMVideoZoomWidget</class>
823
   <extends>QGraphicsView</extends>
823
   <extends>QGraphicsView</extends>
824
   <header>SMVideoZoomWidget.h</header>
824
   <header>SMVideoZoomWidget.h</header>
825
  </customwidget>
825
  </customwidget>
826
 </customwidgets>
826
 </customwidgets>
827
 <tabstops>
827
 <tabstops>
828
  <tabstop>tabWidget</tabstop>
828
  <tabstop>tabWidget</tabstop>
829
  <tabstop>calibrationRotationDial</tabstop>
829
  <tabstop>calibrationRotationDial</tabstop>
830
  <tabstop>singleCalibrationButton</tabstop>
830
  <tabstop>singleCalibrationButton</tabstop>
831
  <tabstop>calibrationBatchStartSpinBox</tabstop>
831
  <tabstop>calibrationBatchStartSpinBox</tabstop>
832
  <tabstop>calibrationBatchEndSpinBox</tabstop>
832
  <tabstop>calibrationBatchEndSpinBox</tabstop>
833
  <tabstop>calibrationBatchStepSpinBox</tabstop>
833
  <tabstop>calibrationBatchStepSpinBox</tabstop>
834
  <tabstop>batchCalibrationButton</tabstop>
834
  <tabstop>batchCalibrationButton</tabstop>
835
  <tabstop>calibrationListWidget</tabstop>
835
  <tabstop>calibrationListWidget</tabstop>
836
  <tabstop>calibrateButton</tabstop>
836
  <tabstop>calibrateButton</tabstop>
837
  <tabstop>captureRotationDial</tabstop>
837
  <tabstop>captureRotationDial</tabstop>
838
  <tabstop>singleCaptureButton</tabstop>
838
  <tabstop>singleCaptureButton</tabstop>
839
  <tabstop>captureBatchStartSpinBox</tabstop>
839
  <tabstop>captureBatchStartSpinBox</tabstop>
840
  <tabstop>captureBatchEndSpinBox</tabstop>
840
  <tabstop>captureBatchEndSpinBox</tabstop>
841
  <tabstop>captureBatchStepSpinBox</tabstop>
841
  <tabstop>captureBatchStepSpinBox</tabstop>
842
  <tabstop>batchCaptureButton</tabstop>
842
  <tabstop>batchCaptureButton</tabstop>
843
  <tabstop>captureTreeWidget</tabstop>
843
  <tabstop>captureTreeWidget</tabstop>
844
  <tabstop>reconstructButton</tabstop>
844
  <tabstop>reconstructButton</tabstop>
845
  <tabstop>pointCloudsListWidget</tabstop>
845
  <tabstop>pointCloudsListWidget</tabstop>
846
 </tabstops>
846
 </tabstops>
847
 <resources/>
847
 <resources/>
848
 <connections/>
848
 <connections/>
849
 <slots>
849
 <slots>
850
  <slot>on_rotationDial_sliderReleased()</slot>
850
  <slot>on_rotationDial_sliderReleased()</slot>
851
 </slots>
851
 </slots>
852
</ui>
852
</ui>
853
 
853