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>1125</width>
|
---|
10 | <height>928</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="RawDataViewer" name="GLWindow" native="true"/>
|
---|
27 | </item>
|
---|
28 | </layout>
|
---|
29 | </item>
|
---|
30 | <item>
|
---|
31 | <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0,0,0,0,0,0,0">
|
---|
32 | <property name="sizeConstraint">
|
---|
33 | <enum>QLayout::SetDefaultConstraint</enum>
|
---|
34 | </property>
|
---|
35 | <item>
|
---|
36 | <widget class="QLabel" name="label">
|
---|
37 | <property name="text">
|
---|
38 | <string>FACT - Raw events viewer - v0.1</string>
|
---|
39 | </property>
|
---|
40 | </widget>
|
---|
41 | </item>
|
---|
42 | <item>
|
---|
43 | <widget class="QLabel" name="fileLoadedLabel">
|
---|
44 | <property name="text">
|
---|
45 | <string>File loaded: none</string>
|
---|
46 | </property>
|
---|
47 | <property name="wordWrap">
|
---|
48 | <bool>true</bool>
|
---|
49 | </property>
|
---|
50 | </widget>
|
---|
51 | </item>
|
---|
52 | <item>
|
---|
53 | <widget class="QLabel" name="runNumberLabel">
|
---|
54 | <property name="text">
|
---|
55 | <string>Run number:</string>
|
---|
56 | </property>
|
---|
57 | </widget>
|
---|
58 | </item>
|
---|
59 | <item>
|
---|
60 | <widget class="QLabel" name="numberOfSlicesLabel">
|
---|
61 | <property name="text">
|
---|
62 | <string>Number of Events/Slices:</string>
|
---|
63 | </property>
|
---|
64 | </widget>
|
---|
65 | </item>
|
---|
66 | <item>
|
---|
67 | <widget class="QLabel" name="numberOfTimeMarksLabel">
|
---|
68 | <property name="text">
|
---|
69 | <string>Number of Time Marks:</string>
|
---|
70 | </property>
|
---|
71 | </widget>
|
---|
72 | </item>
|
---|
73 | <item>
|
---|
74 | <widget class="QLabel" name="runTypeLabel">
|
---|
75 | <property name="text">
|
---|
76 | <string>Run Type:</string>
|
---|
77 | </property>
|
---|
78 | </widget>
|
---|
79 | </item>
|
---|
80 | <item>
|
---|
81 | <widget class="QLabel" name="timeOfFirstDataLabel">
|
---|
82 | <property name="text">
|
---|
83 | <string>Time of 1st data:</string>
|
---|
84 | </property>
|
---|
85 | </widget>
|
---|
86 | </item>
|
---|
87 | <item>
|
---|
88 | <widget class="QLabel" name="timeOfLastDataLabel">
|
---|
89 | <property name="text">
|
---|
90 | <string>Time of last data:</string>
|
---|
91 | </property>
|
---|
92 | </widget>
|
---|
93 | </item>
|
---|
94 | <item>
|
---|
95 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
---|
96 | <item>
|
---|
97 | <widget class="QLabel" name="label_8">
|
---|
98 | <property name="font">
|
---|
99 | <font>
|
---|
100 | <pointsize>12</pointsize>
|
---|
101 | <weight>75</weight>
|
---|
102 | <bold>true</bold>
|
---|
103 | </font>
|
---|
104 | </property>
|
---|
105 | <property name="text">
|
---|
106 | <string>Arrays data</string>
|
---|
107 | </property>
|
---|
108 | <property name="alignment">
|
---|
109 | <set>Qt::AlignCenter</set>
|
---|
110 | </property>
|
---|
111 | </widget>
|
---|
112 | </item>
|
---|
113 | <item>
|
---|
114 | <widget class="QLabel" name="label_9">
|
---|
115 | <property name="text">
|
---|
116 | <string>Boards times</string>
|
---|
117 | </property>
|
---|
118 | </widget>
|
---|
119 | </item>
|
---|
120 | <item>
|
---|
121 | <widget class="QListWidget" name="boardsTimeList">
|
---|
122 | <property name="font">
|
---|
123 | <font>
|
---|
124 | <family>FreeMono</family>
|
---|
125 | </font>
|
---|
126 | </property>
|
---|
127 | </widget>
|
---|
128 | </item>
|
---|
129 | <item>
|
---|
130 | <widget class="QLabel" name="label_13">
|
---|
131 | <property name="text">
|
---|
132 | <string>Start Pixels</string>
|
---|
133 | </property>
|
---|
134 | </widget>
|
---|
135 | </item>
|
---|
136 | <item>
|
---|
137 | <widget class="QListWidget" name="startPixelsList">
|
---|
138 | <property name="font">
|
---|
139 | <font>
|
---|
140 | <family>FreeMono</family>
|
---|
141 | </font>
|
---|
142 | </property>
|
---|
143 | </widget>
|
---|
144 | </item>
|
---|
145 | <item>
|
---|
146 | <widget class="QLabel" name="StartTimeMarksList">
|
---|
147 | <property name="text">
|
---|
148 | <string>Start Time Marks</string>
|
---|
149 | </property>
|
---|
150 | </widget>
|
---|
151 | </item>
|
---|
152 | <item>
|
---|
153 | <widget class="QListWidget" name="startTimeMarksList">
|
---|
154 | <property name="font">
|
---|
155 | <font>
|
---|
156 | <family>FreeMono</family>
|
---|
157 | </font>
|
---|
158 | </property>
|
---|
159 | </widget>
|
---|
160 | </item>
|
---|
161 | </layout>
|
---|
162 | </item>
|
---|
163 | <item>
|
---|
164 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
---|
165 | <property name="spacing">
|
---|
166 | <number>2</number>
|
---|
167 | </property>
|
---|
168 | <item>
|
---|
169 | <widget class="QLabel" name="label_7">
|
---|
170 | <property name="font">
|
---|
171 | <font>
|
---|
172 | <pointsize>12</pointsize>
|
---|
173 | <weight>75</weight>
|
---|
174 | <bold>true</bold>
|
---|
175 | </font>
|
---|
176 | </property>
|
---|
177 | <property name="text">
|
---|
178 | <string>Current Event Information</string>
|
---|
179 | </property>
|
---|
180 | <property name="alignment">
|
---|
181 | <set>Qt::AlignCenter</set>
|
---|
182 | </property>
|
---|
183 | </widget>
|
---|
184 | </item>
|
---|
185 | <item>
|
---|
186 | <widget class="QLabel" name="displayingEventLabel">
|
---|
187 | <property name="text">
|
---|
188 | <string>Displaying Event 0</string>
|
---|
189 | </property>
|
---|
190 | </widget>
|
---|
191 | </item>
|
---|
192 | <item>
|
---|
193 | <widget class="QLabel" name="displayingSliceLabel">
|
---|
194 | <property name="text">
|
---|
195 | <string>Displaying Slice 0</string>
|
---|
196 | </property>
|
---|
197 | </widget>
|
---|
198 | </item>
|
---|
199 | <item>
|
---|
200 | <widget class="QLabel" name="triggerTypeLabel">
|
---|
201 | <property name="text">
|
---|
202 | <string>Trigger Type:</string>
|
---|
203 | </property>
|
---|
204 | </widget>
|
---|
205 | </item>
|
---|
206 | <item>
|
---|
207 | <widget class="QLabel" name="softwareTriggerLabel">
|
---|
208 | <property name="text">
|
---|
209 | <string>Software Trigger: </string>
|
---|
210 | </property>
|
---|
211 | </widget>
|
---|
212 | </item>
|
---|
213 | <item>
|
---|
214 | <widget class="QLabel" name="PCTimeLabel">
|
---|
215 | <property name="text">
|
---|
216 | <string>PC Time:</string>
|
---|
217 | </property>
|
---|
218 | </widget>
|
---|
219 | </item>
|
---|
220 | </layout>
|
---|
221 | </item>
|
---|
222 | <item>
|
---|
223 | <layout class="QVBoxLayout" name="verticalLayout_3"/>
|
---|
224 | </item>
|
---|
225 | </layout>
|
---|
226 | </item>
|
---|
227 | </layout>
|
---|
228 | </item>
|
---|
229 | <item row="1" column="0">
|
---|
230 | <layout class="QGridLayout" name="gridLayout">
|
---|
231 | <item row="0" column="6">
|
---|
232 | <widget class="QDoubleSpinBox" name="colorRange4">
|
---|
233 | <property name="enabled">
|
---|
234 | <bool>false</bool>
|
---|
235 | </property>
|
---|
236 | <property name="decimals">
|
---|
237 | <number>3</number>
|
---|
238 | </property>
|
---|
239 | </widget>
|
---|
240 | </item>
|
---|
241 | <item row="2" column="6">
|
---|
242 | <widget class="QDoubleSpinBox" name="greenValue4">
|
---|
243 | <property name="decimals">
|
---|
244 | <number>3</number>
|
---|
245 | </property>
|
---|
246 | </widget>
|
---|
247 | </item>
|
---|
248 | <item row="1" column="6">
|
---|
249 | <widget class="QDoubleSpinBox" name="redValue4">
|
---|
250 | <property name="decimals">
|
---|
251 | <number>3</number>
|
---|
252 | </property>
|
---|
253 | </widget>
|
---|
254 | </item>
|
---|
255 | <item row="2" column="7">
|
---|
256 | <widget class="QPushButton" name="playPauseButton">
|
---|
257 | <property name="text">
|
---|
258 | <string>Play/Pause</string>
|
---|
259 | </property>
|
---|
260 | </widget>
|
---|
261 | </item>
|
---|
262 | <item row="3" column="6">
|
---|
263 | <widget class="QDoubleSpinBox" name="blueValue4">
|
---|
264 | <property name="decimals">
|
---|
265 | <number>3</number>
|
---|
266 | </property>
|
---|
267 | </widget>
|
---|
268 | </item>
|
---|
269 | <item row="1" column="5">
|
---|
270 | <widget class="QDoubleSpinBox" name="redValue3">
|
---|
271 | <property name="decimals">
|
---|
272 | <number>3</number>
|
---|
273 | </property>
|
---|
274 | </widget>
|
---|
275 | </item>
|
---|
276 | <item row="0" column="7">
|
---|
277 | <widget class="QPushButton" name="loadNewFileButton">
|
---|
278 | <property name="text">
|
---|
279 | <string>Load New File</string>
|
---|
280 | </property>
|
---|
281 | </widget>
|
---|
282 | </item>
|
---|
283 | <item row="1" column="4">
|
---|
284 | <widget class="QDoubleSpinBox" name="redValue2">
|
---|
285 | <property name="decimals">
|
---|
286 | <number>3</number>
|
---|
287 | </property>
|
---|
288 | </widget>
|
---|
289 | </item>
|
---|
290 | <item row="1" column="3">
|
---|
291 | <widget class="QDoubleSpinBox" name="redValue1">
|
---|
292 | <property name="decimals">
|
---|
293 | <number>3</number>
|
---|
294 | </property>
|
---|
295 | </widget>
|
---|
296 | </item>
|
---|
297 | <item row="1" column="2">
|
---|
298 | <widget class="QDoubleSpinBox" name="redValue0">
|
---|
299 | <property name="decimals">
|
---|
300 | <number>3</number>
|
---|
301 | </property>
|
---|
302 | </widget>
|
---|
303 | </item>
|
---|
304 | <item row="1" column="1">
|
---|
305 | <widget class="QLabel" name="label_20">
|
---|
306 | <property name="text">
|
---|
307 | <string>Red</string>
|
---|
308 | </property>
|
---|
309 | <property name="alignment">
|
---|
310 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
311 | </property>
|
---|
312 | </widget>
|
---|
313 | </item>
|
---|
314 | <item row="0" column="1">
|
---|
315 | <widget class="QLabel" name="label_21">
|
---|
316 | <property name="text">
|
---|
317 | <string>Ranges</string>
|
---|
318 | </property>
|
---|
319 | <property name="alignment">
|
---|
320 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
321 | </property>
|
---|
322 | </widget>
|
---|
323 | </item>
|
---|
324 | <item row="2" column="1">
|
---|
325 | <widget class="QLabel" name="label_22">
|
---|
326 | <property name="text">
|
---|
327 | <string>Green</string>
|
---|
328 | </property>
|
---|
329 | <property name="alignment">
|
---|
330 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
331 | </property>
|
---|
332 | </widget>
|
---|
333 | </item>
|
---|
334 | <item row="3" column="1">
|
---|
335 | <widget class="QLabel" name="label_23">
|
---|
336 | <property name="text">
|
---|
337 | <string>Blue</string>
|
---|
338 | </property>
|
---|
339 | <property name="alignment">
|
---|
340 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
341 | </property>
|
---|
342 | </widget>
|
---|
343 | </item>
|
---|
344 | <item row="0" column="2">
|
---|
345 | <widget class="QDoubleSpinBox" name="colorRange0">
|
---|
346 | <property name="enabled">
|
---|
347 | <bool>false</bool>
|
---|
348 | </property>
|
---|
349 | <property name="decimals">
|
---|
350 | <number>3</number>
|
---|
351 | </property>
|
---|
352 | </widget>
|
---|
353 | </item>
|
---|
354 | <item row="2" column="2">
|
---|
355 | <widget class="QDoubleSpinBox" name="greenValue0">
|
---|
356 | <property name="decimals">
|
---|
357 | <number>3</number>
|
---|
358 | </property>
|
---|
359 | </widget>
|
---|
360 | </item>
|
---|
361 | <item row="3" column="2">
|
---|
362 | <widget class="QDoubleSpinBox" name="blueValue0">
|
---|
363 | <property name="decimals">
|
---|
364 | <number>3</number>
|
---|
365 | </property>
|
---|
366 | </widget>
|
---|
367 | </item>
|
---|
368 | <item row="0" column="3">
|
---|
369 | <widget class="QDoubleSpinBox" name="colorRange1">
|
---|
370 | <property name="decimals">
|
---|
371 | <number>3</number>
|
---|
372 | </property>
|
---|
373 | </widget>
|
---|
374 | </item>
|
---|
375 | <item row="2" column="3">
|
---|
376 | <widget class="QDoubleSpinBox" name="greenValue1">
|
---|
377 | <property name="decimals">
|
---|
378 | <number>3</number>
|
---|
379 | </property>
|
---|
380 | </widget>
|
---|
381 | </item>
|
---|
382 | <item row="3" column="3">
|
---|
383 | <widget class="QDoubleSpinBox" name="blueValue1">
|
---|
384 | <property name="decimals">
|
---|
385 | <number>3</number>
|
---|
386 | </property>
|
---|
387 | </widget>
|
---|
388 | </item>
|
---|
389 | <item row="0" column="4">
|
---|
390 | <widget class="QDoubleSpinBox" name="colorRange2">
|
---|
391 | <property name="decimals">
|
---|
392 | <number>3</number>
|
---|
393 | </property>
|
---|
394 | </widget>
|
---|
395 | </item>
|
---|
396 | <item row="2" column="4">
|
---|
397 | <widget class="QDoubleSpinBox" name="greenValue2">
|
---|
398 | <property name="decimals">
|
---|
399 | <number>3</number>
|
---|
400 | </property>
|
---|
401 | </widget>
|
---|
402 | </item>
|
---|
403 | <item row="3" column="4">
|
---|
404 | <widget class="QDoubleSpinBox" name="blueValue2">
|
---|
405 | <property name="decimals">
|
---|
406 | <number>3</number>
|
---|
407 | </property>
|
---|
408 | </widget>
|
---|
409 | </item>
|
---|
410 | <item row="0" column="5">
|
---|
411 | <widget class="QDoubleSpinBox" name="colorRange3">
|
---|
412 | <property name="decimals">
|
---|
413 | <number>3</number>
|
---|
414 | </property>
|
---|
415 | </widget>
|
---|
416 | </item>
|
---|
417 | <item row="2" column="5">
|
---|
418 | <widget class="QDoubleSpinBox" name="greenValue3">
|
---|
419 | <property name="decimals">
|
---|
420 | <number>3</number>
|
---|
421 | </property>
|
---|
422 | </widget>
|
---|
423 | </item>
|
---|
424 | <item row="3" column="5">
|
---|
425 | <widget class="QDoubleSpinBox" name="blueValue3">
|
---|
426 | <property name="decimals">
|
---|
427 | <number>3</number>
|
---|
428 | </property>
|
---|
429 | </widget>
|
---|
430 | </item>
|
---|
431 | <item row="3" column="7">
|
---|
432 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
433 | <item>
|
---|
434 | <widget class="QLabel" name="label_24">
|
---|
435 | <property name="text">
|
---|
436 | <string>Slices per sec</string>
|
---|
437 | </property>
|
---|
438 | <property name="alignment">
|
---|
439 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
440 | </property>
|
---|
441 | </widget>
|
---|
442 | </item>
|
---|
443 | <item>
|
---|
444 | <widget class="QDoubleSpinBox" name="slicesPerSecValue">
|
---|
445 | <property name="maximum">
|
---|
446 | <double>1000.000000000000000</double>
|
---|
447 | </property>
|
---|
448 | <property name="singleStep">
|
---|
449 | <double>1.000000000000000</double>
|
---|
450 | </property>
|
---|
451 | <property name="value">
|
---|
452 | <double>1.000000000000000</double>
|
---|
453 | </property>
|
---|
454 | </widget>
|
---|
455 | </item>
|
---|
456 | </layout>
|
---|
457 | </item>
|
---|
458 | <item row="1" column="7">
|
---|
459 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
---|
460 | <item>
|
---|
461 | <widget class="QLabel" name="label_2">
|
---|
462 | <property name="text">
|
---|
463 | <string>Events stepping</string>
|
---|
464 | </property>
|
---|
465 | </widget>
|
---|
466 | </item>
|
---|
467 | <item>
|
---|
468 | <widget class="QPushButton" name="eventsMinusButton">
|
---|
469 | <property name="text">
|
---|
470 | <string>-</string>
|
---|
471 | </property>
|
---|
472 | </widget>
|
---|
473 | </item>
|
---|
474 | <item>
|
---|
475 | <widget class="QSpinBox" name="eventsStepBox">
|
---|
476 | <property name="minimum">
|
---|
477 | <number>1</number>
|
---|
478 | </property>
|
---|
479 | <property name="maximum">
|
---|
480 | <number>9999</number>
|
---|
481 | </property>
|
---|
482 | </widget>
|
---|
483 | </item>
|
---|
484 | <item>
|
---|
485 | <widget class="QPushButton" name="eventsPlusButton">
|
---|
486 | <property name="sizePolicy">
|
---|
487 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
---|
488 | <horstretch>0</horstretch>
|
---|
489 | <verstretch>0</verstretch>
|
---|
490 | </sizepolicy>
|
---|
491 | </property>
|
---|
492 | <property name="text">
|
---|
493 | <string>+</string>
|
---|
494 | </property>
|
---|
495 | </widget>
|
---|
496 | </item>
|
---|
497 | </layout>
|
---|
498 | </item>
|
---|
499 | <item row="0" column="0">
|
---|
500 | <widget class="QCheckBox" name="drawImpulseCheckBox">
|
---|
501 | <property name="layoutDirection">
|
---|
502 | <enum>Qt::RightToLeft</enum>
|
---|
503 | </property>
|
---|
504 | <property name="text">
|
---|
505 | <string>Draw Impulse</string>
|
---|
506 | </property>
|
---|
507 | </widget>
|
---|
508 | </item>
|
---|
509 | <item row="3" column="0">
|
---|
510 | <widget class="QCheckBox" name="drawBlurCheckBox">
|
---|
511 | <property name="layoutDirection">
|
---|
512 | <enum>Qt::RightToLeft</enum>
|
---|
513 | </property>
|
---|
514 | <property name="text">
|
---|
515 | <string>Blur pixels</string>
|
---|
516 | </property>
|
---|
517 | </widget>
|
---|
518 | </item>
|
---|
519 | <item row="1" column="0">
|
---|
520 | <widget class="QCheckBox" name="drawPatchCheckBox">
|
---|
521 | <property name="layoutDirection">
|
---|
522 | <enum>Qt::RightToLeft</enum>
|
---|
523 | </property>
|
---|
524 | <property name="text">
|
---|
525 | <string>Draw Patches</string>
|
---|
526 | </property>
|
---|
527 | <property name="tristate">
|
---|
528 | <bool>false</bool>
|
---|
529 | </property>
|
---|
530 | </widget>
|
---|
531 | </item>
|
---|
532 | </layout>
|
---|
533 | </item>
|
---|
534 | </layout>
|
---|
535 | </widget>
|
---|
536 | </widget>
|
---|
537 | <customwidgets>
|
---|
538 | <customwidget>
|
---|
539 | <class>QGLWidget</class>
|
---|
540 | <extends>QWidget</extends>
|
---|
541 | <header>QtOpenGL/QGLWidget</header>
|
---|
542 | </customwidget>
|
---|
543 | <customwidget>
|
---|
544 | <class>RawDataViewer</class>
|
---|
545 | <extends>QGLWidget</extends>
|
---|
546 | <header>RawEventsViewer.h</header>
|
---|
547 | </customwidget>
|
---|
548 | </customwidgets>
|
---|
549 | <resources/>
|
---|
550 | <connections/>
|
---|
551 | </ui>
|
---|