Subversion Repositories seema-scanner

Rev

Rev 25 | Rev 28 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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