Subversion Repositories seema-scanner

Rev

Rev 4 | Rev 25 | 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">
4 jakw 21
       <number>0</number>
2 jakw 22
      </property>
23
      <widget class="QWidget" name="calibrationTab">
24
       <property name="cursor">
25
        <cursorShape>ArrowCursor</cursorShape>
26
       </property>
1 jakw 27
       <attribute name="title">
2 jakw 28
        <string>Calibration</string>
1 jakw 29
       </attribute>
2 jakw 30
       <widget class="SMVideoWidget" name="calibrationCamera1Widget">
31
        <property name="geometry">
32
         <rect>
4 jakw 33
          <x>60</x>
34
          <y>310</y>
2 jakw 35
          <width>291</width>
36
          <height>231</height>
37
         </rect>
38
        </property>
39
        <property name="frameShape">
40
         <enum>QFrame::Box</enum>
41
        </property>
42
        <property name="text">
43
         <string>Camera1</string>
44
        </property>
4 jakw 45
        <property name="alignment">
46
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
47
        </property>
2 jakw 48
       </widget>
49
       <widget class="SMVideoWidget" name="calibrationCamera0Widget">
50
        <property name="geometry">
51
         <rect>
4 jakw 52
          <x>60</x>
53
          <y>70</y>
2 jakw 54
          <width>291</width>
55
          <height>231</height>
56
         </rect>
57
        </property>
58
        <property name="frameShape">
59
         <enum>QFrame::Box</enum>
60
        </property>
61
        <property name="text">
62
         <string>Camera0</string>
63
        </property>
4 jakw 64
        <property name="alignment">
65
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
66
        </property>
2 jakw 67
       </widget>
68
       <widget class="QListWidget" name="calibrationListWidget">
69
        <property name="geometry">
70
         <rect>
4 jakw 71
          <x>650</x>
72
          <y>40</y>
73
          <width>201</width>
74
          <height>441</height>
2 jakw 75
         </rect>
76
        </property>
77
       </widget>
78
       <widget class="QPushButton" name="calibrateButton">
79
        <property name="geometry">
80
         <rect>
4 jakw 81
          <x>670</x>
82
          <y>490</y>
83
          <width>151</width>
2 jakw 84
          <height>27</height>
85
         </rect>
86
        </property>
87
        <property name="text">
88
         <string>Calibrate</string>
89
        </property>
90
       </widget>
4 jakw 91
       <widget class="QSpinBox" name="spinBox_4">
2 jakw 92
        <property name="geometry">
93
         <rect>
4 jakw 94
          <x>490</x>
95
          <y>410</y>
96
          <width>101</width>
2 jakw 97
          <height>27</height>
98
         </rect>
99
        </property>
4 jakw 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>
108
          <y>510</y>
109
          <width>221</width>
110
          <height>27</height>
111
         </rect>
112
        </property>
2 jakw 113
        <property name="text">
4 jakw 114
         <string>Batch Aquistion</string>
2 jakw 115
        </property>
116
       </widget>
4 jakw 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>
23 jakw 143
       <widget class="QDial" name="calibrationRotationDial">
4 jakw 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">
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>
237
        </property>
238
       </widget>
1 jakw 239
      </widget>
2 jakw 240
      <widget class="QWidget" name="captureTab">
1 jakw 241
       <attribute name="title">
2 jakw 242
        <string>Capture</string>
1 jakw 243
       </attribute>
2 jakw 244
       <widget class="SMVideoWidget" name="captureCamera0Widget">
245
        <property name="geometry">
246
         <rect>
247
          <x>30</x>
248
          <y>60</y>
249
          <width>291</width>
250
          <height>231</height>
251
         </rect>
252
        </property>
253
        <property name="frameShape">
254
         <enum>QFrame::Box</enum>
255
        </property>
256
        <property name="text">
257
         <string>Camera0</string>
258
        </property>
4 jakw 259
        <property name="alignment">
260
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
261
        </property>
2 jakw 262
       </widget>
263
       <widget class="SMVideoWidget" name="captureCamera1Widget">
264
        <property name="geometry">
265
         <rect>
266
          <x>30</x>
267
          <y>320</y>
268
          <width>291</width>
269
          <height>231</height>
270
         </rect>
271
        </property>
272
        <property name="frameShape">
273
         <enum>QFrame::Box</enum>
274
        </property>
275
        <property name="text">
276
         <string>Camera1</string>
277
        </property>
4 jakw 278
        <property name="alignment">
279
         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
280
        </property>
2 jakw 281
       </widget>
23 jakw 282
       <widget class="QDial" name="captureRotationDial">
2 jakw 283
        <property name="geometry">
284
         <rect>
285
          <x>350</x>
286
          <y>80</y>
287
          <width>231</width>
288
          <height>221</height>
289
         </rect>
290
        </property>
291
        <property name="maximum">
292
         <number>360</number>
293
        </property>
294
        <property name="orientation">
295
         <enum>Qt::Horizontal</enum>
296
        </property>
297
        <property name="wrapping">
298
         <bool>true</bool>
299
        </property>
300
        <property name="notchTarget">
301
         <double>0.000000000000000</double>
302
        </property>
303
        <property name="notchesVisible">
304
         <bool>true</bool>
305
        </property>
306
       </widget>
307
       <widget class="QLabel" name="label">
308
        <property name="geometry">
309
         <rect>
310
          <x>410</x>
311
          <y>50</y>
312
          <width>111</width>
313
          <height>17</height>
314
         </rect>
315
        </property>
316
        <property name="text">
317
         <string>Rotation Stage</string>
318
        </property>
319
       </widget>
23 jakw 320
       <widget class="QTreeWidget" name="captureTreeWidget">
2 jakw 321
        <property name="geometry">
322
         <rect>
323
          <x>630</x>
324
          <y>40</y>
325
          <width>256</width>
326
          <height>521</height>
327
         </rect>
328
        </property>
329
        <column>
330
         <property name="text">
331
          <string notr="true">1</string>
332
         </property>
333
        </column>
334
       </widget>
335
       <widget class="QPushButton" name="singleCaptureButton">
336
        <property name="geometry">
337
         <rect>
338
          <x>360</x>
339
          <y>350</y>
340
          <width>221</width>
341
          <height>27</height>
342
         </rect>
343
        </property>
344
        <property name="text">
345
         <string>Single Capture</string>
346
        </property>
347
       </widget>
348
       <widget class="QPushButton" name="batchCaptureButton">
349
        <property name="geometry">
350
         <rect>
351
          <x>360</x>
352
          <y>520</y>
353
          <width>221</width>
354
          <height>27</height>
355
         </rect>
356
        </property>
357
        <property name="text">
358
         <string>Batch Capture</string>
359
        </property>
360
       </widget>
361
       <widget class="QLabel" name="label_2">
362
        <property name="geometry">
363
         <rect>
364
          <x>380</x>
365
          <y>430</y>
366
          <width>66</width>
367
          <height>17</height>
368
         </rect>
369
        </property>
370
        <property name="text">
371
         <string>Start:</string>
372
        </property>
373
       </widget>
374
       <widget class="QLabel" name="label_3">
375
        <property name="geometry">
376
         <rect>
377
          <x>380</x>
378
          <y>460</y>
379
          <width>66</width>
380
          <height>17</height>
381
         </rect>
382
        </property>
383
        <property name="text">
384
         <string>End:</string>
385
        </property>
386
       </widget>
387
       <widget class="QSpinBox" name="spinBox">
388
        <property name="geometry">
389
         <rect>
390
          <x>460</x>
391
          <y>420</y>
392
          <width>101</width>
393
          <height>27</height>
394
         </rect>
395
        </property>
396
        <property name="maximum">
397
         <number>359</number>
398
        </property>
399
       </widget>
400
       <widget class="QSpinBox" name="spinBox_2">
401
        <property name="geometry">
402
         <rect>
403
          <x>460</x>
404
          <y>450</y>
405
          <width>101</width>
406
          <height>27</height>
407
         </rect>
408
        </property>
409
        <property name="maximum">
410
         <number>359</number>
411
        </property>
412
        <property name="value">
413
         <number>350</number>
414
        </property>
415
       </widget>
416
       <widget class="QLabel" name="label_4">
417
        <property name="geometry">
418
         <rect>
419
          <x>380</x>
420
          <y>490</y>
421
          <width>66</width>
422
          <height>17</height>
423
         </rect>
424
        </property>
425
        <property name="text">
426
         <string>Step:</string>
427
        </property>
428
       </widget>
429
       <widget class="QSpinBox" name="spinBox_3">
430
        <property name="geometry">
431
         <rect>
432
          <x>460</x>
433
          <y>480</y>
434
          <width>101</width>
435
          <height>27</height>
436
         </rect>
437
        </property>
438
        <property name="maximum">
439
         <number>359</number>
440
        </property>
441
        <property name="value">
442
         <number>10</number>
443
        </property>
444
       </widget>
1 jakw 445
      </widget>
2 jakw 446
      <widget class="QWidget" name="tab">
447
       <attribute name="title">
448
        <string>Point Clouds</string>
449
       </attribute>
450
       <widget class="QListWidget" name="pointCloudsListWidget">
451
        <property name="geometry">
452
         <rect>
453
          <x>30</x>
454
          <y>40</y>
455
          <width>256</width>
4 jakw 456
          <height>491</height>
2 jakw 457
         </rect>
458
        </property>
459
       </widget>
460
       <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true">
461
        <property name="geometry">
462
         <rect>
463
          <x>320</x>
464
          <y>40</y>
465
          <width>531</width>
466
          <height>561</height>
467
         </rect>
468
        </property>
469
       </widget>
4 jakw 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>
2 jakw 483
      </widget>
1 jakw 484
     </widget>
485
    </item>
486
   </layout>
487
  </widget>
2 jakw 488
  <widget class="QStatusBar" name="statusBar"/>
1 jakw 489
  <widget class="QMenuBar" name="menuBar">
490
   <property name="geometry">
491
    <rect>
492
     <x>0</x>
493
     <y>0</y>
2 jakw 494
     <width>923</width>
1 jakw 495
     <height>25</height>
496
    </rect>
497
   </property>
4 jakw 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"/>
1 jakw 505
  </widget>
4 jakw 506
  <action name="actionPreferences">
507
   <property name="text">
508
    <string>Preferences</string>
509
   </property>
510
  </action>
1 jakw 511
 </widget>
512
 <layoutdefault spacing="6" margin="11"/>
2 jakw 513
 <customwidgets>
514
  <customwidget>
515
   <class>SMPointCloudWidget</class>
516
   <extends>QWidget</extends>
517
   <header>SMPointCloudWidget.h</header>
518
   <container>1</container>
519
  </customwidget>
520
  <customwidget>
521
   <class>SMVideoWidget</class>
522
   <extends>QLabel</extends>
523
   <header>SMVideoWidget.h</header>
524
  </customwidget>
525
 </customwidgets>
1 jakw 526
 <resources/>
527
 <connections/>
528
</ui>