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>1133</width>
|
---|
10 | <height>1017</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="1">
|
---|
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>
|
---|
204 | </item>
|
---|
205 | </layout>
|
---|
206 | </item>
|
---|
207 | <item>
|
---|
208 | <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
|
---|
209 | <property name="sizeConstraint">
|
---|
210 | <enum>QLayout::SetDefaultConstraint</enum>
|
---|
211 | </property>
|
---|
212 | <item>
|
---|
213 | <widget class="QLabel" name="label">
|
---|
214 | <property name="text">
|
---|
215 | <string>FACT - Raw events viewer - v0.2</string>
|
---|
216 | </property>
|
---|
217 | </widget>
|
---|
218 | </item>
|
---|
219 | <item>
|
---|
220 | <widget class="QLabel" name="extraInfoLabel">
|
---|
221 | <property name="text">
|
---|
222 | <string>File loaded: none
|
---|
223 | Calibration file loaded: none
|
---|
224 | Run number:
|
---|
225 | Number of Events:
|
---|
226 | Number ofSlices:
|
---|
227 | Number of Time Marks:
|
---|
228 | Run Type:
|
---|
229 | Time of 1st data:
|
---|
230 | Time of last data:
|
---|
231 | SVN revision:
|
---|
232 | Number of boards:
|
---|
233 | Number of pixels:
|
---|
234 | Number of Slices TM:
|
---|
235 | Time system:
|
---|
236 | Date:
|
---|
237 | Night:
|
---|
238 | Camera:
|
---|
239 | DAQ:
|
---|
240 | ADC Count:
|
---|
241 | NB Evts OK:
|
---|
242 | NB Evts Rejected:
|
---|
243 | NB Evts Bad:
|
---|
244 | </string>
|
---|
245 | </property>
|
---|
246 | <property name="wordWrap">
|
---|
247 | <bool>true</bool>
|
---|
248 | </property>
|
---|
249 | </widget>
|
---|
250 | </item>
|
---|
251 | <item>
|
---|
252 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
---|
253 | <item>
|
---|
254 | <widget class="QLabel" name="label_5">
|
---|
255 | <property name="font">
|
---|
256 | <font>
|
---|
257 | <pointsize>12</pointsize>
|
---|
258 | <weight>75</weight>
|
---|
259 | <bold>true</bold>
|
---|
260 | </font>
|
---|
261 | </property>
|
---|
262 | <property name="text">
|
---|
263 | <string>Selected Pixel</string>
|
---|
264 | </property>
|
---|
265 | <property name="alignment">
|
---|
266 | <set>Qt::AlignCenter</set>
|
---|
267 | </property>
|
---|
268 | </widget>
|
---|
269 | </item>
|
---|
270 | <item>
|
---|
271 | <layout class="QHBoxLayout" name="horizontalLayout_6">
|
---|
272 | <item>
|
---|
273 | <widget class="QLabel" name="label_10">
|
---|
274 | <property name="text">
|
---|
275 | <string>Hardware ID</string>
|
---|
276 | </property>
|
---|
277 | <property name="alignment">
|
---|
278 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
279 | </property>
|
---|
280 | </widget>
|
---|
281 | </item>
|
---|
282 | <item>
|
---|
283 | <widget class="QSpinBox" name="HwIDBox">
|
---|
284 | <property name="maximum">
|
---|
285 | <number>10000</number>
|
---|
286 | </property>
|
---|
287 | <property name="value">
|
---|
288 | <number>393</number>
|
---|
289 | </property>
|
---|
290 | </widget>
|
---|
291 | </item>
|
---|
292 | </layout>
|
---|
293 | </item>
|
---|
294 | <item>
|
---|
295 | <layout class="QHBoxLayout" name="horizontalLayout_7">
|
---|
296 | <item>
|
---|
297 | <widget class="QLabel" name="label_11">
|
---|
298 | <property name="text">
|
---|
299 | <string>Software ID</string>
|
---|
300 | </property>
|
---|
301 | <property name="alignment">
|
---|
302 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
303 | </property>
|
---|
304 | </widget>
|
---|
305 | </item>
|
---|
306 | <item>
|
---|
307 | <widget class="QSpinBox" name="SwIDBox">
|
---|
308 | <property name="maximum">
|
---|
309 | <number>1440</number>
|
---|
310 | </property>
|
---|
311 | </widget>
|
---|
312 | </item>
|
---|
313 | </layout>
|
---|
314 | </item>
|
---|
315 | <item>
|
---|
316 | <layout class="QGridLayout" name="gridLayout_5">
|
---|
317 | <item row="2" column="0">
|
---|
318 | <widget class="QLabel" name="label_6">
|
---|
319 | <property name="text">
|
---|
320 | <string>Crate</string>
|
---|
321 | </property>
|
---|
322 | </widget>
|
---|
323 | </item>
|
---|
324 | <item row="2" column="1">
|
---|
325 | <widget class="QLabel" name="label_8">
|
---|
326 | <property name="text">
|
---|
327 | <string>Board</string>
|
---|
328 | </property>
|
---|
329 | </widget>
|
---|
330 | </item>
|
---|
331 | <item row="2" column="2">
|
---|
332 | <widget class="QLabel" name="label_9">
|
---|
333 | <property name="text">
|
---|
334 | <string>Patch</string>
|
---|
335 | </property>
|
---|
336 | </widget>
|
---|
337 | </item>
|
---|
338 | <item row="3" column="0">
|
---|
339 | <widget class="QSpinBox" name="crateIDBox">
|
---|
340 | <property name="maximum">
|
---|
341 | <number>99</number>
|
---|
342 | </property>
|
---|
343 | <property name="value">
|
---|
344 | <number>0</number>
|
---|
345 | </property>
|
---|
346 | </widget>
|
---|
347 | </item>
|
---|
348 | <item row="3" column="1">
|
---|
349 | <widget class="QSpinBox" name="boardIDBox">
|
---|
350 | <property name="maximum">
|
---|
351 | <number>99</number>
|
---|
352 | </property>
|
---|
353 | <property name="value">
|
---|
354 | <number>0</number>
|
---|
355 | </property>
|
---|
356 | </widget>
|
---|
357 | </item>
|
---|
358 | <item row="3" column="2">
|
---|
359 | <widget class="QSpinBox" name="patchIDBox">
|
---|
360 | <property name="maximum">
|
---|
361 | <number>99</number>
|
---|
362 | </property>
|
---|
363 | <property name="value">
|
---|
364 | <number>0</number>
|
---|
365 | </property>
|
---|
366 | </widget>
|
---|
367 | </item>
|
---|
368 | </layout>
|
---|
369 | </item>
|
---|
370 | </layout>
|
---|
371 | </item>
|
---|
372 | <item>
|
---|
373 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
---|
374 | <property name="spacing">
|
---|
375 | <number>2</number>
|
---|
376 | </property>
|
---|
377 | <item>
|
---|
378 | <widget class="QLabel" name="label_7">
|
---|
379 | <property name="font">
|
---|
380 | <font>
|
---|
381 | <pointsize>12</pointsize>
|
---|
382 | <weight>75</weight>
|
---|
383 | <bold>true</bold>
|
---|
384 | </font>
|
---|
385 | </property>
|
---|
386 | <property name="text">
|
---|
387 | <string>Current Event Information</string>
|
---|
388 | </property>
|
---|
389 | <property name="alignment">
|
---|
390 | <set>Qt::AlignCenter</set>
|
---|
391 | </property>
|
---|
392 | </widget>
|
---|
393 | </item>
|
---|
394 | <item>
|
---|
395 | <widget class="QLabel" name="displayingEventLabel">
|
---|
396 | <property name="text">
|
---|
397 | <string>Displaying Event 0</string>
|
---|
398 | </property>
|
---|
399 | </widget>
|
---|
400 | </item>
|
---|
401 | <item>
|
---|
402 | <widget class="QLabel" name="displayingSliceLabel">
|
---|
403 | <property name="text">
|
---|
404 | <string>Displaying Slice 0</string>
|
---|
405 | </property>
|
---|
406 | </widget>
|
---|
407 | </item>
|
---|
408 | <item>
|
---|
409 | <widget class="QLabel" name="currentPixelValue">
|
---|
410 | <property name="text">
|
---|
411 | <string>Current Pixel val.:</string>
|
---|
412 | </property>
|
---|
413 | </widget>
|
---|
414 | </item>
|
---|
415 | <item>
|
---|
416 | <widget class="QLabel" name="triggerTypeLabel">
|
---|
417 | <property name="text">
|
---|
418 | <string>Trigger Type:</string>
|
---|
419 | </property>
|
---|
420 | </widget>
|
---|
421 | </item>
|
---|
422 | <item>
|
---|
423 | <widget class="QLabel" name="softwareTriggerLabel">
|
---|
424 | <property name="text">
|
---|
425 | <string>Software Trigger: </string>
|
---|
426 | </property>
|
---|
427 | </widget>
|
---|
428 | </item>
|
---|
429 | <item>
|
---|
430 | <widget class="QLabel" name="PCTimeLabel">
|
---|
431 | <property name="text">
|
---|
432 | <string>PC Time:</string>
|
---|
433 | </property>
|
---|
434 | </widget>
|
---|
435 | </item>
|
---|
436 | </layout>
|
---|
437 | </item>
|
---|
438 | </layout>
|
---|
439 | </item>
|
---|
440 | </layout>
|
---|
441 | </item>
|
---|
442 | <item row="1" column="1">
|
---|
443 | <layout class="QGridLayout" name="gridLayout">
|
---|
444 | <item row="0" column="7">
|
---|
445 | <widget class="QDoubleSpinBox" name="colorRange4">
|
---|
446 | <property name="enabled">
|
---|
447 | <bool>true</bool>
|
---|
448 | </property>
|
---|
449 | <property name="decimals">
|
---|
450 | <number>3</number>
|
---|
451 | </property>
|
---|
452 | </widget>
|
---|
453 | </item>
|
---|
454 | <item row="2" column="7">
|
---|
455 | <widget class="QDoubleSpinBox" name="greenValue4">
|
---|
456 | <property name="decimals">
|
---|
457 | <number>3</number>
|
---|
458 | </property>
|
---|
459 | </widget>
|
---|
460 | </item>
|
---|
461 | <item row="1" column="7">
|
---|
462 | <widget class="QDoubleSpinBox" name="redValue4">
|
---|
463 | <property name="decimals">
|
---|
464 | <number>3</number>
|
---|
465 | </property>
|
---|
466 | </widget>
|
---|
467 | </item>
|
---|
468 | <item row="3" column="7">
|
---|
469 | <widget class="QDoubleSpinBox" name="blueValue4">
|
---|
470 | <property name="decimals">
|
---|
471 | <number>3</number>
|
---|
472 | </property>
|
---|
473 | </widget>
|
---|
474 | </item>
|
---|
475 | <item row="1" column="6">
|
---|
476 | <widget class="QDoubleSpinBox" name="redValue3">
|
---|
477 | <property name="decimals">
|
---|
478 | <number>3</number>
|
---|
479 | </property>
|
---|
480 | </widget>
|
---|
481 | </item>
|
---|
482 | <item row="1" column="5">
|
---|
483 | <widget class="QDoubleSpinBox" name="redValue2">
|
---|
484 | <property name="decimals">
|
---|
485 | <number>3</number>
|
---|
486 | </property>
|
---|
487 | </widget>
|
---|
488 | </item>
|
---|
489 | <item row="1" column="4">
|
---|
490 | <widget class="QDoubleSpinBox" name="redValue1">
|
---|
491 | <property name="decimals">
|
---|
492 | <number>3</number>
|
---|
493 | </property>
|
---|
494 | </widget>
|
---|
495 | </item>
|
---|
496 | <item row="1" column="3">
|
---|
497 | <widget class="QDoubleSpinBox" name="redValue0">
|
---|
498 | <property name="decimals">
|
---|
499 | <number>3</number>
|
---|
500 | </property>
|
---|
501 | </widget>
|
---|
502 | </item>
|
---|
503 | <item row="1" column="2">
|
---|
504 | <widget class="QLabel" name="label_20">
|
---|
505 | <property name="text">
|
---|
506 | <string>Red</string>
|
---|
507 | </property>
|
---|
508 | <property name="alignment">
|
---|
509 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
510 | </property>
|
---|
511 | </widget>
|
---|
512 | </item>
|
---|
513 | <item row="0" column="2">
|
---|
514 | <widget class="QLabel" name="label_21">
|
---|
515 | <property name="text">
|
---|
516 | <string>Ranges</string>
|
---|
517 | </property>
|
---|
518 | <property name="alignment">
|
---|
519 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
520 | </property>
|
---|
521 | </widget>
|
---|
522 | </item>
|
---|
523 | <item row="2" column="2">
|
---|
524 | <widget class="QLabel" name="label_22">
|
---|
525 | <property name="text">
|
---|
526 | <string>Green</string>
|
---|
527 | </property>
|
---|
528 | <property name="alignment">
|
---|
529 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
530 | </property>
|
---|
531 | </widget>
|
---|
532 | </item>
|
---|
533 | <item row="3" column="2">
|
---|
534 | <widget class="QLabel" name="label_23">
|
---|
535 | <property name="text">
|
---|
536 | <string>Blue</string>
|
---|
537 | </property>
|
---|
538 | <property name="alignment">
|
---|
539 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
540 | </property>
|
---|
541 | </widget>
|
---|
542 | </item>
|
---|
543 | <item row="0" column="3">
|
---|
544 | <widget class="QDoubleSpinBox" name="colorRange0">
|
---|
545 | <property name="enabled">
|
---|
546 | <bool>true</bool>
|
---|
547 | </property>
|
---|
548 | <property name="decimals">
|
---|
549 | <number>3</number>
|
---|
550 | </property>
|
---|
551 | </widget>
|
---|
552 | </item>
|
---|
553 | <item row="2" column="3">
|
---|
554 | <widget class="QDoubleSpinBox" name="greenValue0">
|
---|
555 | <property name="decimals">
|
---|
556 | <number>3</number>
|
---|
557 | </property>
|
---|
558 | </widget>
|
---|
559 | </item>
|
---|
560 | <item row="3" column="3">
|
---|
561 | <widget class="QDoubleSpinBox" name="blueValue0">
|
---|
562 | <property name="decimals">
|
---|
563 | <number>3</number>
|
---|
564 | </property>
|
---|
565 | </widget>
|
---|
566 | </item>
|
---|
567 | <item row="0" column="4">
|
---|
568 | <widget class="QDoubleSpinBox" name="colorRange1">
|
---|
569 | <property name="decimals">
|
---|
570 | <number>3</number>
|
---|
571 | </property>
|
---|
572 | </widget>
|
---|
573 | </item>
|
---|
574 | <item row="2" column="4">
|
---|
575 | <widget class="QDoubleSpinBox" name="greenValue1">
|
---|
576 | <property name="decimals">
|
---|
577 | <number>3</number>
|
---|
578 | </property>
|
---|
579 | </widget>
|
---|
580 | </item>
|
---|
581 | <item row="3" column="4">
|
---|
582 | <widget class="QDoubleSpinBox" name="blueValue1">
|
---|
583 | <property name="decimals">
|
---|
584 | <number>3</number>
|
---|
585 | </property>
|
---|
586 | </widget>
|
---|
587 | </item>
|
---|
588 | <item row="0" column="5">
|
---|
589 | <widget class="QDoubleSpinBox" name="colorRange2">
|
---|
590 | <property name="decimals">
|
---|
591 | <number>3</number>
|
---|
592 | </property>
|
---|
593 | </widget>
|
---|
594 | </item>
|
---|
595 | <item row="2" column="5">
|
---|
596 | <widget class="QDoubleSpinBox" name="greenValue2">
|
---|
597 | <property name="decimals">
|
---|
598 | <number>3</number>
|
---|
599 | </property>
|
---|
600 | </widget>
|
---|
601 | </item>
|
---|
602 | <item row="3" column="5">
|
---|
603 | <widget class="QDoubleSpinBox" name="blueValue2">
|
---|
604 | <property name="decimals">
|
---|
605 | <number>3</number>
|
---|
606 | </property>
|
---|
607 | </widget>
|
---|
608 | </item>
|
---|
609 | <item row="0" column="6">
|
---|
610 | <widget class="QDoubleSpinBox" name="colorRange3">
|
---|
611 | <property name="decimals">
|
---|
612 | <number>3</number>
|
---|
613 | </property>
|
---|
614 | </widget>
|
---|
615 | </item>
|
---|
616 | <item row="2" column="6">
|
---|
617 | <widget class="QDoubleSpinBox" name="greenValue3">
|
---|
618 | <property name="decimals">
|
---|
619 | <number>3</number>
|
---|
620 | </property>
|
---|
621 | </widget>
|
---|
622 | </item>
|
---|
623 | <item row="3" column="6">
|
---|
624 | <widget class="QDoubleSpinBox" name="blueValue3">
|
---|
625 | <property name="decimals">
|
---|
626 | <number>3</number>
|
---|
627 | </property>
|
---|
628 | </widget>
|
---|
629 | </item>
|
---|
630 | <item row="3" column="8">
|
---|
631 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
632 | <item>
|
---|
633 | <widget class="QLabel" name="label_24">
|
---|
634 | <property name="text">
|
---|
635 | <string>Slices per sec</string>
|
---|
636 | </property>
|
---|
637 | <property name="alignment">
|
---|
638 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
639 | </property>
|
---|
640 | </widget>
|
---|
641 | </item>
|
---|
642 | <item>
|
---|
643 | <widget class="QDoubleSpinBox" name="slicesPerSecValue">
|
---|
644 | <property name="toolTip">
|
---|
645 | <string>Number of slices to display per seconds</string>
|
---|
646 | </property>
|
---|
647 | <property name="minimum">
|
---|
648 | <double>1.000000000000000</double>
|
---|
649 | </property>
|
---|
650 | <property name="maximum">
|
---|
651 | <double>1000.000000000000000</double>
|
---|
652 | </property>
|
---|
653 | <property name="singleStep">
|
---|
654 | <double>1.000000000000000</double>
|
---|
655 | </property>
|
---|
656 | <property name="value">
|
---|
657 | <double>100.000000000000000</double>
|
---|
658 | </property>
|
---|
659 | </widget>
|
---|
660 | </item>
|
---|
661 | </layout>
|
---|
662 | </item>
|
---|
663 | <item row="1" column="8">
|
---|
664 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
---|
665 | <item>
|
---|
666 | <widget class="QLabel" name="label_2">
|
---|
667 | <property name="text">
|
---|
668 | <string>Events stepping</string>
|
---|
669 | </property>
|
---|
670 | </widget>
|
---|
671 | </item>
|
---|
672 | <item>
|
---|
673 | <widget class="QPushButton" name="eventsMinusButton">
|
---|
674 | <property name="toolTip">
|
---|
675 | <string>Step backwards in events</string>
|
---|
676 | </property>
|
---|
677 | <property name="text">
|
---|
678 | <string>-</string>
|
---|
679 | </property>
|
---|
680 | </widget>
|
---|
681 | </item>
|
---|
682 | <item>
|
---|
683 | <widget class="QSpinBox" name="eventsStepBox">
|
---|
684 | <property name="toolTip">
|
---|
685 | <string>Number of events to skip at each step</string>
|
---|
686 | </property>
|
---|
687 | <property name="minimum">
|
---|
688 | <number>1</number>
|
---|
689 | </property>
|
---|
690 | <property name="maximum">
|
---|
691 | <number>9999</number>
|
---|
692 | </property>
|
---|
693 | </widget>
|
---|
694 | </item>
|
---|
695 | <item>
|
---|
696 | <widget class="QPushButton" name="eventsPlusButton">
|
---|
697 | <property name="sizePolicy">
|
---|
698 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
---|
699 | <horstretch>0</horstretch>
|
---|
700 | <verstretch>0</verstretch>
|
---|
701 | </sizepolicy>
|
---|
702 | </property>
|
---|
703 | <property name="toolTip">
|
---|
704 | <string>Step forward in events</string>
|
---|
705 | </property>
|
---|
706 | <property name="text">
|
---|
707 | <string>+</string>
|
---|
708 | </property>
|
---|
709 | </widget>
|
---|
710 | </item>
|
---|
711 | </layout>
|
---|
712 | </item>
|
---|
713 | <item row="0" column="0">
|
---|
714 | <widget class="QCheckBox" name="drawImpulseCheckBox">
|
---|
715 | <property name="toolTip">
|
---|
716 | <string>Whether the impulse of the current pixel should be drawn below the camera or not</string>
|
---|
717 | </property>
|
---|
718 | <property name="layoutDirection">
|
---|
719 | <enum>Qt::RightToLeft</enum>
|
---|
720 | </property>
|
---|
721 | <property name="text">
|
---|
722 | <string>Draw Impulse</string>
|
---|
723 | </property>
|
---|
724 | </widget>
|
---|
725 | </item>
|
---|
726 | <item row="3" column="0">
|
---|
727 | <widget class="QCheckBox" name="drawBlurCheckBox">
|
---|
728 | <property name="toolTip">
|
---|
729 | <string>Draw the pixels blurred (for having "nice", non-scientific images).</string>
|
---|
730 | </property>
|
---|
731 | <property name="layoutDirection">
|
---|
732 | <enum>Qt::RightToLeft</enum>
|
---|
733 | </property>
|
---|
734 | <property name="text">
|
---|
735 | <string>Blur pixels</string>
|
---|
736 | </property>
|
---|
737 | </widget>
|
---|
738 | </item>
|
---|
739 | <item row="1" column="0">
|
---|
740 | <widget class="QCheckBox" name="drawPatchCheckBox">
|
---|
741 | <property name="toolTip">
|
---|
742 | <string>Whether the pixels clustering should be drawn or not</string>
|
---|
743 | </property>
|
---|
744 | <property name="layoutDirection">
|
---|
745 | <enum>Qt::RightToLeft</enum>
|
---|
746 | </property>
|
---|
747 | <property name="text">
|
---|
748 | <string>Draw Patches</string>
|
---|
749 | </property>
|
---|
750 | <property name="checked">
|
---|
751 | <bool>true</bool>
|
---|
752 | </property>
|
---|
753 | <property name="tristate">
|
---|
754 | <bool>false</bool>
|
---|
755 | </property>
|
---|
756 | </widget>
|
---|
757 | </item>
|
---|
758 | <item row="2" column="0">
|
---|
759 | <widget class="QCheckBox" name="loopOverCurrentEventBox">
|
---|
760 | <property name="toolTip">
|
---|
761 | <string>Whether the animation should loop over the current event, or continue to the next event</string>
|
---|
762 | </property>
|
---|
763 | <property name="layoutDirection">
|
---|
764 | <enum>Qt::RightToLeft</enum>
|
---|
765 | </property>
|
---|
766 | <property name="text">
|
---|
767 | <string>Loop event</string>
|
---|
768 | </property>
|
---|
769 | </widget>
|
---|
770 | </item>
|
---|
771 | <item row="1" column="1">
|
---|
772 | <widget class="QPushButton" name="autoScaleColor">
|
---|
773 | <property name="toolTip">
|
---|
774 | <string>Rescale the coloring to match the values of the current event</string>
|
---|
775 | </property>
|
---|
776 | <property name="text">
|
---|
777 | <string>AutoScale</string>
|
---|
778 | </property>
|
---|
779 | <property name="checkable">
|
---|
780 | <bool>true</bool>
|
---|
781 | </property>
|
---|
782 | </widget>
|
---|
783 | </item>
|
---|
784 | <item row="2" column="1">
|
---|
785 | <widget class="QRadioButton" name="entireCameraScale">
|
---|
786 | <property name="toolTip">
|
---|
787 | <string>Use the entire camera to do the scaling</string>
|
---|
788 | </property>
|
---|
789 | <property name="layoutDirection">
|
---|
790 | <enum>Qt::RightToLeft</enum>
|
---|
791 | </property>
|
---|
792 | <property name="text">
|
---|
793 | <string>entire camera</string>
|
---|
794 | </property>
|
---|
795 | <property name="checked">
|
---|
796 | <bool>true</bool>
|
---|
797 | </property>
|
---|
798 | </widget>
|
---|
799 | </item>
|
---|
800 | <item row="3" column="1">
|
---|
801 | <widget class="QRadioButton" name="currentPixelScale">
|
---|
802 | <property name="toolTip">
|
---|
803 | <string>Use the current pixel only to do the scaling</string>
|
---|
804 | </property>
|
---|
805 | <property name="layoutDirection">
|
---|
806 | <enum>Qt::RightToLeft</enum>
|
---|
807 | </property>
|
---|
808 | <property name="text">
|
---|
809 | <string>current pixel</string>
|
---|
810 | </property>
|
---|
811 | </widget>
|
---|
812 | </item>
|
---|
813 | <item row="2" column="8">
|
---|
814 | <layout class="QHBoxLayout" name="horizontalLayout_5">
|
---|
815 | <item>
|
---|
816 | <widget class="QPushButton" name="slicesMinusMinusButton">
|
---|
817 | <property name="toolTip">
|
---|
818 | <string>Step backward one slice</string>
|
---|
819 | </property>
|
---|
820 | <property name="text">
|
---|
821 | <string>Slice--</string>
|
---|
822 | </property>
|
---|
823 | </widget>
|
---|
824 | </item>
|
---|
825 | <item>
|
---|
826 | <widget class="QPushButton" name="playPauseButton">
|
---|
827 | <property name="toolTip">
|
---|
828 | <string>Play/Pause events animation</string>
|
---|
829 | </property>
|
---|
830 | <property name="text">
|
---|
831 | <string>Play/Pause</string>
|
---|
832 | </property>
|
---|
833 | </widget>
|
---|
834 | </item>
|
---|
835 | <item>
|
---|
836 | <widget class="QPushButton" name="slicesPlusPlusButton">
|
---|
837 | <property name="toolTip">
|
---|
838 | <string>Step forward one slice</string>
|
---|
839 | </property>
|
---|
840 | <property name="text">
|
---|
841 | <string>Slice++</string>
|
---|
842 | </property>
|
---|
843 | </widget>
|
---|
844 | </item>
|
---|
845 | </layout>
|
---|
846 | </item>
|
---|
847 | <item row="0" column="8">
|
---|
848 | <layout class="QHBoxLayout" name="horizontalLayout_8">
|
---|
849 | <item>
|
---|
850 | <widget class="QPushButton" name="loadNewFileButton">
|
---|
851 | <property name="toolTip">
|
---|
852 | <string>Load a new fits file</string>
|
---|
853 | </property>
|
---|
854 | <property name="text">
|
---|
855 | <string>Load Data</string>
|
---|
856 | </property>
|
---|
857 | </widget>
|
---|
858 | </item>
|
---|
859 | <item>
|
---|
860 | <widget class="QPushButton" name="loadDRSCalibButton">
|
---|
861 | <property name="text">
|
---|
862 | <string>Load DRS calib.</string>
|
---|
863 | </property>
|
---|
864 | </widget>
|
---|
865 | </item>
|
---|
866 | </layout>
|
---|
867 | </item>
|
---|
868 | <item row="0" column="1">
|
---|
869 | <widget class="QCheckBox" name="calibratedCheckBox">
|
---|
870 | <property name="layoutDirection">
|
---|
871 | <enum>Qt::RightToLeft</enum>
|
---|
872 | </property>
|
---|
873 | <property name="text">
|
---|
874 | <string>Calibrated data</string>
|
---|
875 | </property>
|
---|
876 | </widget>
|
---|
877 | </item>
|
---|
878 | </layout>
|
---|
879 | </item>
|
---|
880 | </layout>
|
---|
881 | </widget>
|
---|
882 | </widget>
|
---|
883 | <customwidgets>
|
---|
884 | <customwidget>
|
---|
885 | <class>QwtPlot</class>
|
---|
886 | <extends>QFrame</extends>
|
---|
887 | <header>qwt-qt4/qwt_plot.h</header>
|
---|
888 | <container>1</container>
|
---|
889 | </customwidget>
|
---|
890 | <customwidget>
|
---|
891 | <class>QGLWidget</class>
|
---|
892 | <extends>QWidget</extends>
|
---|
893 | <header>QtOpenGL/QGLWidget</header>
|
---|
894 | </customwidget>
|
---|
895 | <customwidget>
|
---|
896 | <class>RawDataViewer</class>
|
---|
897 | <extends>QGLWidget</extends>
|
---|
898 | <header>RawEventsViewer.h</header>
|
---|
899 | </customwidget>
|
---|
900 | </customwidgets>
|
---|
901 | <resources/>
|
---|
902 | <connections/>
|
---|
903 | </ui>
|
---|