Subversion Repositories seema-scanner

Rev

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

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