source: trunk/FACT++/gui/design.ui@ 10470

Last change on this file since 10470 was 10437, checked in by tbretz, 13 years ago
Some layout changes and new elements mainly in the Logger tab.
File size: 68.5 KB
Line 
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>1024</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" columnminimumwidth="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="sizePolicy">
42 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
43 <horstretch>0</horstretch>
44 <verstretch>0</verstretch>
45 </sizepolicy>
46 </property>
47 <property name="mouseTracking">
48 <bool>true</bool>
49 </property>
50 <property name="currentIndex">
51 <number>2</number>
52 </property>
53 <property name="documentMode">
54 <bool>false</bool>
55 </property>
56 <property name="tabsClosable">
57 <bool>true</bool>
58 </property>
59 <property name="movable">
60 <bool>true</bool>
61 </property>
62 <widget class="QWidget" name="fDimSvcTab">
63 <attribute name="title">
64 <string>Services</string>
65 </attribute>
66 <layout class="QGridLayout" name="gridLayout_3">
67 <item row="0" column="0">
68 <widget class="QDockWidget" name="fDimSvcDock">
69 <property name="sizePolicy">
70 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
73 </sizepolicy>
74 </property>
75 <property name="features">
76 <set>QDockWidget::NoDockWidgetFeatures</set>
77 </property>
78 <property name="allowedAreas">
79 <set>Qt::AllDockWidgetAreas</set>
80 </property>
81 <property name="windowTitle">
82 <string>Dim service overview</string>
83 </property>
84 <widget class="QWidget" name="fDimSvcWidget">
85 <property name="sizePolicy">
86 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
89 </sizepolicy>
90 </property>
91 <layout class="QGridLayout" name="gridLayout_10" rowstretch="0,0,4,0,3">
92 <item row="2" column="0">
93 <layout class="QHBoxLayout" name="horizontalLayout_7" stretch="3,5,8">
94 <property name="topMargin">
95 <number>0</number>
96 </property>
97 <item>
98 <widget class="QListView" name="fDimSvcServers">
99 <property name="sizePolicy">
100 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
101 <horstretch>0</horstretch>
102 <verstretch>0</verstretch>
103 </sizepolicy>
104 </property>
105 <property name="editTriggers">
106 <set>QAbstractItemView::NoEditTriggers</set>
107 </property>
108 <property name="showDropIndicator" stdset="0">
109 <bool>false</bool>
110 </property>
111 <property name="alternatingRowColors">
112 <bool>true</bool>
113 </property>
114 <property name="movement">
115 <enum>QListView::Static</enum>
116 </property>
117 <property name="resizeMode">
118 <enum>QListView::Fixed</enum>
119 </property>
120 <property name="selectionRectVisible">
121 <bool>true</bool>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <widget class="QListView" name="fDimSvcServices">
127 <property name="sizePolicy">
128 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
129 <horstretch>0</horstretch>
130 <verstretch>0</verstretch>
131 </sizepolicy>
132 </property>
133 <property name="editTriggers">
134 <set>QAbstractItemView::NoEditTriggers</set>
135 </property>
136 <property name="showDropIndicator" stdset="0">
137 <bool>false</bool>
138 </property>
139 <property name="alternatingRowColors">
140 <bool>true</bool>
141 </property>
142 <property name="movement">
143 <enum>QListView::Static</enum>
144 </property>
145 <property name="resizeMode">
146 <enum>QListView::Fixed</enum>
147 </property>
148 </widget>
149 </item>
150 <item>
151 <widget class="QListView" name="fDimSvcDescription">
152 <property name="sizePolicy">
153 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
154 <horstretch>0</horstretch>
155 <verstretch>0</verstretch>
156 </sizepolicy>
157 </property>
158 <property name="editTriggers">
159 <set>QAbstractItemView::NoEditTriggers</set>
160 </property>
161 <property name="showDropIndicator" stdset="0">
162 <bool>false</bool>
163 </property>
164 <property name="selectionMode">
165 <enum>QAbstractItemView::NoSelection</enum>
166 </property>
167 <property name="movement">
168 <enum>QListView::Static</enum>
169 </property>
170 <property name="isWrapping" stdset="0">
171 <bool>false</bool>
172 </property>
173 <property name="resizeMode">
174 <enum>QListView::Fixed</enum>
175 </property>
176 </widget>
177 </item>
178 </layout>
179 </item>
180 <item row="4" column="0">
181 <widget class="QTextEdit" name="fDimSvcText">
182 <property name="sizePolicy">
183 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
184 <horstretch>0</horstretch>
185 <verstretch>1</verstretch>
186 </sizepolicy>
187 </property>
188 <property name="maximumSize">
189 <size>
190 <width>16777215</width>
191 <height>16777215</height>
192 </size>
193 </property>
194 <property name="textInteractionFlags">
195 <set>Qt::TextSelectableByMouse</set>
196 </property>
197 </widget>
198 </item>
199 <item row="3" column="0">
200 <layout class="QHBoxLayout" name="horizontalLayout_8">
201 <property name="bottomMargin">
202 <number>0</number>
203 </property>
204 <item>
205 <spacer name="horizontalSpacer_9">
206 <property name="orientation">
207 <enum>Qt::Horizontal</enum>
208 </property>
209 <property name="sizeHint" stdset="0">
210 <size>
211 <width>40</width>
212 <height>20</height>
213 </size>
214 </property>
215 </spacer>
216 </item>
217 <item>
218 <widget class="QPushButton" name="pushButton">
219 <property name="toolTip">
220 <string>Clear contents of the service message window.</string>
221 </property>
222 <property name="text">
223 <string>Clear</string>
224 </property>
225 </widget>
226 </item>
227 <item>
228 <spacer name="horizontalSpacer_10">
229 <property name="orientation">
230 <enum>Qt::Horizontal</enum>
231 </property>
232 <property name="sizeType">
233 <enum>QSizePolicy::Fixed</enum>
234 </property>
235 <property name="sizeHint" stdset="0">
236 <size>
237 <width>20</width>
238 <height>20</height>
239 </size>
240 </property>
241 </spacer>
242 </item>
243 <item>
244 <widget class="QPushButton" name="pushButton_2">
245 <property name="toolTip">
246 <string>Increase size of the service message window.</string>
247 </property>
248 <property name="text">
249 <string>+</string>
250 </property>
251 </widget>
252 </item>
253 <item>
254 <widget class="QPushButton" name="pushButton_3">
255 <property name="toolTip">
256 <string>Decrease size of the service message window.</string>
257 </property>
258 <property name="text">
259 <string>-</string>
260 </property>
261 </widget>
262 </item>
263 </layout>
264 </item>
265 </layout>
266 </widget>
267 </widget>
268 </item>
269 </layout>
270 </widget>
271 <widget class="QWidget" name="fLoggerTab">
272 <attribute name="title">
273 <string>Logger</string>
274 </attribute>
275 <layout class="QGridLayout" name="gridLayout_20">
276 <item row="1" column="2">
277 <widget class="QDockWidget" name="fLoggerDock">
278 <property name="sizePolicy">
279 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
280 <horstretch>0</horstretch>
281 <verstretch>0</verstretch>
282 </sizepolicy>
283 </property>
284 <property name="features">
285 <set>QDockWidget::NoDockWidgetFeatures</set>
286 </property>
287 <property name="allowedAreas">
288 <set>Qt::AllDockWidgetAreas</set>
289 </property>
290 <property name="windowTitle">
291 <string>Data logger overview</string>
292 </property>
293 <widget class="QWidget" name="fLoggerWidget">
294 <property name="sizePolicy">
295 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
296 <horstretch>0</horstretch>
297 <verstretch>0</verstretch>
298 </sizepolicy>
299 </property>
300 <layout class="QGridLayout" name="gridLayout_19">
301 <item row="5" column="1">
302 <widget class="QLabel" name="label_4">
303 <property name="text">
304 <string>Run file</string>
305 </property>
306 </widget>
307 </item>
308 <item row="4" column="1">
309 <widget class="QLabel" name="label_5">
310 <property name="text">
311 <string>Daily file</string>
312 </property>
313 </widget>
314 </item>
315 <item row="4" column="2">
316 <widget class="QLineEdit" name="fLoggerFilenameDay">
317 <property name="enabled">
318 <bool>true</bool>
319 </property>
320 <property name="readOnly">
321 <bool>true</bool>
322 </property>
323 </widget>
324 </item>
325 <item row="5" column="2">
326 <widget class="QLineEdit" name="fLoggerFilenameRun">
327 <property name="enabled">
328 <bool>true</bool>
329 </property>
330 <property name="readOnly">
331 <bool>true</bool>
332 </property>
333 </widget>
334 </item>
335 <item row="5" column="4">
336 <spacer name="horizontalSpacer_14">
337 <property name="orientation">
338 <enum>Qt::Horizontal</enum>
339 </property>
340 <property name="sizeType">
341 <enum>QSizePolicy::Fixed</enum>
342 </property>
343 <property name="sizeHint" stdset="0">
344 <size>
345 <width>10</width>
346 <height>20</height>
347 </size>
348 </property>
349 </spacer>
350 </item>
351 <item row="6" column="2">
352 <widget class="QDoubleSpinBox" name="doubleSpinBox">
353 <property name="enabled">
354 <bool>true</bool>
355 </property>
356 <property name="sizePolicy">
357 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
358 <horstretch>0</horstretch>
359 <verstretch>0</verstretch>
360 </sizepolicy>
361 </property>
362 <property name="font">
363 <font>
364 <weight>50</weight>
365 <bold>false</bold>
366 </font>
367 </property>
368 <property name="frame">
369 <bool>true</bool>
370 </property>
371 <property name="alignment">
372 <set>Qt::AlignCenter</set>
373 </property>
374 <property name="readOnly">
375 <bool>true</bool>
376 </property>
377 <property name="buttonSymbols">
378 <enum>QAbstractSpinBox::NoButtons</enum>
379 </property>
380 <property name="keyboardTracking">
381 <bool>true</bool>
382 </property>
383 <property name="suffix">
384 <string> Hz</string>
385 </property>
386 <property name="value">
387 <double>99.989999999999995</double>
388 </property>
389 </widget>
390 </item>
391 <item row="6" column="1">
392 <widget class="QLabel" name="label_7">
393 <property name="text">
394 <string>Rate</string>
395 </property>
396 </widget>
397 </item>
398 <item row="4" column="5" rowspan="3">
399 <layout class="QHBoxLayout" name="horizontalLayout_9">
400 <item>
401 <widget class="QProgressBar" name="progressBar">
402 <property name="contextMenuPolicy">
403 <enum>Qt::DefaultContextMenu</enum>
404 </property>
405 <property name="value">
406 <number>24</number>
407 </property>
408 <property name="alignment">
409 <set>Qt::AlignCenter</set>
410 </property>
411 <property name="textVisible">
412 <bool>false</bool>
413 </property>
414 <property name="orientation">
415 <enum>Qt::Vertical</enum>
416 </property>
417 <property name="invertedAppearance">
418 <bool>false</bool>
419 </property>
420 <property name="textDirection">
421 <enum>QProgressBar::BottomToTop</enum>
422 </property>
423 <property name="format">
424 <string>%p%</string>
425 </property>
426 </widget>
427 </item>
428 </layout>
429 </item>
430 <item row="7" column="5">
431 <widget class="QLabel" name="label">
432 <property name="sizePolicy">
433 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
434 <horstretch>0</horstretch>
435 <verstretch>0</verstretch>
436 </sizepolicy>
437 </property>
438 <property name="text">
439 <string>Min</string>
440 </property>
441 <property name="alignment">
442 <set>Qt::AlignHCenter|Qt::AlignTop</set>
443 </property>
444 </widget>
445 </item>
446 <item row="2" column="5">
447 <widget class="QTimeEdit" name="timeEdit">
448 <property name="sizePolicy">
449 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
450 <horstretch>0</horstretch>
451 <verstretch>0</verstretch>
452 </sizepolicy>
453 </property>
454 <property name="font">
455 <font>
456 <weight>50</weight>
457 <italic>false</italic>
458 <bold>false</bold>
459 <underline>false</underline>
460 <strikeout>false</strikeout>
461 </font>
462 </property>
463 <property name="alignment">
464 <set>Qt::AlignCenter</set>
465 </property>
466 <property name="readOnly">
467 <bool>true</bool>
468 </property>
469 <property name="buttonSymbols">
470 <enum>QAbstractSpinBox::NoButtons</enum>
471 </property>
472 <property name="currentSection">
473 <enum>QDateTimeEdit::NoSection</enum>
474 </property>
475 <property name="displayFormat">
476 <string> HH:mm</string>
477 </property>
478 <property name="calendarPopup">
479 <bool>false</bool>
480 </property>
481 <property name="timeSpec">
482 <enum>Qt::OffsetFromUTC</enum>
483 </property>
484 <property name="time">
485 <time>
486 <hour>0</hour>
487 <minute>0</minute>
488 <second>0</second>
489 </time>
490 </property>
491 </widget>
492 </item>
493 <item row="3" column="5">
494 <widget class="QLabel" name="label_3">
495 <property name="sizePolicy">
496 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
497 <horstretch>0</horstretch>
498 <verstretch>0</verstretch>
499 </sizepolicy>
500 </property>
501 <property name="text">
502 <string>Max</string>
503 </property>
504 <property name="alignment">
505 <set>Qt::AlignBottom|Qt::AlignHCenter</set>
506 </property>
507 </widget>
508 </item>
509 <item row="5" column="0">
510 <spacer name="horizontalSpacer_11">
511 <property name="orientation">
512 <enum>Qt::Horizontal</enum>
513 </property>
514 <property name="sizeHint" stdset="0">
515 <size>
516 <width>40</width>
517 <height>20</height>
518 </size>
519 </property>
520 </spacer>
521 </item>
522 <item row="5" column="6">
523 <spacer name="horizontalSpacer_12">
524 <property name="orientation">
525 <enum>Qt::Horizontal</enum>
526 </property>
527 <property name="sizeHint" stdset="0">
528 <size>
529 <width>40</width>
530 <height>20</height>
531 </size>
532 </property>
533 </spacer>
534 </item>
535 <item row="1" column="5">
536 <spacer name="verticalSpacer">
537 <property name="orientation">
538 <enum>Qt::Vertical</enum>
539 </property>
540 <property name="sizeType">
541 <enum>QSizePolicy::Expanding</enum>
542 </property>
543 <property name="sizeHint" stdset="0">
544 <size>
545 <width>20</width>
546 <height>40</height>
547 </size>
548 </property>
549 </spacer>
550 </item>
551 <item row="9" column="5">
552 <spacer name="verticalSpacer_4">
553 <property name="orientation">
554 <enum>Qt::Vertical</enum>
555 </property>
556 <property name="sizeType">
557 <enum>QSizePolicy::Expanding</enum>
558 </property>
559 <property name="sizeHint" stdset="0">
560 <size>
561 <width>20</width>
562 <height>40</height>
563 </size>
564 </property>
565 </spacer>
566 </item>
567 <item row="8" column="5">
568 <widget class="QDoubleSpinBox" name="doubleSpinBox_2">
569 <property name="alignment">
570 <set>Qt::AlignCenter</set>
571 </property>
572 <property name="readOnly">
573 <bool>true</bool>
574 </property>
575 <property name="buttonSymbols">
576 <enum>QAbstractSpinBox::NoButtons</enum>
577 </property>
578 <property name="prefix">
579 <string/>
580 </property>
581 <property name="suffix">
582 <string> GB</string>
583 </property>
584 </widget>
585 </item>
586 </layout>
587 </widget>
588 </widget>
589 </item>
590 </layout>
591 </widget>
592 <widget class="QWidget" name="tab">
593 <attribute name="title">
594 <string>Page</string>
595 </attribute>
596 <layout class="QGridLayout" name="gridLayout_12">
597 <item row="0" column="0">
598 <widget class="QDockWidget" name="fDimCmdDock_2">
599 <property name="sizePolicy">
600 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
601 <horstretch>0</horstretch>
602 <verstretch>0</verstretch>
603 </sizepolicy>
604 </property>
605 <property name="features">
606 <set>QDockWidget::NoDockWidgetFeatures</set>
607 </property>
608 <property name="allowedAreas">
609 <set>Qt::AllDockWidgetAreas</set>
610 </property>
611 <property name="windowTitle">
612 <string>Dim command overview</string>
613 </property>
614 <widget class="QWidget" name="fDimCmdWidget_2">
615 <property name="sizePolicy">
616 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
617 <horstretch>0</horstretch>
618 <verstretch>0</verstretch>
619 </sizepolicy>
620 </property>
621 <layout class="QGridLayout" name="gridLayout_6">
622 <item row="0" column="0">
623 <widget class="QFrame" name="frame">
624 <property name="frameShape">
625 <enum>QFrame::StyledPanel</enum>
626 </property>
627 <property name="frameShadow">
628 <enum>QFrame::Sunken</enum>
629 </property>
630 <layout class="QGridLayout" name="gridLayout_13">
631 <property name="margin">
632 <number>0</number>
633 </property>
634 <item row="0" column="0">
635 <widget class="TQtWidget" name="widget" native="true">
636 <property name="enabled">
637 <bool>true</bool>
638 </property>
639 <property name="mouseTracking">
640 <bool>false</bool>
641 </property>
642 </widget>
643 </item>
644 </layout>
645 </widget>
646 </item>
647 </layout>
648 </widget>
649 </widget>
650 </item>
651 </layout>
652 </widget>
653 <widget class="QWidget" name="fDimCmdTab">
654 <property name="sizePolicy">
655 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
656 <horstretch>0</horstretch>
657 <verstretch>0</verstretch>
658 </sizepolicy>
659 </property>
660 <property name="accessibleName">
661 <string/>
662 </property>
663 <attribute name="title">
664 <string>Commands</string>
665 </attribute>
666 <layout class="QGridLayout" name="gridLayout_2">
667 <item row="0" column="0">
668 <widget class="QDockWidget" name="fDimCmdDock">
669 <property name="sizePolicy">
670 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
671 <horstretch>0</horstretch>
672 <verstretch>0</verstretch>
673 </sizepolicy>
674 </property>
675 <property name="features">
676 <set>QDockWidget::NoDockWidgetFeatures</set>
677 </property>
678 <property name="allowedAreas">
679 <set>Qt::AllDockWidgetAreas</set>
680 </property>
681 <property name="windowTitle">
682 <string>Dim command overview</string>
683 </property>
684 <widget class="QWidget" name="fDimCmdWidget">
685 <property name="sizePolicy">
686 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
687 <horstretch>0</horstretch>
688 <verstretch>0</verstretch>
689 </sizepolicy>
690 </property>
691 <layout class="QGridLayout" name="gridLayout_7">
692 <item row="2" column="0">
693 <layout class="QHBoxLayout" name="horizontalLayout_5">
694 <property name="topMargin">
695 <number>0</number>
696 </property>
697 <item>
698 <widget class="QListView" name="fDimCmdServers">
699 <property name="sizePolicy">
700 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
701 <horstretch>3</horstretch>
702 <verstretch>0</verstretch>
703 </sizepolicy>
704 </property>
705 <property name="editTriggers">
706 <set>QAbstractItemView::NoEditTriggers</set>
707 </property>
708 <property name="showDropIndicator" stdset="0">
709 <bool>false</bool>
710 </property>
711 <property name="alternatingRowColors">
712 <bool>true</bool>
713 </property>
714 <property name="movement">
715 <enum>QListView::Static</enum>
716 </property>
717 <property name="resizeMode">
718 <enum>QListView::Fixed</enum>
719 </property>
720 <property name="selectionRectVisible">
721 <bool>true</bool>
722 </property>
723 </widget>
724 </item>
725 <item>
726 <widget class="QListView" name="fDimCmdCommands">
727 <property name="sizePolicy">
728 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
729 <horstretch>5</horstretch>
730 <verstretch>0</verstretch>
731 </sizepolicy>
732 </property>
733 <property name="editTriggers">
734 <set>QAbstractItemView::NoEditTriggers</set>
735 </property>
736 <property name="showDropIndicator" stdset="0">
737 <bool>false</bool>
738 </property>
739 <property name="alternatingRowColors">
740 <bool>true</bool>
741 </property>
742 <property name="movement">
743 <enum>QListView::Static</enum>
744 </property>
745 <property name="resizeMode">
746 <enum>QListView::Fixed</enum>
747 </property>
748 </widget>
749 </item>
750 <item>
751 <widget class="QListView" name="fDimCmdDescription">
752 <property name="sizePolicy">
753 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
754 <horstretch>8</horstretch>
755 <verstretch>0</verstretch>
756 </sizepolicy>
757 </property>
758 <property name="editTriggers">
759 <set>QAbstractItemView::NoEditTriggers</set>
760 </property>
761 <property name="showDropIndicator" stdset="0">
762 <bool>false</bool>
763 </property>
764 <property name="selectionMode">
765 <enum>QAbstractItemView::NoSelection</enum>
766 </property>
767 <property name="movement">
768 <enum>QListView::Static</enum>
769 </property>
770 <property name="isWrapping" stdset="0">
771 <bool>false</bool>
772 </property>
773 <property name="resizeMode">
774 <enum>QListView::Fixed</enum>
775 </property>
776 </widget>
777 </item>
778 </layout>
779 </item>
780 <item row="4" column="0">
781 <layout class="QHBoxLayout" name="horizontalLayout_6">
782 <property name="topMargin">
783 <number>0</number>
784 </property>
785 <item>
786 <widget class="QLabel" name="label_2">
787 <property name="text">
788 <string>Arguments</string>
789 </property>
790 </widget>
791 </item>
792 <item>
793 <widget class="QLineEdit" name="fDimCmdLineEdit"/>
794 </item>
795 <item>
796 <widget class="QPushButton" name="fDimCmdSend">
797 <property name="text">
798 <string>Send</string>
799 </property>
800 </widget>
801 </item>
802 </layout>
803 </item>
804 </layout>
805 </widget>
806 </widget>
807 </item>
808 </layout>
809 </widget>
810 <widget class="QWidget" name="fLogTab">
811 <property name="sizePolicy">
812 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
813 <horstretch>0</horstretch>
814 <verstretch>0</verstretch>
815 </sizepolicy>
816 </property>
817 <attribute name="title">
818 <string>Log</string>
819 </attribute>
820 <layout class="QGridLayout" name="gridLayout_4">
821 <item row="0" column="0">
822 <widget class="QDockWidget" name="fLogDock">
823 <property name="sizePolicy">
824 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
825 <horstretch>0</horstretch>
826 <verstretch>0</verstretch>
827 </sizepolicy>
828 </property>
829 <property name="features">
830 <set>QDockWidget::NoDockWidgetFeatures</set>
831 </property>
832 <property name="windowTitle">
833 <string>Logging of MESSAGE services</string>
834 </property>
835 <widget class="QWidget" name="fLogWidget">
836 <property name="sizePolicy">
837 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
838 <horstretch>0</horstretch>
839 <verstretch>0</verstretch>
840 </sizepolicy>
841 </property>
842 <layout class="QGridLayout" name="gridLayout_5">
843 <item row="1" column="1">
844 <layout class="QHBoxLayout" name="horizontalLayout_2">
845 <property name="topMargin">
846 <number>0</number>
847 </property>
848 <item>
849 <spacer name="horizontalSpacer_2">
850 <property name="orientation">
851 <enum>Qt::Horizontal</enum>
852 </property>
853 <property name="sizeHint" stdset="0">
854 <size>
855 <width>40</width>
856 <height>20</height>
857 </size>
858 </property>
859 </spacer>
860 </item>
861 <item>
862 <widget class="QPushButton" name="fLogClear">
863 <property name="toolTip">
864 <string extracomment="bla bla">Clear the contents of the log-window.</string>
865 </property>
866 <property name="text">
867 <string>Clear</string>
868 </property>
869 </widget>
870 </item>
871 <item>
872 <spacer name="horizontalSpacer_3">
873 <property name="orientation">
874 <enum>Qt::Horizontal</enum>
875 </property>
876 <property name="sizeType">
877 <enum>QSizePolicy::Fixed</enum>
878 </property>
879 <property name="sizeHint" stdset="0">
880 <size>
881 <width>20</width>
882 <height>20</height>
883 </size>
884 </property>
885 </spacer>
886 </item>
887 <item>
888 <widget class="QPushButton" name="fLogFontPlus">
889 <property name="toolTip">
890 <string>Increase font size of the log-window.</string>
891 </property>
892 <property name="text">
893 <string>+</string>
894 </property>
895 </widget>
896 </item>
897 <item>
898 <widget class="QPushButton" name="fLogFontMinus">
899 <property name="toolTip">
900 <string>Decrease font size of the log-window.</string>
901 </property>
902 <property name="text">
903 <string>-</string>
904 </property>
905 </widget>
906 </item>
907 </layout>
908 </item>
909 <item row="2" column="1">
910 <widget class="QTextEdit" name="fLogText">
911 <property name="toolTip">
912 <string/>
913 </property>
914 <property name="frameShape">
915 <enum>QFrame::StyledPanel</enum>
916 </property>
917 <property name="frameShadow">
918 <enum>QFrame::Sunken</enum>
919 </property>
920 <property name="autoFormatting">
921 <set>QTextEdit::AutoNone</set>
922 </property>
923 <property name="documentTitle">
924 <string/>
925 </property>
926 <property name="undoRedoEnabled">
927 <bool>false</bool>
928 </property>
929 <property name="lineWrapMode">
930 <enum>QTextEdit::NoWrap</enum>
931 </property>
932 <property name="readOnly">
933 <bool>true</bool>
934 </property>
935 <property name="textInteractionFlags">
936 <set>Qt::TextSelectableByMouse</set>
937 </property>
938 </widget>
939 </item>
940 <item row="0" column="1">
941 <widget class="Line" name="line_3">
942 <property name="orientation">
943 <enum>Qt::Vertical</enum>
944 </property>
945 </widget>
946 </item>
947 </layout>
948 </widget>
949 </widget>
950 </item>
951 </layout>
952 </widget>
953 <widget class="QWidget" name="fChatTab">
954 <attribute name="title">
955 <string>Chat</string>
956 </attribute>
957 <layout class="QGridLayout" name="gridLayout_9">
958 <item row="0" column="0">
959 <widget class="QDockWidget" name="fChatDock">
960 <property name="sizePolicy">
961 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
962 <horstretch>0</horstretch>
963 <verstretch>0</verstretch>
964 </sizepolicy>
965 </property>
966 <property name="features">
967 <set>QDockWidget::NoDockWidgetFeatures</set>
968 </property>
969 <property name="windowTitle">
970 <string>Chat Window</string>
971 </property>
972 <widget class="QWidget" name="fChatWidget">
973 <property name="sizePolicy">
974 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
975 <horstretch>0</horstretch>
976 <verstretch>0</verstretch>
977 </sizepolicy>
978 </property>
979 <layout class="QGridLayout" name="gridLayout_8">
980 <item row="0" column="1">
981 <layout class="QHBoxLayout" name="horizontalLayout_3">
982 <property name="topMargin">
983 <number>0</number>
984 </property>
985 <item>
986 <spacer name="horizontalSpacer_5">
987 <property name="orientation">
988 <enum>Qt::Horizontal</enum>
989 </property>
990 <property name="sizeHint" stdset="0">
991 <size>
992 <width>40</width>
993 <height>20</height>
994 </size>
995 </property>
996 </spacer>
997 </item>
998 <item>
999 <widget class="QPushButton" name="fChatClear">
1000 <property name="toolTip">
1001 <string extracomment="bla bla">Clear the contents of the chat-window.</string>
1002 </property>
1003 <property name="text">
1004 <string>Clear</string>
1005 </property>
1006 </widget>
1007 </item>
1008 <item>
1009 <spacer name="horizontalSpacer_6">
1010 <property name="orientation">
1011 <enum>Qt::Horizontal</enum>
1012 </property>
1013 <property name="sizeType">
1014 <enum>QSizePolicy::Fixed</enum>
1015 </property>
1016 <property name="sizeHint" stdset="0">
1017 <size>
1018 <width>20</width>
1019 <height>20</height>
1020 </size>
1021 </property>
1022 </spacer>
1023 </item>
1024 <item>
1025 <widget class="QPushButton" name="fChatFontPlus">
1026 <property name="toolTip">
1027 <string>Increase font size of the chat-window.</string>
1028 </property>
1029 <property name="text">
1030 <string>+</string>
1031 </property>
1032 </widget>
1033 </item>
1034 <item>
1035 <widget class="QPushButton" name="fChatFontMinus">
1036 <property name="toolTip">
1037 <string>Decrease font size of the chat-window.</string>
1038 </property>
1039 <property name="text">
1040 <string>-</string>
1041 </property>
1042 </widget>
1043 </item>
1044 </layout>
1045 </item>
1046 <item row="1" column="1">
1047 <widget class="QTextEdit" name="fChatText">
1048 <property name="toolTip">
1049 <string/>
1050 </property>
1051 <property name="frameShape">
1052 <enum>QFrame::StyledPanel</enum>
1053 </property>
1054 <property name="frameShadow">
1055 <enum>QFrame::Sunken</enum>
1056 </property>
1057 <property name="autoFormatting">
1058 <set>QTextEdit::AutoNone</set>
1059 </property>
1060 <property name="documentTitle">
1061 <string/>
1062 </property>
1063 <property name="undoRedoEnabled">
1064 <bool>false</bool>
1065 </property>
1066 <property name="readOnly">
1067 <bool>true</bool>
1068 </property>
1069 <property name="html">
1070 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
1071&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
1072p, li { white-space: pre-wrap; }
1073&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
1074&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;FIXME: Notice when new message arrived.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1075 </property>
1076 <property name="textInteractionFlags">
1077 <set>Qt::TextSelectableByMouse</set>
1078 </property>
1079 </widget>
1080 </item>
1081 <item row="2" column="1">
1082 <layout class="QHBoxLayout" name="horizontalLayout_4">
1083 <property name="topMargin">
1084 <number>0</number>
1085 </property>
1086 <item>
1087 <widget class="QLineEdit" name="fChatMessage">
1088 <property name="toolTip">
1089 <string>Entry field for a chat message.</string>
1090 </property>
1091 <property name="frame">
1092 <bool>true</bool>
1093 </property>
1094 <property name="dragEnabled">
1095 <bool>false</bool>
1096 </property>
1097 </widget>
1098 </item>
1099 <item>
1100 <widget class="QPushButton" name="fChatSend">
1101 <property name="toolTip">
1102 <string>Send a chat message.</string>
1103 </property>
1104 <property name="text">
1105 <string>Send</string>
1106 </property>
1107 </widget>
1108 </item>
1109 </layout>
1110 </item>
1111 </layout>
1112 </widget>
1113 </widget>
1114 </item>
1115 </layout>
1116 </widget>
1117 </widget>
1118 </item>
1119 </layout>
1120 </widget>
1121 <widget class="QMenuBar" name="fMenuBar">
1122 <property name="geometry">
1123 <rect>
1124 <x>0</x>
1125 <y>0</y>
1126 <width>1024</width>
1127 <height>21</height>
1128 </rect>
1129 </property>
1130 <widget class="QMenu" name="fMenuLog">
1131 <property name="title">
1132 <string>Log</string>
1133 </property>
1134 <addaction name="fMenuLogSaveAs"/>
1135 </widget>
1136 <widget class="QMenu" name="menuFile">
1137 <property name="title">
1138 <string>File</string>
1139 </property>
1140 <addaction name="actionTest"/>
1141 </widget>
1142 <addaction name="fMenuLog"/>
1143 <addaction name="menuFile"/>
1144 </widget>
1145 <widget class="QStatusBar" name="fStatusBar">
1146 <property name="statusTip">
1147 <string/>
1148 </property>
1149 <property name="whatsThis">
1150 <string/>
1151 </property>
1152 </widget>
1153 <widget class="QDockWidget" name="dockWidget_2">
1154 <property name="sizePolicy">
1155 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1156 <horstretch>0</horstretch>
1157 <verstretch>0</verstretch>
1158 </sizepolicy>
1159 </property>
1160 <property name="minimumSize">
1161 <size>
1162 <width>178</width>
1163 <height>97</height>
1164 </size>
1165 </property>
1166 <property name="maximumSize">
1167 <size>
1168 <width>524287</width>
1169 <height>524287</height>
1170 </size>
1171 </property>
1172 <property name="features">
1173 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
1174 </property>
1175 <property name="allowedAreas">
1176 <set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set>
1177 </property>
1178 <property name="windowTitle">
1179 <string>Warnings and Errors</string>
1180 </property>
1181 <attribute name="dockWidgetArea">
1182 <number>8</number>
1183 </attribute>
1184 <widget class="QWidget" name="dockWidgetContents_2">
1185 <property name="sizePolicy">
1186 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1187 <horstretch>0</horstretch>
1188 <verstretch>0</verstretch>
1189 </sizepolicy>
1190 </property>
1191 <layout class="QVBoxLayout" name="verticalLayout_3">
1192 <item>
1193 <layout class="QVBoxLayout" name="verticalLayout_2">
1194 <item>
1195 <layout class="QHBoxLayout" name="horizontalLayout">
1196 <property name="sizeConstraint">
1197 <enum>QLayout::SetDefaultConstraint</enum>
1198 </property>
1199 <property name="topMargin">
1200 <number>0</number>
1201 </property>
1202 <item>
1203 <spacer name="horizontalSpacer">
1204 <property name="orientation">
1205 <enum>Qt::Horizontal</enum>
1206 </property>
1207 <property name="sizeHint" stdset="0">
1208 <size>
1209 <width>40</width>
1210 <height>20</height>
1211 </size>
1212 </property>
1213 </spacer>
1214 </item>
1215 <item>
1216 <widget class="QPushButton" name="fTextClear">
1217 <property name="font">
1218 <font>
1219 <pointsize>9</pointsize>
1220 </font>
1221 </property>
1222 <property name="toolTip">
1223 <string>Clear contents of the error message window.</string>
1224 </property>
1225 <property name="text">
1226 <string>Clear</string>
1227 </property>
1228 </widget>
1229 </item>
1230 <item>
1231 <spacer name="horizontalSpacer_4">
1232 <property name="orientation">
1233 <enum>Qt::Horizontal</enum>
1234 </property>
1235 <property name="sizeType">
1236 <enum>QSizePolicy::Fixed</enum>
1237 </property>
1238 <property name="sizeHint" stdset="0">
1239 <size>
1240 <width>20</width>
1241 <height>20</height>
1242 </size>
1243 </property>
1244 </spacer>
1245 </item>
1246 <item>
1247 <widget class="QPushButton" name="fTextFontPlus">
1248 <property name="toolTip">
1249 <string>Increase font size of the error message window.</string>
1250 </property>
1251 <property name="text">
1252 <string>+</string>
1253 </property>
1254 </widget>
1255 </item>
1256 <item>
1257 <widget class="QPushButton" name="fTextFontMinus">
1258 <property name="toolTip">
1259 <string>Decrease font size of the error message window.</string>
1260 </property>
1261 <property name="text">
1262 <string>-</string>
1263 </property>
1264 </widget>
1265 </item>
1266 </layout>
1267 </item>
1268 <item>
1269 <widget class="QTextEdit" name="fTextEdit">
1270 <property name="sizePolicy">
1271 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1272 <horstretch>0</horstretch>
1273 <verstretch>0</verstretch>
1274 </sizepolicy>
1275 </property>
1276 <property name="minimumSize">
1277 <size>
1278 <width>0</width>
1279 <height>29</height>
1280 </size>
1281 </property>
1282 <property name="maximumSize">
1283 <size>
1284 <width>16777215</width>
1285 <height>16777215</height>
1286 </size>
1287 </property>
1288 <property name="undoRedoEnabled">
1289 <bool>false</bool>
1290 </property>
1291 <property name="readOnly">
1292 <bool>true</bool>
1293 </property>
1294 </widget>
1295 </item>
1296 </layout>
1297 </item>
1298 </layout>
1299 </widget>
1300 </widget>
1301 <widget class="QDockWidget" name="fStatusDock">
1302 <property name="sizePolicy">
1303 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
1304 <horstretch>0</horstretch>
1305 <verstretch>0</verstretch>
1306 </sizepolicy>
1307 </property>
1308 <property name="minimumSize">
1309 <size>
1310 <width>207</width>
1311 <height>262</height>
1312 </size>
1313 </property>
1314 <property name="features">
1315 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
1316 </property>
1317 <property name="allowedAreas">
1318 <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
1319 </property>
1320 <property name="windowTitle">
1321 <string>Network status</string>
1322 </property>
1323 <attribute name="dockWidgetArea">
1324 <number>1</number>
1325 </attribute>
1326 <widget class="QWidget" name="fStatusContent">
1327 <layout class="QVBoxLayout" name="verticalLayout">
1328 <item>
1329 <widget class="Line" name="line_2">
1330 <property name="orientation">
1331 <enum>Qt::Horizontal</enum>
1332 </property>
1333 </widget>
1334 </item>
1335 <item>
1336 <layout class="QGridLayout" name="gridLayout_11">
1337 <item row="1" column="5">
1338 <widget class="QLabel" name="fStatusDNSLabel">
1339 <property name="text">
1340 <string>Offline</string>
1341 </property>
1342 </widget>
1343 </item>
1344 <item row="1" column="4">
1345 <widget class="QPushButton" name="fStatusDNSLed">
1346 <property name="enabled">
1347 <bool>true</bool>
1348 </property>
1349 <property name="sizePolicy">
1350 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1351 <horstretch>0</horstretch>
1352 <verstretch>0</verstretch>
1353 </sizepolicy>
1354 </property>
1355 <property name="maximumSize">
1356 <size>
1357 <width>18</width>
1358 <height>16777215</height>
1359 </size>
1360 </property>
1361 <property name="text">
1362 <string/>
1363 </property>
1364 <property name="icon">
1365 <iconset resource="design.qrc">
1366 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
1367 </property>
1368 <property name="iconSize">
1369 <size>
1370 <width>16</width>
1371 <height>16</height>
1372 </size>
1373 </property>
1374 <property name="checkable">
1375 <bool>false</bool>
1376 </property>
1377 <property name="flat">
1378 <bool>true</bool>
1379 </property>
1380 </widget>
1381 </item>
1382 <item row="3" column="5">
1383 <widget class="QLabel" name="fStatusFTMLabel">
1384 <property name="text">
1385 <string>Offline</string>
1386 </property>
1387 </widget>
1388 </item>
1389 <item row="3" column="4">
1390 <widget class="QPushButton" name="fStatusFTMLed">
1391 <property name="enabled">
1392 <bool>true</bool>
1393 </property>
1394 <property name="sizePolicy">
1395 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1396 <horstretch>0</horstretch>
1397 <verstretch>0</verstretch>
1398 </sizepolicy>
1399 </property>
1400 <property name="maximumSize">
1401 <size>
1402 <width>18</width>
1403 <height>16777215</height>
1404 </size>
1405 </property>
1406 <property name="text">
1407 <string/>
1408 </property>
1409 <property name="icon">
1410 <iconset resource="design.qrc">
1411 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
1412 </property>
1413 <property name="iconSize">
1414 <size>
1415 <width>16</width>
1416 <height>16</height>
1417 </size>
1418 </property>
1419 <property name="checkable">
1420 <bool>false</bool>
1421 </property>
1422 <property name="flat">
1423 <bool>true</bool>
1424 </property>
1425 </widget>
1426 </item>
1427 <item row="3" column="2">
1428 <widget class="QCheckBox" name="fStatusFTMEnable">
1429 <property name="sizePolicy">
1430 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1431 <horstretch>0</horstretch>
1432 <verstretch>0</verstretch>
1433 </sizepolicy>
1434 </property>
1435 <property name="maximumSize">
1436 <size>
1437 <width>20</width>
1438 <height>16777215</height>
1439 </size>
1440 </property>
1441 <property name="text">
1442 <string/>
1443 </property>
1444 <property name="checked">
1445 <bool>true</bool>
1446 </property>
1447 </widget>
1448 </item>
1449 <item row="4" column="5">
1450 <widget class="QLabel" name="fStatusFADLabel">
1451 <property name="text">
1452 <string>Offline</string>
1453 </property>
1454 </widget>
1455 </item>
1456 <item row="4" column="4">
1457 <widget class="QPushButton" name="fStatusFADLed">
1458 <property name="enabled">
1459 <bool>true</bool>
1460 </property>
1461 <property name="sizePolicy">
1462 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1463 <horstretch>0</horstretch>
1464 <verstretch>0</verstretch>
1465 </sizepolicy>
1466 </property>
1467 <property name="maximumSize">
1468 <size>
1469 <width>18</width>
1470 <height>16777215</height>
1471 </size>
1472 </property>
1473 <property name="text">
1474 <string/>
1475 </property>
1476 <property name="icon">
1477 <iconset resource="design.qrc">
1478 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
1479 </property>
1480 <property name="iconSize">
1481 <size>
1482 <width>16</width>
1483 <height>16</height>
1484 </size>
1485 </property>
1486 <property name="checkable">
1487 <bool>false</bool>
1488 </property>
1489 <property name="flat">
1490 <bool>true</bool>
1491 </property>
1492 </widget>
1493 </item>
1494 <item row="4" column="2">
1495 <widget class="QCheckBox" name="fStatusFADEnable">
1496 <property name="sizePolicy">
1497 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1498 <horstretch>0</horstretch>
1499 <verstretch>0</verstretch>
1500 </sizepolicy>
1501 </property>
1502 <property name="maximumSize">
1503 <size>
1504 <width>20</width>
1505 <height>16777215</height>
1506 </size>
1507 </property>
1508 <property name="text">
1509 <string/>
1510 </property>
1511 <property name="checked">
1512 <bool>true</bool>
1513 </property>
1514 </widget>
1515 </item>
1516 <item row="6" column="5">
1517 <widget class="QLabel" name="fStatusChatLabel">
1518 <property name="text">
1519 <string>Offline</string>
1520 </property>
1521 </widget>
1522 </item>
1523 <item row="6" column="4">
1524 <widget class="QPushButton" name="fStatusChatLed">
1525 <property name="enabled">
1526 <bool>true</bool>
1527 </property>
1528 <property name="sizePolicy">
1529 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1530 <horstretch>0</horstretch>
1531 <verstretch>0</verstretch>
1532 </sizepolicy>
1533 </property>
1534 <property name="maximumSize">
1535 <size>
1536 <width>18</width>
1537 <height>16777215</height>
1538 </size>
1539 </property>
1540 <property name="text">
1541 <string/>
1542 </property>
1543 <property name="icon">
1544 <iconset resource="design.qrc">
1545 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
1546 </property>
1547 <property name="iconSize">
1548 <size>
1549 <width>16</width>
1550 <height>16</height>
1551 </size>
1552 </property>
1553 <property name="checkable">
1554 <bool>false</bool>
1555 </property>
1556 <property name="flat">
1557 <bool>true</bool>
1558 </property>
1559 </widget>
1560 </item>
1561 <item row="5" column="2">
1562 <widget class="QCheckBox" name="fStatusLoggerEnable">
1563 <property name="sizePolicy">
1564 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1565 <horstretch>0</horstretch>
1566 <verstretch>0</verstretch>
1567 </sizepolicy>
1568 </property>
1569 <property name="maximumSize">
1570 <size>
1571 <width>20</width>
1572 <height>16777215</height>
1573 </size>
1574 </property>
1575 <property name="text">
1576 <string/>
1577 </property>
1578 <property name="checked">
1579 <bool>true</bool>
1580 </property>
1581 </widget>
1582 </item>
1583 <item row="5" column="4">
1584 <widget class="QPushButton" name="fStatusLoggerLed">
1585 <property name="enabled">
1586 <bool>true</bool>
1587 </property>
1588 <property name="sizePolicy">
1589 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1590 <horstretch>0</horstretch>
1591 <verstretch>0</verstretch>
1592 </sizepolicy>
1593 </property>
1594 <property name="maximumSize">
1595 <size>
1596 <width>18</width>
1597 <height>16777215</height>
1598 </size>
1599 </property>
1600 <property name="text">
1601 <string/>
1602 </property>
1603 <property name="icon">
1604 <iconset resource="design.qrc">
1605 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset>
1606 </property>
1607 <property name="iconSize">
1608 <size>
1609 <width>16</width>
1610 <height>16</height>
1611 </size>
1612 </property>
1613 <property name="checkable">
1614 <bool>false</bool>
1615 </property>
1616 <property name="flat">
1617 <bool>true</bool>
1618 </property>
1619 </widget>
1620 </item>
1621 <item row="5" column="5">
1622 <widget class="QLabel" name="fStatusLoggerLabel">
1623 <property name="text">
1624 <string>Offline</string>
1625 </property>
1626 </widget>
1627 </item>
1628 <item row="1" column="0">
1629 <spacer name="horizontalSpacer_7">
1630 <property name="orientation">
1631 <enum>Qt::Horizontal</enum>
1632 </property>
1633 <property name="sizeHint" stdset="0">
1634 <size>
1635 <width>40</width>
1636 <height>20</height>
1637 </size>
1638 </property>
1639 </spacer>
1640 </item>
1641 <item row="1" column="6">
1642 <spacer name="horizontalSpacer_8">
1643 <property name="orientation">
1644 <enum>Qt::Horizontal</enum>
1645 </property>
1646 <property name="sizeHint" stdset="0">
1647 <size>
1648 <width>40</width>
1649 <height>20</height>
1650 </size>
1651 </property>
1652 </spacer>
1653 </item>
1654 <item row="2" column="0" colspan="7">
1655 <widget class="Line" name="line">
1656 <property name="orientation">
1657 <enum>Qt::Horizontal</enum>
1658 </property>
1659 </widget>
1660 </item>
1661 <item row="3" column="3">
1662 <widget class="QLabel" name="fStatusFTM">
1663 <property name="sizePolicy">
1664 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1665 <horstretch>0</horstretch>
1666 <verstretch>0</verstretch>
1667 </sizepolicy>
1668 </property>
1669 <property name="toolTip">
1670 <string>Trigger Master</string>
1671 </property>
1672 <property name="text">
1673 <string>FTM</string>
1674 </property>
1675 <property name="alignment">
1676 <set>Qt::AlignCenter</set>
1677 </property>
1678 </widget>
1679 </item>
1680 <item row="4" column="3">
1681 <widget class="QLabel" name="fStatusFAD">
1682 <property name="sizePolicy">
1683 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1684 <horstretch>0</horstretch>
1685 <verstretch>0</verstretch>
1686 </sizepolicy>
1687 </property>
1688 <property name="toolTip">
1689 <string>Data acquisition (DRS4 readou)</string>
1690 </property>
1691 <property name="text">
1692 <string>FAD</string>
1693 </property>
1694 <property name="alignment">
1695 <set>Qt::AlignCenter</set>
1696 </property>
1697 </widget>
1698 </item>
1699 <item row="5" column="3">
1700 <widget class="QLabel" name="fStatusLogger">
1701 <property name="sizePolicy">
1702 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1703 <horstretch>0</horstretch>
1704 <verstretch>0</verstretch>
1705 </sizepolicy>
1706 </property>
1707 <property name="toolTip">
1708 <string>Data Logger (writes slow control files)</string>
1709 </property>
1710 <property name="text">
1711 <string>Logger</string>
1712 </property>
1713 <property name="alignment">
1714 <set>Qt::AlignCenter</set>
1715 </property>
1716 </widget>
1717 </item>
1718 <item row="6" column="3">
1719 <widget class="QLabel" name="fStatusChat">
1720 <property name="sizePolicy">
1721 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1722 <horstretch>0</horstretch>
1723 <verstretch>0</verstretch>
1724 </sizepolicy>
1725 </property>
1726 <property name="toolTip">
1727 <string>Chat server</string>
1728 </property>
1729 <property name="text">
1730 <string>Chat</string>
1731 </property>
1732 <property name="alignment">
1733 <set>Qt::AlignCenter</set>
1734 </property>
1735 </widget>
1736 </item>
1737 <item row="1" column="3">
1738 <widget class="QLabel" name="fStatusDNS">
1739 <property name="sizePolicy">
1740 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
1741 <horstretch>0</horstretch>
1742 <verstretch>0</verstretch>
1743 </sizepolicy>
1744 </property>
1745 <property name="toolTip">
1746 <string>DIM Domain Name Servcer (DNS)</string>
1747 </property>
1748 <property name="text">
1749 <string>DNS</string>
1750 </property>
1751 <property name="alignment">
1752 <set>Qt::AlignCenter</set>
1753 </property>
1754 </widget>
1755 </item>
1756 </layout>
1757 </item>
1758 <item>
1759 <widget class="Line" name="line_4">
1760 <property name="orientation">
1761 <enum>Qt::Horizontal</enum>
1762 </property>
1763 </widget>
1764 </item>
1765 <item>
1766 <spacer name="verticalSpacer_3">
1767 <property name="orientation">
1768 <enum>Qt::Vertical</enum>
1769 </property>
1770 <property name="sizeHint" stdset="0">
1771 <size>
1772 <width>20</width>
1773 <height>40</height>
1774 </size>
1775 </property>
1776 </spacer>
1777 </item>
1778 <item>
1779 <widget class="QPushButton" name="fShutdown">
1780 <property name="text">
1781 <string>Shutdown Network</string>
1782 </property>
1783 <property name="icon">
1784 <iconset resource="design.qrc">
1785 <normaloff>:/Resources/icons/warning 1.png</normaloff>:/Resources/icons/warning 1.png</iconset>
1786 </property>
1787 </widget>
1788 </item>
1789 <item>
1790 <widget class="QPushButton" name="fShutdownAll">
1791 <property name="text">
1792 <string>Shutdown Network + DNS</string>
1793 </property>
1794 <property name="icon">
1795 <iconset resource="design.qrc">
1796 <normaloff>:/Resources/icons/warning 1.png</normaloff>:/Resources/icons/warning 1.png</iconset>
1797 </property>
1798 </widget>
1799 </item>
1800 </layout>
1801 </widget>
1802 </widget>
1803 <action name="fMenuLogSaveAs">
1804 <property name="text">
1805 <string>Save as...</string>
1806 </property>
1807 </action>
1808 <action name="actionTest">
1809 <property name="text">
1810 <string>Test</string>
1811 </property>
1812 </action>
1813 </widget>
1814 <customwidgets>
1815 <customwidget>
1816 <class>TQtWidget</class>
1817 <extends>QWidget</extends>
1818 <header>TQtWidget.h</header>
1819 <container>1</container>
1820 </customwidget>
1821 </customwidgets>
1822 <resources>
1823 <include location="design.qrc"/>
1824 </resources>
1825 <connections>
1826 <connection>
1827 <sender>fTextClear</sender>
1828 <signal>clicked()</signal>
1829 <receiver>fTextEdit</receiver>
1830 <slot>clear()</slot>
1831 <hints>
1832 <hint type="sourcelabel">
1833 <x>918</x>
1834 <y>667</y>
1835 </hint>
1836 <hint type="destinationlabel">
1837 <x>773</x>
1838 <y>739</y>
1839 </hint>
1840 </hints>
1841 </connection>
1842 <connection>
1843 <sender>fLogClear</sender>
1844 <signal>clicked()</signal>
1845 <receiver>fLogText</receiver>
1846 <slot>clear()</slot>
1847 <hints>
1848 <hint type="sourcelabel">
1849 <x>907</x>
1850 <y>109</y>
1851 </hint>
1852 <hint type="destinationlabel">
1853 <x>631</x>
1854 <y>122</y>
1855 </hint>
1856 </hints>
1857 </connection>
1858 <connection>
1859 <sender>fTextFontPlus</sender>
1860 <signal>clicked()</signal>
1861 <receiver>fTextEdit</receiver>
1862 <slot>zoomIn()</slot>
1863 <hints>
1864 <hint type="sourcelabel">
1865 <x>979</x>
1866 <y>667</y>
1867 </hint>
1868 <hint type="destinationlabel">
1869 <x>937</x>
1870 <y>739</y>
1871 </hint>
1872 </hints>
1873 </connection>
1874 <connection>
1875 <sender>fTextFontMinus</sender>
1876 <signal>clicked()</signal>
1877 <receiver>fTextEdit</receiver>
1878 <slot>zoomOut()</slot>
1879 <hints>
1880 <hint type="sourcelabel">
1881 <x>1014</x>
1882 <y>667</y>
1883 </hint>
1884 <hint type="destinationlabel">
1885 <x>925</x>
1886 <y>739</y>
1887 </hint>
1888 </hints>
1889 </connection>
1890 <connection>
1891 <sender>fLogFontPlus</sender>
1892 <signal>clicked()</signal>
1893 <receiver>fLogText</receiver>
1894 <slot>zoomIn()</slot>
1895 <hints>
1896 <hint type="sourcelabel">
1897 <x>968</x>
1898 <y>109</y>
1899 </hint>
1900 <hint type="destinationlabel">
1901 <x>640</x>
1902 <y>181</y>
1903 </hint>
1904 </hints>
1905 </connection>
1906 <connection>
1907 <sender>fLogFontMinus</sender>
1908 <signal>clicked()</signal>
1909 <receiver>fLogText</receiver>
1910 <slot>zoomOut()</slot>
1911 <hints>
1912 <hint type="sourcelabel">
1913 <x>1003</x>
1914 <y>109</y>
1915 </hint>
1916 <hint type="destinationlabel">
1917 <x>640</x>
1918 <y>181</y>
1919 </hint>
1920 </hints>
1921 </connection>
1922 <connection>
1923 <sender>fChatMessage</sender>
1924 <signal>returnPressed()</signal>
1925 <receiver>fChatSend</receiver>
1926 <slot>animateClick()</slot>
1927 <hints>
1928 <hint type="sourcelabel">
1929 <x>946</x>
1930 <y>590</y>
1931 </hint>
1932 <hint type="destinationlabel">
1933 <x>1003</x>
1934 <y>591</y>
1935 </hint>
1936 </hints>
1937 </connection>
1938 <connection>
1939 <sender>fChatClear</sender>
1940 <signal>clicked()</signal>
1941 <receiver>fChatText</receiver>
1942 <slot>clear()</slot>
1943 <hints>
1944 <hint type="sourcelabel">
1945 <x>907</x>
1946 <y>105</y>
1947 </hint>
1948 <hint type="destinationlabel">
1949 <x>640</x>
1950 <y>177</y>
1951 </hint>
1952 </hints>
1953 </connection>
1954 <connection>
1955 <sender>fChatFontPlus</sender>
1956 <signal>clicked()</signal>
1957 <receiver>fChatText</receiver>
1958 <slot>zoomIn()</slot>
1959 <hints>
1960 <hint type="sourcelabel">
1961 <x>968</x>
1962 <y>105</y>
1963 </hint>
1964 <hint type="destinationlabel">
1965 <x>640</x>
1966 <y>177</y>
1967 </hint>
1968 </hints>
1969 </connection>
1970 <connection>
1971 <sender>fChatFontMinus</sender>
1972 <signal>clicked()</signal>
1973 <receiver>fChatText</receiver>
1974 <slot>zoomOut()</slot>
1975 <hints>
1976 <hint type="sourcelabel">
1977 <x>1003</x>
1978 <y>105</y>
1979 </hint>
1980 <hint type="destinationlabel">
1981 <x>640</x>
1982 <y>177</y>
1983 </hint>
1984 </hints>
1985 </connection>
1986 <connection>
1987 <sender>fDimCmdServers</sender>
1988 <signal>activated(QModelIndex)</signal>
1989 <receiver>fDimCmdCommands</receiver>
1990 <slot>setRootIndex(QModelIndex)</slot>
1991 <hints>
1992 <hint type="sourcelabel">
1993 <x>358</x>
1994 <y>369</y>
1995 </hint>
1996 <hint type="destinationlabel">
1997 <x>607</x>
1998 <y>433</y>
1999 </hint>
2000 </hints>
2001 </connection>
2002 <connection>
2003 <sender>fDimCmdCommands</sender>
2004 <signal>activated(QModelIndex)</signal>
2005 <receiver>fDimCmdDescription</receiver>
2006 <slot>setRootIndex(QModelIndex)</slot>
2007 <hints>
2008 <hint type="sourcelabel">
2009 <x>607</x>
2010 <y>358</y>
2011 </hint>
2012 <hint type="destinationlabel">
2013 <x>793</x>
2014 <y>391</y>
2015 </hint>
2016 </hints>
2017 </connection>
2018 <connection>
2019 <sender>fDimCmdLineEdit</sender>
2020 <signal>returnPressed()</signal>
2021 <receiver>fDimCmdSend</receiver>
2022 <slot>animateClick()</slot>
2023 <hints>
2024 <hint type="sourcelabel">
2025 <x>946</x>
2026 <y>590</y>
2027 </hint>
2028 <hint type="destinationlabel">
2029 <x>1003</x>
2030 <y>591</y>
2031 </hint>
2032 </hints>
2033 </connection>
2034 <connection>
2035 <sender>fDimCmdServers</sender>
2036 <signal>clicked(QModelIndex)</signal>
2037 <receiver>fDimCmdCommands</receiver>
2038 <slot>setRootIndex(QModelIndex)</slot>
2039 <hints>
2040 <hint type="sourcelabel">
2041 <x>358</x>
2042 <y>178</y>
2043 </hint>
2044 <hint type="destinationlabel">
2045 <x>607</x>
2046 <y>243</y>
2047 </hint>
2048 </hints>
2049 </connection>
2050 <connection>
2051 <sender>fDimCmdCommands</sender>
2052 <signal>clicked(QModelIndex)</signal>
2053 <receiver>fDimCmdDescription</receiver>
2054 <slot>setRootIndex(QModelIndex)</slot>
2055 <hints>
2056 <hint type="sourcelabel">
2057 <x>607</x>
2058 <y>298</y>
2059 </hint>
2060 <hint type="destinationlabel">
2061 <x>801</x>
2062 <y>224</y>
2063 </hint>
2064 </hints>
2065 </connection>
2066 <connection>
2067 <sender>fDimSvcServers</sender>
2068 <signal>clicked(QModelIndex)</signal>
2069 <receiver>fDimSvcServices</receiver>
2070 <slot>setRootIndex(QModelIndex)</slot>
2071 <hints>
2072 <hint type="sourcelabel">
2073 <x>358</x>
2074 <y>255</y>
2075 </hint>
2076 <hint type="destinationlabel">
2077 <x>607</x>
2078 <y>256</y>
2079 </hint>
2080 </hints>
2081 </connection>
2082 <connection>
2083 <sender>fDimSvcServices</sender>
2084 <signal>clicked(QModelIndex)</signal>
2085 <receiver>fDimSvcDescription</receiver>
2086 <slot>setRootIndex(QModelIndex)</slot>
2087 <hints>
2088 <hint type="sourcelabel">
2089 <x>607</x>
2090 <y>252</y>
2091 </hint>
2092 <hint type="destinationlabel">
2093 <x>785</x>
2094 <y>170</y>
2095 </hint>
2096 </hints>
2097 </connection>
2098 <connection>
2099 <sender>fDimSvcServers</sender>
2100 <signal>activated(QModelIndex)</signal>
2101 <receiver>fDimSvcServices</receiver>
2102 <slot>setRootIndex(QModelIndex)</slot>
2103 <hints>
2104 <hint type="sourcelabel">
2105 <x>358</x>
2106 <y>270</y>
2107 </hint>
2108 <hint type="destinationlabel">
2109 <x>607</x>
2110 <y>270</y>
2111 </hint>
2112 </hints>
2113 </connection>
2114 <connection>
2115 <sender>fDimSvcServices</sender>
2116 <signal>activated(QModelIndex)</signal>
2117 <receiver>fDimSvcDescription</receiver>
2118 <slot>setRootIndex(QModelIndex)</slot>
2119 <hints>
2120 <hint type="sourcelabel">
2121 <x>607</x>
2122 <y>270</y>
2123 </hint>
2124 <hint type="destinationlabel">
2125 <x>1003</x>
2126 <y>270</y>
2127 </hint>
2128 </hints>
2129 </connection>
2130 <connection>
2131 <sender>pushButton</sender>
2132 <signal>clicked()</signal>
2133 <receiver>fDimSvcText</receiver>
2134 <slot>clear()</slot>
2135 <hints>
2136 <hint type="sourcelabel">
2137 <x>907</x>
2138 <y>382</y>
2139 </hint>
2140 <hint type="destinationlabel">
2141 <x>1004</x>
2142 <y>592</y>
2143 </hint>
2144 </hints>
2145 </connection>
2146 <connection>
2147 <sender>pushButton_2</sender>
2148 <signal>clicked()</signal>
2149 <receiver>fDimSvcText</receiver>
2150 <slot>zoomIn()</slot>
2151 <hints>
2152 <hint type="sourcelabel">
2153 <x>968</x>
2154 <y>382</y>
2155 </hint>
2156 <hint type="destinationlabel">
2157 <x>1004</x>
2158 <y>592</y>
2159 </hint>
2160 </hints>
2161 </connection>
2162 <connection>
2163 <sender>pushButton_3</sender>
2164 <signal>clicked()</signal>
2165 <receiver>fDimSvcText</receiver>
2166 <slot>zoomOut()</slot>
2167 <hints>
2168 <hint type="sourcelabel">
2169 <x>1003</x>
2170 <y>382</y>
2171 </hint>
2172 <hint type="destinationlabel">
2173 <x>1004</x>
2174 <y>592</y>
2175 </hint>
2176 </hints>
2177 </connection>
2178 </connections>
2179</ui>
Note: See TracBrowser for help on using the repository browser.