Subversion Repositories seema-scanner

Rev

Rev 36 | Go to most recent revision | Details | 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">
87
    <string>Pattern Mode:</string>
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">
135
      <property name="text">
136
       <string>Hardware</string>
137
      </property>
138
      <property name="checked">
139
       <bool>true</bool>
140
      </property>
141
     </widget>
142
    </item>
143
    <item>
144
     <widget class="QRadioButton" name="triggerSoftwareRadioButton">
145
      <property name="text">
146
       <string>Software</string>
147
      </property>
148
     </widget>
149
    </item>
150
   </layout>
151
  </widget>
152
  <widget class="QWidget" name="layoutWidget">
153
   <property name="geometry">
154
    <rect>
155
     <x>60</x>
156
     <y>370</y>
157
     <width>201</width>
158
     <height>29</height>
159
    </rect>
160
   </property>
161
   <layout class="QHBoxLayout" name="shutterLayout">
162
    <item>
163
     <widget class="QLabel" name="shutterLabel">
164
      <property name="enabled">
165
       <bool>true</bool>
166
      </property>
167
      <property name="text">
168
       <string>Shutter:</string>
169
      </property>
170
     </widget>
171
    </item>
172
    <item>
173
     <widget class="QDoubleSpinBox" name="shutterDoubleSpinBox">
174
      <property name="decimals">
175
       <number>3</number>
176
      </property>
177
      <property name="maximum">
178
       <double>999.990000000000009</double>
179
      </property>
180
     </widget>
181
    </item>
182
    <item>
183
     <widget class="QLabel" name="delayMsLabel_2">
184
      <property name="text">
185
       <string>ms</string>
186
      </property>
187
     </widget>
188
    </item>
189
   </layout>
190
  </widget>
191
  <widget class="QWidget" name="layoutWidget">
192
   <property name="geometry">
193
    <rect>
194
     <x>40</x>
195
     <y>490</y>
196
     <width>261</width>
197
     <height>31</height>
198
    </rect>
199
   </property>
200
   <layout class="QHBoxLayout" name="triggerLayout">
201
    <item>
202
     <layout class="QHBoxLayout" name="shiftLayout">
203
      <item>
204
       <widget class="QLabel" name="shiftLabel">
205
        <property name="text">
206
         <string>Shift:</string>
207
        </property>
208
       </widget>
209
      </item>
210
      <item>
211
       <widget class="QSpinBox" name="shiftSpinBox">
212
        <property name="minimum">
213
         <number>0</number>
214
        </property>
215
       </widget>
216
      </item>
217
     </layout>
218
    </item>
219
    <item>
220
     <layout class="QHBoxLayout" name="delayLayout">
221
      <item>
222
       <widget class="QLabel" name="delayLabel">
223
        <property name="enabled">
224
         <bool>true</bool>
225
        </property>
226
        <property name="text">
227
         <string>Delay:</string>
228
        </property>
229
       </widget>
230
      </item>
231
      <item>
232
       <widget class="QSpinBox" name="delaySpinBox">
233
        <property name="maximum">
234
         <number>9999</number>
235
        </property>
236
       </widget>
237
      </item>
238
      <item>
239
       <widget class="QLabel" name="delayMsLabel">
240
        <property name="text">
241
         <string>ms</string>
242
        </property>
243
       </widget>
244
      </item>
245
     </layout>
246
    </item>
247
   </layout>
248
  </widget>
249
  <widget class="QWidget" name="layoutWidget">
250
   <property name="geometry">
251
    <rect>
252
     <x>40</x>
253
     <y>200</y>
254
     <width>251</width>
255
     <height>24</height>
256
    </rect>
257
   </property>
258
   <layout class="QHBoxLayout" name="diamondPatternLayout">
259
    <item>
260
     <widget class="QCheckBox" name="diamondPatternCheckBox">
261
      <property name="text">
262
       <string>Diamond Pixel Pattern</string>
263
      </property>
264
      <property name="checked">
265
       <bool>true</bool>
266
      </property>
267
     </widget>
268
    </item>
269
   </layout>
270
  </widget>
271
  <widget class="QWidget" name="layoutWidget_3">
272
   <property name="geometry">
273
    <rect>
274
     <x>40</x>
275
     <y>80</y>
276
     <width>261</width>
277
     <height>24</height>
278
    </rect>
279
   </property>
280
   <layout class="QHBoxLayout" name="patternModeLayout">
281
    <item>
282
     <widget class="QCheckBox" name="patternHorizontalCheckBox">
283
      <property name="text">
284
       <string>Horizontal</string>
285
      </property>
286
      <property name="checked">
287
       <bool>true</bool>
288
      </property>
289
     </widget>
290
    </item>
291
    <item>
292
     <widget class="QCheckBox" name="patternVerticalCheckBox">
293
      <property name="text">
294
       <string>Vertical</string>
295
      </property>
296
     </widget>
297
    </item>
298
   </layout>
299
  </widget>
300
  <widget class="QComboBox" name="camera1ComboBox">
301
   <property name="geometry">
302
    <rect>
303
     <x>20</x>
304
     <y>330</y>
305
     <width>321</width>
306
     <height>27</height>
307
    </rect>
308
   </property>
309
  </widget>
310
  <widget class="QLabel" name="camera1Label">
311
   <property name="geometry">
312
    <rect>
313
     <x>20</x>
314
     <y>310</y>
315
     <width>67</width>
316
     <height>17</height>
317
    </rect>
318
   </property>
319
   <property name="text">
320
    <string>Camera 1:</string>
321
   </property>
322
  </widget>
323
  <zorder>layoutWidget</zorder>
324
  <zorder>layoutWidget</zorder>
325
  <zorder>layoutWidget</zorder>
326
  <zorder>layoutWidget</zorder>
327
  <zorder>buttonBox</zorder>
328
  <zorder>camera0Label</zorder>
329
  <zorder>projectorLabel</zorder>
330
  <zorder>camera0ComboBox</zorder>
331
  <zorder>patternModeLabel</zorder>
332
  <zorder>patternModeComboBox</zorder>
333
  <zorder>projectorComboBox</zorder>
334
  <zorder>triggerModeLabel</zorder>
335
  <zorder>layoutWidget_3</zorder>
336
  <zorder>camera1ComboBox</zorder>
337
  <zorder>camera1Label</zorder>
338
 </widget>
339
 <resources/>
340
 <connections>
341
  <connection>
342
   <sender>buttonBox</sender>
343
   <signal>accepted()</signal>
344
   <receiver>SMPreferenceDialog</receiver>
345
   <slot>accept()</slot>
346
   <hints>
347
    <hint type="sourcelabel">
348
     <x>248</x>
349
     <y>254</y>
350
    </hint>
351
    <hint type="destinationlabel">
352
     <x>157</x>
353
     <y>274</y>
354
    </hint>
355
   </hints>
356
  </connection>
357
  <connection>
358
   <sender>buttonBox</sender>
359
   <signal>rejected()</signal>
360
   <receiver>SMPreferenceDialog</receiver>
361
   <slot>reject()</slot>
362
   <hints>
363
    <hint type="sourcelabel">
364
     <x>316</x>
365
     <y>260</y>
366
    </hint>
367
    <hint type="destinationlabel">
368
     <x>286</x>
369
     <y>274</y>
370
    </hint>
371
   </hints>
372
  </connection>
373
 </connections>
374
</ui>