Subversion Repositories seema-scanner

Rev

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