1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>MainWindow</class>
|
---|
4 | <widget class="QMainWindow" name="MainWindow">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>984</width>
|
---|
10 | <height>894</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>MainWindow</string>
|
---|
15 | </property>
|
---|
16 | <widget class="QWidget" name="centralwidget">
|
---|
17 | <layout class="QGridLayout" name="gridLayout_2">
|
---|
18 | <item row="0" column="0">
|
---|
19 | <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="10,0">
|
---|
20 | <item>
|
---|
21 | <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0">
|
---|
22 | <property name="sizeConstraint">
|
---|
23 | <enum>QLayout::SetDefaultConstraint</enum>
|
---|
24 | </property>
|
---|
25 | <item>
|
---|
26 | <widget class="QTabWidget" name="tabWidget_2">
|
---|
27 | <property name="sizePolicy">
|
---|
28 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
29 | <horstretch>0</horstretch>
|
---|
30 | <verstretch>0</verstretch>
|
---|
31 | </sizepolicy>
|
---|
32 | </property>
|
---|
33 | <property name="currentIndex">
|
---|
34 | <number>0</number>
|
---|
35 | </property>
|
---|
36 | <widget class="QWidget" name="tab_5">
|
---|
37 | <property name="layoutDirection">
|
---|
38 | <enum>Qt::LeftToRight</enum>
|
---|
39 | </property>
|
---|
40 | <attribute name="title">
|
---|
41 | <string>Camera View</string>
|
---|
42 | </attribute>
|
---|
43 | <layout class="QGridLayout" name="gridLayout_3">
|
---|
44 | <item row="0" column="0">
|
---|
45 | <widget class="RawDataViewer" name="GLWindow" native="true">
|
---|
46 | <property name="enabled">
|
---|
47 | <bool>true</bool>
|
---|
48 | </property>
|
---|
49 | <property name="sizePolicy">
|
---|
50 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
---|
51 | <horstretch>0</horstretch>
|
---|
52 | <verstretch>0</verstretch>
|
---|
53 | </sizepolicy>
|
---|
54 | </property>
|
---|
55 | <property name="maximumSize">
|
---|
56 | <size>
|
---|
57 | <width>10000</width>
|
---|
58 | <height>10000</height>
|
---|
59 | </size>
|
---|
60 | </property>
|
---|
61 | </widget>
|
---|
62 | </item>
|
---|
63 | </layout>
|
---|
64 | </widget>
|
---|
65 | <widget class="QWidget" name="tab_6">
|
---|
66 | <property name="sizePolicy">
|
---|
67 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
68 | <horstretch>0</horstretch>
|
---|
69 | <verstretch>0</verstretch>
|
---|
70 | </sizepolicy>
|
---|
71 | </property>
|
---|
72 | <attribute name="title">
|
---|
73 | <string>Data View</string>
|
---|
74 | </attribute>
|
---|
75 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
76 | <item>
|
---|
77 | <widget class="QTabWidget" name="tabWidget_3">
|
---|
78 | <property name="sizePolicy">
|
---|
79 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
80 | <horstretch>1</horstretch>
|
---|
81 | <verstretch>1</verstretch>
|
---|
82 | </sizepolicy>
|
---|
83 | </property>
|
---|
84 | <property name="tabShape">
|
---|
85 | <enum>QTabWidget::Rounded</enum>
|
---|
86 | </property>
|
---|
87 | <property name="currentIndex">
|
---|
88 | <number>1</number>
|
---|
89 | </property>
|
---|
90 | <property name="elideMode">
|
---|
91 | <enum>Qt::ElideNone</enum>
|
---|
92 | </property>
|
---|
93 | <widget class="QWidget" name="tab_3">
|
---|
94 | <property name="sizePolicy">
|
---|
95 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
96 | <horstretch>0</horstretch>
|
---|
97 | <verstretch>0</verstretch>
|
---|
98 | </sizepolicy>
|
---|
99 | </property>
|
---|
100 | <attribute name="title">
|
---|
101 | <string>Arrays data</string>
|
---|
102 | </attribute>
|
---|
103 | <layout class="QVBoxLayout" name="verticalLayout_6">
|
---|
104 | <item>
|
---|
105 | <widget class="QLabel" name="label_3">
|
---|
106 | <property name="text">
|
---|
107 | <string>Boards time values</string>
|
---|
108 | </property>
|
---|
109 | </widget>
|
---|
110 | </item>
|
---|
111 | <item>
|
---|
112 | <widget class="QListWidget" name="boardsTimeList">
|
---|
113 | <property name="font">
|
---|
114 | <font>
|
---|
115 | <family>FreeMono</family>
|
---|
116 | </font>
|
---|
117 | </property>
|
---|
118 | </widget>
|
---|
119 | </item>
|
---|
120 | <item>
|
---|
121 | <widget class="QLabel" name="label_13">
|
---|
122 | <property name="text">
|
---|
123 | <string>Start Cells</string>
|
---|
124 | </property>
|
---|
125 | </widget>
|
---|
126 | </item>
|
---|
127 | <item>
|
---|
128 | <widget class="QListWidget" name="startPixelsList">
|
---|
129 | <property name="font">
|
---|
130 | <font>
|
---|
131 | <family>FreeMono</family>
|
---|
132 | </font>
|
---|
133 | </property>
|
---|
134 | </widget>
|
---|
135 | </item>
|
---|
136 | <item>
|
---|
137 | <widget class="QLabel" name="StartTimeMarksList">
|
---|
138 | <property name="text">
|
---|
139 | <string>Start Time Marks</string>
|
---|
140 | </property>
|
---|
141 | </widget>
|
---|
142 | </item>
|
---|
143 | <item>
|
---|
144 | <widget class="QListWidget" name="startTimeMarksList">
|
---|
145 | <property name="sizePolicy">
|
---|
146 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
147 | <horstretch>0</horstretch>
|
---|
148 | <verstretch>0</verstretch>
|
---|
149 | </sizepolicy>
|
---|
150 | </property>
|
---|
151 | <property name="font">
|
---|
152 | <font>
|
---|
153 | <family>FreeMono</family>
|
---|
154 | </font>
|
---|
155 | </property>
|
---|
156 | </widget>
|
---|
157 | </item>
|
---|
158 | <item>
|
---|
159 | <widget class="QLabel" name="label_4">
|
---|
160 | <property name="text">
|
---|
161 | <string>Trigger Delays</string>
|
---|
162 | </property>
|
---|
163 | </widget>
|
---|
164 | </item>
|
---|
165 | <item>
|
---|
166 | <widget class="QListWidget" name="triggerDelayList"/>
|
---|
167 | </item>
|
---|
168 | </layout>
|
---|
169 | </widget>
|
---|
170 | <widget class="QWidget" name="tab_4">
|
---|
171 | <attribute name="title">
|
---|
172 | <string>Histograms</string>
|
---|
173 | </attribute>
|
---|
174 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
---|
175 | <item>
|
---|
176 | <widget class="QwtPlot" name="boardsTimeHisto"/>
|
---|
177 | </item>
|
---|
178 | <item>
|
---|
179 | <widget class="QwtPlot" name="startCellsHisto"/>
|
---|
180 | </item>
|
---|
181 | <item>
|
---|
182 | <widget class="QwtPlot" name="startTimeMarkHisto"/>
|
---|
183 | </item>
|
---|
184 | <item>
|
---|
185 | <widget class="QwtPlot" name="triggerDelayHisto"/>
|
---|
186 | </item>
|
---|
187 | </layout>
|
---|
188 | </widget>
|
---|
189 | <widget class="QWidget" name="tab">
|
---|
190 | <attribute name="title">
|
---|
191 | <string>Pixel Curves</string>
|
---|
192 | </attribute>
|
---|
193 | <layout class="QGridLayout" name="gridLayout_4">
|
---|
194 | <item row="0" column="0">
|
---|
195 | <widget class="QwtPlot" name="pixelValueCurve"/>
|
---|
196 | </item>
|
---|
197 | </layout>
|
---|
198 | </widget>
|
---|
199 | </widget>
|
---|
200 | </item>
|
---|
201 | </layout>
|
---|
202 | </widget>
|
---|
203 | <widget class="QWidget" name="tab_2">
|
---|
204 | <attribute name="title">
|
---|
205 | <string>RMS</string>
|
---|
206 | </attribute>
|
---|
207 | <layout class="QGridLayout" name="gridLayout_6">
|
---|
208 | <item row="0" column="0">
|
---|
209 | <widget class="QCameraWidget" name="GLWindow_2" native="true">
|
---|
210 | <property name="enabled">
|
---|
211 | <bool>true</bool>
|
---|
212 | </property>
|
---|
213 | <property name="sizePolicy">
|
---|
214 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
---|
215 | <horstretch>0</horstretch>
|
---|
216 | <verstretch>0</verstretch>
|
---|
217 | </sizepolicy>
|
---|
218 | </property>
|
---|
219 | <property name="maximumSize">
|
---|
220 | <size>
|
---|
221 | <width>10000</width>
|
---|
222 | <height>10000</height>
|
---|
223 | </size>
|
---|
224 | </property>
|
---|
225 | </widget>
|
---|
226 | </item>
|
---|
227 | </layout>
|
---|
228 | </widget>
|
---|
229 | </widget>
|
---|
230 | </item>
|
---|
231 | </layout>
|
---|
232 | </item>
|
---|
233 | <item>
|
---|
234 | <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
|
---|
235 | <property name="sizeConstraint">
|
---|
236 | <enum>QLayout::SetDefaultConstraint</enum>
|
---|
237 | </property>
|
---|
238 | <item>
|
---|
239 | <widget class="QLabel" name="label">
|
---|
240 | <property name="text">
|
---|
241 | <string>FACT - Raw events viewer - v0.5</string>
|
---|
242 | </property>
|
---|
243 | </widget>
|
---|
244 | </item>
|
---|
245 | <item>
|
---|
246 | <widget class="QLabel" name="extraInfoLabel">
|
---|
247 | <property name="sizePolicy">
|
---|
248 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
---|
249 | <horstretch>0</horstretch>
|
---|
250 | <verstretch>0</verstretch>
|
---|
251 | </sizepolicy>
|
---|
252 | </property>
|
---|
253 | <property name="font">
|
---|
254 | <font>
|
---|
255 | <pointsize>8</pointsize>
|
---|
256 | </font>
|
---|
257 | </property>
|
---|
258 | <property name="text">
|
---|
259 | <string>File loaded: none
|
---|
260 | Calibration file loaded: none
|
---|
261 | Run number:
|
---|
262 | Number of Events:
|
---|
263 | Number ofSlices:
|
---|
264 | Number of Time Marks:
|
---|
265 | Run Type:
|
---|
266 | Time of 1st data:
|
---|
267 | Time of last data:
|
---|
268 | SVN revision:
|
---|
269 | Number of boards:
|
---|
270 | Number of pixels:
|
---|
271 | Number of Slices TM:
|
---|
272 | Time system:
|
---|
273 | Date:
|
---|
274 | Night:
|
---|
275 | Camera:
|
---|
276 | DAQ:
|
---|
277 | ADC Count:
|
---|
278 | NB Evts OK:
|
---|
279 | NB Evts Rejected:
|
---|
280 | NB Evts Bad:
|
---|
281 | </string>
|
---|
282 | </property>
|
---|
283 | <property name="scaledContents">
|
---|
284 | <bool>false</bool>
|
---|
285 | </property>
|
---|
286 | <property name="wordWrap">
|
---|
287 | <bool>true</bool>
|
---|
288 | </property>
|
---|
289 | </widget>
|
---|
290 | </item>
|
---|
291 | <item>
|
---|
292 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
---|
293 | <item>
|
---|
294 | <widget class="QLabel" name="label_5">
|
---|
295 | <property name="font">
|
---|
296 | <font>
|
---|
297 | <pointsize>12</pointsize>
|
---|
298 | <weight>75</weight>
|
---|
299 | <bold>true</bold>
|
---|
300 | </font>
|
---|
301 | </property>
|
---|
302 | <property name="text">
|
---|
303 | <string>Selected Pixel</string>
|
---|
304 | </property>
|
---|
305 | <property name="alignment">
|
---|
306 | <set>Qt::AlignCenter</set>
|
---|
307 | </property>
|
---|
308 | </widget>
|
---|
309 | </item>
|
---|
310 | <item>
|
---|
311 | <layout class="QHBoxLayout" name="horizontalLayout_6">
|
---|
312 | <item>
|
---|
313 | <widget class="QLabel" name="label_10">
|
---|
314 | <property name="text">
|
---|
315 | <string>Hardware ID</string>
|
---|
316 | </property>
|
---|
317 | <property name="alignment">
|
---|
318 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
319 | </property>
|
---|
320 | </widget>
|
---|
321 | </item>
|
---|
322 | <item>
|
---|
323 | <widget class="QSpinBox" name="HwIDBox">
|
---|
324 | <property name="maximum">
|
---|
325 | <number>10000</number>
|
---|
326 | </property>
|
---|
327 | <property name="value">
|
---|
328 | <number>393</number>
|
---|
329 | </property>
|
---|
330 | </widget>
|
---|
331 | </item>
|
---|
332 | </layout>
|
---|
333 | </item>
|
---|
334 | <item>
|
---|
335 | <layout class="QHBoxLayout" name="horizontalLayout_7">
|
---|
336 | <item>
|
---|
337 | <widget class="QLabel" name="label_11">
|
---|
338 | <property name="text">
|
---|
339 | <string>Software ID</string>
|
---|
340 | </property>
|
---|
341 | <property name="alignment">
|
---|
342 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
343 | </property>
|
---|
344 | </widget>
|
---|
345 | </item>
|
---|
346 | <item>
|
---|
347 | <widget class="QSpinBox" name="SwIDBox">
|
---|
348 | <property name="maximum">
|
---|
349 | <number>1440</number>
|
---|
350 | </property>
|
---|
351 | </widget>
|
---|
352 | </item>
|
---|
353 | </layout>
|
---|
354 | </item>
|
---|
355 | <item>
|
---|
356 | <layout class="QGridLayout" name="gridLayout_5">
|
---|
357 | <item row="2" column="0">
|
---|
358 | <widget class="QLabel" name="label_6">
|
---|
359 | <property name="text">
|
---|
360 | <string>Crate</string>
|
---|
361 | </property>
|
---|
362 | </widget>
|
---|
363 | </item>
|
---|
364 | <item row="2" column="1">
|
---|
365 | <widget class="QLabel" name="label_8">
|
---|
366 | <property name="text">
|
---|
367 | <string>Board</string>
|
---|
368 | </property>
|
---|
369 | </widget>
|
---|
370 | </item>
|
---|
371 | <item row="2" column="2">
|
---|
372 | <widget class="QLabel" name="label_9">
|
---|
373 | <property name="text">
|
---|
374 | <string>Patch</string>
|
---|
375 | </property>
|
---|
376 | </widget>
|
---|
377 | </item>
|
---|
378 | <item row="3" column="0">
|
---|
379 | <widget class="QSpinBox" name="crateIDBox">
|
---|
380 | <property name="maximum">
|
---|
381 | <number>3</number>
|
---|
382 | </property>
|
---|
383 | <property name="value">
|
---|
384 | <number>0</number>
|
---|
385 | </property>
|
---|
386 | </widget>
|
---|
387 | </item>
|
---|
388 | <item row="3" column="1">
|
---|
389 | <widget class="QSpinBox" name="boardIDBox">
|
---|
390 | <property name="maximum">
|
---|
391 | <number>9</number>
|
---|
392 | </property>
|
---|
393 | <property name="value">
|
---|
394 | <number>0</number>
|
---|
395 | </property>
|
---|
396 | </widget>
|
---|
397 | </item>
|
---|
398 | <item row="3" column="2">
|
---|
399 | <widget class="QSpinBox" name="patchIDBox">
|
---|
400 | <property name="maximum">
|
---|
401 | <number>3</number>
|
---|
402 | </property>
|
---|
403 | <property name="value">
|
---|
404 | <number>0</number>
|
---|
405 | </property>
|
---|
406 | </widget>
|
---|
407 | </item>
|
---|
408 | <item row="3" column="3">
|
---|
409 | <widget class="QSpinBox" name="pixelIDBox">
|
---|
410 | <property name="maximum">
|
---|
411 | <number>8</number>
|
---|
412 | </property>
|
---|
413 | <property name="value">
|
---|
414 | <number>0</number>
|
---|
415 | </property>
|
---|
416 | </widget>
|
---|
417 | </item>
|
---|
418 | <item row="2" column="3">
|
---|
419 | <widget class="QLabel" name="label_2">
|
---|
420 | <property name="text">
|
---|
421 | <string>Ch</string>
|
---|
422 | </property>
|
---|
423 | </widget>
|
---|
424 | </item>
|
---|
425 | </layout>
|
---|
426 | </item>
|
---|
427 | </layout>
|
---|
428 | </item>
|
---|
429 | <item>
|
---|
430 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
---|
431 | <property name="spacing">
|
---|
432 | <number>2</number>
|
---|
433 | </property>
|
---|
434 | <item>
|
---|
435 | <widget class="QLabel" name="label_7">
|
---|
436 | <property name="font">
|
---|
437 | <font>
|
---|
438 | <pointsize>12</pointsize>
|
---|
439 | <weight>75</weight>
|
---|
440 | <bold>true</bold>
|
---|
441 | </font>
|
---|
442 | </property>
|
---|
443 | <property name="text">
|
---|
444 | <string>Current Event Information</string>
|
---|
445 | </property>
|
---|
446 | <property name="alignment">
|
---|
447 | <set>Qt::AlignCenter</set>
|
---|
448 | </property>
|
---|
449 | </widget>
|
---|
450 | </item>
|
---|
451 | <item>
|
---|
452 | <layout class="QHBoxLayout" name="horizontalLayout_10">
|
---|
453 | <item>
|
---|
454 | <widget class="QLabel" name="displayingEventLabel">
|
---|
455 | <property name="text">
|
---|
456 | <string>Displaying Event</string>
|
---|
457 | </property>
|
---|
458 | </widget>
|
---|
459 | </item>
|
---|
460 | <item>
|
---|
461 | <widget class="QSpinBox" name="displayingEventBox"/>
|
---|
462 | </item>
|
---|
463 | </layout>
|
---|
464 | </item>
|
---|
465 | <item>
|
---|
466 | <layout class="QHBoxLayout" name="horizontalLayout_9">
|
---|
467 | <item>
|
---|
468 | <widget class="QLabel" name="displayingSliceLabel">
|
---|
469 | <property name="text">
|
---|
470 | <string>Displaying Slice </string>
|
---|
471 | </property>
|
---|
472 | </widget>
|
---|
473 | </item>
|
---|
474 | <item>
|
---|
475 | <widget class="QSpinBox" name="displayingSliceBox">
|
---|
476 | <property name="maximum">
|
---|
477 | <number>1023</number>
|
---|
478 | </property>
|
---|
479 | </widget>
|
---|
480 | </item>
|
---|
481 | </layout>
|
---|
482 | </item>
|
---|
483 | <item>
|
---|
484 | <widget class="QLabel" name="currentPixelValue">
|
---|
485 | <property name="text">
|
---|
486 | <string>Current Pixel val.:</string>
|
---|
487 | </property>
|
---|
488 | </widget>
|
---|
489 | </item>
|
---|
490 | <item>
|
---|
491 | <widget class="QLabel" name="triggerTypeLabel">
|
---|
492 | <property name="text">
|
---|
493 | <string>Trigger Type:</string>
|
---|
494 | </property>
|
---|
495 | </widget>
|
---|
496 | </item>
|
---|
497 | <item>
|
---|
498 | <widget class="QLabel" name="softwareTriggerLabel">
|
---|
499 | <property name="text">
|
---|
500 | <string>Software Trigger: </string>
|
---|
501 | </property>
|
---|
502 | </widget>
|
---|
503 | </item>
|
---|
504 | <item>
|
---|
505 | <widget class="QLabel" name="PCTimeLabel">
|
---|
506 | <property name="text">
|
---|
507 | <string>PC Time:</string>
|
---|
508 | </property>
|
---|
509 | </widget>
|
---|
510 | </item>
|
---|
511 | </layout>
|
---|
512 | </item>
|
---|
513 | </layout>
|
---|
514 | </item>
|
---|
515 | </layout>
|
---|
516 | </item>
|
---|
517 | <item row="1" column="0">
|
---|
518 | <layout class="QGridLayout" name="gridLayout">
|
---|
519 | <item row="0" column="7">
|
---|
520 | <widget class="QDoubleSpinBox" name="colorRange4">
|
---|
521 | <property name="enabled">
|
---|
522 | <bool>true</bool>
|
---|
523 | </property>
|
---|
524 | <property name="decimals">
|
---|
525 | <number>3</number>
|
---|
526 | </property>
|
---|
527 | <property name="maximum">
|
---|
528 | <double>1.000000000000000</double>
|
---|
529 | </property>
|
---|
530 | <property name="singleStep">
|
---|
531 | <double>0.050000000000000</double>
|
---|
532 | </property>
|
---|
533 | </widget>
|
---|
534 | </item>
|
---|
535 | <item row="2" column="7">
|
---|
536 | <widget class="QDoubleSpinBox" name="greenValue4">
|
---|
537 | <property name="decimals">
|
---|
538 | <number>3</number>
|
---|
539 | </property>
|
---|
540 | <property name="maximum">
|
---|
541 | <double>1.000000000000000</double>
|
---|
542 | </property>
|
---|
543 | <property name="singleStep">
|
---|
544 | <double>0.050000000000000</double>
|
---|
545 | </property>
|
---|
546 | </widget>
|
---|
547 | </item>
|
---|
548 | <item row="1" column="7">
|
---|
549 | <widget class="QDoubleSpinBox" name="redValue4">
|
---|
550 | <property name="decimals">
|
---|
551 | <number>3</number>
|
---|
552 | </property>
|
---|
553 | <property name="maximum">
|
---|
554 | <double>1.000000000000000</double>
|
---|
555 | </property>
|
---|
556 | <property name="singleStep">
|
---|
557 | <double>0.050000000000000</double>
|
---|
558 | </property>
|
---|
559 | </widget>
|
---|
560 | </item>
|
---|
561 | <item row="3" column="7">
|
---|
562 | <widget class="QDoubleSpinBox" name="blueValue4">
|
---|
563 | <property name="decimals">
|
---|
564 | <number>3</number>
|
---|
565 | </property>
|
---|
566 | <property name="maximum">
|
---|
567 | <double>1.000000000000000</double>
|
---|
568 | </property>
|
---|
569 | <property name="singleStep">
|
---|
570 | <double>0.050000000000000</double>
|
---|
571 | </property>
|
---|
572 | </widget>
|
---|
573 | </item>
|
---|
574 | <item row="1" column="6">
|
---|
575 | <widget class="QDoubleSpinBox" name="redValue3">
|
---|
576 | <property name="decimals">
|
---|
577 | <number>3</number>
|
---|
578 | </property>
|
---|
579 | <property name="maximum">
|
---|
580 | <double>1.000000000000000</double>
|
---|
581 | </property>
|
---|
582 | <property name="singleStep">
|
---|
583 | <double>0.050000000000000</double>
|
---|
584 | </property>
|
---|
585 | </widget>
|
---|
586 | </item>
|
---|
587 | <item row="1" column="5">
|
---|
588 | <widget class="QDoubleSpinBox" name="redValue2">
|
---|
589 | <property name="decimals">
|
---|
590 | <number>3</number>
|
---|
591 | </property>
|
---|
592 | <property name="maximum">
|
---|
593 | <double>1.000000000000000</double>
|
---|
594 | </property>
|
---|
595 | <property name="singleStep">
|
---|
596 | <double>0.050000000000000</double>
|
---|
597 | </property>
|
---|
598 | </widget>
|
---|
599 | </item>
|
---|
600 | <item row="1" column="4">
|
---|
601 | <widget class="QDoubleSpinBox" name="redValue1">
|
---|
602 | <property name="decimals">
|
---|
603 | <number>3</number>
|
---|
604 | </property>
|
---|
605 | <property name="maximum">
|
---|
606 | <double>1.000000000000000</double>
|
---|
607 | </property>
|
---|
608 | <property name="singleStep">
|
---|
609 | <double>0.050000000000000</double>
|
---|
610 | </property>
|
---|
611 | </widget>
|
---|
612 | </item>
|
---|
613 | <item row="1" column="3">
|
---|
614 | <widget class="QDoubleSpinBox" name="redValue0">
|
---|
615 | <property name="decimals">
|
---|
616 | <number>3</number>
|
---|
617 | </property>
|
---|
618 | <property name="maximum">
|
---|
619 | <double>1.000000000000000</double>
|
---|
620 | </property>
|
---|
621 | <property name="singleStep">
|
---|
622 | <double>0.050000000000000</double>
|
---|
623 | </property>
|
---|
624 | </widget>
|
---|
625 | </item>
|
---|
626 | <item row="1" column="2">
|
---|
627 | <widget class="QLabel" name="label_20">
|
---|
628 | <property name="text">
|
---|
629 | <string>Red</string>
|
---|
630 | </property>
|
---|
631 | <property name="alignment">
|
---|
632 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
633 | </property>
|
---|
634 | </widget>
|
---|
635 | </item>
|
---|
636 | <item row="0" column="2">
|
---|
637 | <widget class="QLabel" name="label_21">
|
---|
638 | <property name="text">
|
---|
639 | <string>Ranges</string>
|
---|
640 | </property>
|
---|
641 | <property name="alignment">
|
---|
642 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
643 | </property>
|
---|
644 | </widget>
|
---|
645 | </item>
|
---|
646 | <item row="2" column="2">
|
---|
647 | <widget class="QLabel" name="label_22">
|
---|
648 | <property name="text">
|
---|
649 | <string>Green</string>
|
---|
650 | </property>
|
---|
651 | <property name="alignment">
|
---|
652 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
653 | </property>
|
---|
654 | </widget>
|
---|
655 | </item>
|
---|
656 | <item row="3" column="2">
|
---|
657 | <widget class="QLabel" name="label_23">
|
---|
658 | <property name="text">
|
---|
659 | <string>Blue</string>
|
---|
660 | </property>
|
---|
661 | <property name="alignment">
|
---|
662 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
663 | </property>
|
---|
664 | </widget>
|
---|
665 | </item>
|
---|
666 | <item row="0" column="3">
|
---|
667 | <widget class="QDoubleSpinBox" name="colorRange0">
|
---|
668 | <property name="enabled">
|
---|
669 | <bool>true</bool>
|
---|
670 | </property>
|
---|
671 | <property name="decimals">
|
---|
672 | <number>3</number>
|
---|
673 | </property>
|
---|
674 | <property name="maximum">
|
---|
675 | <double>1.000000000000000</double>
|
---|
676 | </property>
|
---|
677 | <property name="singleStep">
|
---|
678 | <double>0.050000000000000</double>
|
---|
679 | </property>
|
---|
680 | </widget>
|
---|
681 | </item>
|
---|
682 | <item row="2" column="3">
|
---|
683 | <widget class="QDoubleSpinBox" name="greenValue0">
|
---|
684 | <property name="decimals">
|
---|
685 | <number>3</number>
|
---|
686 | </property>
|
---|
687 | <property name="maximum">
|
---|
688 | <double>1.000000000000000</double>
|
---|
689 | </property>
|
---|
690 | <property name="singleStep">
|
---|
691 | <double>0.050000000000000</double>
|
---|
692 | </property>
|
---|
693 | </widget>
|
---|
694 | </item>
|
---|
695 | <item row="3" column="3">
|
---|
696 | <widget class="QDoubleSpinBox" name="blueValue0">
|
---|
697 | <property name="decimals">
|
---|
698 | <number>3</number>
|
---|
699 | </property>
|
---|
700 | <property name="maximum">
|
---|
701 | <double>1.000000000000000</double>
|
---|
702 | </property>
|
---|
703 | <property name="singleStep">
|
---|
704 | <double>0.050000000000000</double>
|
---|
705 | </property>
|
---|
706 | </widget>
|
---|
707 | </item>
|
---|
708 | <item row="0" column="4">
|
---|
709 | <widget class="QDoubleSpinBox" name="colorRange1">
|
---|
710 | <property name="decimals">
|
---|
711 | <number>3</number>
|
---|
712 | </property>
|
---|
713 | <property name="maximum">
|
---|
714 | <double>1.000000000000000</double>
|
---|
715 | </property>
|
---|
716 | <property name="singleStep">
|
---|
717 | <double>0.050000000000000</double>
|
---|
718 | </property>
|
---|
719 | </widget>
|
---|
720 | </item>
|
---|
721 | <item row="2" column="4">
|
---|
722 | <widget class="QDoubleSpinBox" name="greenValue1">
|
---|
723 | <property name="decimals">
|
---|
724 | <number>3</number>
|
---|
725 | </property>
|
---|
726 | <property name="maximum">
|
---|
727 | <double>1.000000000000000</double>
|
---|
728 | </property>
|
---|
729 | <property name="singleStep">
|
---|
730 | <double>0.050000000000000</double>
|
---|
731 | </property>
|
---|
732 | </widget>
|
---|
733 | </item>
|
---|
734 | <item row="3" column="4">
|
---|
735 | <widget class="QDoubleSpinBox" name="blueValue1">
|
---|
736 | <property name="decimals">
|
---|
737 | <number>3</number>
|
---|
738 | </property>
|
---|
739 | <property name="maximum">
|
---|
740 | <double>1.000000000000000</double>
|
---|
741 | </property>
|
---|
742 | <property name="singleStep">
|
---|
743 | <double>0.050000000000000</double>
|
---|
744 | </property>
|
---|
745 | </widget>
|
---|
746 | </item>
|
---|
747 | <item row="0" column="5">
|
---|
748 | <widget class="QDoubleSpinBox" name="colorRange2">
|
---|
749 | <property name="decimals">
|
---|
750 | <number>3</number>
|
---|
751 | </property>
|
---|
752 | <property name="maximum">
|
---|
753 | <double>1.000000000000000</double>
|
---|
754 | </property>
|
---|
755 | <property name="singleStep">
|
---|
756 | <double>0.050000000000000</double>
|
---|
757 | </property>
|
---|
758 | </widget>
|
---|
759 | </item>
|
---|
760 | <item row="2" column="5">
|
---|
761 | <widget class="QDoubleSpinBox" name="greenValue2">
|
---|
762 | <property name="decimals">
|
---|
763 | <number>3</number>
|
---|
764 | </property>
|
---|
765 | <property name="maximum">
|
---|
766 | <double>1.000000000000000</double>
|
---|
767 | </property>
|
---|
768 | <property name="singleStep">
|
---|
769 | <double>0.050000000000000</double>
|
---|
770 | </property>
|
---|
771 | </widget>
|
---|
772 | </item>
|
---|
773 | <item row="3" column="5">
|
---|
774 | <widget class="QDoubleSpinBox" name="blueValue2">
|
---|
775 | <property name="decimals">
|
---|
776 | <number>3</number>
|
---|
777 | </property>
|
---|
778 | <property name="maximum">
|
---|
779 | <double>1.000000000000000</double>
|
---|
780 | </property>
|
---|
781 | <property name="singleStep">
|
---|
782 | <double>0.050000000000000</double>
|
---|
783 | </property>
|
---|
784 | </widget>
|
---|
785 | </item>
|
---|
786 | <item row="0" column="6">
|
---|
787 | <widget class="QDoubleSpinBox" name="colorRange3">
|
---|
788 | <property name="decimals">
|
---|
789 | <number>3</number>
|
---|
790 | </property>
|
---|
791 | <property name="maximum">
|
---|
792 | <double>1.000000000000000</double>
|
---|
793 | </property>
|
---|
794 | <property name="singleStep">
|
---|
795 | <double>0.050000000000000</double>
|
---|
796 | </property>
|
---|
797 | </widget>
|
---|
798 | </item>
|
---|
799 | <item row="2" column="6">
|
---|
800 | <widget class="QDoubleSpinBox" name="greenValue3">
|
---|
801 | <property name="decimals">
|
---|
802 | <number>3</number>
|
---|
803 | </property>
|
---|
804 | <property name="maximum">
|
---|
805 | <double>1.000000000000000</double>
|
---|
806 | </property>
|
---|
807 | <property name="singleStep">
|
---|
808 | <double>0.050000000000000</double>
|
---|
809 | </property>
|
---|
810 | </widget>
|
---|
811 | </item>
|
---|
812 | <item row="3" column="6">
|
---|
813 | <widget class="QDoubleSpinBox" name="blueValue3">
|
---|
814 | <property name="decimals">
|
---|
815 | <number>3</number>
|
---|
816 | </property>
|
---|
817 | <property name="maximum">
|
---|
818 | <double>1.000000000000000</double>
|
---|
819 | </property>
|
---|
820 | <property name="singleStep">
|
---|
821 | <double>0.050000000000000</double>
|
---|
822 | </property>
|
---|
823 | </widget>
|
---|
824 | </item>
|
---|
825 | <item row="3" column="8">
|
---|
826 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
827 | <item>
|
---|
828 | <widget class="QPushButton" name="playPauseButton">
|
---|
829 | <property name="toolTip">
|
---|
830 | <string>Play/Pause events animation</string>
|
---|
831 | </property>
|
---|
832 | <property name="text">
|
---|
833 | <string>Play/Pause</string>
|
---|
834 | </property>
|
---|
835 | </widget>
|
---|
836 | </item>
|
---|
837 | <item>
|
---|
838 | <widget class="QLabel" name="label_24">
|
---|
839 | <property name="text">
|
---|
840 | <string>Slices per sec</string>
|
---|
841 | </property>
|
---|
842 | <property name="alignment">
|
---|
843 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
844 | </property>
|
---|
845 | </widget>
|
---|
846 | </item>
|
---|
847 | <item>
|
---|
848 | <widget class="QDoubleSpinBox" name="slicesPerSecValue">
|
---|
849 | <property name="toolTip">
|
---|
850 | <string>Number of slices to display per seconds</string>
|
---|
851 | </property>
|
---|
852 | <property name="minimum">
|
---|
853 | <double>1.000000000000000</double>
|
---|
854 | </property>
|
---|
855 | <property name="maximum">
|
---|
856 | <double>1000.000000000000000</double>
|
---|
857 | </property>
|
---|
858 | <property name="singleStep">
|
---|
859 | <double>1.000000000000000</double>
|
---|
860 | </property>
|
---|
861 | <property name="value">
|
---|
862 | <double>100.000000000000000</double>
|
---|
863 | </property>
|
---|
864 | </widget>
|
---|
865 | </item>
|
---|
866 | </layout>
|
---|
867 | </item>
|
---|
868 | <item row="0" column="0">
|
---|
869 | <widget class="QCheckBox" name="drawImpulseCheckBox">
|
---|
870 | <property name="toolTip">
|
---|
871 | <string>Whether the impulse of the current pixel should be drawn below the camera or not</string>
|
---|
872 | </property>
|
---|
873 | <property name="layoutDirection">
|
---|
874 | <enum>Qt::RightToLeft</enum>
|
---|
875 | </property>
|
---|
876 | <property name="text">
|
---|
877 | <string>Draw Impulse</string>
|
---|
878 | </property>
|
---|
879 | <property name="checked">
|
---|
880 | <bool>true</bool>
|
---|
881 | </property>
|
---|
882 | </widget>
|
---|
883 | </item>
|
---|
884 | <item row="3" column="0">
|
---|
885 | <widget class="QCheckBox" name="drawBlurCheckBox">
|
---|
886 | <property name="toolTip">
|
---|
887 | <string>Draw the pixels blurred (for having "nice", non-scientific images).</string>
|
---|
888 | </property>
|
---|
889 | <property name="layoutDirection">
|
---|
890 | <enum>Qt::RightToLeft</enum>
|
---|
891 | </property>
|
---|
892 | <property name="text">
|
---|
893 | <string>Blur pixels</string>
|
---|
894 | </property>
|
---|
895 | </widget>
|
---|
896 | </item>
|
---|
897 | <item row="1" column="0">
|
---|
898 | <widget class="QCheckBox" name="drawPatchCheckBox">
|
---|
899 | <property name="toolTip">
|
---|
900 | <string>Whether the pixels clustering should be drawn or not</string>
|
---|
901 | </property>
|
---|
902 | <property name="layoutDirection">
|
---|
903 | <enum>Qt::RightToLeft</enum>
|
---|
904 | </property>
|
---|
905 | <property name="text">
|
---|
906 | <string>Draw Patches</string>
|
---|
907 | </property>
|
---|
908 | <property name="checked">
|
---|
909 | <bool>false</bool>
|
---|
910 | </property>
|
---|
911 | <property name="tristate">
|
---|
912 | <bool>false</bool>
|
---|
913 | </property>
|
---|
914 | </widget>
|
---|
915 | </item>
|
---|
916 | <item row="2" column="0">
|
---|
917 | <widget class="QCheckBox" name="loopOverCurrentEventBox">
|
---|
918 | <property name="toolTip">
|
---|
919 | <string>Whether the animation should loop over the current event, or continue to the next event</string>
|
---|
920 | </property>
|
---|
921 | <property name="layoutDirection">
|
---|
922 | <enum>Qt::RightToLeft</enum>
|
---|
923 | </property>
|
---|
924 | <property name="text">
|
---|
925 | <string>Loop event</string>
|
---|
926 | </property>
|
---|
927 | </widget>
|
---|
928 | </item>
|
---|
929 | <item row="1" column="1">
|
---|
930 | <widget class="QPushButton" name="autoScaleColor">
|
---|
931 | <property name="toolTip">
|
---|
932 | <string>Rescale the coloring to match the values of the current event</string>
|
---|
933 | </property>
|
---|
934 | <property name="text">
|
---|
935 | <string>AutoScale</string>
|
---|
936 | </property>
|
---|
937 | <property name="checkable">
|
---|
938 | <bool>true</bool>
|
---|
939 | </property>
|
---|
940 | <property name="checked">
|
---|
941 | <bool>true</bool>
|
---|
942 | </property>
|
---|
943 | </widget>
|
---|
944 | </item>
|
---|
945 | <item row="2" column="1">
|
---|
946 | <widget class="QRadioButton" name="entireCameraScale">
|
---|
947 | <property name="toolTip">
|
---|
948 | <string>Use the entire camera to do the scaling</string>
|
---|
949 | </property>
|
---|
950 | <property name="layoutDirection">
|
---|
951 | <enum>Qt::RightToLeft</enum>
|
---|
952 | </property>
|
---|
953 | <property name="text">
|
---|
954 | <string>entire camera</string>
|
---|
955 | </property>
|
---|
956 | <property name="checked">
|
---|
957 | <bool>true</bool>
|
---|
958 | </property>
|
---|
959 | </widget>
|
---|
960 | </item>
|
---|
961 | <item row="3" column="1">
|
---|
962 | <widget class="QRadioButton" name="currentPixelScale">
|
---|
963 | <property name="toolTip">
|
---|
964 | <string>Use the current pixel only to do the scaling</string>
|
---|
965 | </property>
|
---|
966 | <property name="layoutDirection">
|
---|
967 | <enum>Qt::RightToLeft</enum>
|
---|
968 | </property>
|
---|
969 | <property name="text">
|
---|
970 | <string>current pixel</string>
|
---|
971 | </property>
|
---|
972 | </widget>
|
---|
973 | </item>
|
---|
974 | <item row="2" column="8">
|
---|
975 | <layout class="QHBoxLayout" name="horizontalLayout_5">
|
---|
976 | <item>
|
---|
977 | <widget class="QRadioButton" name="playEventsRadio">
|
---|
978 | <property name="text">
|
---|
979 | <string>play Events</string>
|
---|
980 | </property>
|
---|
981 | </widget>
|
---|
982 | </item>
|
---|
983 | </layout>
|
---|
984 | </item>
|
---|
985 | <item row="0" column="8">
|
---|
986 | <layout class="QHBoxLayout" name="horizontalLayout_8">
|
---|
987 | <item>
|
---|
988 | <widget class="QPushButton" name="loadNewFileButton">
|
---|
989 | <property name="toolTip">
|
---|
990 | <string>Load a new fits file</string>
|
---|
991 | </property>
|
---|
992 | <property name="text">
|
---|
993 | <string>Load Data</string>
|
---|
994 | </property>
|
---|
995 | </widget>
|
---|
996 | </item>
|
---|
997 | <item>
|
---|
998 | <widget class="QPushButton" name="loadDRSCalibButton">
|
---|
999 | <property name="text">
|
---|
1000 | <string>Load DRS calib.</string>
|
---|
1001 | </property>
|
---|
1002 | </widget>
|
---|
1003 | </item>
|
---|
1004 | </layout>
|
---|
1005 | </item>
|
---|
1006 | <item row="0" column="1">
|
---|
1007 | <widget class="QCheckBox" name="calibratedCheckBox">
|
---|
1008 | <property name="layoutDirection">
|
---|
1009 | <enum>Qt::RightToLeft</enum>
|
---|
1010 | </property>
|
---|
1011 | <property name="text">
|
---|
1012 | <string>Calibrated data</string>
|
---|
1013 | </property>
|
---|
1014 | <property name="checked">
|
---|
1015 | <bool>true</bool>
|
---|
1016 | </property>
|
---|
1017 | </widget>
|
---|
1018 | </item>
|
---|
1019 | <item row="1" column="8">
|
---|
1020 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
---|
1021 | <item>
|
---|
1022 | <widget class="QRadioButton" name="playSlicesRadio">
|
---|
1023 | <property name="text">
|
---|
1024 | <string>play Slices</string>
|
---|
1025 | </property>
|
---|
1026 | <property name="checked">
|
---|
1027 | <bool>true</bool>
|
---|
1028 | </property>
|
---|
1029 | </widget>
|
---|
1030 | </item>
|
---|
1031 | </layout>
|
---|
1032 | </item>
|
---|
1033 | </layout>
|
---|
1034 | </item>
|
---|
1035 | </layout>
|
---|
1036 | </widget>
|
---|
1037 | </widget>
|
---|
1038 | <customwidgets>
|
---|
1039 | <customwidget>
|
---|
1040 | <class>QwtPlot</class>
|
---|
1041 | <extends>QFrame</extends>
|
---|
1042 | <header>qwt_plot.h</header>
|
---|
1043 | <container>1</container>
|
---|
1044 | </customwidget>
|
---|
1045 | <customwidget>
|
---|
1046 | <class>QGLWidget</class>
|
---|
1047 | <extends>QWidget</extends>
|
---|
1048 | <header>QtOpenGL/QGLWidget</header>
|
---|
1049 | </customwidget>
|
---|
1050 | <customwidget>
|
---|
1051 | <class>RawDataViewer</class>
|
---|
1052 | <extends>QGLWidget</extends>
|
---|
1053 | <header>RawEventsViewer.h</header>
|
---|
1054 | </customwidget>
|
---|
1055 | <customwidget>
|
---|
1056 | <class>QCameraWidget</class>
|
---|
1057 | <extends>QWidget</extends>
|
---|
1058 | <header>../QCameraWidget.h</header>
|
---|
1059 | <container>1</container>
|
---|
1060 | </customwidget>
|
---|
1061 | </customwidgets>
|
---|
1062 | <resources/>
|
---|
1063 | <connections>
|
---|
1064 | <connection>
|
---|
1065 | <sender>autoScaleColor</sender>
|
---|
1066 | <signal>toggled(bool)</signal>
|
---|
1067 | <receiver>entireCameraScale</receiver>
|
---|
1068 | <slot>setEnabled(bool)</slot>
|
---|
1069 | <hints>
|
---|
1070 | <hint type="sourcelabel">
|
---|
1071 | <x>210</x>
|
---|
1072 | <y>938</y>
|
---|
1073 | </hint>
|
---|
1074 | <hint type="destinationlabel">
|
---|
1075 | <x>197</x>
|
---|
1076 | <y>974</y>
|
---|
1077 | </hint>
|
---|
1078 | </hints>
|
---|
1079 | </connection>
|
---|
1080 | <connection>
|
---|
1081 | <sender>autoScaleColor</sender>
|
---|
1082 | <signal>toggled(bool)</signal>
|
---|
1083 | <receiver>currentPixelScale</receiver>
|
---|
1084 | <slot>setEnabled(bool)</slot>
|
---|
1085 | <hints>
|
---|
1086 | <hint type="sourcelabel">
|
---|
1087 | <x>219</x>
|
---|
1088 | <y>943</y>
|
---|
1089 | </hint>
|
---|
1090 | <hint type="destinationlabel">
|
---|
1091 | <x>214</x>
|
---|
1092 | <y>1002</y>
|
---|
1093 | </hint>
|
---|
1094 | </hints>
|
---|
1095 | </connection>
|
---|
1096 | </connections>
|
---|
1097 | </ui>
|
---|