Subversion Repositories seema-scanner

Rev

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

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