Subversion Repositories seema-scanner

Rev

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

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