Subversion Repositories seema-scanner

Rev

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

Rev 2 Rev 4
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>923</width>
9
    <width>923</width>
10
    <height>729</height>
10
    <height>729</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>SMScanner</string>
14
   <string>SMScanner</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="1">
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>0</number>
22
      </property>
22
      </property>
23
      <widget class="QWidget" name="calibrationTab">
23
      <widget class="QWidget" name="calibrationTab">
24
       <property name="cursor">
24
       <property name="cursor">
25
        <cursorShape>ArrowCursor</cursorShape>
25
        <cursorShape>ArrowCursor</cursorShape>
26
       </property>
26
       </property>
27
       <attribute name="title">
27
       <attribute name="title">
28
        <string>Calibration</string>
28
        <string>Calibration</string>
29
       </attribute>
29
       </attribute>
30
       <widget class="SMVideoWidget" name="calibrationCamera1Widget">
30
       <widget class="SMVideoWidget" name="calibrationCamera1Widget">
31
        <property name="geometry">
31
        <property name="geometry">
32
         <rect>
32
         <rect>
33
          <x>50</x>
33
          <x>60</x>
34
          <y>270</y>
34
          <y>310</y>
35
          <width>291</width>
35
          <width>291</width>
36
          <height>231</height>
36
          <height>231</height>
37
         </rect>
37
         </rect>
38
        </property>
38
        </property>
39
        <property name="frameShape">
39
        <property name="frameShape">
40
         <enum>QFrame::Box</enum>
40
         <enum>QFrame::Box</enum>
41
        </property>
41
        </property>
42
        <property name="text">
42
        <property name="text">
43
         <string>Camera1</string>
43
         <string>Camera1</string>
44
        </property>
44
        </property>
-
 
45
        <property name="alignment">
-
 
46
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
-
 
47
        </property>
45
       </widget>
48
       </widget>
46
       <widget class="SMVideoWidget" name="calibrationCamera0Widget">
49
       <widget class="SMVideoWidget" name="calibrationCamera0Widget">
47
        <property name="geometry">
50
        <property name="geometry">
48
         <rect>
51
         <rect>
49
          <x>50</x>
52
          <x>60</x>
50
          <y>30</y>
53
          <y>70</y>
51
          <width>291</width>
54
          <width>291</width>
52
          <height>231</height>
55
          <height>231</height>
53
         </rect>
56
         </rect>
54
        </property>
57
        </property>
55
        <property name="frameShape">
58
        <property name="frameShape">
56
         <enum>QFrame::Box</enum>
59
         <enum>QFrame::Box</enum>
57
        </property>
60
        </property>
58
        <property name="text">
61
        <property name="text">
59
         <string>Camera0</string>
62
         <string>Camera0</string>
60
        </property>
63
        </property>
-
 
64
        <property name="alignment">
-
 
65
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
-
 
66
        </property>
61
       </widget>
67
       </widget>
62
       <widget class="QListWidget" name="calibrationListWidget">
68
       <widget class="QListWidget" name="calibrationListWidget">
63
        <property name="geometry">
69
        <property name="geometry">
64
         <rect>
70
         <rect>
65
          <x>440</x>
71
          <x>650</x>
66
          <y>30</y>
72
          <y>40</y>
67
          <width>381</width>
73
          <width>201</width>
68
          <height>251</height>
74
          <height>441</height>
69
         </rect>
75
         </rect>
70
        </property>
76
        </property>
71
       </widget>
77
       </widget>
72
       <widget class="QPushButton" name="calibrateButton">
78
       <widget class="QPushButton" name="calibrateButton">
73
        <property name="geometry">
79
        <property name="geometry">
74
         <rect>
80
         <rect>
75
          <x>500</x>
81
          <x>670</x>
76
          <y>310</y>
82
          <y>490</y>
77
          <width>271</width>
83
          <width>151</width>
78
          <height>27</height>
84
          <height>27</height>
79
         </rect>
85
         </rect>
80
        </property>
86
        </property>
81
        <property name="text">
87
        <property name="text">
82
         <string>Calibrate</string>
88
         <string>Calibrate</string>
83
        </property>
89
        </property>
84
       </widget>
90
       </widget>
85
       <widget class="QPushButton" name="snapButton">
91
       <widget class="QSpinBox" name="spinBox_4">
86
        <property name="geometry">
92
        <property name="geometry">
87
         <rect>
93
         <rect>
88
          <x>60</x>
94
          <x>490</x>
-
 
95
          <y>410</y>
-
 
96
          <width>101</width>
-
 
97
          <height>27</height>
-
 
98
         </rect>
-
 
99
        </property>
-
 
100
        <property name="maximum">
-
 
101
         <number>359</number>
-
 
102
        </property>
-
 
103
       </widget>
-
 
104
       <widget class="QPushButton" name="batchCalibrationButton">
-
 
105
        <property name="geometry">
-
 
106
         <rect>
-
 
107
          <x>390</x>
89
          <y>530</y>
108
          <y>510</y>
90
          <width>271</width>
109
          <width>221</width>
91
          <height>27</height>
110
          <height>27</height>
92
         </rect>
111
         </rect>
93
        </property>
112
        </property>
94
        <property name="text">
113
        <property name="text">
-
 
114
         <string>Batch Aquistion</string>
-
 
115
        </property>
-
 
116
       </widget>
-
 
117
       <widget class="QLabel" name="label_5">
-
 
118
        <property name="geometry">
-
 
119
         <rect>
-
 
120
          <x>440</x>
-
 
121
          <y>40</y>
-
 
122
          <width>111</width>
-
 
123
          <height>17</height>
-
 
124
         </rect>
-
 
125
        </property>
-
 
126
        <property name="text">
-
 
127
         <string>Rotation Stage</string>
-
 
128
        </property>
-
 
129
       </widget>
-
 
130
       <widget class="QPushButton" name="singleCalibrationButton">
-
 
131
        <property name="geometry">
-
 
132
         <rect>
-
 
133
          <x>390</x>
-
 
134
          <y>340</y>
-
 
135
          <width>221</width>
-
 
136
          <height>27</height>
-
 
137
         </rect>
-
 
138
        </property>
-
 
139
        <property name="text">
-
 
140
         <string>Single Aquisition</string>
-
 
141
        </property>
-
 
142
       </widget>
-
 
143
       <widget class="QDial" name="dial_2">
-
 
144
        <property name="geometry">
-
 
145
         <rect>
-
 
146
          <x>380</x>
-
 
147
          <y>70</y>
-
 
148
          <width>231</width>
-
 
149
          <height>221</height>
-
 
150
         </rect>
-
 
151
        </property>
-
 
152
        <property name="maximum">
-
 
153
         <number>360</number>
-
 
154
        </property>
-
 
155
        <property name="orientation">
-
 
156
         <enum>Qt::Horizontal</enum>
-
 
157
        </property>
-
 
158
        <property name="wrapping">
-
 
159
         <bool>true</bool>
-
 
160
        </property>
-
 
161
        <property name="notchTarget">
-
 
162
         <double>0.000000000000000</double>
-
 
163
        </property>
-
 
164
        <property name="notchesVisible">
-
 
165
         <bool>true</bool>
-
 
166
        </property>
-
 
167
       </widget>
-
 
168
       <widget class="QLabel" name="label_6">
-
 
169
        <property name="geometry">
-
 
170
         <rect>
-
 
171
          <x>410</x>
-
 
172
          <y>440</y>
-
 
173
          <width>66</width>
-
 
174
          <height>17</height>
-
 
175
         </rect>
-
 
176
        </property>
-
 
177
        <property name="text">
-
 
178
         <string>End:</string>
-
 
179
        </property>
-
 
180
       </widget>
-
 
181
       <widget class="QLabel" name="label_7">
-
 
182
        <property name="geometry">
-
 
183
         <rect>
-
 
184
          <x>410</x>
-
 
185
          <y>410</y>
-
 
186
          <width>66</width>
-
 
187
          <height>17</height>
-
 
188
         </rect>
-
 
189
        </property>
-
 
190
        <property name="text">
-
 
191
         <string>Start:</string>
-
 
192
        </property>
-
 
193
       </widget>
-
 
194
       <widget class="QLabel" name="label_8">
-
 
195
        <property name="geometry">
-
 
196
         <rect>
-
 
197
          <x>410</x>
-
 
198
          <y>470</y>
-
 
199
          <width>66</width>
-
 
200
          <height>17</height>
-
 
201
         </rect>
-
 
202
        </property>
-
 
203
        <property name="text">
95
         <string>Snap</string>
204
         <string>Step:</string>
-
 
205
        </property>
-
 
206
       </widget>
-
 
207
       <widget class="QSpinBox" name="spinBox_5">
-
 
208
        <property name="geometry">
-
 
209
         <rect>
-
 
210
          <x>490</x>
-
 
211
          <y>470</y>
-
 
212
          <width>101</width>
-
 
213
          <height>27</height>
-
 
214
         </rect>
-
 
215
        </property>
-
 
216
        <property name="maximum">
-
 
217
         <number>359</number>
-
 
218
        </property>
-
 
219
        <property name="value">
-
 
220
         <number>10</number>
-
 
221
        </property>
-
 
222
       </widget>
-
 
223
       <widget class="QSpinBox" name="spinBox_6">
-
 
224
        <property name="geometry">
-
 
225
         <rect>
-
 
226
          <x>490</x>
-
 
227
          <y>440</y>
-
 
228
          <width>101</width>
-
 
229
          <height>27</height>
-
 
230
         </rect>
-
 
231
        </property>
-
 
232
        <property name="maximum">
-
 
233
         <number>359</number>
-
 
234
        </property>
-
 
235
        <property name="value">
-
 
236
         <number>120</number>
96
        </property>
237
        </property>
97
       </widget>
238
       </widget>
98
      </widget>
239
      </widget>
99
      <widget class="QWidget" name="captureTab">
240
      <widget class="QWidget" name="captureTab">
100
       <attribute name="title">
241
       <attribute name="title">
101
        <string>Capture</string>
242
        <string>Capture</string>
102
       </attribute>
243
       </attribute>
103
       <widget class="SMVideoWidget" name="captureCamera0Widget">
244
       <widget class="SMVideoWidget" name="captureCamera0Widget">
104
        <property name="geometry">
245
        <property name="geometry">
105
         <rect>
246
         <rect>
106
          <x>30</x>
247
          <x>30</x>
107
          <y>60</y>
248
          <y>60</y>
108
          <width>291</width>
249
          <width>291</width>
109
          <height>231</height>
250
          <height>231</height>
110
         </rect>
251
         </rect>
111
        </property>
252
        </property>
112
        <property name="frameShape">
253
        <property name="frameShape">
113
         <enum>QFrame::Box</enum>
254
         <enum>QFrame::Box</enum>
114
        </property>
255
        </property>
115
        <property name="text">
256
        <property name="text">
116
         <string>Camera0</string>
257
         <string>Camera0</string>
117
        </property>
258
        </property>
-
 
259
        <property name="alignment">
-
 
260
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
-
 
261
        </property>
118
       </widget>
262
       </widget>
119
       <widget class="SMVideoWidget" name="captureCamera1Widget">
263
       <widget class="SMVideoWidget" name="captureCamera1Widget">
120
        <property name="geometry">
264
        <property name="geometry">
121
         <rect>
265
         <rect>
122
          <x>30</x>
266
          <x>30</x>
123
          <y>320</y>
267
          <y>320</y>
124
          <width>291</width>
268
          <width>291</width>
125
          <height>231</height>
269
          <height>231</height>
126
         </rect>
270
         </rect>
127
        </property>
271
        </property>
128
        <property name="frameShape">
272
        <property name="frameShape">
129
         <enum>QFrame::Box</enum>
273
         <enum>QFrame::Box</enum>
130
        </property>
274
        </property>
131
        <property name="text">
275
        <property name="text">
132
         <string>Camera1</string>
276
         <string>Camera1</string>
133
        </property>
277
        </property>
-
 
278
        <property name="alignment">
-
 
279
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
-
 
280
        </property>
134
       </widget>
281
       </widget>
135
       <widget class="QDial" name="dial">
282
       <widget class="QDial" name="dial">
136
        <property name="geometry">
283
        <property name="geometry">
137
         <rect>
284
         <rect>
138
          <x>350</x>
285
          <x>350</x>
139
          <y>80</y>
286
          <y>80</y>
140
          <width>231</width>
287
          <width>231</width>
141
          <height>221</height>
288
          <height>221</height>
142
         </rect>
289
         </rect>
143
        </property>
290
        </property>
144
        <property name="maximum">
291
        <property name="maximum">
145
         <number>360</number>
292
         <number>360</number>
146
        </property>
293
        </property>
147
        <property name="orientation">
294
        <property name="orientation">
148
         <enum>Qt::Horizontal</enum>
295
         <enum>Qt::Horizontal</enum>
149
        </property>
296
        </property>
150
        <property name="wrapping">
297
        <property name="wrapping">
151
         <bool>true</bool>
298
         <bool>true</bool>
152
        </property>
299
        </property>
153
        <property name="notchTarget">
300
        <property name="notchTarget">
154
         <double>0.000000000000000</double>
301
         <double>0.000000000000000</double>
155
        </property>
302
        </property>
156
        <property name="notchesVisible">
303
        <property name="notchesVisible">
157
         <bool>true</bool>
304
         <bool>true</bool>
158
        </property>
305
        </property>
159
       </widget>
306
       </widget>
160
       <widget class="QLabel" name="label">
307
       <widget class="QLabel" name="label">
161
        <property name="geometry">
308
        <property name="geometry">
162
         <rect>
309
         <rect>
163
          <x>410</x>
310
          <x>410</x>
164
          <y>50</y>
311
          <y>50</y>
165
          <width>111</width>
312
          <width>111</width>
166
          <height>17</height>
313
          <height>17</height>
167
         </rect>
314
         </rect>
168
        </property>
315
        </property>
169
        <property name="text">
316
        <property name="text">
170
         <string>Rotation Stage</string>
317
         <string>Rotation Stage</string>
171
        </property>
318
        </property>
172
       </widget>
319
       </widget>
173
       <widget class="QTreeWidget" name="capturesTreeWidget">
320
       <widget class="QTreeWidget" name="capturesTreeWidget">
174
        <property name="geometry">
321
        <property name="geometry">
175
         <rect>
322
         <rect>
176
          <x>630</x>
323
          <x>630</x>
177
          <y>40</y>
324
          <y>40</y>
178
          <width>256</width>
325
          <width>256</width>
179
          <height>521</height>
326
          <height>521</height>
180
         </rect>
327
         </rect>
181
        </property>
328
        </property>
182
        <column>
329
        <column>
183
         <property name="text">
330
         <property name="text">
184
          <string notr="true">1</string>
331
          <string notr="true">1</string>
185
         </property>
332
         </property>
186
        </column>
333
        </column>
187
       </widget>
334
       </widget>
188
       <widget class="QPushButton" name="singleCaptureButton">
335
       <widget class="QPushButton" name="singleCaptureButton">
189
        <property name="geometry">
336
        <property name="geometry">
190
         <rect>
337
         <rect>
191
          <x>360</x>
338
          <x>360</x>
192
          <y>350</y>
339
          <y>350</y>
193
          <width>221</width>
340
          <width>221</width>
194
          <height>27</height>
341
          <height>27</height>
195
         </rect>
342
         </rect>
196
        </property>
343
        </property>
197
        <property name="text">
344
        <property name="text">
198
         <string>Single Capture</string>
345
         <string>Single Capture</string>
199
        </property>
346
        </property>
200
       </widget>
347
       </widget>
201
       <widget class="QPushButton" name="batchCaptureButton">
348
       <widget class="QPushButton" name="batchCaptureButton">
202
        <property name="geometry">
349
        <property name="geometry">
203
         <rect>
350
         <rect>
204
          <x>360</x>
351
          <x>360</x>
205
          <y>520</y>
352
          <y>520</y>
206
          <width>221</width>
353
          <width>221</width>
207
          <height>27</height>
354
          <height>27</height>
208
         </rect>
355
         </rect>
209
        </property>
356
        </property>
210
        <property name="text">
357
        <property name="text">
211
         <string>Batch Capture</string>
358
         <string>Batch Capture</string>
212
        </property>
359
        </property>
213
       </widget>
360
       </widget>
214
       <widget class="QLabel" name="label_2">
361
       <widget class="QLabel" name="label_2">
215
        <property name="geometry">
362
        <property name="geometry">
216
         <rect>
363
         <rect>
217
          <x>380</x>
364
          <x>380</x>
218
          <y>430</y>
365
          <y>430</y>
219
          <width>66</width>
366
          <width>66</width>
220
          <height>17</height>
367
          <height>17</height>
221
         </rect>
368
         </rect>
222
        </property>
369
        </property>
223
        <property name="text">
370
        <property name="text">
224
         <string>Start:</string>
371
         <string>Start:</string>
225
        </property>
372
        </property>
226
       </widget>
373
       </widget>
227
       <widget class="QLabel" name="label_3">
374
       <widget class="QLabel" name="label_3">
228
        <property name="geometry">
375
        <property name="geometry">
229
         <rect>
376
         <rect>
230
          <x>380</x>
377
          <x>380</x>
231
          <y>460</y>
378
          <y>460</y>
232
          <width>66</width>
379
          <width>66</width>
233
          <height>17</height>
380
          <height>17</height>
234
         </rect>
381
         </rect>
235
        </property>
382
        </property>
236
        <property name="text">
383
        <property name="text">
237
         <string>End:</string>
384
         <string>End:</string>
238
        </property>
385
        </property>
239
       </widget>
386
       </widget>
240
       <widget class="QSpinBox" name="spinBox">
387
       <widget class="QSpinBox" name="spinBox">
241
        <property name="geometry">
388
        <property name="geometry">
242
         <rect>
389
         <rect>
243
          <x>460</x>
390
          <x>460</x>
244
          <y>420</y>
391
          <y>420</y>
245
          <width>101</width>
392
          <width>101</width>
246
          <height>27</height>
393
          <height>27</height>
247
         </rect>
394
         </rect>
248
        </property>
395
        </property>
249
        <property name="maximum">
396
        <property name="maximum">
250
         <number>359</number>
397
         <number>359</number>
251
        </property>
398
        </property>
252
       </widget>
399
       </widget>
253
       <widget class="QSpinBox" name="spinBox_2">
400
       <widget class="QSpinBox" name="spinBox_2">
254
        <property name="geometry">
401
        <property name="geometry">
255
         <rect>
402
         <rect>
256
          <x>460</x>
403
          <x>460</x>
257
          <y>450</y>
404
          <y>450</y>
258
          <width>101</width>
405
          <width>101</width>
259
          <height>27</height>
406
          <height>27</height>
260
         </rect>
407
         </rect>
261
        </property>
408
        </property>
262
        <property name="maximum">
409
        <property name="maximum">
263
         <number>359</number>
410
         <number>359</number>
264
        </property>
411
        </property>
265
        <property name="value">
412
        <property name="value">
266
         <number>350</number>
413
         <number>350</number>
267
        </property>
414
        </property>
268
       </widget>
415
       </widget>
269
       <widget class="QLabel" name="label_4">
416
       <widget class="QLabel" name="label_4">
270
        <property name="geometry">
417
        <property name="geometry">
271
         <rect>
418
         <rect>
272
          <x>380</x>
419
          <x>380</x>
273
          <y>490</y>
420
          <y>490</y>
274
          <width>66</width>
421
          <width>66</width>
275
          <height>17</height>
422
          <height>17</height>
276
         </rect>
423
         </rect>
277
        </property>
424
        </property>
278
        <property name="text">
425
        <property name="text">
279
         <string>Step:</string>
426
         <string>Step:</string>
280
        </property>
427
        </property>
281
       </widget>
428
       </widget>
282
       <widget class="QSpinBox" name="spinBox_3">
429
       <widget class="QSpinBox" name="spinBox_3">
283
        <property name="geometry">
430
        <property name="geometry">
284
         <rect>
431
         <rect>
285
          <x>460</x>
432
          <x>460</x>
286
          <y>480</y>
433
          <y>480</y>
287
          <width>101</width>
434
          <width>101</width>
288
          <height>27</height>
435
          <height>27</height>
289
         </rect>
436
         </rect>
290
        </property>
437
        </property>
291
        <property name="maximum">
438
        <property name="maximum">
292
         <number>359</number>
439
         <number>359</number>
293
        </property>
440
        </property>
294
        <property name="value">
441
        <property name="value">
295
         <number>10</number>
442
         <number>10</number>
296
        </property>
443
        </property>
297
       </widget>
444
       </widget>
298
      </widget>
445
      </widget>
299
      <widget class="QWidget" name="tab">
446
      <widget class="QWidget" name="tab">
300
       <attribute name="title">
447
       <attribute name="title">
301
        <string>Point Clouds</string>
448
        <string>Point Clouds</string>
302
       </attribute>
449
       </attribute>
303
       <widget class="QListWidget" name="pointCloudsListWidget">
450
       <widget class="QListWidget" name="pointCloudsListWidget">
304
        <property name="geometry">
451
        <property name="geometry">
305
         <rect>
452
         <rect>
306
          <x>30</x>
453
          <x>30</x>
307
          <y>40</y>
454
          <y>40</y>
308
          <width>256</width>
455
          <width>256</width>
309
          <height>571</height>
456
          <height>491</height>
310
         </rect>
457
         </rect>
311
        </property>
458
        </property>
312
       </widget>
459
       </widget>
313
       <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true">
460
       <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true">
314
        <property name="geometry">
461
        <property name="geometry">
315
         <rect>
462
         <rect>
316
          <x>320</x>
463
          <x>320</x>
317
          <y>40</y>
464
          <y>40</y>
318
          <width>531</width>
465
          <width>531</width>
319
          <height>561</height>
466
          <height>561</height>
320
         </rect>
467
         </rect>
321
        </property>
468
        </property>
322
       </widget>
469
       </widget>
-
 
470
       <widget class="QCheckBox" name="checkBox">
-
 
471
        <property name="geometry">
-
 
472
         <rect>
-
 
473
          <x>30</x>
-
 
474
          <y>550</y>
-
 
475
          <width>161</width>
-
 
476
          <height>22</height>
-
 
477
         </rect>
-
 
478
        </property>
-
 
479
        <property name="text">
-
 
480
         <string>Show Texture</string>
-
 
481
        </property>
-
 
482
       </widget>
323
      </widget>
483
      </widget>
324
     </widget>
484
     </widget>
325
    </item>
485
    </item>
326
   </layout>
486
   </layout>
327
  </widget>
487
  </widget>
328
  <widget class="QStatusBar" name="statusBar"/>
488
  <widget class="QStatusBar" name="statusBar"/>
329
  <widget class="QMenuBar" name="menuBar">
489
  <widget class="QMenuBar" name="menuBar">
330
   <property name="geometry">
490
   <property name="geometry">
331
    <rect>
491
    <rect>
332
     <x>0</x>
492
     <x>0</x>
333
     <y>0</y>
493
     <y>0</y>
334
     <width>923</width>
494
     <width>923</width>
335
     <height>25</height>
495
     <height>25</height>
336
    </rect>
496
    </rect>
337
   </property>
497
   </property>
-
 
498
   <widget class="QMenu" name="menuPreferences">
-
 
499
    <property name="title">
-
 
500
     <string>SMScanner</string>
-
 
501
    </property>
-
 
502
    <addaction name="actionPreferences"/>
-
 
503
   </widget>
-
 
504
   <addaction name="menuPreferences"/>
338
  </widget>
505
  </widget>
-
 
506
  <action name="actionPreferences">
-
 
507
   <property name="text">
-
 
508
    <string>Preferences</string>
-
 
509
   </property>
-
 
510
  </action>
339
 </widget>
511
 </widget>
340
 <layoutdefault spacing="6" margin="11"/>
512
 <layoutdefault spacing="6" margin="11"/>
341
 <customwidgets>
513
 <customwidgets>
342
  <customwidget>
514
  <customwidget>
343
   <class>SMPointCloudWidget</class>
515
   <class>SMPointCloudWidget</class>
344
   <extends>QWidget</extends>
516
   <extends>QWidget</extends>
345
   <header>SMPointCloudWidget.h</header>
517
   <header>SMPointCloudWidget.h</header>
346
   <container>1</container>
518
   <container>1</container>
347
  </customwidget>
519
  </customwidget>
348
  <customwidget>
520
  <customwidget>
349
   <class>SMVideoWidget</class>
521
   <class>SMVideoWidget</class>
350
   <extends>QLabel</extends>
522
   <extends>QLabel</extends>
351
   <header>SMVideoWidget.h</header>
523
   <header>SMVideoWidget.h</header>
352
  </customwidget>
524
  </customwidget>
353
 </customwidgets>
525
 </customwidgets>
354
 <resources/>
526
 <resources/>
355
 <connections/>
527
 <connections/>
356
</ui>
528
</ui>
357
 
529