Subversion Repositories seema-scanner

Rev

Rev 187 | Rev 244 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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