Subversion Repositories seema-scanner

Rev

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

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