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="enabled">
|
---|
6 | <bool>true</bool>
|
---|
7 | </property>
|
---|
8 | <property name="geometry">
|
---|
9 | <rect>
|
---|
10 | <x>0</x>
|
---|
11 | <y>0</y>
|
---|
12 | <width>1069</width>
|
---|
13 | <height>768</height>
|
---|
14 | </rect>
|
---|
15 | </property>
|
---|
16 | <property name="sizePolicy">
|
---|
17 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
18 | <horstretch>0</horstretch>
|
---|
19 | <verstretch>0</verstretch>
|
---|
20 | </sizepolicy>
|
---|
21 | </property>
|
---|
22 | <property name="windowTitle">
|
---|
23 | <string>MainWindow</string>
|
---|
24 | </property>
|
---|
25 | <property name="dockNestingEnabled">
|
---|
26 | <bool>false</bool>
|
---|
27 | </property>
|
---|
28 | <widget class="QWidget" name="fCentralWidget">
|
---|
29 | <property name="sizePolicy">
|
---|
30 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
31 | <horstretch>0</horstretch>
|
---|
32 | <verstretch>0</verstretch>
|
---|
33 | </sizepolicy>
|
---|
34 | </property>
|
---|
35 | <layout class="QGridLayout" name="gridLayout" rowstretch="0">
|
---|
36 | <property name="sizeConstraint">
|
---|
37 | <enum>QLayout::SetDefaultConstraint</enum>
|
---|
38 | </property>
|
---|
39 | <item row="0" column="0">
|
---|
40 | <widget class="QTabWidget" name="fTabWidget">
|
---|
41 | <property name="enabled">
|
---|
42 | <bool>true</bool>
|
---|
43 | </property>
|
---|
44 | <property name="sizePolicy">
|
---|
45 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
46 | <horstretch>0</horstretch>
|
---|
47 | <verstretch>0</verstretch>
|
---|
48 | </sizepolicy>
|
---|
49 | </property>
|
---|
50 | <property name="mouseTracking">
|
---|
51 | <bool>true</bool>
|
---|
52 | </property>
|
---|
53 | <property name="currentIndex">
|
---|
54 | <number>1</number>
|
---|
55 | </property>
|
---|
56 | <property name="documentMode">
|
---|
57 | <bool>false</bool>
|
---|
58 | </property>
|
---|
59 | <property name="tabsClosable">
|
---|
60 | <bool>true</bool>
|
---|
61 | </property>
|
---|
62 | <property name="movable">
|
---|
63 | <bool>true</bool>
|
---|
64 | </property>
|
---|
65 | <widget class="QWidget" name="fTriggerTab">
|
---|
66 | <attribute name="title">
|
---|
67 | <string>Trigger</string>
|
---|
68 | </attribute>
|
---|
69 | <layout class="QGridLayout" name="gridLayout_16">
|
---|
70 | <item row="0" column="0">
|
---|
71 | <widget class="QDockWidget" name="fTriggerDock">
|
---|
72 | <property name="sizePolicy">
|
---|
73 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
---|
74 | <horstretch>0</horstretch>
|
---|
75 | <verstretch>0</verstretch>
|
---|
76 | </sizepolicy>
|
---|
77 | </property>
|
---|
78 | <property name="features">
|
---|
79 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
80 | </property>
|
---|
81 | <property name="allowedAreas">
|
---|
82 | <set>Qt::AllDockWidgetAreas</set>
|
---|
83 | </property>
|
---|
84 | <property name="windowTitle">
|
---|
85 | <string>Trigegr settings</string>
|
---|
86 | </property>
|
---|
87 | <widget class="QWidget" name="fTriggerWidget">
|
---|
88 | <property name="sizePolicy">
|
---|
89 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
90 | <horstretch>0</horstretch>
|
---|
91 | <verstretch>0</verstretch>
|
---|
92 | </sizepolicy>
|
---|
93 | </property>
|
---|
94 | <layout class="QGridLayout" name="gridLayout_21" rowstretch="0,1,1" columnstretch="1,1,1">
|
---|
95 | <item row="0" column="1">
|
---|
96 | <layout class="QGridLayout" name="gridLayout_26">
|
---|
97 | <property name="topMargin">
|
---|
98 | <number>0</number>
|
---|
99 | </property>
|
---|
100 | <item row="1" column="0">
|
---|
101 | <widget class="QLabel" name="label_35">
|
---|
102 | <property name="text">
|
---|
103 | <string>FTM Firmware ID</string>
|
---|
104 | </property>
|
---|
105 | </widget>
|
---|
106 | </item>
|
---|
107 | <item row="0" column="0">
|
---|
108 | <widget class="QLabel" name="label_37">
|
---|
109 | <property name="text">
|
---|
110 | <string>FTM Board ID</string>
|
---|
111 | </property>
|
---|
112 | </widget>
|
---|
113 | </item>
|
---|
114 | <item row="1" column="1">
|
---|
115 | <widget class="QLineEdit" name="fFtmFirmwareId">
|
---|
116 | <property name="enabled">
|
---|
117 | <bool>true</bool>
|
---|
118 | </property>
|
---|
119 | <property name="alignment">
|
---|
120 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
121 | </property>
|
---|
122 | <property name="readOnly">
|
---|
123 | <bool>true</bool>
|
---|
124 | </property>
|
---|
125 | </widget>
|
---|
126 | </item>
|
---|
127 | <item row="0" column="1">
|
---|
128 | <widget class="QLineEdit" name="fFtmBoardId">
|
---|
129 | <property name="enabled">
|
---|
130 | <bool>true</bool>
|
---|
131 | </property>
|
---|
132 | <property name="alignment">
|
---|
133 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
134 | </property>
|
---|
135 | <property name="readOnly">
|
---|
136 | <bool>true</bool>
|
---|
137 | </property>
|
---|
138 | </widget>
|
---|
139 | </item>
|
---|
140 | </layout>
|
---|
141 | </item>
|
---|
142 | <item row="2" column="2">
|
---|
143 | <widget class="QGroupBox" name="groupBox_3">
|
---|
144 | <property name="sizePolicy">
|
---|
145 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
146 | <horstretch>0</horstretch>
|
---|
147 | <verstretch>0</verstretch>
|
---|
148 | </sizepolicy>
|
---|
149 | </property>
|
---|
150 | <property name="title">
|
---|
151 | <string>Clock conditioner</string>
|
---|
152 | </property>
|
---|
153 | <layout class="QGridLayout" name="gridLayout_18">
|
---|
154 | <item row="3" column="1">
|
---|
155 | <widget class="QSpinBox" name="fClockCondR0">
|
---|
156 | <property name="alignment">
|
---|
157 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
158 | </property>
|
---|
159 | <property name="buttonSymbols">
|
---|
160 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
161 | </property>
|
---|
162 | <property name="accelerated">
|
---|
163 | <bool>true</bool>
|
---|
164 | </property>
|
---|
165 | <property name="maximum">
|
---|
166 | <number>65535</number>
|
---|
167 | </property>
|
---|
168 | </widget>
|
---|
169 | </item>
|
---|
170 | <item row="3" column="2">
|
---|
171 | <widget class="QSpinBox" name="fClockCondR1">
|
---|
172 | <property name="alignment">
|
---|
173 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
174 | </property>
|
---|
175 | <property name="buttonSymbols">
|
---|
176 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
177 | </property>
|
---|
178 | <property name="accelerated">
|
---|
179 | <bool>true</bool>
|
---|
180 | </property>
|
---|
181 | <property name="maximum">
|
---|
182 | <number>65535</number>
|
---|
183 | </property>
|
---|
184 | </widget>
|
---|
185 | </item>
|
---|
186 | <item row="3" column="3">
|
---|
187 | <widget class="QSpinBox" name="fClockCondR8">
|
---|
188 | <property name="alignment">
|
---|
189 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
190 | </property>
|
---|
191 | <property name="buttonSymbols">
|
---|
192 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
193 | </property>
|
---|
194 | <property name="accelerated">
|
---|
195 | <bool>true</bool>
|
---|
196 | </property>
|
---|
197 | <property name="maximum">
|
---|
198 | <number>65535</number>
|
---|
199 | </property>
|
---|
200 | </widget>
|
---|
201 | </item>
|
---|
202 | <item row="3" column="4">
|
---|
203 | <widget class="QSpinBox" name="fClockCondR9">
|
---|
204 | <property name="alignment">
|
---|
205 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
206 | </property>
|
---|
207 | <property name="buttonSymbols">
|
---|
208 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
209 | </property>
|
---|
210 | <property name="accelerated">
|
---|
211 | <bool>true</bool>
|
---|
212 | </property>
|
---|
213 | <property name="maximum">
|
---|
214 | <number>65535</number>
|
---|
215 | </property>
|
---|
216 | </widget>
|
---|
217 | </item>
|
---|
218 | <item row="4" column="1">
|
---|
219 | <widget class="QSpinBox" name="fClockCondR11">
|
---|
220 | <property name="alignment">
|
---|
221 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
222 | </property>
|
---|
223 | <property name="buttonSymbols">
|
---|
224 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
225 | </property>
|
---|
226 | <property name="accelerated">
|
---|
227 | <bool>true</bool>
|
---|
228 | </property>
|
---|
229 | <property name="maximum">
|
---|
230 | <number>65535</number>
|
---|
231 | </property>
|
---|
232 | </widget>
|
---|
233 | </item>
|
---|
234 | <item row="4" column="2">
|
---|
235 | <widget class="QSpinBox" name="fClockCondR13">
|
---|
236 | <property name="alignment">
|
---|
237 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
238 | </property>
|
---|
239 | <property name="buttonSymbols">
|
---|
240 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
241 | </property>
|
---|
242 | <property name="accelerated">
|
---|
243 | <bool>true</bool>
|
---|
244 | </property>
|
---|
245 | <property name="maximum">
|
---|
246 | <number>65535</number>
|
---|
247 | </property>
|
---|
248 | </widget>
|
---|
249 | </item>
|
---|
250 | <item row="4" column="3">
|
---|
251 | <widget class="QSpinBox" name="fClockCondR14">
|
---|
252 | <property name="alignment">
|
---|
253 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
254 | </property>
|
---|
255 | <property name="buttonSymbols">
|
---|
256 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
257 | </property>
|
---|
258 | <property name="accelerated">
|
---|
259 | <bool>true</bool>
|
---|
260 | </property>
|
---|
261 | <property name="maximum">
|
---|
262 | <number>65535</number>
|
---|
263 | </property>
|
---|
264 | </widget>
|
---|
265 | </item>
|
---|
266 | <item row="4" column="4">
|
---|
267 | <widget class="QSpinBox" name="fClockCondR15">
|
---|
268 | <property name="alignment">
|
---|
269 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
270 | </property>
|
---|
271 | <property name="buttonSymbols">
|
---|
272 | <enum>QAbstractSpinBox::UpDownArrows</enum>
|
---|
273 | </property>
|
---|
274 | <property name="accelerated">
|
---|
275 | <bool>true</bool>
|
---|
276 | </property>
|
---|
277 | <property name="maximum">
|
---|
278 | <number>65535</number>
|
---|
279 | </property>
|
---|
280 | </widget>
|
---|
281 | </item>
|
---|
282 | <item row="2" column="2">
|
---|
283 | <widget class="QLabel" name="label_11">
|
---|
284 | <property name="text">
|
---|
285 | <string>R1</string>
|
---|
286 | </property>
|
---|
287 | <property name="alignment">
|
---|
288 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
289 | </property>
|
---|
290 | </widget>
|
---|
291 | </item>
|
---|
292 | <item row="2" column="1">
|
---|
293 | <widget class="QLabel" name="label_16">
|
---|
294 | <property name="text">
|
---|
295 | <string>R0</string>
|
---|
296 | </property>
|
---|
297 | <property name="alignment">
|
---|
298 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
299 | </property>
|
---|
300 | </widget>
|
---|
301 | </item>
|
---|
302 | <item row="2" column="3">
|
---|
303 | <widget class="QLabel" name="label_17">
|
---|
304 | <property name="text">
|
---|
305 | <string>R8</string>
|
---|
306 | </property>
|
---|
307 | <property name="alignment">
|
---|
308 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
309 | </property>
|
---|
310 | </widget>
|
---|
311 | </item>
|
---|
312 | <item row="2" column="4">
|
---|
313 | <widget class="QLabel" name="label_18">
|
---|
314 | <property name="text">
|
---|
315 | <string>R9</string>
|
---|
316 | </property>
|
---|
317 | <property name="alignment">
|
---|
318 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
319 | </property>
|
---|
320 | </widget>
|
---|
321 | </item>
|
---|
322 | <item row="5" column="1">
|
---|
323 | <widget class="QLabel" name="label_19">
|
---|
324 | <property name="text">
|
---|
325 | <string>R11</string>
|
---|
326 | </property>
|
---|
327 | <property name="alignment">
|
---|
328 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
329 | </property>
|
---|
330 | </widget>
|
---|
331 | </item>
|
---|
332 | <item row="5" column="2">
|
---|
333 | <widget class="QLabel" name="label_20">
|
---|
334 | <property name="text">
|
---|
335 | <string>R13</string>
|
---|
336 | </property>
|
---|
337 | <property name="alignment">
|
---|
338 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
339 | </property>
|
---|
340 | </widget>
|
---|
341 | </item>
|
---|
342 | <item row="5" column="3">
|
---|
343 | <widget class="QLabel" name="label_21">
|
---|
344 | <property name="text">
|
---|
345 | <string>R14</string>
|
---|
346 | </property>
|
---|
347 | <property name="alignment">
|
---|
348 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
349 | </property>
|
---|
350 | </widget>
|
---|
351 | </item>
|
---|
352 | <item row="5" column="4">
|
---|
353 | <widget class="QLabel" name="label_22">
|
---|
354 | <property name="text">
|
---|
355 | <string>R15</string>
|
---|
356 | </property>
|
---|
357 | <property name="alignment">
|
---|
358 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
359 | </property>
|
---|
360 | </widget>
|
---|
361 | </item>
|
---|
362 | <item row="0" column="0" colspan="6">
|
---|
363 | <widget class="Line" name="line_10">
|
---|
364 | <property name="sizePolicy">
|
---|
365 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
---|
366 | <horstretch>0</horstretch>
|
---|
367 | <verstretch>0</verstretch>
|
---|
368 | </sizepolicy>
|
---|
369 | </property>
|
---|
370 | <property name="orientation">
|
---|
371 | <enum>Qt::Horizontal</enum>
|
---|
372 | </property>
|
---|
373 | </widget>
|
---|
374 | </item>
|
---|
375 | <item row="6" column="2">
|
---|
376 | <spacer name="verticalSpacer_12">
|
---|
377 | <property name="orientation">
|
---|
378 | <enum>Qt::Vertical</enum>
|
---|
379 | </property>
|
---|
380 | <property name="sizeHint" stdset="0">
|
---|
381 | <size>
|
---|
382 | <width>20</width>
|
---|
383 | <height>0</height>
|
---|
384 | </size>
|
---|
385 | </property>
|
---|
386 | </spacer>
|
---|
387 | </item>
|
---|
388 | <item row="1" column="2">
|
---|
389 | <spacer name="verticalSpacer_13">
|
---|
390 | <property name="orientation">
|
---|
391 | <enum>Qt::Vertical</enum>
|
---|
392 | </property>
|
---|
393 | <property name="sizeHint" stdset="0">
|
---|
394 | <size>
|
---|
395 | <width>20</width>
|
---|
396 | <height>0</height>
|
---|
397 | </size>
|
---|
398 | </property>
|
---|
399 | </spacer>
|
---|
400 | </item>
|
---|
401 | <item row="3" column="0">
|
---|
402 | <spacer name="horizontalSpacer_25">
|
---|
403 | <property name="orientation">
|
---|
404 | <enum>Qt::Horizontal</enum>
|
---|
405 | </property>
|
---|
406 | <property name="sizeHint" stdset="0">
|
---|
407 | <size>
|
---|
408 | <width>40</width>
|
---|
409 | <height>20</height>
|
---|
410 | </size>
|
---|
411 | </property>
|
---|
412 | </spacer>
|
---|
413 | </item>
|
---|
414 | <item row="3" column="5">
|
---|
415 | <spacer name="horizontalSpacer_26">
|
---|
416 | <property name="orientation">
|
---|
417 | <enum>Qt::Horizontal</enum>
|
---|
418 | </property>
|
---|
419 | <property name="sizeHint" stdset="0">
|
---|
420 | <size>
|
---|
421 | <width>40</width>
|
---|
422 | <height>20</height>
|
---|
423 | </size>
|
---|
424 | </property>
|
---|
425 | </spacer>
|
---|
426 | </item>
|
---|
427 | </layout>
|
---|
428 | </widget>
|
---|
429 | </item>
|
---|
430 | <item row="1" column="0">
|
---|
431 | <widget class="QGroupBox" name="groupBox_5">
|
---|
432 | <property name="sizePolicy">
|
---|
433 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
434 | <horstretch>0</horstretch>
|
---|
435 | <verstretch>0</verstretch>
|
---|
436 | </sizepolicy>
|
---|
437 | </property>
|
---|
438 | <property name="title">
|
---|
439 | <string>Trigger setup</string>
|
---|
440 | </property>
|
---|
441 | <property name="flat">
|
---|
442 | <bool>false</bool>
|
---|
443 | </property>
|
---|
444 | <property name="checkable">
|
---|
445 | <bool>false</bool>
|
---|
446 | </property>
|
---|
447 | <layout class="QGridLayout" name="gridLayout_23">
|
---|
448 | <item row="2" column="2">
|
---|
449 | <layout class="QHBoxLayout" name="horizontalLayout_10">
|
---|
450 | <property name="topMargin">
|
---|
451 | <number>0</number>
|
---|
452 | </property>
|
---|
453 | <item>
|
---|
454 | <spacer name="horizontalSpacer_18">
|
---|
455 | <property name="orientation">
|
---|
456 | <enum>Qt::Horizontal</enum>
|
---|
457 | </property>
|
---|
458 | <property name="sizeHint" stdset="0">
|
---|
459 | <size>
|
---|
460 | <width>40</width>
|
---|
461 | <height>20</height>
|
---|
462 | </size>
|
---|
463 | </property>
|
---|
464 | </spacer>
|
---|
465 | </item>
|
---|
466 | <item>
|
---|
467 | <widget class="QLabel" name="label_31">
|
---|
468 | <property name="text">
|
---|
469 | <string>Interval</string>
|
---|
470 | </property>
|
---|
471 | <property name="alignment">
|
---|
472 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
473 | </property>
|
---|
474 | </widget>
|
---|
475 | </item>
|
---|
476 | <item>
|
---|
477 | <widget class="QSpinBox" name="fTriggerInterval">
|
---|
478 | <property name="accelerated">
|
---|
479 | <bool>true</bool>
|
---|
480 | </property>
|
---|
481 | <property name="suffix">
|
---|
482 | <string> ms</string>
|
---|
483 | </property>
|
---|
484 | <property name="minimum">
|
---|
485 | <number>1</number>
|
---|
486 | </property>
|
---|
487 | <property name="maximum">
|
---|
488 | <number>1023</number>
|
---|
489 | </property>
|
---|
490 | </widget>
|
---|
491 | </item>
|
---|
492 | <item>
|
---|
493 | <spacer name="horizontalSpacer_17">
|
---|
494 | <property name="orientation">
|
---|
495 | <enum>Qt::Horizontal</enum>
|
---|
496 | </property>
|
---|
497 | <property name="sizeHint" stdset="0">
|
---|
498 | <size>
|
---|
499 | <width>40</width>
|
---|
500 | <height>20</height>
|
---|
501 | </size>
|
---|
502 | </property>
|
---|
503 | </spacer>
|
---|
504 | </item>
|
---|
505 | </layout>
|
---|
506 | </item>
|
---|
507 | <item row="6" column="0" colspan="4">
|
---|
508 | <widget class="Line" name="line_5">
|
---|
509 | <property name="orientation">
|
---|
510 | <enum>Qt::Horizontal</enum>
|
---|
511 | </property>
|
---|
512 | </widget>
|
---|
513 | </item>
|
---|
514 | <item row="0" column="0" colspan="4">
|
---|
515 | <widget class="Line" name="line_6">
|
---|
516 | <property name="orientation">
|
---|
517 | <enum>Qt::Horizontal</enum>
|
---|
518 | </property>
|
---|
519 | </widget>
|
---|
520 | </item>
|
---|
521 | <item row="1" column="2">
|
---|
522 | <spacer name="verticalSpacer_8">
|
---|
523 | <property name="orientation">
|
---|
524 | <enum>Qt::Vertical</enum>
|
---|
525 | </property>
|
---|
526 | <property name="sizeHint" stdset="0">
|
---|
527 | <size>
|
---|
528 | <width>20</width>
|
---|
529 | <height>0</height>
|
---|
530 | </size>
|
---|
531 | </property>
|
---|
532 | </spacer>
|
---|
533 | </item>
|
---|
534 | <item row="15" column="2">
|
---|
535 | <spacer name="verticalSpacer_9">
|
---|
536 | <property name="orientation">
|
---|
537 | <enum>Qt::Vertical</enum>
|
---|
538 | </property>
|
---|
539 | <property name="sizeHint" stdset="0">
|
---|
540 | <size>
|
---|
541 | <width>20</width>
|
---|
542 | <height>0</height>
|
---|
543 | </size>
|
---|
544 | </property>
|
---|
545 | </spacer>
|
---|
546 | </item>
|
---|
547 | <item row="8" column="0">
|
---|
548 | <spacer name="horizontalSpacer_23">
|
---|
549 | <property name="orientation">
|
---|
550 | <enum>Qt::Horizontal</enum>
|
---|
551 | </property>
|
---|
552 | <property name="sizeHint" stdset="0">
|
---|
553 | <size>
|
---|
554 | <width>40</width>
|
---|
555 | <height>20</height>
|
---|
556 | </size>
|
---|
557 | </property>
|
---|
558 | </spacer>
|
---|
559 | </item>
|
---|
560 | <item row="8" column="3">
|
---|
561 | <spacer name="horizontalSpacer_24">
|
---|
562 | <property name="orientation">
|
---|
563 | <enum>Qt::Horizontal</enum>
|
---|
564 | </property>
|
---|
565 | <property name="sizeHint" stdset="0">
|
---|
566 | <size>
|
---|
567 | <width>40</width>
|
---|
568 | <height>20</height>
|
---|
569 | </size>
|
---|
570 | </property>
|
---|
571 | </spacer>
|
---|
572 | </item>
|
---|
573 | <item row="11" column="0" colspan="4">
|
---|
574 | <widget class="Line" name="line_11">
|
---|
575 | <property name="orientation">
|
---|
576 | <enum>Qt::Horizontal</enum>
|
---|
577 | </property>
|
---|
578 | </widget>
|
---|
579 | </item>
|
---|
580 | <item row="13" column="2">
|
---|
581 | <layout class="QGridLayout" name="gridLayout_30">
|
---|
582 | <property name="topMargin">
|
---|
583 | <number>0</number>
|
---|
584 | </property>
|
---|
585 | <item row="1" column="0">
|
---|
586 | <widget class="QCheckBox" name="fEnableTrigger">
|
---|
587 | <property name="sizePolicy">
|
---|
588 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
589 | <horstretch>0</horstretch>
|
---|
590 | <verstretch>0</verstretch>
|
---|
591 | </sizepolicy>
|
---|
592 | </property>
|
---|
593 | <property name="text">
|
---|
594 | <string/>
|
---|
595 | </property>
|
---|
596 | <property name="checked">
|
---|
597 | <bool>false</bool>
|
---|
598 | </property>
|
---|
599 | </widget>
|
---|
600 | </item>
|
---|
601 | <item row="1" column="1">
|
---|
602 | <widget class="QCheckBox" name="fEnableExt1">
|
---|
603 | <property name="sizePolicy">
|
---|
604 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
605 | <horstretch>0</horstretch>
|
---|
606 | <verstretch>0</verstretch>
|
---|
607 | </sizepolicy>
|
---|
608 | </property>
|
---|
609 | <property name="text">
|
---|
610 | <string/>
|
---|
611 | </property>
|
---|
612 | </widget>
|
---|
613 | </item>
|
---|
614 | <item row="1" column="2">
|
---|
615 | <widget class="QCheckBox" name="fEnableExt2">
|
---|
616 | <property name="sizePolicy">
|
---|
617 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
618 | <horstretch>0</horstretch>
|
---|
619 | <verstretch>0</verstretch>
|
---|
620 | </sizepolicy>
|
---|
621 | </property>
|
---|
622 | <property name="text">
|
---|
623 | <string/>
|
---|
624 | </property>
|
---|
625 | </widget>
|
---|
626 | </item>
|
---|
627 | <item row="1" column="3">
|
---|
628 | <widget class="QCheckBox" name="fEnableTimeMarker">
|
---|
629 | <property name="sizePolicy">
|
---|
630 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
631 | <horstretch>0</horstretch>
|
---|
632 | <verstretch>0</verstretch>
|
---|
633 | </sizepolicy>
|
---|
634 | </property>
|
---|
635 | <property name="text">
|
---|
636 | <string/>
|
---|
637 | </property>
|
---|
638 | </widget>
|
---|
639 | </item>
|
---|
640 | <item row="1" column="5">
|
---|
641 | <widget class="QCheckBox" name="fEnableVeto">
|
---|
642 | <property name="sizePolicy">
|
---|
643 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
644 | <horstretch>0</horstretch>
|
---|
645 | <verstretch>0</verstretch>
|
---|
646 | </sizepolicy>
|
---|
647 | </property>
|
---|
648 | <property name="maximumSize">
|
---|
649 | <size>
|
---|
650 | <width>16777215</width>
|
---|
651 | <height>16777215</height>
|
---|
652 | </size>
|
---|
653 | </property>
|
---|
654 | <property name="baseSize">
|
---|
655 | <size>
|
---|
656 | <width>0</width>
|
---|
657 | <height>0</height>
|
---|
658 | </size>
|
---|
659 | </property>
|
---|
660 | <property name="text">
|
---|
661 | <string/>
|
---|
662 | </property>
|
---|
663 | </widget>
|
---|
664 | </item>
|
---|
665 | <item row="0" column="0">
|
---|
666 | <widget class="QLabel" name="label_23">
|
---|
667 | <property name="text">
|
---|
668 | <string>Trg</string>
|
---|
669 | </property>
|
---|
670 | <property name="alignment">
|
---|
671 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
672 | </property>
|
---|
673 | </widget>
|
---|
674 | </item>
|
---|
675 | <item row="0" column="1">
|
---|
676 | <widget class="QLabel" name="label_29">
|
---|
677 | <property name="text">
|
---|
678 | <string>Ext1</string>
|
---|
679 | </property>
|
---|
680 | <property name="alignment">
|
---|
681 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
682 | </property>
|
---|
683 | </widget>
|
---|
684 | </item>
|
---|
685 | <item row="0" column="2">
|
---|
686 | <widget class="QLabel" name="label_30">
|
---|
687 | <property name="text">
|
---|
688 | <string>Ext2</string>
|
---|
689 | </property>
|
---|
690 | <property name="alignment">
|
---|
691 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
692 | </property>
|
---|
693 | </widget>
|
---|
694 | </item>
|
---|
695 | <item row="0" column="3">
|
---|
696 | <widget class="QLabel" name="label_28">
|
---|
697 | <property name="text">
|
---|
698 | <string>TIM</string>
|
---|
699 | </property>
|
---|
700 | <property name="alignment">
|
---|
701 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
702 | </property>
|
---|
703 | </widget>
|
---|
704 | </item>
|
---|
705 | <item row="1" column="4">
|
---|
706 | <spacer name="horizontalSpacer_30">
|
---|
707 | <property name="orientation">
|
---|
708 | <enum>Qt::Horizontal</enum>
|
---|
709 | </property>
|
---|
710 | <property name="sizeType">
|
---|
711 | <enum>QSizePolicy::Fixed</enum>
|
---|
712 | </property>
|
---|
713 | <property name="sizeHint" stdset="0">
|
---|
714 | <size>
|
---|
715 | <width>10</width>
|
---|
716 | <height>0</height>
|
---|
717 | </size>
|
---|
718 | </property>
|
---|
719 | </spacer>
|
---|
720 | </item>
|
---|
721 | <item row="0" column="5">
|
---|
722 | <widget class="QLabel" name="label_27">
|
---|
723 | <property name="text">
|
---|
724 | <string>Veto</string>
|
---|
725 | </property>
|
---|
726 | <property name="alignment">
|
---|
727 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
728 | </property>
|
---|
729 | </widget>
|
---|
730 | </item>
|
---|
731 | </layout>
|
---|
732 | </item>
|
---|
733 | <item row="7" column="2">
|
---|
734 | <spacer name="verticalSpacer_10">
|
---|
735 | <property name="orientation">
|
---|
736 | <enum>Qt::Vertical</enum>
|
---|
737 | </property>
|
---|
738 | <property name="sizeHint" stdset="0">
|
---|
739 | <size>
|
---|
740 | <width>20</width>
|
---|
741 | <height>40</height>
|
---|
742 | </size>
|
---|
743 | </property>
|
---|
744 | </spacer>
|
---|
745 | </item>
|
---|
746 | <item row="8" column="2">
|
---|
747 | <layout class="QGridLayout" name="gridLayout_24">
|
---|
748 | <item row="2" column="0">
|
---|
749 | <widget class="QLabel" name="label_34">
|
---|
750 | <property name="text">
|
---|
751 | <string>Pedestal</string>
|
---|
752 | </property>
|
---|
753 | <property name="alignment">
|
---|
754 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
755 | </property>
|
---|
756 | </widget>
|
---|
757 | </item>
|
---|
758 | <item row="4" column="0">
|
---|
759 | <widget class="QSpinBox" name="fTriggerSeqPed">
|
---|
760 | <property name="enabled">
|
---|
761 | <bool>false</bool>
|
---|
762 | </property>
|
---|
763 | <property name="sizePolicy">
|
---|
764 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
765 | <horstretch>0</horstretch>
|
---|
766 | <verstretch>0</verstretch>
|
---|
767 | </sizepolicy>
|
---|
768 | </property>
|
---|
769 | <property name="alignment">
|
---|
770 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
771 | </property>
|
---|
772 | <property name="maximum">
|
---|
773 | <number>31</number>
|
---|
774 | </property>
|
---|
775 | </widget>
|
---|
776 | </item>
|
---|
777 | <item row="4" column="2">
|
---|
778 | <widget class="QLabel" name="label_32">
|
---|
779 | <property name="text">
|
---|
780 | <string>:</string>
|
---|
781 | </property>
|
---|
782 | <property name="alignment">
|
---|
783 | <set>Qt::AlignCenter</set>
|
---|
784 | </property>
|
---|
785 | </widget>
|
---|
786 | </item>
|
---|
787 | <item row="4" column="3">
|
---|
788 | <widget class="QSpinBox" name="fTriggerSeqLP1">
|
---|
789 | <property name="enabled">
|
---|
790 | <bool>false</bool>
|
---|
791 | </property>
|
---|
792 | <property name="sizePolicy">
|
---|
793 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
794 | <horstretch>0</horstretch>
|
---|
795 | <verstretch>0</verstretch>
|
---|
796 | </sizepolicy>
|
---|
797 | </property>
|
---|
798 | <property name="alignment">
|
---|
799 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
800 | </property>
|
---|
801 | <property name="maximum">
|
---|
802 | <number>31</number>
|
---|
803 | </property>
|
---|
804 | </widget>
|
---|
805 | </item>
|
---|
806 | <item row="4" column="5">
|
---|
807 | <widget class="QSpinBox" name="fTriggerSeqLP2">
|
---|
808 | <property name="enabled">
|
---|
809 | <bool>false</bool>
|
---|
810 | </property>
|
---|
811 | <property name="sizePolicy">
|
---|
812 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
---|
813 | <horstretch>0</horstretch>
|
---|
814 | <verstretch>0</verstretch>
|
---|
815 | </sizepolicy>
|
---|
816 | </property>
|
---|
817 | <property name="alignment">
|
---|
818 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
819 | </property>
|
---|
820 | <property name="maximum">
|
---|
821 | <number>31</number>
|
---|
822 | </property>
|
---|
823 | </widget>
|
---|
824 | </item>
|
---|
825 | <item row="4" column="4">
|
---|
826 | <widget class="QLabel" name="label_33">
|
---|
827 | <property name="text">
|
---|
828 | <string>:</string>
|
---|
829 | </property>
|
---|
830 | <property name="alignment">
|
---|
831 | <set>Qt::AlignCenter</set>
|
---|
832 | </property>
|
---|
833 | </widget>
|
---|
834 | </item>
|
---|
835 | <item row="2" column="5">
|
---|
836 | <widget class="QLabel" name="label_38">
|
---|
837 | <property name="text">
|
---|
838 | <string>LP2</string>
|
---|
839 | </property>
|
---|
840 | <property name="alignment">
|
---|
841 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
842 | </property>
|
---|
843 | </widget>
|
---|
844 | </item>
|
---|
845 | <item row="2" column="3">
|
---|
846 | <widget class="QLabel" name="label_36">
|
---|
847 | <property name="text">
|
---|
848 | <string>LP1</string>
|
---|
849 | </property>
|
---|
850 | <property name="alignment">
|
---|
851 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
852 | </property>
|
---|
853 | </widget>
|
---|
854 | </item>
|
---|
855 | <item row="3" column="0">
|
---|
856 | <layout class="QHBoxLayout" name="horizontalLayout_15">
|
---|
857 | <property name="rightMargin">
|
---|
858 | <number>0</number>
|
---|
859 | </property>
|
---|
860 | <item>
|
---|
861 | <widget class="QCheckBox" name="fEnablePedestal">
|
---|
862 | <property name="sizePolicy">
|
---|
863 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
864 | <horstretch>0</horstretch>
|
---|
865 | <verstretch>0</verstretch>
|
---|
866 | </sizepolicy>
|
---|
867 | </property>
|
---|
868 | <property name="text">
|
---|
869 | <string/>
|
---|
870 | </property>
|
---|
871 | </widget>
|
---|
872 | </item>
|
---|
873 | </layout>
|
---|
874 | </item>
|
---|
875 | <item row="3" column="3">
|
---|
876 | <layout class="QHBoxLayout" name="horizontalLayout_12">
|
---|
877 | <property name="rightMargin">
|
---|
878 | <number>0</number>
|
---|
879 | </property>
|
---|
880 | <item>
|
---|
881 | <widget class="QCheckBox" name="fEnableLP1">
|
---|
882 | <property name="sizePolicy">
|
---|
883 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
884 | <horstretch>0</horstretch>
|
---|
885 | <verstretch>0</verstretch>
|
---|
886 | </sizepolicy>
|
---|
887 | </property>
|
---|
888 | <property name="text">
|
---|
889 | <string/>
|
---|
890 | </property>
|
---|
891 | </widget>
|
---|
892 | </item>
|
---|
893 | </layout>
|
---|
894 | </item>
|
---|
895 | <item row="3" column="5">
|
---|
896 | <layout class="QHBoxLayout" name="horizontalLayout_13">
|
---|
897 | <property name="rightMargin">
|
---|
898 | <number>0</number>
|
---|
899 | </property>
|
---|
900 | <item>
|
---|
901 | <widget class="QCheckBox" name="fEnableLP2">
|
---|
902 | <property name="sizePolicy">
|
---|
903 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
904 | <horstretch>0</horstretch>
|
---|
905 | <verstretch>0</verstretch>
|
---|
906 | </sizepolicy>
|
---|
907 | </property>
|
---|
908 | <property name="text">
|
---|
909 | <string/>
|
---|
910 | </property>
|
---|
911 | </widget>
|
---|
912 | </item>
|
---|
913 | </layout>
|
---|
914 | </item>
|
---|
915 | </layout>
|
---|
916 | </item>
|
---|
917 | <item row="10" column="2">
|
---|
918 | <spacer name="verticalSpacer_11">
|
---|
919 | <property name="orientation">
|
---|
920 | <enum>Qt::Vertical</enum>
|
---|
921 | </property>
|
---|
922 | <property name="sizeType">
|
---|
923 | <enum>QSizePolicy::Fixed</enum>
|
---|
924 | </property>
|
---|
925 | <property name="sizeHint" stdset="0">
|
---|
926 | <size>
|
---|
927 | <width>20</width>
|
---|
928 | <height>5</height>
|
---|
929 | </size>
|
---|
930 | </property>
|
---|
931 | </spacer>
|
---|
932 | </item>
|
---|
933 | <item row="12" column="2">
|
---|
934 | <spacer name="verticalSpacer_17">
|
---|
935 | <property name="orientation">
|
---|
936 | <enum>Qt::Vertical</enum>
|
---|
937 | </property>
|
---|
938 | <property name="sizeType">
|
---|
939 | <enum>QSizePolicy::Fixed</enum>
|
---|
940 | </property>
|
---|
941 | <property name="sizeHint" stdset="0">
|
---|
942 | <size>
|
---|
943 | <width>20</width>
|
---|
944 | <height>5</height>
|
---|
945 | </size>
|
---|
946 | </property>
|
---|
947 | </spacer>
|
---|
948 | </item>
|
---|
949 | <item row="14" column="2">
|
---|
950 | <spacer name="verticalSpacer_18">
|
---|
951 | <property name="orientation">
|
---|
952 | <enum>Qt::Vertical</enum>
|
---|
953 | </property>
|
---|
954 | <property name="sizeHint" stdset="0">
|
---|
955 | <size>
|
---|
956 | <width>20</width>
|
---|
957 | <height>40</height>
|
---|
958 | </size>
|
---|
959 | </property>
|
---|
960 | </spacer>
|
---|
961 | </item>
|
---|
962 | <item row="3" column="2">
|
---|
963 | <spacer name="verticalSpacer_7">
|
---|
964 | <property name="orientation">
|
---|
965 | <enum>Qt::Vertical</enum>
|
---|
966 | </property>
|
---|
967 | <property name="sizeHint" stdset="0">
|
---|
968 | <size>
|
---|
969 | <width>20</width>
|
---|
970 | <height>40</height>
|
---|
971 | </size>
|
---|
972 | </property>
|
---|
973 | </spacer>
|
---|
974 | </item>
|
---|
975 | </layout>
|
---|
976 | </widget>
|
---|
977 | </item>
|
---|
978 | <item row="1" column="1">
|
---|
979 | <widget class="QGroupBox" name="groupBox">
|
---|
980 | <property name="sizePolicy">
|
---|
981 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
982 | <horstretch>0</horstretch>
|
---|
983 | <verstretch>0</verstretch>
|
---|
984 | </sizepolicy>
|
---|
985 | </property>
|
---|
986 | <property name="title">
|
---|
987 | <string>Trigger Majority Logic</string>
|
---|
988 | </property>
|
---|
989 | <layout class="QGridLayout" name="gridLayout_15">
|
---|
990 | <item row="2" column="1">
|
---|
991 | <widget class="QLabel" name="label_8">
|
---|
992 | <property name="text">
|
---|
993 | <string>Physics</string>
|
---|
994 | </property>
|
---|
995 | </widget>
|
---|
996 | </item>
|
---|
997 | <item row="2" column="2">
|
---|
998 | <widget class="QSpinBox" name="fPhysicsCoincidence">
|
---|
999 | <property name="alignment">
|
---|
1000 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1001 | </property>
|
---|
1002 | <property name="suffix">
|
---|
1003 | <string> / 40</string>
|
---|
1004 | </property>
|
---|
1005 | <property name="minimum">
|
---|
1006 | <number>1</number>
|
---|
1007 | </property>
|
---|
1008 | <property name="maximum">
|
---|
1009 | <number>40</number>
|
---|
1010 | </property>
|
---|
1011 | </widget>
|
---|
1012 | </item>
|
---|
1013 | <item row="5" column="2">
|
---|
1014 | <widget class="QSpinBox" name="fCalibCoincidence">
|
---|
1015 | <property name="alignment">
|
---|
1016 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1017 | </property>
|
---|
1018 | <property name="suffix">
|
---|
1019 | <string> / 40</string>
|
---|
1020 | </property>
|
---|
1021 | <property name="minimum">
|
---|
1022 | <number>1</number>
|
---|
1023 | </property>
|
---|
1024 | <property name="maximum">
|
---|
1025 | <number>40</number>
|
---|
1026 | </property>
|
---|
1027 | </widget>
|
---|
1028 | </item>
|
---|
1029 | <item row="2" column="3">
|
---|
1030 | <widget class="SpinBox4ns" name="fPhysicsWindow">
|
---|
1031 | <property name="alignment">
|
---|
1032 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1033 | </property>
|
---|
1034 | <property name="accelerated">
|
---|
1035 | <bool>false</bool>
|
---|
1036 | </property>
|
---|
1037 | <property name="correctionMode">
|
---|
1038 | <enum>QAbstractSpinBox::CorrectToPreviousValue</enum>
|
---|
1039 | </property>
|
---|
1040 | <property name="suffix">
|
---|
1041 | <string> ns</string>
|
---|
1042 | </property>
|
---|
1043 | <property name="minimum">
|
---|
1044 | <number>8</number>
|
---|
1045 | </property>
|
---|
1046 | <property name="maximum">
|
---|
1047 | <number>68</number>
|
---|
1048 | </property>
|
---|
1049 | <property name="singleStep">
|
---|
1050 | <number>4</number>
|
---|
1051 | </property>
|
---|
1052 | </widget>
|
---|
1053 | </item>
|
---|
1054 | <item row="5" column="3">
|
---|
1055 | <widget class="SpinBox4ns" name="fCalibWindow">
|
---|
1056 | <property name="alignment">
|
---|
1057 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1058 | </property>
|
---|
1059 | <property name="suffix">
|
---|
1060 | <string> ns</string>
|
---|
1061 | </property>
|
---|
1062 | <property name="minimum">
|
---|
1063 | <number>8</number>
|
---|
1064 | </property>
|
---|
1065 | <property name="maximum">
|
---|
1066 | <number>68</number>
|
---|
1067 | </property>
|
---|
1068 | <property name="singleStep">
|
---|
1069 | <number>4</number>
|
---|
1070 | </property>
|
---|
1071 | </widget>
|
---|
1072 | </item>
|
---|
1073 | <item row="5" column="1">
|
---|
1074 | <widget class="QLabel" name="label_13">
|
---|
1075 | <property name="text">
|
---|
1076 | <string>Calibration</string>
|
---|
1077 | </property>
|
---|
1078 | </widget>
|
---|
1079 | </item>
|
---|
1080 | <item row="1" column="2">
|
---|
1081 | <widget class="QLabel" name="label_9">
|
---|
1082 | <property name="text">
|
---|
1083 | <string>Coincidence</string>
|
---|
1084 | </property>
|
---|
1085 | <property name="alignment">
|
---|
1086 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
1087 | </property>
|
---|
1088 | </widget>
|
---|
1089 | </item>
|
---|
1090 | <item row="1" column="3">
|
---|
1091 | <widget class="QLabel" name="label_10">
|
---|
1092 | <property name="text">
|
---|
1093 | <string>Window</string>
|
---|
1094 | </property>
|
---|
1095 | <property name="alignment">
|
---|
1096 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
1097 | </property>
|
---|
1098 | </widget>
|
---|
1099 | </item>
|
---|
1100 | <item row="0" column="0" colspan="5">
|
---|
1101 | <widget class="Line" name="line_8">
|
---|
1102 | <property name="orientation">
|
---|
1103 | <enum>Qt::Horizontal</enum>
|
---|
1104 | </property>
|
---|
1105 | </widget>
|
---|
1106 | </item>
|
---|
1107 | <item row="1" column="1">
|
---|
1108 | <spacer name="verticalSpacer_14">
|
---|
1109 | <property name="orientation">
|
---|
1110 | <enum>Qt::Vertical</enum>
|
---|
1111 | </property>
|
---|
1112 | <property name="sizeHint" stdset="0">
|
---|
1113 | <size>
|
---|
1114 | <width>20</width>
|
---|
1115 | <height>0</height>
|
---|
1116 | </size>
|
---|
1117 | </property>
|
---|
1118 | </spacer>
|
---|
1119 | </item>
|
---|
1120 | <item row="6" column="1">
|
---|
1121 | <spacer name="verticalSpacer_15">
|
---|
1122 | <property name="orientation">
|
---|
1123 | <enum>Qt::Vertical</enum>
|
---|
1124 | </property>
|
---|
1125 | <property name="sizeHint" stdset="0">
|
---|
1126 | <size>
|
---|
1127 | <width>20</width>
|
---|
1128 | <height>0</height>
|
---|
1129 | </size>
|
---|
1130 | </property>
|
---|
1131 | </spacer>
|
---|
1132 | </item>
|
---|
1133 | <item row="2" column="0">
|
---|
1134 | <spacer name="horizontalSpacer_21">
|
---|
1135 | <property name="orientation">
|
---|
1136 | <enum>Qt::Horizontal</enum>
|
---|
1137 | </property>
|
---|
1138 | <property name="sizeHint" stdset="0">
|
---|
1139 | <size>
|
---|
1140 | <width>40</width>
|
---|
1141 | <height>20</height>
|
---|
1142 | </size>
|
---|
1143 | </property>
|
---|
1144 | </spacer>
|
---|
1145 | </item>
|
---|
1146 | <item row="2" column="4">
|
---|
1147 | <spacer name="horizontalSpacer_22">
|
---|
1148 | <property name="orientation">
|
---|
1149 | <enum>Qt::Horizontal</enum>
|
---|
1150 | </property>
|
---|
1151 | <property name="sizeHint" stdset="0">
|
---|
1152 | <size>
|
---|
1153 | <width>40</width>
|
---|
1154 | <height>20</height>
|
---|
1155 | </size>
|
---|
1156 | </property>
|
---|
1157 | </spacer>
|
---|
1158 | </item>
|
---|
1159 | </layout>
|
---|
1160 | </widget>
|
---|
1161 | </item>
|
---|
1162 | <item row="2" column="0">
|
---|
1163 | <widget class="QGroupBox" name="groupBox_6">
|
---|
1164 | <property name="sizePolicy">
|
---|
1165 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
1166 | <horstretch>0</horstretch>
|
---|
1167 | <verstretch>0</verstretch>
|
---|
1168 | </sizepolicy>
|
---|
1169 | </property>
|
---|
1170 | <property name="title">
|
---|
1171 | <string>Light pulser settings</string>
|
---|
1172 | </property>
|
---|
1173 | </widget>
|
---|
1174 | </item>
|
---|
1175 | <item row="1" column="2">
|
---|
1176 | <widget class="QGroupBox" name="groupBox_2">
|
---|
1177 | <property name="sizePolicy">
|
---|
1178 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
1179 | <horstretch>0</horstretch>
|
---|
1180 | <verstretch>0</verstretch>
|
---|
1181 | </sizepolicy>
|
---|
1182 | </property>
|
---|
1183 | <property name="title">
|
---|
1184 | <string>Trigger timing</string>
|
---|
1185 | </property>
|
---|
1186 | <layout class="QGridLayout" name="gridLayout_17">
|
---|
1187 | <item row="2" column="1">
|
---|
1188 | <widget class="QLabel" name="label_12">
|
---|
1189 | <property name="text">
|
---|
1190 | <string>Trigger signal delay</string>
|
---|
1191 | </property>
|
---|
1192 | </widget>
|
---|
1193 | </item>
|
---|
1194 | <item row="3" column="1">
|
---|
1195 | <widget class="QLabel" name="label_14">
|
---|
1196 | <property name="text">
|
---|
1197 | <string>Time marker delay</string>
|
---|
1198 | </property>
|
---|
1199 | </widget>
|
---|
1200 | </item>
|
---|
1201 | <item row="4" column="1">
|
---|
1202 | <widget class="QLabel" name="label_15">
|
---|
1203 | <property name="text">
|
---|
1204 | <string>Dead time</string>
|
---|
1205 | </property>
|
---|
1206 | </widget>
|
---|
1207 | </item>
|
---|
1208 | <item row="2" column="2">
|
---|
1209 | <widget class="SpinBox4ns" name="fTriggerDelay">
|
---|
1210 | <property name="alignment">
|
---|
1211 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1212 | </property>
|
---|
1213 | <property name="accelerated">
|
---|
1214 | <bool>true</bool>
|
---|
1215 | </property>
|
---|
1216 | <property name="suffix">
|
---|
1217 | <string> ns</string>
|
---|
1218 | </property>
|
---|
1219 | <property name="prefix">
|
---|
1220 | <string/>
|
---|
1221 | </property>
|
---|
1222 | <property name="minimum">
|
---|
1223 | <number>8</number>
|
---|
1224 | </property>
|
---|
1225 | <property name="maximum">
|
---|
1226 | <number>4100</number>
|
---|
1227 | </property>
|
---|
1228 | <property name="singleStep">
|
---|
1229 | <number>4</number>
|
---|
1230 | </property>
|
---|
1231 | </widget>
|
---|
1232 | </item>
|
---|
1233 | <item row="3" column="2">
|
---|
1234 | <widget class="SpinBox4ns" name="fTimeMarkerDelay">
|
---|
1235 | <property name="alignment">
|
---|
1236 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1237 | </property>
|
---|
1238 | <property name="accelerated">
|
---|
1239 | <bool>true</bool>
|
---|
1240 | </property>
|
---|
1241 | <property name="suffix">
|
---|
1242 | <string> ns</string>
|
---|
1243 | </property>
|
---|
1244 | <property name="minimum">
|
---|
1245 | <number>8</number>
|
---|
1246 | </property>
|
---|
1247 | <property name="maximum">
|
---|
1248 | <number>4100</number>
|
---|
1249 | </property>
|
---|
1250 | <property name="singleStep">
|
---|
1251 | <number>4</number>
|
---|
1252 | </property>
|
---|
1253 | </widget>
|
---|
1254 | </item>
|
---|
1255 | <item row="4" column="2">
|
---|
1256 | <widget class="SpinBox4ns" name="fDeadTime">
|
---|
1257 | <property name="alignment">
|
---|
1258 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1259 | </property>
|
---|
1260 | <property name="accelerated">
|
---|
1261 | <bool>true</bool>
|
---|
1262 | </property>
|
---|
1263 | <property name="suffix">
|
---|
1264 | <string> ns</string>
|
---|
1265 | </property>
|
---|
1266 | <property name="minimum">
|
---|
1267 | <number>8</number>
|
---|
1268 | </property>
|
---|
1269 | <property name="maximum">
|
---|
1270 | <number>262148</number>
|
---|
1271 | </property>
|
---|
1272 | <property name="singleStep">
|
---|
1273 | <number>4</number>
|
---|
1274 | </property>
|
---|
1275 | </widget>
|
---|
1276 | </item>
|
---|
1277 | <item row="0" column="0" colspan="4">
|
---|
1278 | <widget class="Line" name="line_9">
|
---|
1279 | <property name="orientation">
|
---|
1280 | <enum>Qt::Horizontal</enum>
|
---|
1281 | </property>
|
---|
1282 | </widget>
|
---|
1283 | </item>
|
---|
1284 | <item row="1" column="2">
|
---|
1285 | <spacer name="verticalSpacer_2">
|
---|
1286 | <property name="orientation">
|
---|
1287 | <enum>Qt::Vertical</enum>
|
---|
1288 | </property>
|
---|
1289 | <property name="sizeHint" stdset="0">
|
---|
1290 | <size>
|
---|
1291 | <width>20</width>
|
---|
1292 | <height>0</height>
|
---|
1293 | </size>
|
---|
1294 | </property>
|
---|
1295 | </spacer>
|
---|
1296 | </item>
|
---|
1297 | <item row="5" column="1">
|
---|
1298 | <spacer name="verticalSpacer_5">
|
---|
1299 | <property name="orientation">
|
---|
1300 | <enum>Qt::Vertical</enum>
|
---|
1301 | </property>
|
---|
1302 | <property name="sizeHint" stdset="0">
|
---|
1303 | <size>
|
---|
1304 | <width>20</width>
|
---|
1305 | <height>0</height>
|
---|
1306 | </size>
|
---|
1307 | </property>
|
---|
1308 | </spacer>
|
---|
1309 | </item>
|
---|
1310 | <item row="2" column="3">
|
---|
1311 | <spacer name="horizontalSpacer_19">
|
---|
1312 | <property name="orientation">
|
---|
1313 | <enum>Qt::Horizontal</enum>
|
---|
1314 | </property>
|
---|
1315 | <property name="sizeHint" stdset="0">
|
---|
1316 | <size>
|
---|
1317 | <width>40</width>
|
---|
1318 | <height>20</height>
|
---|
1319 | </size>
|
---|
1320 | </property>
|
---|
1321 | </spacer>
|
---|
1322 | </item>
|
---|
1323 | <item row="2" column="0">
|
---|
1324 | <spacer name="horizontalSpacer_20">
|
---|
1325 | <property name="orientation">
|
---|
1326 | <enum>Qt::Horizontal</enum>
|
---|
1327 | </property>
|
---|
1328 | <property name="sizeHint" stdset="0">
|
---|
1329 | <size>
|
---|
1330 | <width>40</width>
|
---|
1331 | <height>20</height>
|
---|
1332 | </size>
|
---|
1333 | </property>
|
---|
1334 | </spacer>
|
---|
1335 | </item>
|
---|
1336 | </layout>
|
---|
1337 | </widget>
|
---|
1338 | </item>
|
---|
1339 | <item row="2" column="1">
|
---|
1340 | <widget class="QGroupBox" name="groupBox_4">
|
---|
1341 | <property name="sizePolicy">
|
---|
1342 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
1343 | <horstretch>0</horstretch>
|
---|
1344 | <verstretch>0</verstretch>
|
---|
1345 | </sizepolicy>
|
---|
1346 | </property>
|
---|
1347 | <property name="title">
|
---|
1348 | <string>Rate settings</string>
|
---|
1349 | </property>
|
---|
1350 | <layout class="QGridLayout" name="gridLayout_22">
|
---|
1351 | <item row="0" column="0" colspan="9">
|
---|
1352 | <widget class="Line" name="line_7">
|
---|
1353 | <property name="sizePolicy">
|
---|
1354 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
---|
1355 | <horstretch>0</horstretch>
|
---|
1356 | <verstretch>0</verstretch>
|
---|
1357 | </sizepolicy>
|
---|
1358 | </property>
|
---|
1359 | <property name="orientation">
|
---|
1360 | <enum>Qt::Horizontal</enum>
|
---|
1361 | </property>
|
---|
1362 | </widget>
|
---|
1363 | </item>
|
---|
1364 | <item row="1" column="4">
|
---|
1365 | <spacer name="verticalSpacer_6">
|
---|
1366 | <property name="orientation">
|
---|
1367 | <enum>Qt::Vertical</enum>
|
---|
1368 | </property>
|
---|
1369 | <property name="sizeHint" stdset="0">
|
---|
1370 | <size>
|
---|
1371 | <width>20</width>
|
---|
1372 | <height>40</height>
|
---|
1373 | </size>
|
---|
1374 | </property>
|
---|
1375 | </spacer>
|
---|
1376 | </item>
|
---|
1377 | <item row="2" column="4">
|
---|
1378 | <widget class="QSpinBox" name="fPrescalingVal">
|
---|
1379 | <property name="alignment">
|
---|
1380 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1381 | </property>
|
---|
1382 | <property name="minimum">
|
---|
1383 | <number>1</number>
|
---|
1384 | </property>
|
---|
1385 | <property name="maximum">
|
---|
1386 | <number>256</number>
|
---|
1387 | </property>
|
---|
1388 | </widget>
|
---|
1389 | </item>
|
---|
1390 | <item row="3" column="4">
|
---|
1391 | <spacer name="verticalSpacer_22">
|
---|
1392 | <property name="orientation">
|
---|
1393 | <enum>Qt::Vertical</enum>
|
---|
1394 | </property>
|
---|
1395 | <property name="sizeHint" stdset="0">
|
---|
1396 | <size>
|
---|
1397 | <width>20</width>
|
---|
1398 | <height>40</height>
|
---|
1399 | </size>
|
---|
1400 | </property>
|
---|
1401 | </spacer>
|
---|
1402 | </item>
|
---|
1403 | <item row="2" column="3">
|
---|
1404 | <widget class="QLabel" name="label_56">
|
---|
1405 | <property name="text">
|
---|
1406 | <string>Prescaling</string>
|
---|
1407 | </property>
|
---|
1408 | </widget>
|
---|
1409 | </item>
|
---|
1410 | <item row="2" column="5">
|
---|
1411 | <widget class="QLabel" name="label_57">
|
---|
1412 | <property name="text">
|
---|
1413 | <string>· 0.5 Hz</string>
|
---|
1414 | </property>
|
---|
1415 | </widget>
|
---|
1416 | </item>
|
---|
1417 | </layout>
|
---|
1418 | </widget>
|
---|
1419 | </item>
|
---|
1420 | </layout>
|
---|
1421 | </widget>
|
---|
1422 | </widget>
|
---|
1423 | </item>
|
---|
1424 | </layout>
|
---|
1425 | </widget>
|
---|
1426 | <widget class="QWidget" name="fFtuTab">
|
---|
1427 | <attribute name="title">
|
---|
1428 | <string>FTUs</string>
|
---|
1429 | </attribute>
|
---|
1430 | <layout class="QGridLayout" name="gridLayout_28">
|
---|
1431 | <item row="0" column="1">
|
---|
1432 | <widget class="QDockWidget" name="fFtuDock">
|
---|
1433 | <property name="sizePolicy">
|
---|
1434 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
---|
1435 | <horstretch>0</horstretch>
|
---|
1436 | <verstretch>0</verstretch>
|
---|
1437 | </sizepolicy>
|
---|
1438 | </property>
|
---|
1439 | <property name="features">
|
---|
1440 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
1441 | </property>
|
---|
1442 | <property name="allowedAreas">
|
---|
1443 | <set>Qt::AllDockWidgetAreas</set>
|
---|
1444 | </property>
|
---|
1445 | <property name="windowTitle">
|
---|
1446 | <string>FTU overview</string>
|
---|
1447 | </property>
|
---|
1448 | <widget class="QWidget" name="fFtuWidget">
|
---|
1449 | <property name="sizePolicy">
|
---|
1450 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
1451 | <horstretch>0</horstretch>
|
---|
1452 | <verstretch>0</verstretch>
|
---|
1453 | </sizepolicy>
|
---|
1454 | </property>
|
---|
1455 | <layout class="QGridLayout" name="gridLayout_25" rowstretch="0,0,0,0,0" columnstretch="1,0">
|
---|
1456 | <item row="0" column="1" rowspan="5">
|
---|
1457 | <widget class="QGroupBox" name="groupBox_8">
|
---|
1458 | <property name="sizePolicy">
|
---|
1459 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
1460 | <horstretch>0</horstretch>
|
---|
1461 | <verstretch>0</verstretch>
|
---|
1462 | </sizepolicy>
|
---|
1463 | </property>
|
---|
1464 | <property name="title">
|
---|
1465 | <string>Temperatures</string>
|
---|
1466 | </property>
|
---|
1467 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
---|
1468 | <item>
|
---|
1469 | <layout class="QHBoxLayout" name="horizontalLayout_14">
|
---|
1470 | <property name="topMargin">
|
---|
1471 | <number>0</number>
|
---|
1472 | </property>
|
---|
1473 | <item>
|
---|
1474 | <widget class="QDoubleSpinBox" name="fFtmTemp0">
|
---|
1475 | <property name="alignment">
|
---|
1476 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1477 | </property>
|
---|
1478 | <property name="readOnly">
|
---|
1479 | <bool>true</bool>
|
---|
1480 | </property>
|
---|
1481 | <property name="buttonSymbols">
|
---|
1482 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1483 | </property>
|
---|
1484 | <property name="suffix">
|
---|
1485 | <string>°C</string>
|
---|
1486 | </property>
|
---|
1487 | <property name="decimals">
|
---|
1488 | <number>1</number>
|
---|
1489 | </property>
|
---|
1490 | <property name="minimum">
|
---|
1491 | <double>-20.000000000000000</double>
|
---|
1492 | </property>
|
---|
1493 | </widget>
|
---|
1494 | </item>
|
---|
1495 | <item>
|
---|
1496 | <widget class="QDoubleSpinBox" name="fFtmTemp1">
|
---|
1497 | <property name="alignment">
|
---|
1498 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1499 | </property>
|
---|
1500 | <property name="readOnly">
|
---|
1501 | <bool>true</bool>
|
---|
1502 | </property>
|
---|
1503 | <property name="buttonSymbols">
|
---|
1504 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1505 | </property>
|
---|
1506 | <property name="suffix">
|
---|
1507 | <string>°C</string>
|
---|
1508 | </property>
|
---|
1509 | <property name="decimals">
|
---|
1510 | <number>1</number>
|
---|
1511 | </property>
|
---|
1512 | <property name="minimum">
|
---|
1513 | <double>-20.000000000000000</double>
|
---|
1514 | </property>
|
---|
1515 | </widget>
|
---|
1516 | </item>
|
---|
1517 | <item>
|
---|
1518 | <widget class="QDoubleSpinBox" name="fFtmTemp2">
|
---|
1519 | <property name="alignment">
|
---|
1520 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1521 | </property>
|
---|
1522 | <property name="readOnly">
|
---|
1523 | <bool>true</bool>
|
---|
1524 | </property>
|
---|
1525 | <property name="buttonSymbols">
|
---|
1526 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1527 | </property>
|
---|
1528 | <property name="suffix">
|
---|
1529 | <string>°C</string>
|
---|
1530 | </property>
|
---|
1531 | <property name="decimals">
|
---|
1532 | <number>1</number>
|
---|
1533 | </property>
|
---|
1534 | <property name="minimum">
|
---|
1535 | <double>-20.000000000000000</double>
|
---|
1536 | </property>
|
---|
1537 | </widget>
|
---|
1538 | </item>
|
---|
1539 | <item>
|
---|
1540 | <widget class="QDoubleSpinBox" name="fFtmTemp3">
|
---|
1541 | <property name="alignment">
|
---|
1542 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1543 | </property>
|
---|
1544 | <property name="readOnly">
|
---|
1545 | <bool>true</bool>
|
---|
1546 | </property>
|
---|
1547 | <property name="buttonSymbols">
|
---|
1548 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1549 | </property>
|
---|
1550 | <property name="suffix">
|
---|
1551 | <string>°C</string>
|
---|
1552 | </property>
|
---|
1553 | <property name="decimals">
|
---|
1554 | <number>1</number>
|
---|
1555 | </property>
|
---|
1556 | <property name="minimum">
|
---|
1557 | <double>-20.000000000000000</double>
|
---|
1558 | </property>
|
---|
1559 | </widget>
|
---|
1560 | </item>
|
---|
1561 | </layout>
|
---|
1562 | </item>
|
---|
1563 | <item>
|
---|
1564 | <widget class="QFrame" name="frame_2">
|
---|
1565 | <property name="sizePolicy">
|
---|
1566 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
1567 | <horstretch>0</horstretch>
|
---|
1568 | <verstretch>0</verstretch>
|
---|
1569 | </sizepolicy>
|
---|
1570 | </property>
|
---|
1571 | <property name="frameShape">
|
---|
1572 | <enum>QFrame::StyledPanel</enum>
|
---|
1573 | </property>
|
---|
1574 | <property name="frameShadow">
|
---|
1575 | <enum>QFrame::Sunken</enum>
|
---|
1576 | </property>
|
---|
1577 | <layout class="QGridLayout" name="gridLayout_29">
|
---|
1578 | <property name="margin">
|
---|
1579 | <number>3</number>
|
---|
1580 | </property>
|
---|
1581 | <item row="0" column="0">
|
---|
1582 | <widget class="TQtWidget" name="fFtmTempCanv" native="true">
|
---|
1583 | <property name="sizePolicy">
|
---|
1584 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
1585 | <horstretch>0</horstretch>
|
---|
1586 | <verstretch>0</verstretch>
|
---|
1587 | </sizepolicy>
|
---|
1588 | </property>
|
---|
1589 | </widget>
|
---|
1590 | </item>
|
---|
1591 | </layout>
|
---|
1592 | </widget>
|
---|
1593 | </item>
|
---|
1594 | </layout>
|
---|
1595 | </widget>
|
---|
1596 | </item>
|
---|
1597 | <item row="0" column="0">
|
---|
1598 | <widget class="QGroupBox" name="groupBox_10">
|
---|
1599 | <property name="sizePolicy">
|
---|
1600 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
1601 | <horstretch>0</horstretch>
|
---|
1602 | <verstretch>0</verstretch>
|
---|
1603 | </sizepolicy>
|
---|
1604 | </property>
|
---|
1605 | <property name="title">
|
---|
1606 | <string>Counter</string>
|
---|
1607 | </property>
|
---|
1608 | <layout class="QGridLayout" name="gridLayout_33">
|
---|
1609 | <item row="1" column="0">
|
---|
1610 | <widget class="QLabel" name="label_39">
|
---|
1611 | <property name="text">
|
---|
1612 | <string>Time</string>
|
---|
1613 | </property>
|
---|
1614 | </widget>
|
---|
1615 | </item>
|
---|
1616 | <item row="2" column="0">
|
---|
1617 | <widget class="QLabel" name="label_41">
|
---|
1618 | <property name="text">
|
---|
1619 | <string>On time</string>
|
---|
1620 | </property>
|
---|
1621 | </widget>
|
---|
1622 | </item>
|
---|
1623 | <item row="1" column="1">
|
---|
1624 | <widget class="QLineEdit" name="fFtmTime">
|
---|
1625 | <property name="sizePolicy">
|
---|
1626 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
1627 | <horstretch>0</horstretch>
|
---|
1628 | <verstretch>0</verstretch>
|
---|
1629 | </sizepolicy>
|
---|
1630 | </property>
|
---|
1631 | <property name="alignment">
|
---|
1632 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1633 | </property>
|
---|
1634 | </widget>
|
---|
1635 | </item>
|
---|
1636 | <item row="2" column="1">
|
---|
1637 | <widget class="QLineEdit" name="fOnTime">
|
---|
1638 | <property name="sizePolicy">
|
---|
1639 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
1640 | <horstretch>0</horstretch>
|
---|
1641 | <verstretch>0</verstretch>
|
---|
1642 | </sizepolicy>
|
---|
1643 | </property>
|
---|
1644 | <property name="alignment">
|
---|
1645 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1646 | </property>
|
---|
1647 | </widget>
|
---|
1648 | </item>
|
---|
1649 | <item row="3" column="1">
|
---|
1650 | <widget class="QLineEdit" name="fTriggerCounter">
|
---|
1651 | <property name="sizePolicy">
|
---|
1652 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
1653 | <horstretch>0</horstretch>
|
---|
1654 | <verstretch>0</verstretch>
|
---|
1655 | </sizepolicy>
|
---|
1656 | </property>
|
---|
1657 | <property name="alignment">
|
---|
1658 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1659 | </property>
|
---|
1660 | </widget>
|
---|
1661 | </item>
|
---|
1662 | <item row="3" column="0">
|
---|
1663 | <widget class="QLabel" name="label_40">
|
---|
1664 | <property name="text">
|
---|
1665 | <string>Trigger counter</string>
|
---|
1666 | </property>
|
---|
1667 | </widget>
|
---|
1668 | </item>
|
---|
1669 | </layout>
|
---|
1670 | </widget>
|
---|
1671 | </item>
|
---|
1672 | <item row="2" column="0">
|
---|
1673 | <widget class="QGroupBox" name="groupBox_7">
|
---|
1674 | <property name="sizePolicy">
|
---|
1675 | <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
---|
1676 | <horstretch>0</horstretch>
|
---|
1677 | <verstretch>0</verstretch>
|
---|
1678 | </sizepolicy>
|
---|
1679 | </property>
|
---|
1680 | <property name="minimumSize">
|
---|
1681 | <size>
|
---|
1682 | <width>359</width>
|
---|
1683 | <height>0</height>
|
---|
1684 | </size>
|
---|
1685 | </property>
|
---|
1686 | <property name="title">
|
---|
1687 | <string>FTU DNAs</string>
|
---|
1688 | </property>
|
---|
1689 | <layout class="QGridLayout" name="gridLayout_13">
|
---|
1690 | <item row="0" column="0">
|
---|
1691 | <widget class="QTextEdit" name="fFtuDNA">
|
---|
1692 | <property name="readOnly">
|
---|
1693 | <bool>true</bool>
|
---|
1694 | </property>
|
---|
1695 | </widget>
|
---|
1696 | </item>
|
---|
1697 | </layout>
|
---|
1698 | </widget>
|
---|
1699 | </item>
|
---|
1700 | <item row="1" column="0">
|
---|
1701 | <widget class="QGroupBox" name="groupBox_9">
|
---|
1702 | <property name="sizePolicy">
|
---|
1703 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
1704 | <horstretch>0</horstretch>
|
---|
1705 | <verstretch>0</verstretch>
|
---|
1706 | </sizepolicy>
|
---|
1707 | </property>
|
---|
1708 | <property name="minimumSize">
|
---|
1709 | <size>
|
---|
1710 | <width>359</width>
|
---|
1711 | <height>185</height>
|
---|
1712 | </size>
|
---|
1713 | </property>
|
---|
1714 | <property name="maximumSize">
|
---|
1715 | <size>
|
---|
1716 | <width>359</width>
|
---|
1717 | <height>16777215</height>
|
---|
1718 | </size>
|
---|
1719 | </property>
|
---|
1720 | <property name="title">
|
---|
1721 | <string>FTU Enable</string>
|
---|
1722 | </property>
|
---|
1723 | <layout class="QGridLayout" name="gridLayout_32">
|
---|
1724 | <item row="1" column="0" colspan="3">
|
---|
1725 | <layout class="QGridLayout" name="fFtuLedLayout" rowstretch="0,1,1,1,1" columnstretch="0,1,1,1,1,1,1,1,1,1,1,0">
|
---|
1726 | <property name="margin">
|
---|
1727 | <number>4</number>
|
---|
1728 | </property>
|
---|
1729 | <item row="1" column="1">
|
---|
1730 | <widget class="QPushButton" name="fFtuLEDPrototype">
|
---|
1731 | <property name="enabled">
|
---|
1732 | <bool>true</bool>
|
---|
1733 | </property>
|
---|
1734 | <property name="sizePolicy">
|
---|
1735 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
---|
1736 | <horstretch>0</horstretch>
|
---|
1737 | <verstretch>0</verstretch>
|
---|
1738 | </sizepolicy>
|
---|
1739 | </property>
|
---|
1740 | <property name="maximumSize">
|
---|
1741 | <size>
|
---|
1742 | <width>18</width>
|
---|
1743 | <height>16777215</height>
|
---|
1744 | </size>
|
---|
1745 | </property>
|
---|
1746 | <property name="text">
|
---|
1747 | <string/>
|
---|
1748 | </property>
|
---|
1749 | <property name="icon">
|
---|
1750 | <iconset resource="design.qrc">
|
---|
1751 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
1752 | </property>
|
---|
1753 | <property name="iconSize">
|
---|
1754 | <size>
|
---|
1755 | <width>16</width>
|
---|
1756 | <height>16</height>
|
---|
1757 | </size>
|
---|
1758 | </property>
|
---|
1759 | <property name="checkable">
|
---|
1760 | <bool>true</bool>
|
---|
1761 | </property>
|
---|
1762 | <property name="flat">
|
---|
1763 | <bool>true</bool>
|
---|
1764 | </property>
|
---|
1765 | </widget>
|
---|
1766 | </item>
|
---|
1767 | <item row="1" column="0">
|
---|
1768 | <widget class="QLabel" name="label_42">
|
---|
1769 | <property name="text">
|
---|
1770 | <string>Crate #0</string>
|
---|
1771 | </property>
|
---|
1772 | </widget>
|
---|
1773 | </item>
|
---|
1774 | <item row="2" column="0">
|
---|
1775 | <widget class="QLabel" name="label_43">
|
---|
1776 | <property name="text">
|
---|
1777 | <string>Crate #1</string>
|
---|
1778 | </property>
|
---|
1779 | </widget>
|
---|
1780 | </item>
|
---|
1781 | <item row="3" column="0">
|
---|
1782 | <widget class="QLabel" name="label_44">
|
---|
1783 | <property name="text">
|
---|
1784 | <string>Crate #2</string>
|
---|
1785 | </property>
|
---|
1786 | </widget>
|
---|
1787 | </item>
|
---|
1788 | <item row="4" column="0">
|
---|
1789 | <widget class="QLabel" name="label_45">
|
---|
1790 | <property name="text">
|
---|
1791 | <string>Crate #3</string>
|
---|
1792 | </property>
|
---|
1793 | </widget>
|
---|
1794 | </item>
|
---|
1795 | <item row="0" column="1">
|
---|
1796 | <widget class="QLabel" name="label_46">
|
---|
1797 | <property name="text">
|
---|
1798 | <string>1</string>
|
---|
1799 | </property>
|
---|
1800 | <property name="alignment">
|
---|
1801 | <set>Qt::AlignCenter</set>
|
---|
1802 | </property>
|
---|
1803 | </widget>
|
---|
1804 | </item>
|
---|
1805 | <item row="0" column="2">
|
---|
1806 | <widget class="QLabel" name="label_47">
|
---|
1807 | <property name="text">
|
---|
1808 | <string>2</string>
|
---|
1809 | </property>
|
---|
1810 | <property name="alignment">
|
---|
1811 | <set>Qt::AlignCenter</set>
|
---|
1812 | </property>
|
---|
1813 | </widget>
|
---|
1814 | </item>
|
---|
1815 | <item row="0" column="3">
|
---|
1816 | <widget class="QLabel" name="label_48">
|
---|
1817 | <property name="text">
|
---|
1818 | <string>3</string>
|
---|
1819 | </property>
|
---|
1820 | <property name="alignment">
|
---|
1821 | <set>Qt::AlignCenter</set>
|
---|
1822 | </property>
|
---|
1823 | </widget>
|
---|
1824 | </item>
|
---|
1825 | <item row="0" column="4">
|
---|
1826 | <widget class="QLabel" name="label_49">
|
---|
1827 | <property name="text">
|
---|
1828 | <string>4</string>
|
---|
1829 | </property>
|
---|
1830 | <property name="alignment">
|
---|
1831 | <set>Qt::AlignCenter</set>
|
---|
1832 | </property>
|
---|
1833 | </widget>
|
---|
1834 | </item>
|
---|
1835 | <item row="0" column="5">
|
---|
1836 | <widget class="QLabel" name="label_50">
|
---|
1837 | <property name="text">
|
---|
1838 | <string>5</string>
|
---|
1839 | </property>
|
---|
1840 | <property name="alignment">
|
---|
1841 | <set>Qt::AlignCenter</set>
|
---|
1842 | </property>
|
---|
1843 | </widget>
|
---|
1844 | </item>
|
---|
1845 | <item row="0" column="6">
|
---|
1846 | <widget class="QLabel" name="label_51">
|
---|
1847 | <property name="text">
|
---|
1848 | <string>6</string>
|
---|
1849 | </property>
|
---|
1850 | <property name="alignment">
|
---|
1851 | <set>Qt::AlignCenter</set>
|
---|
1852 | </property>
|
---|
1853 | </widget>
|
---|
1854 | </item>
|
---|
1855 | <item row="0" column="7">
|
---|
1856 | <widget class="QLabel" name="label_52">
|
---|
1857 | <property name="text">
|
---|
1858 | <string>7</string>
|
---|
1859 | </property>
|
---|
1860 | <property name="alignment">
|
---|
1861 | <set>Qt::AlignCenter</set>
|
---|
1862 | </property>
|
---|
1863 | </widget>
|
---|
1864 | </item>
|
---|
1865 | <item row="0" column="8">
|
---|
1866 | <widget class="QLabel" name="label_53">
|
---|
1867 | <property name="text">
|
---|
1868 | <string>8</string>
|
---|
1869 | </property>
|
---|
1870 | <property name="alignment">
|
---|
1871 | <set>Qt::AlignCenter</set>
|
---|
1872 | </property>
|
---|
1873 | </widget>
|
---|
1874 | </item>
|
---|
1875 | <item row="0" column="9">
|
---|
1876 | <widget class="QLabel" name="label_54">
|
---|
1877 | <property name="text">
|
---|
1878 | <string>9</string>
|
---|
1879 | </property>
|
---|
1880 | <property name="alignment">
|
---|
1881 | <set>Qt::AlignCenter</set>
|
---|
1882 | </property>
|
---|
1883 | </widget>
|
---|
1884 | </item>
|
---|
1885 | <item row="0" column="10">
|
---|
1886 | <widget class="QLabel" name="label_55">
|
---|
1887 | <property name="text">
|
---|
1888 | <string>10</string>
|
---|
1889 | </property>
|
---|
1890 | <property name="alignment">
|
---|
1891 | <set>Qt::AlignCenter</set>
|
---|
1892 | </property>
|
---|
1893 | </widget>
|
---|
1894 | </item>
|
---|
1895 | <item row="1" column="11">
|
---|
1896 | <widget class="QSpinBox" name="fFtuAnswersCrate0">
|
---|
1897 | <property name="alignment">
|
---|
1898 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1899 | </property>
|
---|
1900 | <property name="readOnly">
|
---|
1901 | <bool>true</bool>
|
---|
1902 | </property>
|
---|
1903 | <property name="buttonSymbols">
|
---|
1904 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1905 | </property>
|
---|
1906 | <property name="maximum">
|
---|
1907 | <number>10</number>
|
---|
1908 | </property>
|
---|
1909 | </widget>
|
---|
1910 | </item>
|
---|
1911 | <item row="2" column="11">
|
---|
1912 | <widget class="QSpinBox" name="fFtuAnswersCrate1">
|
---|
1913 | <property name="alignment">
|
---|
1914 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1915 | </property>
|
---|
1916 | <property name="readOnly">
|
---|
1917 | <bool>true</bool>
|
---|
1918 | </property>
|
---|
1919 | <property name="buttonSymbols">
|
---|
1920 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1921 | </property>
|
---|
1922 | <property name="maximum">
|
---|
1923 | <number>10</number>
|
---|
1924 | </property>
|
---|
1925 | </widget>
|
---|
1926 | </item>
|
---|
1927 | <item row="3" column="11">
|
---|
1928 | <widget class="QSpinBox" name="fFtuAnswersCrate2">
|
---|
1929 | <property name="alignment">
|
---|
1930 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1931 | </property>
|
---|
1932 | <property name="readOnly">
|
---|
1933 | <bool>true</bool>
|
---|
1934 | </property>
|
---|
1935 | <property name="buttonSymbols">
|
---|
1936 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1937 | </property>
|
---|
1938 | <property name="maximum">
|
---|
1939 | <number>10</number>
|
---|
1940 | </property>
|
---|
1941 | </widget>
|
---|
1942 | </item>
|
---|
1943 | <item row="4" column="11">
|
---|
1944 | <widget class="QSpinBox" name="fFtuAnswersCrate3">
|
---|
1945 | <property name="alignment">
|
---|
1946 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1947 | </property>
|
---|
1948 | <property name="readOnly">
|
---|
1949 | <bool>true</bool>
|
---|
1950 | </property>
|
---|
1951 | <property name="buttonSymbols">
|
---|
1952 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1953 | </property>
|
---|
1954 | <property name="maximum">
|
---|
1955 | <number>10</number>
|
---|
1956 | </property>
|
---|
1957 | </widget>
|
---|
1958 | </item>
|
---|
1959 | <item row="0" column="11">
|
---|
1960 | <widget class="QSpinBox" name="fFtuAnswersTotal">
|
---|
1961 | <property name="alignment">
|
---|
1962 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
1963 | </property>
|
---|
1964 | <property name="readOnly">
|
---|
1965 | <bool>true</bool>
|
---|
1966 | </property>
|
---|
1967 | <property name="buttonSymbols">
|
---|
1968 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
1969 | </property>
|
---|
1970 | <property name="maximum">
|
---|
1971 | <number>40</number>
|
---|
1972 | </property>
|
---|
1973 | </widget>
|
---|
1974 | </item>
|
---|
1975 | </layout>
|
---|
1976 | </item>
|
---|
1977 | <item row="2" column="1">
|
---|
1978 | <widget class="QPushButton" name="fPing">
|
---|
1979 | <property name="text">
|
---|
1980 | <string> Ping </string>
|
---|
1981 | </property>
|
---|
1982 | <property name="checkable">
|
---|
1983 | <bool>true</bool>
|
---|
1984 | </property>
|
---|
1985 | </widget>
|
---|
1986 | </item>
|
---|
1987 | <item row="2" column="0">
|
---|
1988 | <spacer name="horizontalSpacer_13">
|
---|
1989 | <property name="orientation">
|
---|
1990 | <enum>Qt::Horizontal</enum>
|
---|
1991 | </property>
|
---|
1992 | <property name="sizeHint" stdset="0">
|
---|
1993 | <size>
|
---|
1994 | <width>40</width>
|
---|
1995 | <height>20</height>
|
---|
1996 | </size>
|
---|
1997 | </property>
|
---|
1998 | </spacer>
|
---|
1999 | </item>
|
---|
2000 | </layout>
|
---|
2001 | </widget>
|
---|
2002 | </item>
|
---|
2003 | </layout>
|
---|
2004 | </widget>
|
---|
2005 | </widget>
|
---|
2006 | </item>
|
---|
2007 | </layout>
|
---|
2008 | </widget>
|
---|
2009 | <widget class="QWidget" name="fRatesTab">
|
---|
2010 | <attribute name="title">
|
---|
2011 | <string>Rates</string>
|
---|
2012 | </attribute>
|
---|
2013 | <layout class="QGridLayout" name="gridLayout_12">
|
---|
2014 | <item row="0" column="0">
|
---|
2015 | <widget class="QDockWidget" name="fRatesDock">
|
---|
2016 | <property name="sizePolicy">
|
---|
2017 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2018 | <horstretch>0</horstretch>
|
---|
2019 | <verstretch>0</verstretch>
|
---|
2020 | </sizepolicy>
|
---|
2021 | </property>
|
---|
2022 | <property name="features">
|
---|
2023 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
2024 | </property>
|
---|
2025 | <property name="allowedAreas">
|
---|
2026 | <set>Qt::AllDockWidgetAreas</set>
|
---|
2027 | </property>
|
---|
2028 | <property name="windowTitle">
|
---|
2029 | <string>Dim command overview</string>
|
---|
2030 | </property>
|
---|
2031 | <widget class="QWidget" name="fRatesWidget">
|
---|
2032 | <property name="sizePolicy">
|
---|
2033 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2034 | <horstretch>0</horstretch>
|
---|
2035 | <verstretch>0</verstretch>
|
---|
2036 | </sizepolicy>
|
---|
2037 | </property>
|
---|
2038 | <layout class="QGridLayout" name="gridLayout_6">
|
---|
2039 | <item row="0" column="0">
|
---|
2040 | <widget class="QFrame" name="frame_4">
|
---|
2041 | <property name="sizePolicy">
|
---|
2042 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
---|
2043 | <horstretch>0</horstretch>
|
---|
2044 | <verstretch>0</verstretch>
|
---|
2045 | </sizepolicy>
|
---|
2046 | </property>
|
---|
2047 | <property name="minimumSize">
|
---|
2048 | <size>
|
---|
2049 | <width>500</width>
|
---|
2050 | <height>500</height>
|
---|
2051 | </size>
|
---|
2052 | </property>
|
---|
2053 | <property name="frameShape">
|
---|
2054 | <enum>QFrame::StyledPanel</enum>
|
---|
2055 | </property>
|
---|
2056 | <property name="frameShadow">
|
---|
2057 | <enum>QFrame::Sunken</enum>
|
---|
2058 | </property>
|
---|
2059 | <layout class="QGridLayout" name="gridLayout_31">
|
---|
2060 | <property name="margin">
|
---|
2061 | <number>3</number>
|
---|
2062 | </property>
|
---|
2063 | <item row="0" column="0">
|
---|
2064 | <widget class="TQtWidget" name="fRatesCanv" native="true"/>
|
---|
2065 | </item>
|
---|
2066 | </layout>
|
---|
2067 | </widget>
|
---|
2068 | </item>
|
---|
2069 | <item row="0" column="1">
|
---|
2070 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
---|
2071 | <property name="rightMargin">
|
---|
2072 | <number>0</number>
|
---|
2073 | </property>
|
---|
2074 | <item>
|
---|
2075 | <widget class="QLabel" name="label_25">
|
---|
2076 | <property name="text">
|
---|
2077 | <string>Patch</string>
|
---|
2078 | </property>
|
---|
2079 | </widget>
|
---|
2080 | </item>
|
---|
2081 | <item>
|
---|
2082 | <widget class="QSpinBox" name="fThresholdIdx">
|
---|
2083 | <property name="alignment">
|
---|
2084 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2085 | </property>
|
---|
2086 | <property name="readOnly">
|
---|
2087 | <bool>false</bool>
|
---|
2088 | </property>
|
---|
2089 | <property name="specialValueText">
|
---|
2090 | <string>all</string>
|
---|
2091 | </property>
|
---|
2092 | <property name="minimum">
|
---|
2093 | <number>-1</number>
|
---|
2094 | </property>
|
---|
2095 | <property name="maximum">
|
---|
2096 | <number>1438</number>
|
---|
2097 | </property>
|
---|
2098 | <property name="value">
|
---|
2099 | <number>0</number>
|
---|
2100 | </property>
|
---|
2101 | </widget>
|
---|
2102 | </item>
|
---|
2103 | <item>
|
---|
2104 | <spacer name="verticalSpacer_20">
|
---|
2105 | <property name="orientation">
|
---|
2106 | <enum>Qt::Vertical</enum>
|
---|
2107 | </property>
|
---|
2108 | <property name="sizeType">
|
---|
2109 | <enum>QSizePolicy::Fixed</enum>
|
---|
2110 | </property>
|
---|
2111 | <property name="sizeHint" stdset="0">
|
---|
2112 | <size>
|
---|
2113 | <width>20</width>
|
---|
2114 | <height>5</height>
|
---|
2115 | </size>
|
---|
2116 | </property>
|
---|
2117 | </spacer>
|
---|
2118 | </item>
|
---|
2119 | <item>
|
---|
2120 | <widget class="QLabel" name="label_24">
|
---|
2121 | <property name="text">
|
---|
2122 | <string>Threshold</string>
|
---|
2123 | </property>
|
---|
2124 | </widget>
|
---|
2125 | </item>
|
---|
2126 | <item>
|
---|
2127 | <widget class="QSpinBox" name="fThresholdVal">
|
---|
2128 | <property name="alignment">
|
---|
2129 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2130 | </property>
|
---|
2131 | <property name="maximum">
|
---|
2132 | <number>4095</number>
|
---|
2133 | </property>
|
---|
2134 | </widget>
|
---|
2135 | </item>
|
---|
2136 | <item>
|
---|
2137 | <widget class="QDoubleSpinBox" name="fThresholdVolt">
|
---|
2138 | <property name="sizePolicy">
|
---|
2139 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
---|
2140 | <horstretch>0</horstretch>
|
---|
2141 | <verstretch>0</verstretch>
|
---|
2142 | </sizepolicy>
|
---|
2143 | </property>
|
---|
2144 | <property name="minimumSize">
|
---|
2145 | <size>
|
---|
2146 | <width>100</width>
|
---|
2147 | <height>0</height>
|
---|
2148 | </size>
|
---|
2149 | </property>
|
---|
2150 | <property name="alignment">
|
---|
2151 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2152 | </property>
|
---|
2153 | <property name="readOnly">
|
---|
2154 | <bool>true</bool>
|
---|
2155 | </property>
|
---|
2156 | <property name="buttonSymbols">
|
---|
2157 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
2158 | </property>
|
---|
2159 | <property name="suffix">
|
---|
2160 | <string> mV</string>
|
---|
2161 | </property>
|
---|
2162 | <property name="decimals">
|
---|
2163 | <number>1</number>
|
---|
2164 | </property>
|
---|
2165 | <property name="maximum">
|
---|
2166 | <double>2500.000000000000000</double>
|
---|
2167 | </property>
|
---|
2168 | <property name="value">
|
---|
2169 | <double>0.000000000000000</double>
|
---|
2170 | </property>
|
---|
2171 | </widget>
|
---|
2172 | </item>
|
---|
2173 | <item>
|
---|
2174 | <spacer name="verticalSpacer_19">
|
---|
2175 | <property name="orientation">
|
---|
2176 | <enum>Qt::Vertical</enum>
|
---|
2177 | </property>
|
---|
2178 | <property name="sizeHint" stdset="0">
|
---|
2179 | <size>
|
---|
2180 | <width>20</width>
|
---|
2181 | <height>40</height>
|
---|
2182 | </size>
|
---|
2183 | </property>
|
---|
2184 | </spacer>
|
---|
2185 | </item>
|
---|
2186 | </layout>
|
---|
2187 | </item>
|
---|
2188 | </layout>
|
---|
2189 | </widget>
|
---|
2190 | </widget>
|
---|
2191 | </item>
|
---|
2192 | </layout>
|
---|
2193 | </widget>
|
---|
2194 | <widget class="QWidget" name="fLoggerTab">
|
---|
2195 | <property name="enabled">
|
---|
2196 | <bool>true</bool>
|
---|
2197 | </property>
|
---|
2198 | <attribute name="title">
|
---|
2199 | <string>Logger</string>
|
---|
2200 | </attribute>
|
---|
2201 | <layout class="QGridLayout" name="gridLayout_20">
|
---|
2202 | <item row="1" column="2">
|
---|
2203 | <widget class="QDockWidget" name="fLoggerDock">
|
---|
2204 | <property name="enabled">
|
---|
2205 | <bool>true</bool>
|
---|
2206 | </property>
|
---|
2207 | <property name="sizePolicy">
|
---|
2208 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
---|
2209 | <horstretch>0</horstretch>
|
---|
2210 | <verstretch>0</verstretch>
|
---|
2211 | </sizepolicy>
|
---|
2212 | </property>
|
---|
2213 | <property name="features">
|
---|
2214 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
2215 | </property>
|
---|
2216 | <property name="allowedAreas">
|
---|
2217 | <set>Qt::AllDockWidgetAreas</set>
|
---|
2218 | </property>
|
---|
2219 | <property name="windowTitle">
|
---|
2220 | <string>Data logger overview</string>
|
---|
2221 | </property>
|
---|
2222 | <widget class="QWidget" name="fLoggerWidget">
|
---|
2223 | <property name="enabled">
|
---|
2224 | <bool>true</bool>
|
---|
2225 | </property>
|
---|
2226 | <property name="sizePolicy">
|
---|
2227 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2228 | <horstretch>0</horstretch>
|
---|
2229 | <verstretch>0</verstretch>
|
---|
2230 | </sizepolicy>
|
---|
2231 | </property>
|
---|
2232 | <layout class="QGridLayout" name="gridLayout_19">
|
---|
2233 | <item row="6" column="0">
|
---|
2234 | <widget class="QLabel" name="label_4">
|
---|
2235 | <property name="text">
|
---|
2236 | <string>Run file</string>
|
---|
2237 | </property>
|
---|
2238 | </widget>
|
---|
2239 | </item>
|
---|
2240 | <item row="5" column="0">
|
---|
2241 | <widget class="QLabel" name="label_5">
|
---|
2242 | <property name="text">
|
---|
2243 | <string>Night file</string>
|
---|
2244 | </property>
|
---|
2245 | </widget>
|
---|
2246 | </item>
|
---|
2247 | <item row="5" column="1">
|
---|
2248 | <widget class="QLineEdit" name="fLoggerFilenameNight">
|
---|
2249 | <property name="enabled">
|
---|
2250 | <bool>true</bool>
|
---|
2251 | </property>
|
---|
2252 | <property name="readOnly">
|
---|
2253 | <bool>true</bool>
|
---|
2254 | </property>
|
---|
2255 | </widget>
|
---|
2256 | </item>
|
---|
2257 | <item row="6" column="1">
|
---|
2258 | <widget class="QLineEdit" name="fLoggerFilenameRun">
|
---|
2259 | <property name="enabled">
|
---|
2260 | <bool>true</bool>
|
---|
2261 | </property>
|
---|
2262 | <property name="readOnly">
|
---|
2263 | <bool>true</bool>
|
---|
2264 | </property>
|
---|
2265 | </widget>
|
---|
2266 | </item>
|
---|
2267 | <item row="6" column="2">
|
---|
2268 | <spacer name="horizontalSpacer_14">
|
---|
2269 | <property name="orientation">
|
---|
2270 | <enum>Qt::Horizontal</enum>
|
---|
2271 | </property>
|
---|
2272 | <property name="sizeType">
|
---|
2273 | <enum>QSizePolicy::Fixed</enum>
|
---|
2274 | </property>
|
---|
2275 | <property name="sizeHint" stdset="0">
|
---|
2276 | <size>
|
---|
2277 | <width>10</width>
|
---|
2278 | <height>20</height>
|
---|
2279 | </size>
|
---|
2280 | </property>
|
---|
2281 | </spacer>
|
---|
2282 | </item>
|
---|
2283 | <item row="4" column="3" rowspan="7">
|
---|
2284 | <layout class="QHBoxLayout" name="horizontalLayout_9">
|
---|
2285 | <item>
|
---|
2286 | <widget class="QProgressBar" name="fLoggerSpaceLeft">
|
---|
2287 | <property name="enabled">
|
---|
2288 | <bool>false</bool>
|
---|
2289 | </property>
|
---|
2290 | <property name="contextMenuPolicy">
|
---|
2291 | <enum>Qt::DefaultContextMenu</enum>
|
---|
2292 | </property>
|
---|
2293 | <property name="maximum">
|
---|
2294 | <number>1000</number>
|
---|
2295 | </property>
|
---|
2296 | <property name="value">
|
---|
2297 | <number>0</number>
|
---|
2298 | </property>
|
---|
2299 | <property name="alignment">
|
---|
2300 | <set>Qt::AlignCenter</set>
|
---|
2301 | </property>
|
---|
2302 | <property name="textVisible">
|
---|
2303 | <bool>false</bool>
|
---|
2304 | </property>
|
---|
2305 | <property name="orientation">
|
---|
2306 | <enum>Qt::Vertical</enum>
|
---|
2307 | </property>
|
---|
2308 | <property name="invertedAppearance">
|
---|
2309 | <bool>false</bool>
|
---|
2310 | </property>
|
---|
2311 | <property name="textDirection">
|
---|
2312 | <enum>QProgressBar::BottomToTop</enum>
|
---|
2313 | </property>
|
---|
2314 | <property name="format">
|
---|
2315 | <string>%p%</string>
|
---|
2316 | </property>
|
---|
2317 | </widget>
|
---|
2318 | </item>
|
---|
2319 | </layout>
|
---|
2320 | </item>
|
---|
2321 | <item row="12" column="3">
|
---|
2322 | <widget class="QLabel" name="label">
|
---|
2323 | <property name="sizePolicy">
|
---|
2324 | <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
---|
2325 | <horstretch>0</horstretch>
|
---|
2326 | <verstretch>0</verstretch>
|
---|
2327 | </sizepolicy>
|
---|
2328 | </property>
|
---|
2329 | <property name="text">
|
---|
2330 | <string>Empty</string>
|
---|
2331 | </property>
|
---|
2332 | <property name="alignment">
|
---|
2333 | <set>Qt::AlignHCenter|Qt::AlignTop</set>
|
---|
2334 | </property>
|
---|
2335 | </widget>
|
---|
2336 | </item>
|
---|
2337 | <item row="15" column="3">
|
---|
2338 | <spacer name="verticalSpacer_4">
|
---|
2339 | <property name="orientation">
|
---|
2340 | <enum>Qt::Vertical</enum>
|
---|
2341 | </property>
|
---|
2342 | <property name="sizeType">
|
---|
2343 | <enum>QSizePolicy::Expanding</enum>
|
---|
2344 | </property>
|
---|
2345 | <property name="sizeHint" stdset="0">
|
---|
2346 | <size>
|
---|
2347 | <width>20</width>
|
---|
2348 | <height>40</height>
|
---|
2349 | </size>
|
---|
2350 | </property>
|
---|
2351 | </spacer>
|
---|
2352 | </item>
|
---|
2353 | <item row="2" column="3">
|
---|
2354 | <widget class="QDoubleSpinBox" name="fLoggerFreeSpace">
|
---|
2355 | <property name="toolTip">
|
---|
2356 | <string>Remaining free disk space</string>
|
---|
2357 | </property>
|
---|
2358 | <property name="alignment">
|
---|
2359 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2360 | </property>
|
---|
2361 | <property name="readOnly">
|
---|
2362 | <bool>true</bool>
|
---|
2363 | </property>
|
---|
2364 | <property name="buttonSymbols">
|
---|
2365 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
2366 | </property>
|
---|
2367 | <property name="prefix">
|
---|
2368 | <string/>
|
---|
2369 | </property>
|
---|
2370 | <property name="suffix">
|
---|
2371 | <string> GB</string>
|
---|
2372 | </property>
|
---|
2373 | </widget>
|
---|
2374 | </item>
|
---|
2375 | <item row="14" column="3">
|
---|
2376 | <widget class="QTimeEdit" name="fLoggerET">
|
---|
2377 | <property name="sizePolicy">
|
---|
2378 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
2379 | <horstretch>0</horstretch>
|
---|
2380 | <verstretch>0</verstretch>
|
---|
2381 | </sizepolicy>
|
---|
2382 | </property>
|
---|
2383 | <property name="font">
|
---|
2384 | <font>
|
---|
2385 | <weight>50</weight>
|
---|
2386 | <italic>false</italic>
|
---|
2387 | <bold>false</bold>
|
---|
2388 | <underline>false</underline>
|
---|
2389 | <strikeout>false</strikeout>
|
---|
2390 | </font>
|
---|
2391 | </property>
|
---|
2392 | <property name="toolTip">
|
---|
2393 | <string>Estimated time until disk is filled with the current writing speed.</string>
|
---|
2394 | </property>
|
---|
2395 | <property name="alignment">
|
---|
2396 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2397 | </property>
|
---|
2398 | <property name="readOnly">
|
---|
2399 | <bool>true</bool>
|
---|
2400 | </property>
|
---|
2401 | <property name="buttonSymbols">
|
---|
2402 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
2403 | </property>
|
---|
2404 | <property name="currentSection">
|
---|
2405 | <enum>QDateTimeEdit::HourSection</enum>
|
---|
2406 | </property>
|
---|
2407 | <property name="displayFormat">
|
---|
2408 | <string>hh:mm:ss</string>
|
---|
2409 | </property>
|
---|
2410 | <property name="calendarPopup">
|
---|
2411 | <bool>false</bool>
|
---|
2412 | </property>
|
---|
2413 | <property name="timeSpec">
|
---|
2414 | <enum>Qt::OffsetFromUTC</enum>
|
---|
2415 | </property>
|
---|
2416 | <property name="time">
|
---|
2417 | <time>
|
---|
2418 | <hour>0</hour>
|
---|
2419 | <minute>0</minute>
|
---|
2420 | <second>0</second>
|
---|
2421 | </time>
|
---|
2422 | </property>
|
---|
2423 | </widget>
|
---|
2424 | </item>
|
---|
2425 | <item row="7" column="1" rowspan="2">
|
---|
2426 | <layout class="QGridLayout" name="gridLayout_14">
|
---|
2427 | <item row="1" column="0">
|
---|
2428 | <widget class="QDoubleSpinBox" name="fLoggerWritten">
|
---|
2429 | <property name="sizePolicy">
|
---|
2430 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
2431 | <horstretch>0</horstretch>
|
---|
2432 | <verstretch>0</verstretch>
|
---|
2433 | </sizepolicy>
|
---|
2434 | </property>
|
---|
2435 | <property name="toolTip">
|
---|
2436 | <string>Number of bytes written since startup of data logger.</string>
|
---|
2437 | </property>
|
---|
2438 | <property name="alignment">
|
---|
2439 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2440 | </property>
|
---|
2441 | <property name="readOnly">
|
---|
2442 | <bool>true</bool>
|
---|
2443 | </property>
|
---|
2444 | <property name="buttonSymbols">
|
---|
2445 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
2446 | </property>
|
---|
2447 | <property name="suffix">
|
---|
2448 | <string> MB</string>
|
---|
2449 | </property>
|
---|
2450 | </widget>
|
---|
2451 | </item>
|
---|
2452 | <item row="2" column="0">
|
---|
2453 | <widget class="QDoubleSpinBox" name="fLoggerRate">
|
---|
2454 | <property name="enabled">
|
---|
2455 | <bool>true</bool>
|
---|
2456 | </property>
|
---|
2457 | <property name="sizePolicy">
|
---|
2458 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
---|
2459 | <horstretch>0</horstretch>
|
---|
2460 | <verstretch>0</verstretch>
|
---|
2461 | </sizepolicy>
|
---|
2462 | </property>
|
---|
2463 | <property name="font">
|
---|
2464 | <font>
|
---|
2465 | <weight>50</weight>
|
---|
2466 | <bold>false</bold>
|
---|
2467 | </font>
|
---|
2468 | </property>
|
---|
2469 | <property name="toolTip">
|
---|
2470 | <string>Current writing speed</string>
|
---|
2471 | </property>
|
---|
2472 | <property name="frame">
|
---|
2473 | <bool>true</bool>
|
---|
2474 | </property>
|
---|
2475 | <property name="alignment">
|
---|
2476 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2477 | </property>
|
---|
2478 | <property name="readOnly">
|
---|
2479 | <bool>true</bool>
|
---|
2480 | </property>
|
---|
2481 | <property name="buttonSymbols">
|
---|
2482 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
2483 | </property>
|
---|
2484 | <property name="keyboardTracking">
|
---|
2485 | <bool>true</bool>
|
---|
2486 | </property>
|
---|
2487 | <property name="suffix">
|
---|
2488 | <string> kB/s</string>
|
---|
2489 | </property>
|
---|
2490 | <property name="maximum">
|
---|
2491 | <double>99999.000000000000000</double>
|
---|
2492 | </property>
|
---|
2493 | <property name="value">
|
---|
2494 | <double>0.000000000000000</double>
|
---|
2495 | </property>
|
---|
2496 | </widget>
|
---|
2497 | </item>
|
---|
2498 | <item row="1" column="1">
|
---|
2499 | <spacer name="horizontalSpacer_11">
|
---|
2500 | <property name="orientation">
|
---|
2501 | <enum>Qt::Horizontal</enum>
|
---|
2502 | </property>
|
---|
2503 | <property name="sizeHint" stdset="0">
|
---|
2504 | <size>
|
---|
2505 | <width>40</width>
|
---|
2506 | <height>20</height>
|
---|
2507 | </size>
|
---|
2508 | </property>
|
---|
2509 | </spacer>
|
---|
2510 | </item>
|
---|
2511 | </layout>
|
---|
2512 | </item>
|
---|
2513 | <item row="8" column="0">
|
---|
2514 | <widget class="QLabel" name="label_7">
|
---|
2515 | <property name="text">
|
---|
2516 | <string>Rate</string>
|
---|
2517 | </property>
|
---|
2518 | </widget>
|
---|
2519 | </item>
|
---|
2520 | <item row="7" column="0">
|
---|
2521 | <widget class="QLabel" name="label_6">
|
---|
2522 | <property name="text">
|
---|
2523 | <string>Written</string>
|
---|
2524 | </property>
|
---|
2525 | </widget>
|
---|
2526 | </item>
|
---|
2527 | <item row="4" column="0" colspan="2">
|
---|
2528 | <layout class="QHBoxLayout" name="horizontalLayout_11">
|
---|
2529 | <property name="topMargin">
|
---|
2530 | <number>0</number>
|
---|
2531 | </property>
|
---|
2532 | <item>
|
---|
2533 | <widget class="QLabel" name="label_26">
|
---|
2534 | <property name="text">
|
---|
2535 | <string>Open files / subscriptions</string>
|
---|
2536 | </property>
|
---|
2537 | </widget>
|
---|
2538 | </item>
|
---|
2539 | <item>
|
---|
2540 | <widget class="QSpinBox" name="fLoggerOpenFiles">
|
---|
2541 | <property name="alignment">
|
---|
2542 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2543 | </property>
|
---|
2544 | <property name="readOnly">
|
---|
2545 | <bool>true</bool>
|
---|
2546 | </property>
|
---|
2547 | <property name="buttonSymbols">
|
---|
2548 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
2549 | </property>
|
---|
2550 | </widget>
|
---|
2551 | </item>
|
---|
2552 | <item>
|
---|
2553 | <widget class="QLabel" name="label_58">
|
---|
2554 | <property name="text">
|
---|
2555 | <string>/</string>
|
---|
2556 | </property>
|
---|
2557 | </widget>
|
---|
2558 | </item>
|
---|
2559 | <item>
|
---|
2560 | <widget class="QSpinBox" name="fLoggerSubscriptions">
|
---|
2561 | <property name="alignment">
|
---|
2562 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
2563 | </property>
|
---|
2564 | <property name="readOnly">
|
---|
2565 | <bool>true</bool>
|
---|
2566 | </property>
|
---|
2567 | <property name="buttonSymbols">
|
---|
2568 | <enum>QAbstractSpinBox::NoButtons</enum>
|
---|
2569 | </property>
|
---|
2570 | </widget>
|
---|
2571 | </item>
|
---|
2572 | <item>
|
---|
2573 | <spacer name="horizontalSpacer_12">
|
---|
2574 | <property name="orientation">
|
---|
2575 | <enum>Qt::Horizontal</enum>
|
---|
2576 | </property>
|
---|
2577 | <property name="sizeHint" stdset="0">
|
---|
2578 | <size>
|
---|
2579 | <width>40</width>
|
---|
2580 | <height>20</height>
|
---|
2581 | </size>
|
---|
2582 | </property>
|
---|
2583 | </spacer>
|
---|
2584 | </item>
|
---|
2585 | <item>
|
---|
2586 | <widget class="QPushButton" name="fLoggerLedLog">
|
---|
2587 | <property name="text">
|
---|
2588 | <string>log</string>
|
---|
2589 | </property>
|
---|
2590 | <property name="icon">
|
---|
2591 | <iconset resource="design.qrc">
|
---|
2592 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
2593 | </property>
|
---|
2594 | <property name="flat">
|
---|
2595 | <bool>true</bool>
|
---|
2596 | </property>
|
---|
2597 | </widget>
|
---|
2598 | </item>
|
---|
2599 | <item>
|
---|
2600 | <widget class="QPushButton" name="fLoggerLedRep">
|
---|
2601 | <property name="text">
|
---|
2602 | <string>rep</string>
|
---|
2603 | </property>
|
---|
2604 | <property name="icon">
|
---|
2605 | <iconset resource="design.qrc">
|
---|
2606 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
2607 | </property>
|
---|
2608 | <property name="flat">
|
---|
2609 | <bool>true</bool>
|
---|
2610 | </property>
|
---|
2611 | </widget>
|
---|
2612 | </item>
|
---|
2613 | <item>
|
---|
2614 | <widget class="QPushButton" name="fLoggerLedFits">
|
---|
2615 | <property name="text">
|
---|
2616 | <string>fits</string>
|
---|
2617 | </property>
|
---|
2618 | <property name="icon">
|
---|
2619 | <iconset resource="design.qrc">
|
---|
2620 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
2621 | </property>
|
---|
2622 | <property name="flat">
|
---|
2623 | <bool>true</bool>
|
---|
2624 | </property>
|
---|
2625 | </widget>
|
---|
2626 | </item>
|
---|
2627 | </layout>
|
---|
2628 | </item>
|
---|
2629 | <item row="3" column="3">
|
---|
2630 | <widget class="QLabel" name="label_3">
|
---|
2631 | <property name="sizePolicy">
|
---|
2632 | <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
---|
2633 | <horstretch>0</horstretch>
|
---|
2634 | <verstretch>0</verstretch>
|
---|
2635 | </sizepolicy>
|
---|
2636 | </property>
|
---|
2637 | <property name="text">
|
---|
2638 | <string>>=1GB</string>
|
---|
2639 | </property>
|
---|
2640 | <property name="alignment">
|
---|
2641 | <set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
---|
2642 | </property>
|
---|
2643 | </widget>
|
---|
2644 | </item>
|
---|
2645 | </layout>
|
---|
2646 | </widget>
|
---|
2647 | </widget>
|
---|
2648 | </item>
|
---|
2649 | </layout>
|
---|
2650 | </widget>
|
---|
2651 | <widget class="QWidget" name="fDimCmdTab">
|
---|
2652 | <property name="sizePolicy">
|
---|
2653 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2654 | <horstretch>0</horstretch>
|
---|
2655 | <verstretch>0</verstretch>
|
---|
2656 | </sizepolicy>
|
---|
2657 | </property>
|
---|
2658 | <property name="accessibleName">
|
---|
2659 | <string/>
|
---|
2660 | </property>
|
---|
2661 | <attribute name="title">
|
---|
2662 | <string>Commands</string>
|
---|
2663 | </attribute>
|
---|
2664 | <layout class="QGridLayout" name="gridLayout_2">
|
---|
2665 | <item row="0" column="0">
|
---|
2666 | <widget class="QDockWidget" name="fDimCmdDock">
|
---|
2667 | <property name="sizePolicy">
|
---|
2668 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2669 | <horstretch>0</horstretch>
|
---|
2670 | <verstretch>0</verstretch>
|
---|
2671 | </sizepolicy>
|
---|
2672 | </property>
|
---|
2673 | <property name="features">
|
---|
2674 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
2675 | </property>
|
---|
2676 | <property name="allowedAreas">
|
---|
2677 | <set>Qt::AllDockWidgetAreas</set>
|
---|
2678 | </property>
|
---|
2679 | <property name="windowTitle">
|
---|
2680 | <string>Dim command overview</string>
|
---|
2681 | </property>
|
---|
2682 | <widget class="QWidget" name="fDimCmdWidget">
|
---|
2683 | <property name="sizePolicy">
|
---|
2684 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2685 | <horstretch>0</horstretch>
|
---|
2686 | <verstretch>0</verstretch>
|
---|
2687 | </sizepolicy>
|
---|
2688 | </property>
|
---|
2689 | <layout class="QGridLayout" name="gridLayout_7">
|
---|
2690 | <item row="2" column="0">
|
---|
2691 | <layout class="QHBoxLayout" name="horizontalLayout_5">
|
---|
2692 | <property name="topMargin">
|
---|
2693 | <number>0</number>
|
---|
2694 | </property>
|
---|
2695 | <item>
|
---|
2696 | <widget class="QListView" name="fDimCmdServers">
|
---|
2697 | <property name="sizePolicy">
|
---|
2698 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2699 | <horstretch>3</horstretch>
|
---|
2700 | <verstretch>0</verstretch>
|
---|
2701 | </sizepolicy>
|
---|
2702 | </property>
|
---|
2703 | <property name="editTriggers">
|
---|
2704 | <set>QAbstractItemView::NoEditTriggers</set>
|
---|
2705 | </property>
|
---|
2706 | <property name="showDropIndicator" stdset="0">
|
---|
2707 | <bool>false</bool>
|
---|
2708 | </property>
|
---|
2709 | <property name="alternatingRowColors">
|
---|
2710 | <bool>true</bool>
|
---|
2711 | </property>
|
---|
2712 | <property name="movement">
|
---|
2713 | <enum>QListView::Static</enum>
|
---|
2714 | </property>
|
---|
2715 | <property name="resizeMode">
|
---|
2716 | <enum>QListView::Fixed</enum>
|
---|
2717 | </property>
|
---|
2718 | <property name="selectionRectVisible">
|
---|
2719 | <bool>true</bool>
|
---|
2720 | </property>
|
---|
2721 | </widget>
|
---|
2722 | </item>
|
---|
2723 | <item>
|
---|
2724 | <widget class="QListView" name="fDimCmdCommands">
|
---|
2725 | <property name="sizePolicy">
|
---|
2726 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2727 | <horstretch>5</horstretch>
|
---|
2728 | <verstretch>0</verstretch>
|
---|
2729 | </sizepolicy>
|
---|
2730 | </property>
|
---|
2731 | <property name="editTriggers">
|
---|
2732 | <set>QAbstractItemView::NoEditTriggers</set>
|
---|
2733 | </property>
|
---|
2734 | <property name="showDropIndicator" stdset="0">
|
---|
2735 | <bool>false</bool>
|
---|
2736 | </property>
|
---|
2737 | <property name="alternatingRowColors">
|
---|
2738 | <bool>true</bool>
|
---|
2739 | </property>
|
---|
2740 | <property name="movement">
|
---|
2741 | <enum>QListView::Static</enum>
|
---|
2742 | </property>
|
---|
2743 | <property name="resizeMode">
|
---|
2744 | <enum>QListView::Fixed</enum>
|
---|
2745 | </property>
|
---|
2746 | </widget>
|
---|
2747 | </item>
|
---|
2748 | <item>
|
---|
2749 | <widget class="QListView" name="fDimCmdDescription">
|
---|
2750 | <property name="sizePolicy">
|
---|
2751 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2752 | <horstretch>8</horstretch>
|
---|
2753 | <verstretch>0</verstretch>
|
---|
2754 | </sizepolicy>
|
---|
2755 | </property>
|
---|
2756 | <property name="editTriggers">
|
---|
2757 | <set>QAbstractItemView::NoEditTriggers</set>
|
---|
2758 | </property>
|
---|
2759 | <property name="showDropIndicator" stdset="0">
|
---|
2760 | <bool>false</bool>
|
---|
2761 | </property>
|
---|
2762 | <property name="selectionMode">
|
---|
2763 | <enum>QAbstractItemView::NoSelection</enum>
|
---|
2764 | </property>
|
---|
2765 | <property name="movement">
|
---|
2766 | <enum>QListView::Static</enum>
|
---|
2767 | </property>
|
---|
2768 | <property name="isWrapping" stdset="0">
|
---|
2769 | <bool>false</bool>
|
---|
2770 | </property>
|
---|
2771 | <property name="resizeMode">
|
---|
2772 | <enum>QListView::Fixed</enum>
|
---|
2773 | </property>
|
---|
2774 | <property name="wordWrap">
|
---|
2775 | <bool>true</bool>
|
---|
2776 | </property>
|
---|
2777 | </widget>
|
---|
2778 | </item>
|
---|
2779 | </layout>
|
---|
2780 | </item>
|
---|
2781 | <item row="4" column="0">
|
---|
2782 | <layout class="QHBoxLayout" name="horizontalLayout_6">
|
---|
2783 | <property name="topMargin">
|
---|
2784 | <number>0</number>
|
---|
2785 | </property>
|
---|
2786 | <item>
|
---|
2787 | <widget class="QLabel" name="label_2">
|
---|
2788 | <property name="text">
|
---|
2789 | <string>Arguments</string>
|
---|
2790 | </property>
|
---|
2791 | </widget>
|
---|
2792 | </item>
|
---|
2793 | <item>
|
---|
2794 | <widget class="QLineEdit" name="fDimCmdLineEdit">
|
---|
2795 | <property name="toolTip">
|
---|
2796 | <string>Arguments to be sent with the command (0x will be interpreted as hex value, a leading 0 as octal)</string>
|
---|
2797 | </property>
|
---|
2798 | </widget>
|
---|
2799 | </item>
|
---|
2800 | <item>
|
---|
2801 | <widget class="QPushButton" name="fDimCmdSend">
|
---|
2802 | <property name="text">
|
---|
2803 | <string>Send</string>
|
---|
2804 | </property>
|
---|
2805 | </widget>
|
---|
2806 | </item>
|
---|
2807 | </layout>
|
---|
2808 | </item>
|
---|
2809 | </layout>
|
---|
2810 | </widget>
|
---|
2811 | </widget>
|
---|
2812 | </item>
|
---|
2813 | </layout>
|
---|
2814 | </widget>
|
---|
2815 | <widget class="QWidget" name="fDimSvcTab">
|
---|
2816 | <attribute name="title">
|
---|
2817 | <string>Services</string>
|
---|
2818 | </attribute>
|
---|
2819 | <layout class="QGridLayout" name="gridLayout_3">
|
---|
2820 | <item row="0" column="0">
|
---|
2821 | <widget class="QDockWidget" name="fDimSvcDock">
|
---|
2822 | <property name="sizePolicy">
|
---|
2823 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2824 | <horstretch>0</horstretch>
|
---|
2825 | <verstretch>0</verstretch>
|
---|
2826 | </sizepolicy>
|
---|
2827 | </property>
|
---|
2828 | <property name="features">
|
---|
2829 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
2830 | </property>
|
---|
2831 | <property name="allowedAreas">
|
---|
2832 | <set>Qt::AllDockWidgetAreas</set>
|
---|
2833 | </property>
|
---|
2834 | <property name="windowTitle">
|
---|
2835 | <string>Dim service overview</string>
|
---|
2836 | </property>
|
---|
2837 | <widget class="QWidget" name="fDimSvcWidget">
|
---|
2838 | <property name="sizePolicy">
|
---|
2839 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2840 | <horstretch>0</horstretch>
|
---|
2841 | <verstretch>0</verstretch>
|
---|
2842 | </sizepolicy>
|
---|
2843 | </property>
|
---|
2844 | <layout class="QGridLayout" name="gridLayout_10" rowstretch="0,0,4,0,3">
|
---|
2845 | <item row="2" column="0">
|
---|
2846 | <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,5,8">
|
---|
2847 | <property name="topMargin">
|
---|
2848 | <number>0</number>
|
---|
2849 | </property>
|
---|
2850 | <item>
|
---|
2851 | <widget class="QListView" name="fDimSvcServers">
|
---|
2852 | <property name="sizePolicy">
|
---|
2853 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2854 | <horstretch>0</horstretch>
|
---|
2855 | <verstretch>0</verstretch>
|
---|
2856 | </sizepolicy>
|
---|
2857 | </property>
|
---|
2858 | <property name="editTriggers">
|
---|
2859 | <set>QAbstractItemView::NoEditTriggers</set>
|
---|
2860 | </property>
|
---|
2861 | <property name="showDropIndicator" stdset="0">
|
---|
2862 | <bool>false</bool>
|
---|
2863 | </property>
|
---|
2864 | <property name="alternatingRowColors">
|
---|
2865 | <bool>true</bool>
|
---|
2866 | </property>
|
---|
2867 | <property name="movement">
|
---|
2868 | <enum>QListView::Static</enum>
|
---|
2869 | </property>
|
---|
2870 | <property name="resizeMode">
|
---|
2871 | <enum>QListView::Fixed</enum>
|
---|
2872 | </property>
|
---|
2873 | <property name="selectionRectVisible">
|
---|
2874 | <bool>true</bool>
|
---|
2875 | </property>
|
---|
2876 | </widget>
|
---|
2877 | </item>
|
---|
2878 | <item>
|
---|
2879 | <widget class="QListView" name="fDimSvcServices">
|
---|
2880 | <property name="sizePolicy">
|
---|
2881 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2882 | <horstretch>0</horstretch>
|
---|
2883 | <verstretch>0</verstretch>
|
---|
2884 | </sizepolicy>
|
---|
2885 | </property>
|
---|
2886 | <property name="editTriggers">
|
---|
2887 | <set>QAbstractItemView::NoEditTriggers</set>
|
---|
2888 | </property>
|
---|
2889 | <property name="showDropIndicator" stdset="0">
|
---|
2890 | <bool>false</bool>
|
---|
2891 | </property>
|
---|
2892 | <property name="alternatingRowColors">
|
---|
2893 | <bool>true</bool>
|
---|
2894 | </property>
|
---|
2895 | <property name="movement">
|
---|
2896 | <enum>QListView::Static</enum>
|
---|
2897 | </property>
|
---|
2898 | <property name="resizeMode">
|
---|
2899 | <enum>QListView::Fixed</enum>
|
---|
2900 | </property>
|
---|
2901 | </widget>
|
---|
2902 | </item>
|
---|
2903 | <item>
|
---|
2904 | <widget class="QListView" name="fDimSvcDescription">
|
---|
2905 | <property name="sizePolicy">
|
---|
2906 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2907 | <horstretch>0</horstretch>
|
---|
2908 | <verstretch>0</verstretch>
|
---|
2909 | </sizepolicy>
|
---|
2910 | </property>
|
---|
2911 | <property name="editTriggers">
|
---|
2912 | <set>QAbstractItemView::NoEditTriggers</set>
|
---|
2913 | </property>
|
---|
2914 | <property name="showDropIndicator" stdset="0">
|
---|
2915 | <bool>false</bool>
|
---|
2916 | </property>
|
---|
2917 | <property name="selectionMode">
|
---|
2918 | <enum>QAbstractItemView::NoSelection</enum>
|
---|
2919 | </property>
|
---|
2920 | <property name="movement">
|
---|
2921 | <enum>QListView::Static</enum>
|
---|
2922 | </property>
|
---|
2923 | <property name="isWrapping" stdset="0">
|
---|
2924 | <bool>false</bool>
|
---|
2925 | </property>
|
---|
2926 | <property name="resizeMode">
|
---|
2927 | <enum>QListView::Fixed</enum>
|
---|
2928 | </property>
|
---|
2929 | </widget>
|
---|
2930 | </item>
|
---|
2931 | </layout>
|
---|
2932 | </item>
|
---|
2933 | <item row="4" column="0">
|
---|
2934 | <widget class="QTextEdit" name="fDimSvcText">
|
---|
2935 | <property name="sizePolicy">
|
---|
2936 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
2937 | <horstretch>0</horstretch>
|
---|
2938 | <verstretch>1</verstretch>
|
---|
2939 | </sizepolicy>
|
---|
2940 | </property>
|
---|
2941 | <property name="maximumSize">
|
---|
2942 | <size>
|
---|
2943 | <width>16777215</width>
|
---|
2944 | <height>16777215</height>
|
---|
2945 | </size>
|
---|
2946 | </property>
|
---|
2947 | <property name="textInteractionFlags">
|
---|
2948 | <set>Qt::TextSelectableByMouse</set>
|
---|
2949 | </property>
|
---|
2950 | </widget>
|
---|
2951 | </item>
|
---|
2952 | <item row="3" column="0">
|
---|
2953 | <layout class="QHBoxLayout" name="horizontalLayout_8">
|
---|
2954 | <property name="bottomMargin">
|
---|
2955 | <number>0</number>
|
---|
2956 | </property>
|
---|
2957 | <item>
|
---|
2958 | <spacer name="horizontalSpacer_9">
|
---|
2959 | <property name="orientation">
|
---|
2960 | <enum>Qt::Horizontal</enum>
|
---|
2961 | </property>
|
---|
2962 | <property name="sizeHint" stdset="0">
|
---|
2963 | <size>
|
---|
2964 | <width>40</width>
|
---|
2965 | <height>20</height>
|
---|
2966 | </size>
|
---|
2967 | </property>
|
---|
2968 | </spacer>
|
---|
2969 | </item>
|
---|
2970 | <item>
|
---|
2971 | <widget class="QPushButton" name="pushButton">
|
---|
2972 | <property name="toolTip">
|
---|
2973 | <string>Clear contents of the service message window.</string>
|
---|
2974 | </property>
|
---|
2975 | <property name="text">
|
---|
2976 | <string>Clear</string>
|
---|
2977 | </property>
|
---|
2978 | </widget>
|
---|
2979 | </item>
|
---|
2980 | <item>
|
---|
2981 | <spacer name="horizontalSpacer_10">
|
---|
2982 | <property name="orientation">
|
---|
2983 | <enum>Qt::Horizontal</enum>
|
---|
2984 | </property>
|
---|
2985 | <property name="sizeType">
|
---|
2986 | <enum>QSizePolicy::Fixed</enum>
|
---|
2987 | </property>
|
---|
2988 | <property name="sizeHint" stdset="0">
|
---|
2989 | <size>
|
---|
2990 | <width>20</width>
|
---|
2991 | <height>20</height>
|
---|
2992 | </size>
|
---|
2993 | </property>
|
---|
2994 | </spacer>
|
---|
2995 | </item>
|
---|
2996 | <item>
|
---|
2997 | <widget class="QPushButton" name="pushButton_2">
|
---|
2998 | <property name="toolTip">
|
---|
2999 | <string>Increase size of the service message window.</string>
|
---|
3000 | </property>
|
---|
3001 | <property name="text">
|
---|
3002 | <string>+</string>
|
---|
3003 | </property>
|
---|
3004 | </widget>
|
---|
3005 | </item>
|
---|
3006 | <item>
|
---|
3007 | <widget class="QPushButton" name="pushButton_3">
|
---|
3008 | <property name="toolTip">
|
---|
3009 | <string>Decrease size of the service message window.</string>
|
---|
3010 | </property>
|
---|
3011 | <property name="text">
|
---|
3012 | <string>-</string>
|
---|
3013 | </property>
|
---|
3014 | </widget>
|
---|
3015 | </item>
|
---|
3016 | </layout>
|
---|
3017 | </item>
|
---|
3018 | </layout>
|
---|
3019 | </widget>
|
---|
3020 | </widget>
|
---|
3021 | </item>
|
---|
3022 | </layout>
|
---|
3023 | </widget>
|
---|
3024 | <widget class="QWidget" name="fLogTab">
|
---|
3025 | <property name="sizePolicy">
|
---|
3026 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
3027 | <horstretch>0</horstretch>
|
---|
3028 | <verstretch>0</verstretch>
|
---|
3029 | </sizepolicy>
|
---|
3030 | </property>
|
---|
3031 | <attribute name="title">
|
---|
3032 | <string>Log</string>
|
---|
3033 | </attribute>
|
---|
3034 | <layout class="QGridLayout" name="gridLayout_4">
|
---|
3035 | <item row="0" column="0">
|
---|
3036 | <widget class="QDockWidget" name="fLogDock">
|
---|
3037 | <property name="sizePolicy">
|
---|
3038 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
3039 | <horstretch>0</horstretch>
|
---|
3040 | <verstretch>0</verstretch>
|
---|
3041 | </sizepolicy>
|
---|
3042 | </property>
|
---|
3043 | <property name="features">
|
---|
3044 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
3045 | </property>
|
---|
3046 | <property name="windowTitle">
|
---|
3047 | <string>Logging of MESSAGE services</string>
|
---|
3048 | </property>
|
---|
3049 | <widget class="QWidget" name="fLogWidget">
|
---|
3050 | <property name="sizePolicy">
|
---|
3051 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
3052 | <horstretch>0</horstretch>
|
---|
3053 | <verstretch>0</verstretch>
|
---|
3054 | </sizepolicy>
|
---|
3055 | </property>
|
---|
3056 | <layout class="QGridLayout" name="gridLayout_5">
|
---|
3057 | <item row="1" column="1">
|
---|
3058 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
---|
3059 | <property name="topMargin">
|
---|
3060 | <number>0</number>
|
---|
3061 | </property>
|
---|
3062 | <item>
|
---|
3063 | <spacer name="horizontalSpacer_2">
|
---|
3064 | <property name="orientation">
|
---|
3065 | <enum>Qt::Horizontal</enum>
|
---|
3066 | </property>
|
---|
3067 | <property name="sizeHint" stdset="0">
|
---|
3068 | <size>
|
---|
3069 | <width>40</width>
|
---|
3070 | <height>20</height>
|
---|
3071 | </size>
|
---|
3072 | </property>
|
---|
3073 | </spacer>
|
---|
3074 | </item>
|
---|
3075 | <item>
|
---|
3076 | <widget class="QPushButton" name="fLogClear">
|
---|
3077 | <property name="toolTip">
|
---|
3078 | <string extracomment="bla bla">Clear the contents of the log-window.</string>
|
---|
3079 | </property>
|
---|
3080 | <property name="text">
|
---|
3081 | <string>Clear</string>
|
---|
3082 | </property>
|
---|
3083 | </widget>
|
---|
3084 | </item>
|
---|
3085 | <item>
|
---|
3086 | <spacer name="horizontalSpacer_3">
|
---|
3087 | <property name="orientation">
|
---|
3088 | <enum>Qt::Horizontal</enum>
|
---|
3089 | </property>
|
---|
3090 | <property name="sizeType">
|
---|
3091 | <enum>QSizePolicy::Fixed</enum>
|
---|
3092 | </property>
|
---|
3093 | <property name="sizeHint" stdset="0">
|
---|
3094 | <size>
|
---|
3095 | <width>20</width>
|
---|
3096 | <height>20</height>
|
---|
3097 | </size>
|
---|
3098 | </property>
|
---|
3099 | </spacer>
|
---|
3100 | </item>
|
---|
3101 | <item>
|
---|
3102 | <widget class="QPushButton" name="fLogFontPlus">
|
---|
3103 | <property name="toolTip">
|
---|
3104 | <string>Increase font size of the log-window.</string>
|
---|
3105 | </property>
|
---|
3106 | <property name="text">
|
---|
3107 | <string>+</string>
|
---|
3108 | </property>
|
---|
3109 | </widget>
|
---|
3110 | </item>
|
---|
3111 | <item>
|
---|
3112 | <widget class="QPushButton" name="fLogFontMinus">
|
---|
3113 | <property name="toolTip">
|
---|
3114 | <string>Decrease font size of the log-window.</string>
|
---|
3115 | </property>
|
---|
3116 | <property name="text">
|
---|
3117 | <string>-</string>
|
---|
3118 | </property>
|
---|
3119 | </widget>
|
---|
3120 | </item>
|
---|
3121 | </layout>
|
---|
3122 | </item>
|
---|
3123 | <item row="2" column="1">
|
---|
3124 | <widget class="QTextEdit" name="fLogText">
|
---|
3125 | <property name="toolTip">
|
---|
3126 | <string/>
|
---|
3127 | </property>
|
---|
3128 | <property name="frameShape">
|
---|
3129 | <enum>QFrame::StyledPanel</enum>
|
---|
3130 | </property>
|
---|
3131 | <property name="frameShadow">
|
---|
3132 | <enum>QFrame::Sunken</enum>
|
---|
3133 | </property>
|
---|
3134 | <property name="autoFormatting">
|
---|
3135 | <set>QTextEdit::AutoNone</set>
|
---|
3136 | </property>
|
---|
3137 | <property name="documentTitle">
|
---|
3138 | <string/>
|
---|
3139 | </property>
|
---|
3140 | <property name="undoRedoEnabled">
|
---|
3141 | <bool>false</bool>
|
---|
3142 | </property>
|
---|
3143 | <property name="lineWrapMode">
|
---|
3144 | <enum>QTextEdit::NoWrap</enum>
|
---|
3145 | </property>
|
---|
3146 | <property name="readOnly">
|
---|
3147 | <bool>true</bool>
|
---|
3148 | </property>
|
---|
3149 | <property name="textInteractionFlags">
|
---|
3150 | <set>Qt::TextSelectableByMouse</set>
|
---|
3151 | </property>
|
---|
3152 | </widget>
|
---|
3153 | </item>
|
---|
3154 | <item row="0" column="1">
|
---|
3155 | <widget class="Line" name="line_3">
|
---|
3156 | <property name="orientation">
|
---|
3157 | <enum>Qt::Vertical</enum>
|
---|
3158 | </property>
|
---|
3159 | </widget>
|
---|
3160 | </item>
|
---|
3161 | </layout>
|
---|
3162 | </widget>
|
---|
3163 | </widget>
|
---|
3164 | </item>
|
---|
3165 | </layout>
|
---|
3166 | </widget>
|
---|
3167 | <widget class="QWidget" name="fChatTab">
|
---|
3168 | <attribute name="title">
|
---|
3169 | <string>Chat</string>
|
---|
3170 | </attribute>
|
---|
3171 | <layout class="QGridLayout" name="gridLayout_9">
|
---|
3172 | <item row="0" column="0">
|
---|
3173 | <widget class="QDockWidget" name="fChatDock">
|
---|
3174 | <property name="sizePolicy">
|
---|
3175 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
3176 | <horstretch>0</horstretch>
|
---|
3177 | <verstretch>0</verstretch>
|
---|
3178 | </sizepolicy>
|
---|
3179 | </property>
|
---|
3180 | <property name="features">
|
---|
3181 | <set>QDockWidget::NoDockWidgetFeatures</set>
|
---|
3182 | </property>
|
---|
3183 | <property name="windowTitle">
|
---|
3184 | <string>Chat Window</string>
|
---|
3185 | </property>
|
---|
3186 | <widget class="QWidget" name="fChatWidget">
|
---|
3187 | <property name="sizePolicy">
|
---|
3188 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
3189 | <horstretch>0</horstretch>
|
---|
3190 | <verstretch>0</verstretch>
|
---|
3191 | </sizepolicy>
|
---|
3192 | </property>
|
---|
3193 | <layout class="QGridLayout" name="gridLayout_8">
|
---|
3194 | <item row="0" column="1">
|
---|
3195 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
---|
3196 | <property name="topMargin">
|
---|
3197 | <number>0</number>
|
---|
3198 | </property>
|
---|
3199 | <item>
|
---|
3200 | <spacer name="horizontalSpacer_5">
|
---|
3201 | <property name="orientation">
|
---|
3202 | <enum>Qt::Horizontal</enum>
|
---|
3203 | </property>
|
---|
3204 | <property name="sizeHint" stdset="0">
|
---|
3205 | <size>
|
---|
3206 | <width>40</width>
|
---|
3207 | <height>20</height>
|
---|
3208 | </size>
|
---|
3209 | </property>
|
---|
3210 | </spacer>
|
---|
3211 | </item>
|
---|
3212 | <item>
|
---|
3213 | <widget class="QPushButton" name="fChatClear">
|
---|
3214 | <property name="toolTip">
|
---|
3215 | <string extracomment="bla bla">Clear the contents of the chat-window.</string>
|
---|
3216 | </property>
|
---|
3217 | <property name="text">
|
---|
3218 | <string>Clear</string>
|
---|
3219 | </property>
|
---|
3220 | </widget>
|
---|
3221 | </item>
|
---|
3222 | <item>
|
---|
3223 | <spacer name="horizontalSpacer_6">
|
---|
3224 | <property name="orientation">
|
---|
3225 | <enum>Qt::Horizontal</enum>
|
---|
3226 | </property>
|
---|
3227 | <property name="sizeType">
|
---|
3228 | <enum>QSizePolicy::Fixed</enum>
|
---|
3229 | </property>
|
---|
3230 | <property name="sizeHint" stdset="0">
|
---|
3231 | <size>
|
---|
3232 | <width>20</width>
|
---|
3233 | <height>20</height>
|
---|
3234 | </size>
|
---|
3235 | </property>
|
---|
3236 | </spacer>
|
---|
3237 | </item>
|
---|
3238 | <item>
|
---|
3239 | <widget class="QPushButton" name="fChatFontPlus">
|
---|
3240 | <property name="toolTip">
|
---|
3241 | <string>Increase font size of the chat-window.</string>
|
---|
3242 | </property>
|
---|
3243 | <property name="text">
|
---|
3244 | <string>+</string>
|
---|
3245 | </property>
|
---|
3246 | </widget>
|
---|
3247 | </item>
|
---|
3248 | <item>
|
---|
3249 | <widget class="QPushButton" name="fChatFontMinus">
|
---|
3250 | <property name="toolTip">
|
---|
3251 | <string>Decrease font size of the chat-window.</string>
|
---|
3252 | </property>
|
---|
3253 | <property name="text">
|
---|
3254 | <string>-</string>
|
---|
3255 | </property>
|
---|
3256 | </widget>
|
---|
3257 | </item>
|
---|
3258 | </layout>
|
---|
3259 | </item>
|
---|
3260 | <item row="1" column="1">
|
---|
3261 | <widget class="QTextEdit" name="fChatText">
|
---|
3262 | <property name="toolTip">
|
---|
3263 | <string/>
|
---|
3264 | </property>
|
---|
3265 | <property name="frameShape">
|
---|
3266 | <enum>QFrame::StyledPanel</enum>
|
---|
3267 | </property>
|
---|
3268 | <property name="frameShadow">
|
---|
3269 | <enum>QFrame::Sunken</enum>
|
---|
3270 | </property>
|
---|
3271 | <property name="autoFormatting">
|
---|
3272 | <set>QTextEdit::AutoNone</set>
|
---|
3273 | </property>
|
---|
3274 | <property name="documentTitle">
|
---|
3275 | <string/>
|
---|
3276 | </property>
|
---|
3277 | <property name="undoRedoEnabled">
|
---|
3278 | <bool>false</bool>
|
---|
3279 | </property>
|
---|
3280 | <property name="readOnly">
|
---|
3281 | <bool>true</bool>
|
---|
3282 | </property>
|
---|
3283 | <property name="html">
|
---|
3284 | <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
---|
3285 | <html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
---|
3286 | p, li { white-space: pre-wrap; }
|
---|
3287 | </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
---|
3288 | <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu';"></p></body></html></string>
|
---|
3289 | </property>
|
---|
3290 | <property name="textInteractionFlags">
|
---|
3291 | <set>Qt::TextSelectableByMouse</set>
|
---|
3292 | </property>
|
---|
3293 | </widget>
|
---|
3294 | </item>
|
---|
3295 | <item row="2" column="1">
|
---|
3296 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
---|
3297 | <property name="topMargin">
|
---|
3298 | <number>0</number>
|
---|
3299 | </property>
|
---|
3300 | <item>
|
---|
3301 | <widget class="QLineEdit" name="fChatMessage">
|
---|
3302 | <property name="toolTip">
|
---|
3303 | <string>Entry field for a chat message.</string>
|
---|
3304 | </property>
|
---|
3305 | <property name="frame">
|
---|
3306 | <bool>true</bool>
|
---|
3307 | </property>
|
---|
3308 | <property name="dragEnabled">
|
---|
3309 | <bool>false</bool>
|
---|
3310 | </property>
|
---|
3311 | </widget>
|
---|
3312 | </item>
|
---|
3313 | <item>
|
---|
3314 | <widget class="QPushButton" name="fChatSend">
|
---|
3315 | <property name="toolTip">
|
---|
3316 | <string>Send a chat message.</string>
|
---|
3317 | </property>
|
---|
3318 | <property name="text">
|
---|
3319 | <string>Send</string>
|
---|
3320 | </property>
|
---|
3321 | </widget>
|
---|
3322 | </item>
|
---|
3323 | </layout>
|
---|
3324 | </item>
|
---|
3325 | </layout>
|
---|
3326 | </widget>
|
---|
3327 | </widget>
|
---|
3328 | </item>
|
---|
3329 | </layout>
|
---|
3330 | </widget>
|
---|
3331 | </widget>
|
---|
3332 | </item>
|
---|
3333 | </layout>
|
---|
3334 | </widget>
|
---|
3335 | <widget class="QMenuBar" name="fMenuBar">
|
---|
3336 | <property name="geometry">
|
---|
3337 | <rect>
|
---|
3338 | <x>0</x>
|
---|
3339 | <y>0</y>
|
---|
3340 | <width>1069</width>
|
---|
3341 | <height>21</height>
|
---|
3342 | </rect>
|
---|
3343 | </property>
|
---|
3344 | <widget class="QMenu" name="fMenuLog">
|
---|
3345 | <property name="title">
|
---|
3346 | <string>Log</string>
|
---|
3347 | </property>
|
---|
3348 | <addaction name="fMenuLogSaveAs"/>
|
---|
3349 | </widget>
|
---|
3350 | <widget class="QMenu" name="menuFile">
|
---|
3351 | <property name="title">
|
---|
3352 | <string>File</string>
|
---|
3353 | </property>
|
---|
3354 | <addaction name="actionTest"/>
|
---|
3355 | </widget>
|
---|
3356 | <addaction name="fMenuLog"/>
|
---|
3357 | <addaction name="menuFile"/>
|
---|
3358 | </widget>
|
---|
3359 | <widget class="QStatusBar" name="fStatusBar">
|
---|
3360 | <property name="statusTip">
|
---|
3361 | <string/>
|
---|
3362 | </property>
|
---|
3363 | <property name="whatsThis">
|
---|
3364 | <string/>
|
---|
3365 | </property>
|
---|
3366 | </widget>
|
---|
3367 | <widget class="QDockWidget" name="dockWidget_2">
|
---|
3368 | <property name="sizePolicy">
|
---|
3369 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
3370 | <horstretch>0</horstretch>
|
---|
3371 | <verstretch>0</verstretch>
|
---|
3372 | </sizepolicy>
|
---|
3373 | </property>
|
---|
3374 | <property name="minimumSize">
|
---|
3375 | <size>
|
---|
3376 | <width>178</width>
|
---|
3377 | <height>97</height>
|
---|
3378 | </size>
|
---|
3379 | </property>
|
---|
3380 | <property name="maximumSize">
|
---|
3381 | <size>
|
---|
3382 | <width>524287</width>
|
---|
3383 | <height>524287</height>
|
---|
3384 | </size>
|
---|
3385 | </property>
|
---|
3386 | <property name="features">
|
---|
3387 | <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
---|
3388 | </property>
|
---|
3389 | <property name="allowedAreas">
|
---|
3390 | <set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set>
|
---|
3391 | </property>
|
---|
3392 | <property name="windowTitle">
|
---|
3393 | <string>Warnings and Errors</string>
|
---|
3394 | </property>
|
---|
3395 | <attribute name="dockWidgetArea">
|
---|
3396 | <number>8</number>
|
---|
3397 | </attribute>
|
---|
3398 | <widget class="QWidget" name="dockWidgetContents_2">
|
---|
3399 | <property name="sizePolicy">
|
---|
3400 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
3401 | <horstretch>0</horstretch>
|
---|
3402 | <verstretch>0</verstretch>
|
---|
3403 | </sizepolicy>
|
---|
3404 | </property>
|
---|
3405 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
---|
3406 | <item>
|
---|
3407 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
3408 | <item>
|
---|
3409 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
3410 | <property name="sizeConstraint">
|
---|
3411 | <enum>QLayout::SetDefaultConstraint</enum>
|
---|
3412 | </property>
|
---|
3413 | <property name="topMargin">
|
---|
3414 | <number>0</number>
|
---|
3415 | </property>
|
---|
3416 | <item>
|
---|
3417 | <spacer name="horizontalSpacer">
|
---|
3418 | <property name="orientation">
|
---|
3419 | <enum>Qt::Horizontal</enum>
|
---|
3420 | </property>
|
---|
3421 | <property name="sizeHint" stdset="0">
|
---|
3422 | <size>
|
---|
3423 | <width>40</width>
|
---|
3424 | <height>20</height>
|
---|
3425 | </size>
|
---|
3426 | </property>
|
---|
3427 | </spacer>
|
---|
3428 | </item>
|
---|
3429 | <item>
|
---|
3430 | <widget class="QPushButton" name="fTextClear">
|
---|
3431 | <property name="font">
|
---|
3432 | <font>
|
---|
3433 | <pointsize>9</pointsize>
|
---|
3434 | </font>
|
---|
3435 | </property>
|
---|
3436 | <property name="toolTip">
|
---|
3437 | <string>Clear contents of the error message window.</string>
|
---|
3438 | </property>
|
---|
3439 | <property name="text">
|
---|
3440 | <string>Clear</string>
|
---|
3441 | </property>
|
---|
3442 | </widget>
|
---|
3443 | </item>
|
---|
3444 | <item>
|
---|
3445 | <spacer name="horizontalSpacer_4">
|
---|
3446 | <property name="orientation">
|
---|
3447 | <enum>Qt::Horizontal</enum>
|
---|
3448 | </property>
|
---|
3449 | <property name="sizeType">
|
---|
3450 | <enum>QSizePolicy::Fixed</enum>
|
---|
3451 | </property>
|
---|
3452 | <property name="sizeHint" stdset="0">
|
---|
3453 | <size>
|
---|
3454 | <width>20</width>
|
---|
3455 | <height>20</height>
|
---|
3456 | </size>
|
---|
3457 | </property>
|
---|
3458 | </spacer>
|
---|
3459 | </item>
|
---|
3460 | <item>
|
---|
3461 | <widget class="QPushButton" name="fTextFontPlus">
|
---|
3462 | <property name="toolTip">
|
---|
3463 | <string>Increase font size of the error message window.</string>
|
---|
3464 | </property>
|
---|
3465 | <property name="text">
|
---|
3466 | <string>+</string>
|
---|
3467 | </property>
|
---|
3468 | </widget>
|
---|
3469 | </item>
|
---|
3470 | <item>
|
---|
3471 | <widget class="QPushButton" name="fTextFontMinus">
|
---|
3472 | <property name="toolTip">
|
---|
3473 | <string>Decrease font size of the error message window.</string>
|
---|
3474 | </property>
|
---|
3475 | <property name="text">
|
---|
3476 | <string>-</string>
|
---|
3477 | </property>
|
---|
3478 | </widget>
|
---|
3479 | </item>
|
---|
3480 | </layout>
|
---|
3481 | </item>
|
---|
3482 | <item>
|
---|
3483 | <widget class="QTextEdit" name="fTextEdit">
|
---|
3484 | <property name="sizePolicy">
|
---|
3485 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
---|
3486 | <horstretch>0</horstretch>
|
---|
3487 | <verstretch>0</verstretch>
|
---|
3488 | </sizepolicy>
|
---|
3489 | </property>
|
---|
3490 | <property name="minimumSize">
|
---|
3491 | <size>
|
---|
3492 | <width>0</width>
|
---|
3493 | <height>29</height>
|
---|
3494 | </size>
|
---|
3495 | </property>
|
---|
3496 | <property name="maximumSize">
|
---|
3497 | <size>
|
---|
3498 | <width>16777215</width>
|
---|
3499 | <height>16777215</height>
|
---|
3500 | </size>
|
---|
3501 | </property>
|
---|
3502 | <property name="undoRedoEnabled">
|
---|
3503 | <bool>false</bool>
|
---|
3504 | </property>
|
---|
3505 | <property name="readOnly">
|
---|
3506 | <bool>true</bool>
|
---|
3507 | </property>
|
---|
3508 | </widget>
|
---|
3509 | </item>
|
---|
3510 | </layout>
|
---|
3511 | </item>
|
---|
3512 | </layout>
|
---|
3513 | </widget>
|
---|
3514 | </widget>
|
---|
3515 | <widget class="QDockWidget" name="fStatusDock">
|
---|
3516 | <property name="sizePolicy">
|
---|
3517 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
3518 | <horstretch>0</horstretch>
|
---|
3519 | <verstretch>0</verstretch>
|
---|
3520 | </sizepolicy>
|
---|
3521 | </property>
|
---|
3522 | <property name="minimumSize">
|
---|
3523 | <size>
|
---|
3524 | <width>200</width>
|
---|
3525 | <height>291</height>
|
---|
3526 | </size>
|
---|
3527 | </property>
|
---|
3528 | <property name="features">
|
---|
3529 | <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
---|
3530 | </property>
|
---|
3531 | <property name="allowedAreas">
|
---|
3532 | <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
|
---|
3533 | </property>
|
---|
3534 | <property name="windowTitle">
|
---|
3535 | <string>System status</string>
|
---|
3536 | </property>
|
---|
3537 | <attribute name="dockWidgetArea">
|
---|
3538 | <number>1</number>
|
---|
3539 | </attribute>
|
---|
3540 | <widget class="QWidget" name="fStatusContent">
|
---|
3541 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
3542 | <item>
|
---|
3543 | <widget class="Line" name="line_2">
|
---|
3544 | <property name="orientation">
|
---|
3545 | <enum>Qt::Horizontal</enum>
|
---|
3546 | </property>
|
---|
3547 | </widget>
|
---|
3548 | </item>
|
---|
3549 | <item>
|
---|
3550 | <layout class="QGridLayout" name="gridLayout_11">
|
---|
3551 | <item row="1" column="4">
|
---|
3552 | <widget class="QLabel" name="fStatusDNSLabel">
|
---|
3553 | <property name="text">
|
---|
3554 | <string>Offline</string>
|
---|
3555 | </property>
|
---|
3556 | </widget>
|
---|
3557 | </item>
|
---|
3558 | <item row="1" column="3">
|
---|
3559 | <widget class="QPushButton" name="fStatusDNSLed">
|
---|
3560 | <property name="enabled">
|
---|
3561 | <bool>true</bool>
|
---|
3562 | </property>
|
---|
3563 | <property name="sizePolicy">
|
---|
3564 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
---|
3565 | <horstretch>0</horstretch>
|
---|
3566 | <verstretch>0</verstretch>
|
---|
3567 | </sizepolicy>
|
---|
3568 | </property>
|
---|
3569 | <property name="maximumSize">
|
---|
3570 | <size>
|
---|
3571 | <width>18</width>
|
---|
3572 | <height>16777215</height>
|
---|
3573 | </size>
|
---|
3574 | </property>
|
---|
3575 | <property name="text">
|
---|
3576 | <string/>
|
---|
3577 | </property>
|
---|
3578 | <property name="icon">
|
---|
3579 | <iconset resource="design.qrc">
|
---|
3580 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
3581 | </property>
|
---|
3582 | <property name="iconSize">
|
---|
3583 | <size>
|
---|
3584 | <width>16</width>
|
---|
3585 | <height>16</height>
|
---|
3586 | </size>
|
---|
3587 | </property>
|
---|
3588 | <property name="checkable">
|
---|
3589 | <bool>false</bool>
|
---|
3590 | </property>
|
---|
3591 | <property name="flat">
|
---|
3592 | <bool>true</bool>
|
---|
3593 | </property>
|
---|
3594 | </widget>
|
---|
3595 | </item>
|
---|
3596 | <item row="3" column="4">
|
---|
3597 | <widget class="QLabel" name="fStatusFTMLabel">
|
---|
3598 | <property name="text">
|
---|
3599 | <string>Offline</string>
|
---|
3600 | </property>
|
---|
3601 | </widget>
|
---|
3602 | </item>
|
---|
3603 | <item row="3" column="3">
|
---|
3604 | <widget class="QPushButton" name="fStatusFTMLed">
|
---|
3605 | <property name="enabled">
|
---|
3606 | <bool>true</bool>
|
---|
3607 | </property>
|
---|
3608 | <property name="sizePolicy">
|
---|
3609 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
---|
3610 | <horstretch>0</horstretch>
|
---|
3611 | <verstretch>0</verstretch>
|
---|
3612 | </sizepolicy>
|
---|
3613 | </property>
|
---|
3614 | <property name="maximumSize">
|
---|
3615 | <size>
|
---|
3616 | <width>18</width>
|
---|
3617 | <height>16777215</height>
|
---|
3618 | </size>
|
---|
3619 | </property>
|
---|
3620 | <property name="text">
|
---|
3621 | <string/>
|
---|
3622 | </property>
|
---|
3623 | <property name="icon">
|
---|
3624 | <iconset resource="design.qrc">
|
---|
3625 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
3626 | </property>
|
---|
3627 | <property name="iconSize">
|
---|
3628 | <size>
|
---|
3629 | <width>16</width>
|
---|
3630 | <height>16</height>
|
---|
3631 | </size>
|
---|
3632 | </property>
|
---|
3633 | <property name="checkable">
|
---|
3634 | <bool>false</bool>
|
---|
3635 | </property>
|
---|
3636 | <property name="flat">
|
---|
3637 | <bool>true</bool>
|
---|
3638 | </property>
|
---|
3639 | </widget>
|
---|
3640 | </item>
|
---|
3641 | <item row="3" column="1">
|
---|
3642 | <widget class="QCheckBox" name="fStatusFTMEnable">
|
---|
3643 | <property name="enabled">
|
---|
3644 | <bool>false</bool>
|
---|
3645 | </property>
|
---|
3646 | <property name="sizePolicy">
|
---|
3647 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
---|
3648 | <horstretch>0</horstretch>
|
---|
3649 | <verstretch>0</verstretch>
|
---|
3650 | </sizepolicy>
|
---|
3651 | </property>
|
---|
3652 | <property name="maximumSize">
|
---|
3653 | <size>
|
---|
3654 | <width>20</width>
|
---|
3655 | <height>16777215</height>
|
---|
3656 | </size>
|
---|
3657 | </property>
|
---|
3658 | <property name="text">
|
---|
3659 | <string/>
|
---|
3660 | </property>
|
---|
3661 | <property name="checked">
|
---|
3662 | <bool>true</bool>
|
---|
3663 | </property>
|
---|
3664 | </widget>
|
---|
3665 | </item>
|
---|
3666 | <item row="4" column="4">
|
---|
3667 | <widget class="QLabel" name="fStatusFADLabel">
|
---|
3668 | <property name="text">
|
---|
3669 | <string>Offline</string>
|
---|
3670 | </property>
|
---|
3671 | </widget>
|
---|
3672 | </item>
|
---|
3673 | <item row="4" column="3">
|
---|
3674 | <widget class="QPushButton" name="fStatusFADLed">
|
---|
3675 | <property name="enabled">
|
---|
3676 | <bool>true</bool>
|
---|
3677 | </property>
|
---|
3678 | <property name="sizePolicy">
|
---|
3679 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
---|
3680 | <horstretch>0</horstretch>
|
---|
3681 | <verstretch>0</verstretch>
|
---|
3682 | </sizepolicy>
|
---|
3683 | </property>
|
---|
3684 | <property name="maximumSize">
|
---|
3685 | <size>
|
---|
3686 | <width>18</width>
|
---|
3687 | <height>16777215</height>
|
---|
3688 | </size>
|
---|
3689 | </property>
|
---|
3690 | <property name="text">
|
---|
3691 | <string/>
|
---|
3692 | </property>
|
---|
3693 | <property name="icon">
|
---|
3694 | <iconset resource="design.qrc">
|
---|
3695 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
3696 | </property>
|
---|
3697 | <property name="iconSize">
|
---|
3698 | <size>
|
---|
3699 | <width>16</width>
|
---|
3700 | <height>16</height>
|
---|
3701 | </size>
|
---|
3702 | </property>
|
---|
3703 | <property name="checkable">
|
---|
3704 | <bool>false</bool>
|
---|
3705 | </property>
|
---|
3706 | <property name="flat">
|
---|
3707 | <bool>true</bool>
|
---|
3708 | </property>
|
---|
3709 | </widget>
|
---|
3710 | </item>
|
---|
3711 | <item row="4" column="1">
|
---|
3712 | <widget class="QCheckBox" name="fStatusFADEnable">
|
---|
3713 | <property name="enabled">
|
---|
3714 | <bool>false</bool>
|
---|
3715 | </property>
|
---|
3716 | <property name="sizePolicy">
|
---|
3717 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
---|
3718 | <horstretch>0</horstretch>
|
---|
3719 | <verstretch>0</verstretch>
|
---|
3720 | </sizepolicy>
|
---|
3721 | </property>
|
---|
3722 | <property name="maximumSize">
|
---|
3723 | <size>
|
---|
3724 | <width>20</width>
|
---|
3725 | <height>16777215</height>
|
---|
3726 | </size>
|
---|
3727 | </property>
|
---|
3728 | <property name="text">
|
---|
3729 | <string/>
|
---|
3730 | </property>
|
---|
3731 | <property name="checked">
|
---|
3732 | <bool>true</bool>
|
---|
3733 | </property>
|
---|
3734 | </widget>
|
---|
3735 | </item>
|
---|
3736 | <item row="7" column="4">
|
---|
3737 | <widget class="QLabel" name="fStatusChatLabel">
|
---|
3738 | <property name="text">
|
---|
3739 | <string>Offline</string>
|
---|
3740 | </property>
|
---|
3741 | </widget>
|
---|
3742 | </item>
|
---|
3743 | <item row="7" column="3">
|
---|
3744 | <widget class="QPushButton" name="fStatusChatLed">
|
---|
3745 | <property name="enabled">
|
---|
3746 | <bool>true</bool>
|
---|
3747 | </property>
|
---|
3748 | <property name="sizePolicy">
|
---|
3749 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
---|
3750 | <horstretch>0</horstretch>
|
---|
3751 | <verstretch>0</verstretch>
|
---|
3752 | </sizepolicy>
|
---|
3753 | </property>
|
---|
3754 | <property name="maximumSize">
|
---|
3755 | <size>
|
---|
3756 | <width>18</width>
|
---|
3757 | <height>16777215</height>
|
---|
3758 | </size>
|
---|
3759 | </property>
|
---|
3760 | <property name="text">
|
---|
3761 | <string/>
|
---|
3762 | </property>
|
---|
3763 | <property name="icon">
|
---|
3764 | <iconset resource="design.qrc">
|
---|
3765 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
3766 | </property>
|
---|
3767 | <property name="iconSize">
|
---|
3768 | <size>
|
---|
3769 | <width>16</width>
|
---|
3770 | <height>16</height>
|
---|
3771 | </size>
|
---|
3772 | </property>
|
---|
3773 | <property name="checkable">
|
---|
3774 | <bool>false</bool>
|
---|
3775 | </property>
|
---|
3776 | <property name="flat">
|
---|
3777 | <bool>true</bool>
|
---|
3778 | </property>
|
---|
3779 | </widget>
|
---|
3780 | </item>
|
---|
3781 | <item row="6" column="1">
|
---|
3782 | <widget class="QCheckBox" name="fStatusLoggerEnable">
|
---|
3783 | <property name="enabled">
|
---|
3784 | <bool>false</bool>
|
---|
3785 | </property>
|
---|
3786 | <property name="sizePolicy">
|
---|
3787 | <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
---|
3788 | <horstretch>0</horstretch>
|
---|
3789 | <verstretch>0</verstretch>
|
---|
3790 | </sizepolicy>
|
---|
3791 | </property>
|
---|
3792 | <property name="maximumSize">
|
---|
3793 | <size>
|
---|
3794 | <width>20</width>
|
---|
3795 | <height>16777215</height>
|
---|
3796 | </size>
|
---|
3797 | </property>
|
---|
3798 | <property name="text">
|
---|
3799 | <string/>
|
---|
3800 | </property>
|
---|
3801 | <property name="checked">
|
---|
3802 | <bool>true</bool>
|
---|
3803 | </property>
|
---|
3804 | </widget>
|
---|
3805 | </item>
|
---|
3806 | <item row="6" column="3">
|
---|
3807 | <widget class="QPushButton" name="fStatusLoggerLed">
|
---|
3808 | <property name="enabled">
|
---|
3809 | <bool>true</bool>
|
---|
3810 | </property>
|
---|
3811 | <property name="sizePolicy">
|
---|
3812 | <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
---|
3813 | <horstretch>0</horstretch>
|
---|
3814 | <verstretch>0</verstretch>
|
---|
3815 | </sizepolicy>
|
---|
3816 | </property>
|
---|
3817 | <property name="maximumSize">
|
---|
3818 | <size>
|
---|
3819 | <width>18</width>
|
---|
3820 | <height>16777215</height>
|
---|
3821 | </size>
|
---|
3822 | </property>
|
---|
3823 | <property name="text">
|
---|
3824 | <string/>
|
---|
3825 | </property>
|
---|
3826 | <property name="icon">
|
---|
3827 | <iconset resource="design.qrc">
|
---|
3828 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
3829 | </property>
|
---|
3830 | <property name="iconSize">
|
---|
3831 | <size>
|
---|
3832 | <width>16</width>
|
---|
3833 | <height>16</height>
|
---|
3834 | </size>
|
---|
3835 | </property>
|
---|
3836 | <property name="checkable">
|
---|
3837 | <bool>false</bool>
|
---|
3838 | </property>
|
---|
3839 | <property name="flat">
|
---|
3840 | <bool>true</bool>
|
---|
3841 | </property>
|
---|
3842 | </widget>
|
---|
3843 | </item>
|
---|
3844 | <item row="6" column="4">
|
---|
3845 | <widget class="QLabel" name="fStatusLoggerLabel">
|
---|
3846 | <property name="text">
|
---|
3847 | <string>Offline</string>
|
---|
3848 | </property>
|
---|
3849 | </widget>
|
---|
3850 | </item>
|
---|
3851 | <item row="2" column="0" colspan="6">
|
---|
3852 | <widget class="Line" name="line">
|
---|
3853 | <property name="orientation">
|
---|
3854 | <enum>Qt::Horizontal</enum>
|
---|
3855 | </property>
|
---|
3856 | </widget>
|
---|
3857 | </item>
|
---|
3858 | <item row="3" column="2">
|
---|
3859 | <widget class="QLabel" name="fStatusFTM">
|
---|
3860 | <property name="sizePolicy">
|
---|
3861 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
3862 | <horstretch>0</horstretch>
|
---|
3863 | <verstretch>0</verstretch>
|
---|
3864 | </sizepolicy>
|
---|
3865 | </property>
|
---|
3866 | <property name="toolTip">
|
---|
3867 | <string>Trigger Master</string>
|
---|
3868 | </property>
|
---|
3869 | <property name="text">
|
---|
3870 | <string>FTM</string>
|
---|
3871 | </property>
|
---|
3872 | <property name="alignment">
|
---|
3873 | <set>Qt::AlignCenter</set>
|
---|
3874 | </property>
|
---|
3875 | </widget>
|
---|
3876 | </item>
|
---|
3877 | <item row="4" column="2">
|
---|
3878 | <widget class="QLabel" name="fStatusFAD">
|
---|
3879 | <property name="sizePolicy">
|
---|
3880 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
3881 | <horstretch>0</horstretch>
|
---|
3882 | <verstretch>0</verstretch>
|
---|
3883 | </sizepolicy>
|
---|
3884 | </property>
|
---|
3885 | <property name="toolTip">
|
---|
3886 | <string>Data acquisition (DRS4 readou)</string>
|
---|
3887 | </property>
|
---|
3888 | <property name="text">
|
---|
3889 | <string>FAD</string>
|
---|
3890 | </property>
|
---|
3891 | <property name="alignment">
|
---|
3892 | <set>Qt::AlignCenter</set>
|
---|
3893 | </property>
|
---|
3894 | </widget>
|
---|
3895 | </item>
|
---|
3896 | <item row="6" column="2">
|
---|
3897 | <widget class="QLabel" name="fStatusLogger">
|
---|
3898 | <property name="sizePolicy">
|
---|
3899 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
3900 | <horstretch>0</horstretch>
|
---|
3901 | <verstretch>0</verstretch>
|
---|
3902 | </sizepolicy>
|
---|
3903 | </property>
|
---|
3904 | <property name="toolTip">
|
---|
3905 | <string>Data Logger (writes slow control files)</string>
|
---|
3906 | </property>
|
---|
3907 | <property name="text">
|
---|
3908 | <string>Logger</string>
|
---|
3909 | </property>
|
---|
3910 | <property name="alignment">
|
---|
3911 | <set>Qt::AlignCenter</set>
|
---|
3912 | </property>
|
---|
3913 | </widget>
|
---|
3914 | </item>
|
---|
3915 | <item row="7" column="2">
|
---|
3916 | <widget class="QLabel" name="fStatusChat">
|
---|
3917 | <property name="sizePolicy">
|
---|
3918 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
3919 | <horstretch>0</horstretch>
|
---|
3920 | <verstretch>0</verstretch>
|
---|
3921 | </sizepolicy>
|
---|
3922 | </property>
|
---|
3923 | <property name="toolTip">
|
---|
3924 | <string>Chat server</string>
|
---|
3925 | </property>
|
---|
3926 | <property name="text">
|
---|
3927 | <string>Chat</string>
|
---|
3928 | </property>
|
---|
3929 | <property name="alignment">
|
---|
3930 | <set>Qt::AlignCenter</set>
|
---|
3931 | </property>
|
---|
3932 | </widget>
|
---|
3933 | </item>
|
---|
3934 | <item row="1" column="2">
|
---|
3935 | <widget class="QLabel" name="fStatusDNS">
|
---|
3936 | <property name="sizePolicy">
|
---|
3937 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
3938 | <horstretch>0</horstretch>
|
---|
3939 | <verstretch>0</verstretch>
|
---|
3940 | </sizepolicy>
|
---|
3941 | </property>
|
---|
3942 | <property name="toolTip">
|
---|
3943 | <string>DIM Domain Name Servcer (DNS)</string>
|
---|
3944 | </property>
|
---|
3945 | <property name="text">
|
---|
3946 | <string>DNS</string>
|
---|
3947 | </property>
|
---|
3948 | <property name="alignment">
|
---|
3949 | <set>Qt::AlignCenter</set>
|
---|
3950 | </property>
|
---|
3951 | </widget>
|
---|
3952 | </item>
|
---|
3953 | <item row="1" column="5">
|
---|
3954 | <spacer name="horizontalSpacer_8">
|
---|
3955 | <property name="orientation">
|
---|
3956 | <enum>Qt::Horizontal</enum>
|
---|
3957 | </property>
|
---|
3958 | <property name="sizeHint" stdset="0">
|
---|
3959 | <size>
|
---|
3960 | <width>40</width>
|
---|
3961 | <height>20</height>
|
---|
3962 | </size>
|
---|
3963 | </property>
|
---|
3964 | </spacer>
|
---|
3965 | </item>
|
---|
3966 | <item row="5" column="3">
|
---|
3967 | <widget class="QPushButton" name="fStatusFTULed">
|
---|
3968 | <property name="maximumSize">
|
---|
3969 | <size>
|
---|
3970 | <width>18</width>
|
---|
3971 | <height>16777215</height>
|
---|
3972 | </size>
|
---|
3973 | </property>
|
---|
3974 | <property name="text">
|
---|
3975 | <string/>
|
---|
3976 | </property>
|
---|
3977 | <property name="icon">
|
---|
3978 | <iconset resource="design.qrc">
|
---|
3979 | <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
|
---|
3980 | </property>
|
---|
3981 | <property name="flat">
|
---|
3982 | <bool>true</bool>
|
---|
3983 | </property>
|
---|
3984 | </widget>
|
---|
3985 | </item>
|
---|
3986 | <item row="5" column="2">
|
---|
3987 | <widget class="QLabel" name="label_59">
|
---|
3988 | <property name="sizePolicy">
|
---|
3989 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
3990 | <horstretch>0</horstretch>
|
---|
3991 | <verstretch>0</verstretch>
|
---|
3992 | </sizepolicy>
|
---|
3993 | </property>
|
---|
3994 | <property name="text">
|
---|
3995 | <string>FTU</string>
|
---|
3996 | </property>
|
---|
3997 | <property name="alignment">
|
---|
3998 | <set>Qt::AlignCenter</set>
|
---|
3999 | </property>
|
---|
4000 | </widget>
|
---|
4001 | </item>
|
---|
4002 | <item row="5" column="4">
|
---|
4003 | <widget class="QLabel" name="fStatusFTULabel">
|
---|
4004 | <property name="text">
|
---|
4005 | <string>Offline</string>
|
---|
4006 | </property>
|
---|
4007 | </widget>
|
---|
4008 | </item>
|
---|
4009 | </layout>
|
---|
4010 | </item>
|
---|
4011 | <item>
|
---|
4012 | <widget class="Line" name="line_4">
|
---|
4013 | <property name="orientation">
|
---|
4014 | <enum>Qt::Horizontal</enum>
|
---|
4015 | </property>
|
---|
4016 | </widget>
|
---|
4017 | </item>
|
---|
4018 | <item>
|
---|
4019 | <spacer name="verticalSpacer_3">
|
---|
4020 | <property name="orientation">
|
---|
4021 | <enum>Qt::Vertical</enum>
|
---|
4022 | </property>
|
---|
4023 | <property name="sizeHint" stdset="0">
|
---|
4024 | <size>
|
---|
4025 | <width>20</width>
|
---|
4026 | <height>40</height>
|
---|
4027 | </size>
|
---|
4028 | </property>
|
---|
4029 | </spacer>
|
---|
4030 | </item>
|
---|
4031 | <item>
|
---|
4032 | <widget class="QPushButton" name="fShutdown">
|
---|
4033 | <property name="text">
|
---|
4034 | <string>Shutdown Network</string>
|
---|
4035 | </property>
|
---|
4036 | <property name="icon">
|
---|
4037 | <iconset resource="design.qrc">
|
---|
4038 | <normaloff>:/Resources/icons/warning 1.png</normaloff>:/Resources/icons/warning 1.png</iconset>
|
---|
4039 | </property>
|
---|
4040 | </widget>
|
---|
4041 | </item>
|
---|
4042 | <item>
|
---|
4043 | <widget class="QPushButton" name="fShutdownAll">
|
---|
4044 | <property name="text">
|
---|
4045 | <string>Shutdown Network + DNS</string>
|
---|
4046 | </property>
|
---|
4047 | <property name="icon">
|
---|
4048 | <iconset resource="design.qrc">
|
---|
4049 | <normaloff>:/Resources/icons/warning 1.png</normaloff>:/Resources/icons/warning 1.png</iconset>
|
---|
4050 | </property>
|
---|
4051 | </widget>
|
---|
4052 | </item>
|
---|
4053 | </layout>
|
---|
4054 | </widget>
|
---|
4055 | </widget>
|
---|
4056 | <action name="fMenuLogSaveAs">
|
---|
4057 | <property name="text">
|
---|
4058 | <string>Save as...</string>
|
---|
4059 | </property>
|
---|
4060 | </action>
|
---|
4061 | <action name="actionTest">
|
---|
4062 | <property name="text">
|
---|
4063 | <string>Test</string>
|
---|
4064 | </property>
|
---|
4065 | </action>
|
---|
4066 | </widget>
|
---|
4067 | <customwidgets>
|
---|
4068 | <customwidget>
|
---|
4069 | <class>TQtWidget</class>
|
---|
4070 | <extends>QWidget</extends>
|
---|
4071 | <header>TQtWidget.h</header>
|
---|
4072 | <container>1</container>
|
---|
4073 | </customwidget>
|
---|
4074 | <customwidget>
|
---|
4075 | <class>SpinBox4ns</class>
|
---|
4076 | <extends>QSpinBox</extends>
|
---|
4077 | <header>SpinBox4ns.h</header>
|
---|
4078 | </customwidget>
|
---|
4079 | </customwidgets>
|
---|
4080 | <resources>
|
---|
4081 | <include location="design.qrc"/>
|
---|
4082 | </resources>
|
---|
4083 | <connections>
|
---|
4084 | <connection>
|
---|
4085 | <sender>fTextClear</sender>
|
---|
4086 | <signal>clicked()</signal>
|
---|
4087 | <receiver>fTextEdit</receiver>
|
---|
4088 | <slot>clear()</slot>
|
---|
4089 | <hints>
|
---|
4090 | <hint type="sourcelabel">
|
---|
4091 | <x>918</x>
|
---|
4092 | <y>647</y>
|
---|
4093 | </hint>
|
---|
4094 | <hint type="destinationlabel">
|
---|
4095 | <x>773</x>
|
---|
4096 | <y>739</y>
|
---|
4097 | </hint>
|
---|
4098 | </hints>
|
---|
4099 | </connection>
|
---|
4100 | <connection>
|
---|
4101 | <sender>fLogClear</sender>
|
---|
4102 | <signal>clicked()</signal>
|
---|
4103 | <receiver>fLogText</receiver>
|
---|
4104 | <slot>clear()</slot>
|
---|
4105 | <hints>
|
---|
4106 | <hint type="sourcelabel">
|
---|
4107 | <x>907</x>
|
---|
4108 | <y>109</y>
|
---|
4109 | </hint>
|
---|
4110 | <hint type="destinationlabel">
|
---|
4111 | <x>631</x>
|
---|
4112 | <y>122</y>
|
---|
4113 | </hint>
|
---|
4114 | </hints>
|
---|
4115 | </connection>
|
---|
4116 | <connection>
|
---|
4117 | <sender>fTextFontPlus</sender>
|
---|
4118 | <signal>clicked()</signal>
|
---|
4119 | <receiver>fTextEdit</receiver>
|
---|
4120 | <slot>zoomIn()</slot>
|
---|
4121 | <hints>
|
---|
4122 | <hint type="sourcelabel">
|
---|
4123 | <x>979</x>
|
---|
4124 | <y>647</y>
|
---|
4125 | </hint>
|
---|
4126 | <hint type="destinationlabel">
|
---|
4127 | <x>937</x>
|
---|
4128 | <y>739</y>
|
---|
4129 | </hint>
|
---|
4130 | </hints>
|
---|
4131 | </connection>
|
---|
4132 | <connection>
|
---|
4133 | <sender>fTextFontMinus</sender>
|
---|
4134 | <signal>clicked()</signal>
|
---|
4135 | <receiver>fTextEdit</receiver>
|
---|
4136 | <slot>zoomOut()</slot>
|
---|
4137 | <hints>
|
---|
4138 | <hint type="sourcelabel">
|
---|
4139 | <x>1014</x>
|
---|
4140 | <y>647</y>
|
---|
4141 | </hint>
|
---|
4142 | <hint type="destinationlabel">
|
---|
4143 | <x>925</x>
|
---|
4144 | <y>739</y>
|
---|
4145 | </hint>
|
---|
4146 | </hints>
|
---|
4147 | </connection>
|
---|
4148 | <connection>
|
---|
4149 | <sender>fLogFontPlus</sender>
|
---|
4150 | <signal>clicked()</signal>
|
---|
4151 | <receiver>fLogText</receiver>
|
---|
4152 | <slot>zoomIn()</slot>
|
---|
4153 | <hints>
|
---|
4154 | <hint type="sourcelabel">
|
---|
4155 | <x>968</x>
|
---|
4156 | <y>109</y>
|
---|
4157 | </hint>
|
---|
4158 | <hint type="destinationlabel">
|
---|
4159 | <x>640</x>
|
---|
4160 | <y>181</y>
|
---|
4161 | </hint>
|
---|
4162 | </hints>
|
---|
4163 | </connection>
|
---|
4164 | <connection>
|
---|
4165 | <sender>fLogFontMinus</sender>
|
---|
4166 | <signal>clicked()</signal>
|
---|
4167 | <receiver>fLogText</receiver>
|
---|
4168 | <slot>zoomOut()</slot>
|
---|
4169 | <hints>
|
---|
4170 | <hint type="sourcelabel">
|
---|
4171 | <x>1003</x>
|
---|
4172 | <y>109</y>
|
---|
4173 | </hint>
|
---|
4174 | <hint type="destinationlabel">
|
---|
4175 | <x>640</x>
|
---|
4176 | <y>181</y>
|
---|
4177 | </hint>
|
---|
4178 | </hints>
|
---|
4179 | </connection>
|
---|
4180 | <connection>
|
---|
4181 | <sender>fChatMessage</sender>
|
---|
4182 | <signal>returnPressed()</signal>
|
---|
4183 | <receiver>fChatSend</receiver>
|
---|
4184 | <slot>animateClick()</slot>
|
---|
4185 | <hints>
|
---|
4186 | <hint type="sourcelabel">
|
---|
4187 | <x>946</x>
|
---|
4188 | <y>570</y>
|
---|
4189 | </hint>
|
---|
4190 | <hint type="destinationlabel">
|
---|
4191 | <x>1003</x>
|
---|
4192 | <y>571</y>
|
---|
4193 | </hint>
|
---|
4194 | </hints>
|
---|
4195 | </connection>
|
---|
4196 | <connection>
|
---|
4197 | <sender>fChatClear</sender>
|
---|
4198 | <signal>clicked()</signal>
|
---|
4199 | <receiver>fChatText</receiver>
|
---|
4200 | <slot>clear()</slot>
|
---|
4201 | <hints>
|
---|
4202 | <hint type="sourcelabel">
|
---|
4203 | <x>907</x>
|
---|
4204 | <y>105</y>
|
---|
4205 | </hint>
|
---|
4206 | <hint type="destinationlabel">
|
---|
4207 | <x>640</x>
|
---|
4208 | <y>177</y>
|
---|
4209 | </hint>
|
---|
4210 | </hints>
|
---|
4211 | </connection>
|
---|
4212 | <connection>
|
---|
4213 | <sender>fChatFontPlus</sender>
|
---|
4214 | <signal>clicked()</signal>
|
---|
4215 | <receiver>fChatText</receiver>
|
---|
4216 | <slot>zoomIn()</slot>
|
---|
4217 | <hints>
|
---|
4218 | <hint type="sourcelabel">
|
---|
4219 | <x>968</x>
|
---|
4220 | <y>105</y>
|
---|
4221 | </hint>
|
---|
4222 | <hint type="destinationlabel">
|
---|
4223 | <x>640</x>
|
---|
4224 | <y>177</y>
|
---|
4225 | </hint>
|
---|
4226 | </hints>
|
---|
4227 | </connection>
|
---|
4228 | <connection>
|
---|
4229 | <sender>fChatFontMinus</sender>
|
---|
4230 | <signal>clicked()</signal>
|
---|
4231 | <receiver>fChatText</receiver>
|
---|
4232 | <slot>zoomOut()</slot>
|
---|
4233 | <hints>
|
---|
4234 | <hint type="sourcelabel">
|
---|
4235 | <x>1003</x>
|
---|
4236 | <y>105</y>
|
---|
4237 | </hint>
|
---|
4238 | <hint type="destinationlabel">
|
---|
4239 | <x>640</x>
|
---|
4240 | <y>177</y>
|
---|
4241 | </hint>
|
---|
4242 | </hints>
|
---|
4243 | </connection>
|
---|
4244 | <connection>
|
---|
4245 | <sender>fDimCmdServers</sender>
|
---|
4246 | <signal>activated(QModelIndex)</signal>
|
---|
4247 | <receiver>fDimCmdCommands</receiver>
|
---|
4248 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4249 | <hints>
|
---|
4250 | <hint type="sourcelabel">
|
---|
4251 | <x>358</x>
|
---|
4252 | <y>369</y>
|
---|
4253 | </hint>
|
---|
4254 | <hint type="destinationlabel">
|
---|
4255 | <x>607</x>
|
---|
4256 | <y>433</y>
|
---|
4257 | </hint>
|
---|
4258 | </hints>
|
---|
4259 | </connection>
|
---|
4260 | <connection>
|
---|
4261 | <sender>fDimCmdCommands</sender>
|
---|
4262 | <signal>activated(QModelIndex)</signal>
|
---|
4263 | <receiver>fDimCmdDescription</receiver>
|
---|
4264 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4265 | <hints>
|
---|
4266 | <hint type="sourcelabel">
|
---|
4267 | <x>607</x>
|
---|
4268 | <y>358</y>
|
---|
4269 | </hint>
|
---|
4270 | <hint type="destinationlabel">
|
---|
4271 | <x>793</x>
|
---|
4272 | <y>391</y>
|
---|
4273 | </hint>
|
---|
4274 | </hints>
|
---|
4275 | </connection>
|
---|
4276 | <connection>
|
---|
4277 | <sender>fDimCmdLineEdit</sender>
|
---|
4278 | <signal>returnPressed()</signal>
|
---|
4279 | <receiver>fDimCmdSend</receiver>
|
---|
4280 | <slot>animateClick()</slot>
|
---|
4281 | <hints>
|
---|
4282 | <hint type="sourcelabel">
|
---|
4283 | <x>946</x>
|
---|
4284 | <y>570</y>
|
---|
4285 | </hint>
|
---|
4286 | <hint type="destinationlabel">
|
---|
4287 | <x>1003</x>
|
---|
4288 | <y>571</y>
|
---|
4289 | </hint>
|
---|
4290 | </hints>
|
---|
4291 | </connection>
|
---|
4292 | <connection>
|
---|
4293 | <sender>fDimCmdServers</sender>
|
---|
4294 | <signal>clicked(QModelIndex)</signal>
|
---|
4295 | <receiver>fDimCmdCommands</receiver>
|
---|
4296 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4297 | <hints>
|
---|
4298 | <hint type="sourcelabel">
|
---|
4299 | <x>358</x>
|
---|
4300 | <y>178</y>
|
---|
4301 | </hint>
|
---|
4302 | <hint type="destinationlabel">
|
---|
4303 | <x>607</x>
|
---|
4304 | <y>243</y>
|
---|
4305 | </hint>
|
---|
4306 | </hints>
|
---|
4307 | </connection>
|
---|
4308 | <connection>
|
---|
4309 | <sender>fDimCmdCommands</sender>
|
---|
4310 | <signal>clicked(QModelIndex)</signal>
|
---|
4311 | <receiver>fDimCmdDescription</receiver>
|
---|
4312 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4313 | <hints>
|
---|
4314 | <hint type="sourcelabel">
|
---|
4315 | <x>607</x>
|
---|
4316 | <y>298</y>
|
---|
4317 | </hint>
|
---|
4318 | <hint type="destinationlabel">
|
---|
4319 | <x>801</x>
|
---|
4320 | <y>224</y>
|
---|
4321 | </hint>
|
---|
4322 | </hints>
|
---|
4323 | </connection>
|
---|
4324 | <connection>
|
---|
4325 | <sender>fDimSvcServers</sender>
|
---|
4326 | <signal>clicked(QModelIndex)</signal>
|
---|
4327 | <receiver>fDimSvcServices</receiver>
|
---|
4328 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4329 | <hints>
|
---|
4330 | <hint type="sourcelabel">
|
---|
4331 | <x>358</x>
|
---|
4332 | <y>255</y>
|
---|
4333 | </hint>
|
---|
4334 | <hint type="destinationlabel">
|
---|
4335 | <x>607</x>
|
---|
4336 | <y>256</y>
|
---|
4337 | </hint>
|
---|
4338 | </hints>
|
---|
4339 | </connection>
|
---|
4340 | <connection>
|
---|
4341 | <sender>fDimSvcServices</sender>
|
---|
4342 | <signal>clicked(QModelIndex)</signal>
|
---|
4343 | <receiver>fDimSvcDescription</receiver>
|
---|
4344 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4345 | <hints>
|
---|
4346 | <hint type="sourcelabel">
|
---|
4347 | <x>607</x>
|
---|
4348 | <y>252</y>
|
---|
4349 | </hint>
|
---|
4350 | <hint type="destinationlabel">
|
---|
4351 | <x>785</x>
|
---|
4352 | <y>170</y>
|
---|
4353 | </hint>
|
---|
4354 | </hints>
|
---|
4355 | </connection>
|
---|
4356 | <connection>
|
---|
4357 | <sender>fDimSvcServers</sender>
|
---|
4358 | <signal>activated(QModelIndex)</signal>
|
---|
4359 | <receiver>fDimSvcServices</receiver>
|
---|
4360 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4361 | <hints>
|
---|
4362 | <hint type="sourcelabel">
|
---|
4363 | <x>358</x>
|
---|
4364 | <y>270</y>
|
---|
4365 | </hint>
|
---|
4366 | <hint type="destinationlabel">
|
---|
4367 | <x>607</x>
|
---|
4368 | <y>270</y>
|
---|
4369 | </hint>
|
---|
4370 | </hints>
|
---|
4371 | </connection>
|
---|
4372 | <connection>
|
---|
4373 | <sender>fDimSvcServices</sender>
|
---|
4374 | <signal>activated(QModelIndex)</signal>
|
---|
4375 | <receiver>fDimSvcDescription</receiver>
|
---|
4376 | <slot>setRootIndex(QModelIndex)</slot>
|
---|
4377 | <hints>
|
---|
4378 | <hint type="sourcelabel">
|
---|
4379 | <x>607</x>
|
---|
4380 | <y>270</y>
|
---|
4381 | </hint>
|
---|
4382 | <hint type="destinationlabel">
|
---|
4383 | <x>1003</x>
|
---|
4384 | <y>270</y>
|
---|
4385 | </hint>
|
---|
4386 | </hints>
|
---|
4387 | </connection>
|
---|
4388 | <connection>
|
---|
4389 | <sender>pushButton</sender>
|
---|
4390 | <signal>clicked()</signal>
|
---|
4391 | <receiver>fDimSvcText</receiver>
|
---|
4392 | <slot>clear()</slot>
|
---|
4393 | <hints>
|
---|
4394 | <hint type="sourcelabel">
|
---|
4395 | <x>907</x>
|
---|
4396 | <y>371</y>
|
---|
4397 | </hint>
|
---|
4398 | <hint type="destinationlabel">
|
---|
4399 | <x>1004</x>
|
---|
4400 | <y>572</y>
|
---|
4401 | </hint>
|
---|
4402 | </hints>
|
---|
4403 | </connection>
|
---|
4404 | <connection>
|
---|
4405 | <sender>pushButton_2</sender>
|
---|
4406 | <signal>clicked()</signal>
|
---|
4407 | <receiver>fDimSvcText</receiver>
|
---|
4408 | <slot>zoomIn()</slot>
|
---|
4409 | <hints>
|
---|
4410 | <hint type="sourcelabel">
|
---|
4411 | <x>968</x>
|
---|
4412 | <y>371</y>
|
---|
4413 | </hint>
|
---|
4414 | <hint type="destinationlabel">
|
---|
4415 | <x>1004</x>
|
---|
4416 | <y>572</y>
|
---|
4417 | </hint>
|
---|
4418 | </hints>
|
---|
4419 | </connection>
|
---|
4420 | <connection>
|
---|
4421 | <sender>pushButton_3</sender>
|
---|
4422 | <signal>clicked()</signal>
|
---|
4423 | <receiver>fDimSvcText</receiver>
|
---|
4424 | <slot>zoomOut()</slot>
|
---|
4425 | <hints>
|
---|
4426 | <hint type="sourcelabel">
|
---|
4427 | <x>1003</x>
|
---|
4428 | <y>371</y>
|
---|
4429 | </hint>
|
---|
4430 | <hint type="destinationlabel">
|
---|
4431 | <x>1004</x>
|
---|
4432 | <y>572</y>
|
---|
4433 | </hint>
|
---|
4434 | </hints>
|
---|
4435 | </connection>
|
---|
4436 | <connection>
|
---|
4437 | <sender>fEnableLP1</sender>
|
---|
4438 | <signal>toggled(bool)</signal>
|
---|
4439 | <receiver>fTriggerSeqLP1</receiver>
|
---|
4440 | <slot>setEnabled(bool)</slot>
|
---|
4441 | <hints>
|
---|
4442 | <hint type="sourcelabel">
|
---|
4443 | <x>386</x>
|
---|
4444 | <y>263</y>
|
---|
4445 | </hint>
|
---|
4446 | <hint type="destinationlabel">
|
---|
4447 | <x>400</x>
|
---|
4448 | <y>291</y>
|
---|
4449 | </hint>
|
---|
4450 | </hints>
|
---|
4451 | </connection>
|
---|
4452 | <connection>
|
---|
4453 | <sender>fEnableLP2</sender>
|
---|
4454 | <signal>toggled(bool)</signal>
|
---|
4455 | <receiver>fTriggerSeqLP2</receiver>
|
---|
4456 | <slot>setEnabled(bool)</slot>
|
---|
4457 | <hints>
|
---|
4458 | <hint type="sourcelabel">
|
---|
4459 | <x>450</x>
|
---|
4460 | <y>263</y>
|
---|
4461 | </hint>
|
---|
4462 | <hint type="destinationlabel">
|
---|
4463 | <x>464</x>
|
---|
4464 | <y>291</y>
|
---|
4465 | </hint>
|
---|
4466 | </hints>
|
---|
4467 | </connection>
|
---|
4468 | <connection>
|
---|
4469 | <sender>fEnablePedestal</sender>
|
---|
4470 | <signal>toggled(bool)</signal>
|
---|
4471 | <receiver>fTriggerSeqPed</receiver>
|
---|
4472 | <slot>setEnabled(bool)</slot>
|
---|
4473 | <hints>
|
---|
4474 | <hint type="sourcelabel">
|
---|
4475 | <x>322</x>
|
---|
4476 | <y>263</y>
|
---|
4477 | </hint>
|
---|
4478 | <hint type="destinationlabel">
|
---|
4479 | <x>336</x>
|
---|
4480 | <y>291</y>
|
---|
4481 | </hint>
|
---|
4482 | </hints>
|
---|
4483 | </connection>
|
---|
4484 | </connections>
|
---|
4485 | </ui>
|
---|