Subversion Repositories seema-scanner

Rev

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

Rev Author Line No. Line
9 jakw 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SMPreferenceDialog</class>
4
 <widget class="QDialog" name="SMPreferenceDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>382</width>
41 jakw 10
    <height>589</height>
9 jakw 11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Preferences</string>
21
  </property>
22
  <property name="modal">
23
   <bool>true</bool>
24
  </property>
25
  <widget class="QDialogButtonBox" name="buttonBox">
26
   <property name="geometry">
27
    <rect>
28
     <x>90</x>
29
     <y>570</y>
30
     <width>261</width>
31
     <height>32</height>
32
    </rect>
33
   </property>
34
   <property name="orientation">
35
    <enum>Qt::Horizontal</enum>
36
   </property>
37
   <property name="standardButtons">
38
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
39
   </property>
40
  </widget>
41
  <widget class="QLabel" name="camera0Label">
42
   <property name="geometry">
43
    <rect>
44
     <x>20</x>
45
     <y>260</y>
46
     <width>67</width>
47
     <height>17</height>
48
    </rect>
49
   </property>
50
   <property name="text">
51
    <string>Camera 0:</string>
52
   </property>
53
  </widget>
54
  <widget class="QLabel" name="projectorLabel">
55
   <property name="geometry">
56
    <rect>
57
     <x>20</x>
58
     <y>140</y>
59
     <width>131</width>
60
     <height>17</height>
61
    </rect>
62
   </property>
63
   <property name="text">
64
    <string>Projector:</string>
65
   </property>
66
  </widget>
67
  <widget class="QComboBox" name="camera0ComboBox">
68
   <property name="geometry">
69
    <rect>
70
     <x>20</x>
71
     <y>280</y>
72
     <width>321</width>
73
     <height>27</height>
74
    </rect>
75
   </property>
76
  </widget>
77
  <widget class="QLabel" name="patternModeLabel">
78
   <property name="geometry">
79
    <rect>
80
     <x>20</x>
81
     <y>20</y>
82
     <width>121</width>
83
     <height>17</height>
84
    </rect>
85
   </property>
86
   <property name="text">
36 jakw 87
    <string>Algorithm:</string>
9 jakw 88
   </property>
89
  </widget>
90
  <widget class="QComboBox" name="patternModeComboBox">
91
   <property name="geometry">
92
    <rect>
93
     <x>20</x>
94
     <y>40</y>
95
     <width>321</width>
96
     <height>27</height>
97
    </rect>
98
   </property>
99
  </widget>
100
  <widget class="QComboBox" name="projectorComboBox">
101
   <property name="geometry">
102
    <rect>
103
     <x>20</x>
104
     <y>160</y>
105
     <width>321</width>
106
     <height>27</height>
107
    </rect>
108
   </property>
109
  </widget>
110
  <widget class="QLabel" name="triggerModeLabel">
111
   <property name="geometry">
112
    <rect>
113
     <x>20</x>
114
     <y>440</y>
115
     <width>121</width>
116
     <height>17</height>
117
    </rect>
118
   </property>
119
   <property name="text">
120
    <string>Trigger Mode:</string>
121
   </property>
122
  </widget>
123
  <widget class="QWidget" name="layoutWidget">
124
   <property name="geometry">
125
    <rect>
126
     <x>40</x>
127
     <y>460</y>
128
     <width>261</width>
129
     <height>24</height>
130
    </rect>
131
   </property>
132
   <layout class="QHBoxLayout" name="triggerModeLayout">
133
    <item>
134
     <widget class="QRadioButton" name="triggerHardwareRadioButton">
36 jakw 135
      <property name="enabled">
136
       <bool>false</bool>
137
      </property>
9 jakw 138
      <property name="text">
139
       <string>Hardware</string>
140
      </property>
141
      <property name="checked">
36 jakw 142
       <bool>false</bool>
9 jakw 143
      </property>
144
     </widget>
145
    </item>
146
    <item>
147
     <widget class="QRadioButton" name="triggerSoftwareRadioButton">
148
      <property name="text">
149
       <string>Software</string>
150
      </property>
36 jakw 151
      <property name="checked">
152
       <bool>true</bool>
153
      </property>
9 jakw 154
     </widget>
155
    </item>
156
   </layout>
157
  </widget>
158
  <widget class="QWidget" name="layoutWidget">
159
   <property name="geometry">
160
    <rect>
161
     <x>60</x>
162
     <y>370</y>
163
     <width>201</width>
164
     <height>29</height>
165
    </rect>
166
   </property>
167
   <layout class="QHBoxLayout" name="shutterLayout">
168
    <item>
169
     <widget class="QLabel" name="shutterLabel">
170
      <property name="enabled">
171
       <bool>true</bool>
172
      </property>
173
      <property name="text">
174
       <string>Shutter:</string>
175
      </property>
176
     </widget>
177
    </item>
178
    <item>
179
     <widget class="QDoubleSpinBox" name="shutterDoubleSpinBox">
180
      <property name="decimals">
181
       <number>3</number>
182
      </property>
183
      <property name="maximum">
184
       <double>999.990000000000009</double>
185
      </property>
186
     </widget>
187
    </item>
188
    <item>
189
     <widget class="QLabel" name="delayMsLabel_2">
190
      <property name="text">
191
       <string>ms</string>
192
      </property>
193
     </widget>
194
    </item>
195
   </layout>
196
  </widget>
197
  <widget class="QWidget" name="layoutWidget">
198
   <property name="geometry">
199
    <rect>
200
     <x>40</x>
201
     <y>490</y>
202
     <width>261</width>
203
     <height>31</height>
204
    </rect>
205
   </property>
206
   <layout class="QHBoxLayout" name="triggerLayout">
207
    <item>
208
     <layout class="QHBoxLayout" name="shiftLayout">
209
      <item>
210
       <widget class="QLabel" name="shiftLabel">
36 jakw 211
        <property name="enabled">
212
         <bool>false</bool>
213
        </property>
9 jakw 214
        <property name="text">
215
         <string>Shift:</string>
216
        </property>
217
       </widget>
218
      </item>
219
      <item>
220
       <widget class="QSpinBox" name="shiftSpinBox">
36 jakw 221
        <property name="enabled">
222
         <bool>false</bool>
223
        </property>
9 jakw 224
        <property name="minimum">
225
         <number>0</number>
226
        </property>
227
       </widget>
228
      </item>
229
     </layout>
230
    </item>
231
    <item>
232
     <layout class="QHBoxLayout" name="delayLayout">
233
      <item>
234
       <widget class="QLabel" name="delayLabel">
235
        <property name="enabled">
236
         <bool>true</bool>
237
        </property>
238
        <property name="text">
239
         <string>Delay:</string>
240
        </property>
241
       </widget>
242
      </item>
243
      <item>
244
       <widget class="QSpinBox" name="delaySpinBox">
245
        <property name="maximum">
246
         <number>9999</number>
247
        </property>
248
       </widget>
249
      </item>
250
      <item>
251
       <widget class="QLabel" name="delayMsLabel">
252
        <property name="text">
253
         <string>ms</string>
254
        </property>
255
       </widget>
256
      </item>
257
     </layout>
258
    </item>
259
   </layout>
260
  </widget>
261
  <widget class="QWidget" name="layoutWidget">
262
   <property name="geometry">
263
    <rect>
264
     <x>40</x>
265
     <y>200</y>
266
     <width>251</width>
267
     <height>24</height>
268
    </rect>
269
   </property>
270
   <layout class="QHBoxLayout" name="diamondPatternLayout">
271
    <item>
272
     <widget class="QCheckBox" name="diamondPatternCheckBox">
36 jakw 273
      <property name="enabled">
274
       <bool>false</bool>
275
      </property>
9 jakw 276
      <property name="text">
277
       <string>Diamond Pixel Pattern</string>
278
      </property>
279
      <property name="checked">
280
       <bool>true</bool>
281
      </property>
282
     </widget>
283
    </item>
284
   </layout>
285
  </widget>
286
  <widget class="QWidget" name="layoutWidget_3">
41 jakw 287
   <property name="enabled">
288
    <bool>false</bool>
289
   </property>
9 jakw 290
   <property name="geometry">
291
    <rect>
292
     <x>40</x>
293
     <y>80</y>
294
     <width>261</width>
295
     <height>24</height>
296
    </rect>
297
   </property>
298
   <layout class="QHBoxLayout" name="patternModeLayout">
299
    <item>
300
     <widget class="QCheckBox" name="patternHorizontalCheckBox">
41 jakw 301
      <property name="enabled">
302
       <bool>false</bool>
303
      </property>
9 jakw 304
      <property name="text">
305
       <string>Horizontal</string>
306
      </property>
307
      <property name="checked">
308
       <bool>true</bool>
309
      </property>
310
     </widget>
311
    </item>
312
    <item>
313
     <widget class="QCheckBox" name="patternVerticalCheckBox">
41 jakw 314
      <property name="enabled">
315
       <bool>false</bool>
316
      </property>
9 jakw 317
      <property name="text">
318
       <string>Vertical</string>
319
      </property>
320
     </widget>
321
    </item>
322
   </layout>
323
  </widget>
324
  <widget class="QComboBox" name="camera1ComboBox">
325
   <property name="geometry">
326
    <rect>
327
     <x>20</x>
328
     <y>330</y>
329
     <width>321</width>
330
     <height>27</height>
331
    </rect>
332
   </property>
333
  </widget>
334
  <widget class="QLabel" name="camera1Label">
335
   <property name="geometry">
336
    <rect>
337
     <x>20</x>
338
     <y>310</y>
339
     <width>67</width>
340
     <height>17</height>
341
    </rect>
342
   </property>
343
   <property name="text">
344
    <string>Camera 1:</string>
345
   </property>
346
  </widget>
347
  <zorder>layoutWidget</zorder>
348
  <zorder>layoutWidget</zorder>
349
  <zorder>layoutWidget</zorder>
350
  <zorder>layoutWidget</zorder>
351
  <zorder>buttonBox</zorder>
352
  <zorder>camera0Label</zorder>
353
  <zorder>projectorLabel</zorder>
354
  <zorder>camera0ComboBox</zorder>
355
  <zorder>patternModeLabel</zorder>
356
  <zorder>patternModeComboBox</zorder>
357
  <zorder>projectorComboBox</zorder>
358
  <zorder>triggerModeLabel</zorder>
359
  <zorder>layoutWidget_3</zorder>
360
  <zorder>camera1ComboBox</zorder>
361
  <zorder>camera1Label</zorder>
362
 </widget>
363
 <resources/>
364
 <connections>
365
  <connection>
366
   <sender>buttonBox</sender>
367
   <signal>accepted()</signal>
368
   <receiver>SMPreferenceDialog</receiver>
369
   <slot>accept()</slot>
370
   <hints>
371
    <hint type="sourcelabel">
372
     <x>248</x>
373
     <y>254</y>
374
    </hint>
375
    <hint type="destinationlabel">
376
     <x>157</x>
377
     <y>274</y>
378
    </hint>
379
   </hints>
380
  </connection>
381
  <connection>
382
   <sender>buttonBox</sender>
383
   <signal>rejected()</signal>
384
   <receiver>SMPreferenceDialog</receiver>
385
   <slot>reject()</slot>
386
   <hints>
387
    <hint type="sourcelabel">
388
     <x>316</x>
389
     <y>260</y>
390
    </hint>
391
    <hint type="destinationlabel">
392
     <x>286</x>
393
     <y>274</y>
394
    </hint>
395
   </hints>
396
  </connection>
397
 </connections>
398
</ui>