Subversion Repositories seema-scanner

Rev

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

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