Subversion Repositories seema-scanner

Rev

Rev 9 | Rev 41 | 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>
10
    <height>631</height>
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">
287
   <property name="geometry">
288
    <rect>
289
     <x>40</x>
290
     <y>80</y>
291
     <width>261</width>
292
     <height>24</height>
293
    </rect>
294
   </property>
295
   <layout class="QHBoxLayout" name="patternModeLayout">
296
    <item>
297
     <widget class="QCheckBox" name="patternHorizontalCheckBox">
298
      <property name="text">
299
       <string>Horizontal</string>
300
      </property>
301
      <property name="checked">
302
       <bool>true</bool>
303
      </property>
304
     </widget>
305
    </item>
306
    <item>
307
     <widget class="QCheckBox" name="patternVerticalCheckBox">
308
      <property name="text">
309
       <string>Vertical</string>
310
      </property>
311
     </widget>
312
    </item>
313
   </layout>
314
  </widget>
315
  <widget class="QComboBox" name="camera1ComboBox">
316
   <property name="geometry">
317
    <rect>
318
     <x>20</x>
319
     <y>330</y>
320
     <width>321</width>
321
     <height>27</height>
322
    </rect>
323
   </property>
324
  </widget>
325
  <widget class="QLabel" name="camera1Label">
326
   <property name="geometry">
327
    <rect>
328
     <x>20</x>
329
     <y>310</y>
330
     <width>67</width>
331
     <height>17</height>
332
    </rect>
333
   </property>
334
   <property name="text">
335
    <string>Camera 1:</string>
336
   </property>
337
  </widget>
338
  <zorder>layoutWidget</zorder>
339
  <zorder>layoutWidget</zorder>
340
  <zorder>layoutWidget</zorder>
341
  <zorder>layoutWidget</zorder>
342
  <zorder>buttonBox</zorder>
343
  <zorder>camera0Label</zorder>
344
  <zorder>projectorLabel</zorder>
345
  <zorder>camera0ComboBox</zorder>
346
  <zorder>patternModeLabel</zorder>
347
  <zorder>patternModeComboBox</zorder>
348
  <zorder>projectorComboBox</zorder>
349
  <zorder>triggerModeLabel</zorder>
350
  <zorder>layoutWidget_3</zorder>
351
  <zorder>camera1ComboBox</zorder>
352
  <zorder>camera1Label</zorder>
353
 </widget>
354
 <resources/>
355
 <connections>
356
  <connection>
357
   <sender>buttonBox</sender>
358
   <signal>accepted()</signal>
359
   <receiver>SMPreferenceDialog</receiver>
360
   <slot>accept()</slot>
361
   <hints>
362
    <hint type="sourcelabel">
363
     <x>248</x>
364
     <y>254</y>
365
    </hint>
366
    <hint type="destinationlabel">
367
     <x>157</x>
368
     <y>274</y>
369
    </hint>
370
   </hints>
371
  </connection>
372
  <connection>
373
   <sender>buttonBox</sender>
374
   <signal>rejected()</signal>
375
   <receiver>SMPreferenceDialog</receiver>
376
   <slot>reject()</slot>
377
   <hints>
378
    <hint type="sourcelabel">
379
     <x>316</x>
380
     <y>260</y>
381
    </hint>
382
    <hint type="destinationlabel">
383
     <x>286</x>
384
     <y>274</y>
385
    </hint>
386
   </hints>
387
  </connection>
388
 </connections>
389
</ui>