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

Last change on this file since 10395 was 10394, checked in by tbretz, 14 years ago
First version of the GUI.
File size: 56.6 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="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1024</width>
10 <height>768</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>1</horstretch>
16 <verstretch>1</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>MainWindow</string>
21 </property>
22 <property name="dockNestingEnabled">
23 <bool>false</bool>
24 </property>
25 <widget class="QWidget" name="fCentralWidget">
26 <layout class="QGridLayout" name="gridLayout">
27 <item row="0" column="0">
28 <widget class="QTabWidget" name="fTabWidget">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="mouseTracking">
36 <bool>true</bool>
37 </property>
38 <property name="currentIndex">
39 <number>1</number>
40 </property>
41 <property name="documentMode">
42 <bool>false</bool>
43 </property>
44 <property name="tabsClosable">
45 <bool>true</bool>
46 </property>
47 <property name="movable">
48 <bool>true</bool>
49 </property>
50 <widget class="QWidget" name="tab">
51 <attribute name="title">
52 <string>Services</string>
53 </attribute>
54 <layout class="QGridLayout" name="gridLayout_3">
55 <item row="0" column="0">
56 <widget class="QDockWidget" name="fDimSvcDock">
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
61 </sizepolicy>
62 </property>
63 <property name="features">
64 <set>QDockWidget::NoDockWidgetFeatures</set>
65 </property>
66 <property name="allowedAreas">
67 <set>Qt::AllDockWidgetAreas</set>
68 </property>
69 <property name="windowTitle">
70 <string>Dim service overview</string>
71 </property>
72 <widget class="QWidget" name="fDimSvcWidget">
73 <property name="sizePolicy">
74 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
75 <horstretch>0</horstretch>
76 <verstretch>0</verstretch>
77 </sizepolicy>
78 </property>
79 <layout class="QGridLayout" name="gridLayout_10">
80 <item row="2" column="0">
81 <layout class="QHBoxLayout" name="horizontalLayout_7">
82 <property name="topMargin">
83 <number>0</number>
84 </property>
85 <item>
86 <widget class="QListView" name="fDimSvcServers">
87 <property name="sizePolicy">
88 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
89 <horstretch>3</horstretch>
90 <verstretch>0</verstretch>
91 </sizepolicy>
92 </property>
93 <property name="editTriggers">
94 <set>QAbstractItemView::NoEditTriggers</set>
95 </property>
96 <property name="showDropIndicator" stdset="0">
97 <bool>false</bool>
98 </property>
99 <property name="alternatingRowColors">
100 <bool>true</bool>
101 </property>
102 <property name="movement">
103 <enum>QListView::Static</enum>
104 </property>
105 <property name="resizeMode">
106 <enum>QListView::Fixed</enum>
107 </property>
108 <property name="selectionRectVisible">
109 <bool>true</bool>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QListView" name="fDimSvcServices">
115 <property name="sizePolicy">
116 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
117 <horstretch>5</horstretch>
118 <verstretch>0</verstretch>
119 </sizepolicy>
120 </property>
121 <property name="editTriggers">
122 <set>QAbstractItemView::NoEditTriggers</set>
123 </property>
124 <property name="showDropIndicator" stdset="0">
125 <bool>false</bool>
126 </property>
127 <property name="alternatingRowColors">
128 <bool>true</bool>
129 </property>
130 <property name="movement">
131 <enum>QListView::Static</enum>
132 </property>
133 <property name="resizeMode">
134 <enum>QListView::Fixed</enum>
135 </property>
136 </widget>
137 </item>
138 <item>
139 <widget class="QListView" name="fDimSvcDescription">
140 <property name="sizePolicy">
141 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
142 <horstretch>8</horstretch>
143 <verstretch>0</verstretch>
144 </sizepolicy>
145 </property>
146 <property name="editTriggers">
147 <set>QAbstractItemView::NoEditTriggers</set>
148 </property>
149 <property name="showDropIndicator" stdset="0">
150 <bool>false</bool>
151 </property>
152 <property name="selectionMode">
153 <enum>QAbstractItemView::NoSelection</enum>
154 </property>
155 <property name="movement">
156 <enum>QListView::Static</enum>
157 </property>
158 <property name="isWrapping" stdset="0">
159 <bool>false</bool>
160 </property>
161 <property name="resizeMode">
162 <enum>QListView::Fixed</enum>
163 </property>
164 </widget>
165 </item>
166 </layout>
167 </item>
168 <item row="3" column="0">
169 <widget class="QTextEdit" name="fDimSvcText">
170 <property name="textInteractionFlags">
171 <set>Qt::TextSelectableByMouse</set>
172 </property>
173 </widget>
174 </item>
175 </layout>
176 </widget>
177 </widget>
178 </item>
179 </layout>
180 </widget>
181 <widget class="QWidget" name="tab_2">
182 <attribute name="title">
183 <string>Page</string>
184 </attribute>
185 </widget>
186 <widget class="QWidget" name="fDimCmdTab">
187 <property name="sizePolicy">
188 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
189 <horstretch>0</horstretch>
190 <verstretch>0</verstretch>
191 </sizepolicy>
192 </property>
193 <property name="accessibleName">
194 <string/>
195 </property>
196 <attribute name="title">
197 <string>Commands</string>
198 </attribute>
199 <layout class="QGridLayout" name="gridLayout_2">
200 <item row="0" column="0">
201 <widget class="QDockWidget" name="fDimCmdDock">
202 <property name="sizePolicy">
203 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
204 <horstretch>0</horstretch>
205 <verstretch>0</verstretch>
206 </sizepolicy>
207 </property>
208 <property name="features">
209 <set>QDockWidget::NoDockWidgetFeatures</set>
210 </property>
211 <property name="allowedAreas">
212 <set>Qt::AllDockWidgetAreas</set>
213 </property>
214 <property name="windowTitle">
215 <string>Dim command overview</string>
216 </property>
217 <widget class="QWidget" name="fDimCmdWidget">
218 <property name="sizePolicy">
219 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
220 <horstretch>0</horstretch>
221 <verstretch>0</verstretch>
222 </sizepolicy>
223 </property>
224 <layout class="QGridLayout" name="gridLayout_7">
225 <item row="2" column="0">
226 <layout class="QHBoxLayout" name="horizontalLayout_5">
227 <property name="topMargin">
228 <number>0</number>
229 </property>
230 <item>
231 <widget class="QListView" name="fDimCmdServers">
232 <property name="sizePolicy">
233 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
234 <horstretch>3</horstretch>
235 <verstretch>0</verstretch>
236 </sizepolicy>
237 </property>
238 <property name="editTriggers">
239 <set>QAbstractItemView::NoEditTriggers</set>
240 </property>
241 <property name="showDropIndicator" stdset="0">
242 <bool>false</bool>
243 </property>
244 <property name="alternatingRowColors">
245 <bool>true</bool>
246 </property>
247 <property name="movement">
248 <enum>QListView::Static</enum>
249 </property>
250 <property name="resizeMode">
251 <enum>QListView::Fixed</enum>
252 </property>
253 <property name="selectionRectVisible">
254 <bool>true</bool>
255 </property>
256 </widget>
257 </item>
258 <item>
259 <widget class="QListView" name="fDimCmdCommands">
260 <property name="sizePolicy">
261 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
262 <horstretch>5</horstretch>
263 <verstretch>0</verstretch>
264 </sizepolicy>
265 </property>
266 <property name="editTriggers">
267 <set>QAbstractItemView::NoEditTriggers</set>
268 </property>
269 <property name="showDropIndicator" stdset="0">
270 <bool>false</bool>
271 </property>
272 <property name="alternatingRowColors">
273 <bool>true</bool>
274 </property>
275 <property name="movement">
276 <enum>QListView::Static</enum>
277 </property>
278 <property name="resizeMode">
279 <enum>QListView::Fixed</enum>
280 </property>
281 </widget>
282 </item>
283 <item>
284 <widget class="QListView" name="fDimCmdDescription">
285 <property name="sizePolicy">
286 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
287 <horstretch>8</horstretch>
288 <verstretch>0</verstretch>
289 </sizepolicy>
290 </property>
291 <property name="editTriggers">
292 <set>QAbstractItemView::NoEditTriggers</set>
293 </property>
294 <property name="showDropIndicator" stdset="0">
295 <bool>false</bool>
296 </property>
297 <property name="selectionMode">
298 <enum>QAbstractItemView::NoSelection</enum>
299 </property>
300 <property name="movement">
301 <enum>QListView::Static</enum>
302 </property>
303 <property name="isWrapping" stdset="0">
304 <bool>false</bool>
305 </property>
306 <property name="resizeMode">
307 <enum>QListView::Fixed</enum>
308 </property>
309 </widget>
310 </item>
311 </layout>
312 </item>
313 <item row="4" column="0">
314 <layout class="QHBoxLayout" name="horizontalLayout_6">
315 <property name="topMargin">
316 <number>0</number>
317 </property>
318 <item>
319 <widget class="QLabel" name="label_2">
320 <property name="text">
321 <string>Arguments</string>
322 </property>
323 </widget>
324 </item>
325 <item>
326 <widget class="QLineEdit" name="fDimCmdLineEdit"/>
327 </item>
328 <item>
329 <widget class="QPushButton" name="fDimCmdSend">
330 <property name="text">
331 <string>Send</string>
332 </property>
333 </widget>
334 </item>
335 </layout>
336 </item>
337 </layout>
338 </widget>
339 </widget>
340 </item>
341 </layout>
342 </widget>
343 <widget class="QWidget" name="fLogTab">
344 <property name="sizePolicy">
345 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
346 <horstretch>0</horstretch>
347 <verstretch>0</verstretch>
348 </sizepolicy>
349 </property>
350 <attribute name="title">
351 <string>Log</string>
352 </attribute>
353 <layout class="QGridLayout" name="gridLayout_4">
354 <item row="0" column="0">
355 <widget class="QDockWidget" name="fLogDock">
356 <property name="sizePolicy">
357 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
358 <horstretch>0</horstretch>
359 <verstretch>0</verstretch>
360 </sizepolicy>
361 </property>
362 <property name="features">
363 <set>QDockWidget::NoDockWidgetFeatures</set>
364 </property>
365 <property name="windowTitle">
366 <string>Logging of MESSAGE services</string>
367 </property>
368 <widget class="QWidget" name="fLogWidget">
369 <property name="sizePolicy">
370 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
371 <horstretch>0</horstretch>
372 <verstretch>0</verstretch>
373 </sizepolicy>
374 </property>
375 <layout class="QGridLayout" name="gridLayout_5">
376 <item row="1" column="1">
377 <layout class="QHBoxLayout" name="horizontalLayout_2">
378 <property name="topMargin">
379 <number>0</number>
380 </property>
381 <item>
382 <spacer name="horizontalSpacer_2">
383 <property name="orientation">
384 <enum>Qt::Horizontal</enum>
385 </property>
386 <property name="sizeHint" stdset="0">
387 <size>
388 <width>40</width>
389 <height>20</height>
390 </size>
391 </property>
392 </spacer>
393 </item>
394 <item>
395 <widget class="QPushButton" name="fLogClear">
396 <property name="toolTip">
397 <string extracomment="bla bla">Clear the contents of the log-window.</string>
398 </property>
399 <property name="text">
400 <string>Clear</string>
401 </property>
402 </widget>
403 </item>
404 <item>
405 <spacer name="horizontalSpacer_3">
406 <property name="orientation">
407 <enum>Qt::Horizontal</enum>
408 </property>
409 <property name="sizeType">
410 <enum>QSizePolicy::Fixed</enum>
411 </property>
412 <property name="sizeHint" stdset="0">
413 <size>
414 <width>20</width>
415 <height>20</height>
416 </size>
417 </property>
418 </spacer>
419 </item>
420 <item>
421 <widget class="QPushButton" name="fLogFontPlus">
422 <property name="toolTip">
423 <string>Increase font size of the log-window.</string>
424 </property>
425 <property name="text">
426 <string>+</string>
427 </property>
428 </widget>
429 </item>
430 <item>
431 <widget class="QPushButton" name="fLogFontMinus">
432 <property name="toolTip">
433 <string>Decrease font size of the log-window.</string>
434 </property>
435 <property name="text">
436 <string>-</string>
437 </property>
438 </widget>
439 </item>
440 </layout>
441 </item>
442 <item row="2" column="1">
443 <widget class="QTextEdit" name="fLogText">
444 <property name="toolTip">
445 <string/>
446 </property>
447 <property name="frameShape">
448 <enum>QFrame::StyledPanel</enum>
449 </property>
450 <property name="frameShadow">
451 <enum>QFrame::Sunken</enum>
452 </property>
453 <property name="autoFormatting">
454 <set>QTextEdit::AutoNone</set>
455 </property>
456 <property name="documentTitle">
457 <string/>
458 </property>
459 <property name="undoRedoEnabled">
460 <bool>false</bool>
461 </property>
462 <property name="readOnly">
463 <bool>true</bool>
464 </property>
465 <property name="textInteractionFlags">
466 <set>Qt::TextSelectableByMouse</set>
467 </property>
468 </widget>
469 </item>
470 <item row="0" column="1">
471 <widget class="Line" name="line_3">
472 <property name="orientation">
473 <enum>Qt::Vertical</enum>
474 </property>
475 </widget>
476 </item>
477 </layout>
478 </widget>
479 </widget>
480 </item>
481 </layout>
482 </widget>
483 <widget class="QWidget" name="fChatTab">
484 <attribute name="title">
485 <string>Chat</string>
486 </attribute>
487 <layout class="QGridLayout" name="gridLayout_9">
488 <item row="0" column="0">
489 <widget class="QDockWidget" name="fChatDock">
490 <property name="sizePolicy">
491 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
492 <horstretch>0</horstretch>
493 <verstretch>0</verstretch>
494 </sizepolicy>
495 </property>
496 <property name="features">
497 <set>QDockWidget::NoDockWidgetFeatures</set>
498 </property>
499 <property name="windowTitle">
500 <string>Chat Window</string>
501 </property>
502 <widget class="QWidget" name="fChatWidget">
503 <property name="sizePolicy">
504 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
505 <horstretch>0</horstretch>
506 <verstretch>0</verstretch>
507 </sizepolicy>
508 </property>
509 <layout class="QGridLayout" name="gridLayout_8">
510 <item row="0" column="1">
511 <layout class="QHBoxLayout" name="horizontalLayout_3">
512 <property name="topMargin">
513 <number>0</number>
514 </property>
515 <item>
516 <spacer name="horizontalSpacer_5">
517 <property name="orientation">
518 <enum>Qt::Horizontal</enum>
519 </property>
520 <property name="sizeHint" stdset="0">
521 <size>
522 <width>40</width>
523 <height>20</height>
524 </size>
525 </property>
526 </spacer>
527 </item>
528 <item>
529 <widget class="QPushButton" name="fChatClear">
530 <property name="toolTip">
531 <string extracomment="bla bla">Clear the contents of the chat-window.</string>
532 </property>
533 <property name="text">
534 <string>Clear</string>
535 </property>
536 </widget>
537 </item>
538 <item>
539 <spacer name="horizontalSpacer_6">
540 <property name="orientation">
541 <enum>Qt::Horizontal</enum>
542 </property>
543 <property name="sizeType">
544 <enum>QSizePolicy::Fixed</enum>
545 </property>
546 <property name="sizeHint" stdset="0">
547 <size>
548 <width>20</width>
549 <height>20</height>
550 </size>
551 </property>
552 </spacer>
553 </item>
554 <item>
555 <widget class="QPushButton" name="fChatFontPlus">
556 <property name="toolTip">
557 <string>Increase font size of the chat-window.</string>
558 </property>
559 <property name="text">
560 <string>+</string>
561 </property>
562 </widget>
563 </item>
564 <item>
565 <widget class="QPushButton" name="fChatFontMinus">
566 <property name="toolTip">
567 <string>Decrease font size of the chat-window.</string>
568 </property>
569 <property name="text">
570 <string>-</string>
571 </property>
572 </widget>
573 </item>
574 </layout>
575 </item>
576 <item row="1" column="1">
577 <widget class="QTextEdit" name="fChatText">
578 <property name="toolTip">
579 <string/>
580 </property>
581 <property name="frameShape">
582 <enum>QFrame::StyledPanel</enum>
583 </property>
584 <property name="frameShadow">
585 <enum>QFrame::Sunken</enum>
586 </property>
587 <property name="autoFormatting">
588 <set>QTextEdit::AutoNone</set>
589 </property>
590 <property name="documentTitle">
591 <string/>
592 </property>
593 <property name="undoRedoEnabled">
594 <bool>false</bool>
595 </property>
596 <property name="readOnly">
597 <bool>true</bool>
598 </property>
599 <property name="html">
600 <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;
601&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;
602p, li { white-space: pre-wrap; }
603&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
604&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>
605 </property>
606 <property name="textInteractionFlags">
607 <set>Qt::TextSelectableByMouse</set>
608 </property>
609 </widget>
610 </item>
611 <item row="2" column="1">
612 <layout class="QHBoxLayout" name="horizontalLayout_4">
613 <property name="topMargin">
614 <number>0</number>
615 </property>
616 <item>
617 <widget class="QLineEdit" name="fChatMessage">
618 <property name="toolTip">
619 <string>Entry field for a chat message.</string>
620 </property>
621 <property name="frame">
622 <bool>false</bool>
623 </property>
624 <property name="dragEnabled">
625 <bool>false</bool>
626 </property>
627 </widget>
628 </item>
629 <item>
630 <widget class="QPushButton" name="fChatSend">
631 <property name="toolTip">
632 <string>Send a chat message.</string>
633 </property>
634 <property name="text">
635 <string>Send</string>
636 </property>
637 </widget>
638 </item>
639 </layout>
640 </item>
641 </layout>
642 </widget>
643 </widget>
644 </item>
645 </layout>
646 </widget>
647 </widget>
648 </item>
649 </layout>
650 </widget>
651 <widget class="QMenuBar" name="fMenuBar">
652 <property name="geometry">
653 <rect>
654 <x>0</x>
655 <y>0</y>
656 <width>1024</width>
657 <height>21</height>
658 </rect>
659 </property>
660 <widget class="QMenu" name="fMenuLog">
661 <property name="title">
662 <string>Log</string>
663 </property>
664 <addaction name="fMenuLogSaveAs"/>
665 </widget>
666 <widget class="QMenu" name="menuFile">
667 <property name="title">
668 <string>File</string>
669 </property>
670 <addaction name="actionTest"/>
671 </widget>
672 <addaction name="fMenuLog"/>
673 <addaction name="menuFile"/>
674 </widget>
675 <widget class="QStatusBar" name="fStatusBar">
676 <property name="statusTip">
677 <string/>
678 </property>
679 <property name="whatsThis">
680 <string/>
681 </property>
682 </widget>
683 <widget class="QDockWidget" name="dockWidget_2">
684 <property name="sizePolicy">
685 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
686 <horstretch>0</horstretch>
687 <verstretch>0</verstretch>
688 </sizepolicy>
689 </property>
690 <property name="minimumSize">
691 <size>
692 <width>290</width>
693 <height>260</height>
694 </size>
695 </property>
696 <property name="features">
697 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
698 </property>
699 <property name="allowedAreas">
700 <set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set>
701 </property>
702 <attribute name="dockWidgetArea">
703 <number>8</number>
704 </attribute>
705 <widget class="QWidget" name="dockWidgetContents_2">
706 <property name="sizePolicy">
707 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
708 <horstretch>0</horstretch>
709 <verstretch>0</verstretch>
710 </sizepolicy>
711 </property>
712 <layout class="QVBoxLayout" name="verticalLayout_3">
713 <item>
714 <layout class="QVBoxLayout" name="verticalLayout_2">
715 <item>
716 <layout class="QHBoxLayout" name="horizontalLayout">
717 <property name="sizeConstraint">
718 <enum>QLayout::SetDefaultConstraint</enum>
719 </property>
720 <property name="topMargin">
721 <number>0</number>
722 </property>
723 <item>
724 <widget class="QLabel" name="label">
725 <property name="text">
726 <string>Warnings and Errors</string>
727 </property>
728 </widget>
729 </item>
730 <item>
731 <spacer name="horizontalSpacer">
732 <property name="orientation">
733 <enum>Qt::Horizontal</enum>
734 </property>
735 <property name="sizeHint" stdset="0">
736 <size>
737 <width>40</width>
738 <height>20</height>
739 </size>
740 </property>
741 </spacer>
742 </item>
743 <item>
744 <widget class="QPushButton" name="fTextClear">
745 <property name="toolTip">
746 <string>Clear contents of the error message window.</string>
747 </property>
748 <property name="text">
749 <string>Clear</string>
750 </property>
751 </widget>
752 </item>
753 <item>
754 <spacer name="horizontalSpacer_4">
755 <property name="orientation">
756 <enum>Qt::Horizontal</enum>
757 </property>
758 <property name="sizeType">
759 <enum>QSizePolicy::Fixed</enum>
760 </property>
761 <property name="sizeHint" stdset="0">
762 <size>
763 <width>20</width>
764 <height>20</height>
765 </size>
766 </property>
767 </spacer>
768 </item>
769 <item>
770 <widget class="QPushButton" name="fTextFontPlus">
771 <property name="toolTip">
772 <string>Increase font size of the error message window.</string>
773 </property>
774 <property name="text">
775 <string>+</string>
776 </property>
777 </widget>
778 </item>
779 <item>
780 <widget class="QPushButton" name="fTextFontMinus">
781 <property name="toolTip">
782 <string>Decrease font size of the error message window.</string>
783 </property>
784 <property name="text">
785 <string>-</string>
786 </property>
787 </widget>
788 </item>
789 </layout>
790 </item>
791 <item>
792 <widget class="QTextEdit" name="fTextEdit">
793 <property name="sizePolicy">
794 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
795 <horstretch>0</horstretch>
796 <verstretch>0</verstretch>
797 </sizepolicy>
798 </property>
799 <property name="undoRedoEnabled">
800 <bool>false</bool>
801 </property>
802 <property name="readOnly">
803 <bool>true</bool>
804 </property>
805 </widget>
806 </item>
807 </layout>
808 </item>
809 </layout>
810 </widget>
811 </widget>
812 <widget class="QDockWidget" name="fStatusDock">
813 <property name="sizePolicy">
814 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
815 <horstretch>0</horstretch>
816 <verstretch>0</verstretch>
817 </sizepolicy>
818 </property>
819 <property name="minimumSize">
820 <size>
821 <width>207</width>
822 <height>237</height>
823 </size>
824 </property>
825 <property name="features">
826 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
827 </property>
828 <property name="allowedAreas">
829 <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
830 </property>
831 <attribute name="dockWidgetArea">
832 <number>1</number>
833 </attribute>
834 <widget class="QWidget" name="fStatusContent">
835 <layout class="QVBoxLayout" name="verticalLayout">
836 <item>
837 <layout class="QGridLayout" name="gridLayout_11">
838 <item row="0" column="5">
839 <widget class="QLabel" name="fStatusDNSLabel">
840 <property name="text">
841 <string>Offline</string>
842 </property>
843 </widget>
844 </item>
845 <item row="0" column="4">
846 <widget class="QPushButton" name="fStatusDNSLed_3">
847 <property name="enabled">
848 <bool>false</bool>
849 </property>
850 <property name="sizePolicy">
851 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
852 <horstretch>0</horstretch>
853 <verstretch>0</verstretch>
854 </sizepolicy>
855 </property>
856 <property name="maximumSize">
857 <size>
858 <width>18</width>
859 <height>16777215</height>
860 </size>
861 </property>
862 <property name="text">
863 <string/>
864 </property>
865 <property name="icon">
866 <iconset>
867 <normaloff>../icons/green circle 1.png</normaloff>
868 <normalon>../icons/green circle 1.png</normalon>
869 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/green circle 1.png</iconset>
870 </property>
871 <property name="iconSize">
872 <size>
873 <width>16</width>
874 <height>16</height>
875 </size>
876 </property>
877 <property name="checkable">
878 <bool>true</bool>
879 </property>
880 <property name="flat">
881 <bool>true</bool>
882 </property>
883 </widget>
884 </item>
885 <item row="1" column="5">
886 <widget class="QLabel" name="fStatusFTMLabel">
887 <property name="text">
888 <string>Offline</string>
889 </property>
890 </widget>
891 </item>
892 <item row="1" column="4">
893 <widget class="QPushButton" name="fStatusFTMLed_3">
894 <property name="enabled">
895 <bool>false</bool>
896 </property>
897 <property name="sizePolicy">
898 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
899 <horstretch>0</horstretch>
900 <verstretch>0</verstretch>
901 </sizepolicy>
902 </property>
903 <property name="maximumSize">
904 <size>
905 <width>18</width>
906 <height>16777215</height>
907 </size>
908 </property>
909 <property name="text">
910 <string/>
911 </property>
912 <property name="icon">
913 <iconset>
914 <normaloff>../icons/green circle 1.png</normaloff>
915 <normalon>../icons/green circle 1.png</normalon>
916 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/green circle 1.png</iconset>
917 </property>
918 <property name="iconSize">
919 <size>
920 <width>16</width>
921 <height>16</height>
922 </size>
923 </property>
924 <property name="checkable">
925 <bool>true</bool>
926 </property>
927 <property name="flat">
928 <bool>true</bool>
929 </property>
930 </widget>
931 </item>
932 <item row="1" column="3">
933 <widget class="QPushButton" name="fStatusFTMLed_2">
934 <property name="enabled">
935 <bool>false</bool>
936 </property>
937 <property name="sizePolicy">
938 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
939 <horstretch>0</horstretch>
940 <verstretch>0</verstretch>
941 </sizepolicy>
942 </property>
943 <property name="maximumSize">
944 <size>
945 <width>18</width>
946 <height>16777215</height>
947 </size>
948 </property>
949 <property name="text">
950 <string/>
951 </property>
952 <property name="icon">
953 <iconset>
954 <normaloff>../icons/yellow circle 1.png</normaloff>
955 <normalon>../icons/green circle 1.png</normalon>
956 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/yellow circle 1.png</iconset>
957 </property>
958 <property name="iconSize">
959 <size>
960 <width>16</width>
961 <height>16</height>
962 </size>
963 </property>
964 <property name="checkable">
965 <bool>true</bool>
966 </property>
967 <property name="flat">
968 <bool>true</bool>
969 </property>
970 </widget>
971 </item>
972 <item row="1" column="2">
973 <widget class="QPushButton" name="fStatusFTMLed_1">
974 <property name="enabled">
975 <bool>false</bool>
976 </property>
977 <property name="sizePolicy">
978 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
979 <horstretch>0</horstretch>
980 <verstretch>0</verstretch>
981 </sizepolicy>
982 </property>
983 <property name="maximumSize">
984 <size>
985 <width>18</width>
986 <height>16777215</height>
987 </size>
988 </property>
989 <property name="text">
990 <string/>
991 </property>
992 <property name="icon">
993 <iconset>
994 <normaloff>../icons/red circle 1.png</normaloff>
995 <normalon>../icons/green circle 1.png</normalon>
996 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/red circle 1.png</iconset>
997 </property>
998 <property name="iconSize">
999 <size>
1000 <width>16</width>
1001 <height>16</height>
1002 </size>
1003 </property>
1004 <property name="checkable">
1005 <bool>true</bool>
1006 </property>
1007 <property name="flat">
1008 <bool>true</bool>
1009 </property>
1010 </widget>
1011 </item>
1012 <item row="1" column="1">
1013 <widget class="QCheckBox" name="fStatusFTMEnable">
1014 <property name="sizePolicy">
1015 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1016 <horstretch>0</horstretch>
1017 <verstretch>0</verstretch>
1018 </sizepolicy>
1019 </property>
1020 <property name="maximumSize">
1021 <size>
1022 <width>20</width>
1023 <height>16777215</height>
1024 </size>
1025 </property>
1026 <property name="text">
1027 <string/>
1028 </property>
1029 <property name="checked">
1030 <bool>true</bool>
1031 </property>
1032 </widget>
1033 </item>
1034 <item row="1" column="0">
1035 <widget class="QLabel" name="fStatusFTM">
1036 <property name="sizePolicy">
1037 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1038 <horstretch>0</horstretch>
1039 <verstretch>0</verstretch>
1040 </sizepolicy>
1041 </property>
1042 <property name="toolTip">
1043 <string>Trigger Master</string>
1044 </property>
1045 <property name="text">
1046 <string>FTM</string>
1047 </property>
1048 </widget>
1049 </item>
1050 <item row="0" column="0">
1051 <widget class="QLabel" name="fStatusDNS">
1052 <property name="sizePolicy">
1053 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1054 <horstretch>0</horstretch>
1055 <verstretch>0</verstretch>
1056 </sizepolicy>
1057 </property>
1058 <property name="toolTip">
1059 <string>DIM Domain Name Servcer (DNS)</string>
1060 </property>
1061 <property name="text">
1062 <string>DNS</string>
1063 </property>
1064 </widget>
1065 </item>
1066 <item row="2" column="5">
1067 <widget class="QLabel" name="fStatusFADLabel">
1068 <property name="text">
1069 <string>Offline</string>
1070 </property>
1071 </widget>
1072 </item>
1073 <item row="2" column="4">
1074 <widget class="QPushButton" name="fStatusFADLed_3">
1075 <property name="enabled">
1076 <bool>false</bool>
1077 </property>
1078 <property name="sizePolicy">
1079 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1080 <horstretch>0</horstretch>
1081 <verstretch>0</verstretch>
1082 </sizepolicy>
1083 </property>
1084 <property name="maximumSize">
1085 <size>
1086 <width>18</width>
1087 <height>16777215</height>
1088 </size>
1089 </property>
1090 <property name="text">
1091 <string/>
1092 </property>
1093 <property name="icon">
1094 <iconset>
1095 <normaloff>../icons/green circle 1.png</normaloff>
1096 <normalon>../icons/green circle 1.png</normalon>
1097 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/green circle 1.png</iconset>
1098 </property>
1099 <property name="iconSize">
1100 <size>
1101 <width>16</width>
1102 <height>16</height>
1103 </size>
1104 </property>
1105 <property name="checkable">
1106 <bool>true</bool>
1107 </property>
1108 <property name="flat">
1109 <bool>true</bool>
1110 </property>
1111 </widget>
1112 </item>
1113 <item row="2" column="3">
1114 <widget class="QPushButton" name="fStatusFADLed_2">
1115 <property name="enabled">
1116 <bool>false</bool>
1117 </property>
1118 <property name="sizePolicy">
1119 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1120 <horstretch>0</horstretch>
1121 <verstretch>0</verstretch>
1122 </sizepolicy>
1123 </property>
1124 <property name="maximumSize">
1125 <size>
1126 <width>18</width>
1127 <height>16777215</height>
1128 </size>
1129 </property>
1130 <property name="text">
1131 <string/>
1132 </property>
1133 <property name="icon">
1134 <iconset>
1135 <normaloff>../icons/yellow circle 1.png</normaloff>
1136 <normalon>../icons/green circle 1.png</normalon>
1137 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/yellow circle 1.png</iconset>
1138 </property>
1139 <property name="iconSize">
1140 <size>
1141 <width>16</width>
1142 <height>16</height>
1143 </size>
1144 </property>
1145 <property name="checkable">
1146 <bool>true</bool>
1147 </property>
1148 <property name="flat">
1149 <bool>true</bool>
1150 </property>
1151 </widget>
1152 </item>
1153 <item row="2" column="2">
1154 <widget class="QPushButton" name="fStatusFADLed_1">
1155 <property name="enabled">
1156 <bool>false</bool>
1157 </property>
1158 <property name="sizePolicy">
1159 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1160 <horstretch>0</horstretch>
1161 <verstretch>0</verstretch>
1162 </sizepolicy>
1163 </property>
1164 <property name="maximumSize">
1165 <size>
1166 <width>18</width>
1167 <height>16777215</height>
1168 </size>
1169 </property>
1170 <property name="text">
1171 <string/>
1172 </property>
1173 <property name="icon">
1174 <iconset>
1175 <normaloff>../icons/red circle 1.png</normaloff>
1176 <normalon>../icons/green circle 1.png</normalon>
1177 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/red circle 1.png</iconset>
1178 </property>
1179 <property name="iconSize">
1180 <size>
1181 <width>16</width>
1182 <height>16</height>
1183 </size>
1184 </property>
1185 <property name="checkable">
1186 <bool>true</bool>
1187 </property>
1188 <property name="flat">
1189 <bool>true</bool>
1190 </property>
1191 </widget>
1192 </item>
1193 <item row="2" column="1">
1194 <widget class="QCheckBox" name="fStatusFADEnable">
1195 <property name="sizePolicy">
1196 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1197 <horstretch>0</horstretch>
1198 <verstretch>0</verstretch>
1199 </sizepolicy>
1200 </property>
1201 <property name="maximumSize">
1202 <size>
1203 <width>20</width>
1204 <height>16777215</height>
1205 </size>
1206 </property>
1207 <property name="text">
1208 <string/>
1209 </property>
1210 <property name="checked">
1211 <bool>true</bool>
1212 </property>
1213 </widget>
1214 </item>
1215 <item row="2" column="0">
1216 <widget class="QLabel" name="fStatusFAD">
1217 <property name="sizePolicy">
1218 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1219 <horstretch>0</horstretch>
1220 <verstretch>0</verstretch>
1221 </sizepolicy>
1222 </property>
1223 <property name="toolTip">
1224 <string>Data acquisition (DRS4 readou)</string>
1225 </property>
1226 <property name="text">
1227 <string>FAD</string>
1228 </property>
1229 </widget>
1230 </item>
1231 <item row="4" column="5">
1232 <widget class="QLabel" name="fStatusChatLabel">
1233 <property name="text">
1234 <string>Offline</string>
1235 </property>
1236 </widget>
1237 </item>
1238 <item row="4" column="4">
1239 <widget class="QPushButton" name="fStatusChatLed_3">
1240 <property name="enabled">
1241 <bool>false</bool>
1242 </property>
1243 <property name="sizePolicy">
1244 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1245 <horstretch>0</horstretch>
1246 <verstretch>0</verstretch>
1247 </sizepolicy>
1248 </property>
1249 <property name="maximumSize">
1250 <size>
1251 <width>18</width>
1252 <height>16777215</height>
1253 </size>
1254 </property>
1255 <property name="text">
1256 <string/>
1257 </property>
1258 <property name="icon">
1259 <iconset>
1260 <normaloff>../icons/green circle 1.png</normaloff>
1261 <normalon>../icons/green circle 1.png</normalon>
1262 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/green circle 1.png</iconset>
1263 </property>
1264 <property name="iconSize">
1265 <size>
1266 <width>16</width>
1267 <height>16</height>
1268 </size>
1269 </property>
1270 <property name="checkable">
1271 <bool>true</bool>
1272 </property>
1273 <property name="flat">
1274 <bool>true</bool>
1275 </property>
1276 </widget>
1277 </item>
1278 <item row="4" column="1">
1279 <widget class="QCheckBox" name="fStatusChatEnable">
1280 <property name="sizePolicy">
1281 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1282 <horstretch>0</horstretch>
1283 <verstretch>0</verstretch>
1284 </sizepolicy>
1285 </property>
1286 <property name="maximumSize">
1287 <size>
1288 <width>20</width>
1289 <height>16777215</height>
1290 </size>
1291 </property>
1292 <property name="text">
1293 <string/>
1294 </property>
1295 <property name="checked">
1296 <bool>true</bool>
1297 </property>
1298 </widget>
1299 </item>
1300 <item row="4" column="0">
1301 <widget class="QLabel" name="fStatusChat">
1302 <property name="sizePolicy">
1303 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1304 <horstretch>0</horstretch>
1305 <verstretch>0</verstretch>
1306 </sizepolicy>
1307 </property>
1308 <property name="toolTip">
1309 <string>Chat server</string>
1310 </property>
1311 <property name="text">
1312 <string>Chat</string>
1313 </property>
1314 </widget>
1315 </item>
1316 <item row="3" column="0">
1317 <widget class="QLabel" name="fStatusLogger">
1318 <property name="sizePolicy">
1319 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1320 <horstretch>0</horstretch>
1321 <verstretch>0</verstretch>
1322 </sizepolicy>
1323 </property>
1324 <property name="toolTip">
1325 <string>Data Logger (writes slow control files)</string>
1326 </property>
1327 <property name="text">
1328 <string>Logger</string>
1329 </property>
1330 </widget>
1331 </item>
1332 <item row="3" column="1">
1333 <widget class="QCheckBox" name="fStatusLoggerEnable">
1334 <property name="sizePolicy">
1335 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1336 <horstretch>0</horstretch>
1337 <verstretch>0</verstretch>
1338 </sizepolicy>
1339 </property>
1340 <property name="maximumSize">
1341 <size>
1342 <width>20</width>
1343 <height>16777215</height>
1344 </size>
1345 </property>
1346 <property name="text">
1347 <string/>
1348 </property>
1349 <property name="checked">
1350 <bool>true</bool>
1351 </property>
1352 </widget>
1353 </item>
1354 <item row="3" column="2">
1355 <widget class="QPushButton" name="fStatusLoggerLed_1">
1356 <property name="enabled">
1357 <bool>false</bool>
1358 </property>
1359 <property name="sizePolicy">
1360 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1361 <horstretch>0</horstretch>
1362 <verstretch>0</verstretch>
1363 </sizepolicy>
1364 </property>
1365 <property name="maximumSize">
1366 <size>
1367 <width>18</width>
1368 <height>16777215</height>
1369 </size>
1370 </property>
1371 <property name="text">
1372 <string/>
1373 </property>
1374 <property name="icon">
1375 <iconset>
1376 <normaloff>../icons/red circle 1.png</normaloff>
1377 <normalon>../icons/green circle 1.png</normalon>
1378 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/red circle 1.png</iconset>
1379 </property>
1380 <property name="iconSize">
1381 <size>
1382 <width>16</width>
1383 <height>16</height>
1384 </size>
1385 </property>
1386 <property name="checkable">
1387 <bool>true</bool>
1388 </property>
1389 <property name="flat">
1390 <bool>true</bool>
1391 </property>
1392 </widget>
1393 </item>
1394 <item row="3" column="3">
1395 <widget class="QPushButton" name="fStatusLoggerLed_2">
1396 <property name="enabled">
1397 <bool>false</bool>
1398 </property>
1399 <property name="sizePolicy">
1400 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1401 <horstretch>0</horstretch>
1402 <verstretch>0</verstretch>
1403 </sizepolicy>
1404 </property>
1405 <property name="maximumSize">
1406 <size>
1407 <width>18</width>
1408 <height>16777215</height>
1409 </size>
1410 </property>
1411 <property name="text">
1412 <string/>
1413 </property>
1414 <property name="icon">
1415 <iconset>
1416 <normaloff>../icons/yellow circle 1.png</normaloff>
1417 <normalon>../icons/green circle 1.png</normalon>
1418 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/yellow circle 1.png</iconset>
1419 </property>
1420 <property name="iconSize">
1421 <size>
1422 <width>16</width>
1423 <height>16</height>
1424 </size>
1425 </property>
1426 <property name="checkable">
1427 <bool>true</bool>
1428 </property>
1429 <property name="flat">
1430 <bool>true</bool>
1431 </property>
1432 </widget>
1433 </item>
1434 <item row="3" column="4">
1435 <widget class="QPushButton" name="fStatusLoggerLed_3">
1436 <property name="enabled">
1437 <bool>false</bool>
1438 </property>
1439 <property name="sizePolicy">
1440 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1441 <horstretch>0</horstretch>
1442 <verstretch>0</verstretch>
1443 </sizepolicy>
1444 </property>
1445 <property name="maximumSize">
1446 <size>
1447 <width>18</width>
1448 <height>16777215</height>
1449 </size>
1450 </property>
1451 <property name="text">
1452 <string/>
1453 </property>
1454 <property name="icon">
1455 <iconset>
1456 <normaloff>../icons/green circle 1.png</normaloff>
1457 <normalon>../icons/green circle 1.png</normalon>
1458 <disabledoff>../icons/gray circle 1.png</disabledoff>../icons/green circle 1.png</iconset>
1459 </property>
1460 <property name="iconSize">
1461 <size>
1462 <width>16</width>
1463 <height>16</height>
1464 </size>
1465 </property>
1466 <property name="checkable">
1467 <bool>true</bool>
1468 </property>
1469 <property name="flat">
1470 <bool>true</bool>
1471 </property>
1472 </widget>
1473 </item>
1474 <item row="3" column="5">
1475 <widget class="QLabel" name="fStatusLoggerLabel">
1476 <property name="text">
1477 <string>Offline</string>
1478 </property>
1479 </widget>
1480 </item>
1481 </layout>
1482 </item>
1483 <item>
1484 <widget class="QPushButton" name="fShutdown">
1485 <property name="text">
1486 <string>Shutdown Network</string>
1487 </property>
1488 <property name="icon">
1489 <iconset>
1490 <normalon>../icons/warning 1.png</normalon>
1491 </iconset>
1492 </property>
1493 </widget>
1494 </item>
1495 <item>
1496 <widget class="QPushButton" name="fShutdownAll">
1497 <property name="text">
1498 <string>Shutdown Network + DNS</string>
1499 </property>
1500 <property name="icon">
1501 <iconset>
1502 <normalon>../icons/warning 1.png</normalon>
1503 </iconset>
1504 </property>
1505 </widget>
1506 </item>
1507 </layout>
1508 </widget>
1509 </widget>
1510 <action name="fMenuLogSaveAs">
1511 <property name="text">
1512 <string>Save as...</string>
1513 </property>
1514 </action>
1515 <action name="actionTest">
1516 <property name="text">
1517 <string>Test</string>
1518 </property>
1519 </action>
1520 </widget>
1521 <resources/>
1522 <connections>
1523 <connection>
1524 <sender>fTextClear</sender>
1525 <signal>clicked()</signal>
1526 <receiver>fTextEdit</receiver>
1527 <slot>clear()</slot>
1528 <hints>
1529 <hint type="sourcelabel">
1530 <x>874</x>
1531 <y>534</y>
1532 </hint>
1533 <hint type="destinationlabel">
1534 <x>772</x>
1535 <y>573</y>
1536 </hint>
1537 </hints>
1538 </connection>
1539 <connection>
1540 <sender>fLogClear</sender>
1541 <signal>clicked()</signal>
1542 <receiver>fLogText</receiver>
1543 <slot>clear()</slot>
1544 <hints>
1545 <hint type="sourcelabel">
1546 <x>907</x>
1547 <y>109</y>
1548 </hint>
1549 <hint type="destinationlabel">
1550 <x>631</x>
1551 <y>122</y>
1552 </hint>
1553 </hints>
1554 </connection>
1555 <connection>
1556 <sender>fTextFontPlus</sender>
1557 <signal>clicked()</signal>
1558 <receiver>fTextEdit</receiver>
1559 <slot>zoomIn()</slot>
1560 <hints>
1561 <hint type="sourcelabel">
1562 <x>967</x>
1563 <y>536</y>
1564 </hint>
1565 <hint type="destinationlabel">
1566 <x>936</x>
1567 <y>558</y>
1568 </hint>
1569 </hints>
1570 </connection>
1571 <connection>
1572 <sender>fTextFontMinus</sender>
1573 <signal>clicked()</signal>
1574 <receiver>fTextEdit</receiver>
1575 <slot>zoomOut()</slot>
1576 <hints>
1577 <hint type="sourcelabel">
1578 <x>1009</x>
1579 <y>526</y>
1580 </hint>
1581 <hint type="destinationlabel">
1582 <x>924</x>
1583 <y>557</y>
1584 </hint>
1585 </hints>
1586 </connection>
1587 <connection>
1588 <sender>fLogFontPlus</sender>
1589 <signal>clicked()</signal>
1590 <receiver>fLogText</receiver>
1591 <slot>zoomIn()</slot>
1592 <hints>
1593 <hint type="sourcelabel">
1594 <x>968</x>
1595 <y>109</y>
1596 </hint>
1597 <hint type="destinationlabel">
1598 <x>640</x>
1599 <y>181</y>
1600 </hint>
1601 </hints>
1602 </connection>
1603 <connection>
1604 <sender>fLogFontMinus</sender>
1605 <signal>clicked()</signal>
1606 <receiver>fLogText</receiver>
1607 <slot>zoomOut()</slot>
1608 <hints>
1609 <hint type="sourcelabel">
1610 <x>1003</x>
1611 <y>109</y>
1612 </hint>
1613 <hint type="destinationlabel">
1614 <x>640</x>
1615 <y>181</y>
1616 </hint>
1617 </hints>
1618 </connection>
1619 <connection>
1620 <sender>fChatMessage</sender>
1621 <signal>returnPressed()</signal>
1622 <receiver>fChatSend</receiver>
1623 <slot>animateClick()</slot>
1624 <hints>
1625 <hint type="sourcelabel">
1626 <x>786</x>
1627 <y>459</y>
1628 </hint>
1629 <hint type="destinationlabel">
1630 <x>1003</x>
1631 <y>463</y>
1632 </hint>
1633 </hints>
1634 </connection>
1635 <connection>
1636 <sender>fChatClear</sender>
1637 <signal>clicked()</signal>
1638 <receiver>fChatText</receiver>
1639 <slot>clear()</slot>
1640 <hints>
1641 <hint type="sourcelabel">
1642 <x>907</x>
1643 <y>105</y>
1644 </hint>
1645 <hint type="destinationlabel">
1646 <x>640</x>
1647 <y>177</y>
1648 </hint>
1649 </hints>
1650 </connection>
1651 <connection>
1652 <sender>fChatFontPlus</sender>
1653 <signal>clicked()</signal>
1654 <receiver>fChatText</receiver>
1655 <slot>zoomIn()</slot>
1656 <hints>
1657 <hint type="sourcelabel">
1658 <x>968</x>
1659 <y>105</y>
1660 </hint>
1661 <hint type="destinationlabel">
1662 <x>640</x>
1663 <y>177</y>
1664 </hint>
1665 </hints>
1666 </connection>
1667 <connection>
1668 <sender>fChatFontMinus</sender>
1669 <signal>clicked()</signal>
1670 <receiver>fChatText</receiver>
1671 <slot>zoomOut()</slot>
1672 <hints>
1673 <hint type="sourcelabel">
1674 <x>1003</x>
1675 <y>105</y>
1676 </hint>
1677 <hint type="destinationlabel">
1678 <x>640</x>
1679 <y>177</y>
1680 </hint>
1681 </hints>
1682 </connection>
1683 <connection>
1684 <sender>fDimCmdServers</sender>
1685 <signal>activated(QModelIndex)</signal>
1686 <receiver>fDimCmdCommands</receiver>
1687 <slot>setRootIndex(QModelIndex)</slot>
1688 <hints>
1689 <hint type="sourcelabel">
1690 <x>358</x>
1691 <y>369</y>
1692 </hint>
1693 <hint type="destinationlabel">
1694 <x>607</x>
1695 <y>433</y>
1696 </hint>
1697 </hints>
1698 </connection>
1699 <connection>
1700 <sender>fDimCmdCommands</sender>
1701 <signal>activated(QModelIndex)</signal>
1702 <receiver>fDimCmdDescription</receiver>
1703 <slot>setRootIndex(QModelIndex)</slot>
1704 <hints>
1705 <hint type="sourcelabel">
1706 <x>607</x>
1707 <y>358</y>
1708 </hint>
1709 <hint type="destinationlabel">
1710 <x>793</x>
1711 <y>391</y>
1712 </hint>
1713 </hints>
1714 </connection>
1715 <connection>
1716 <sender>fDimCmdLineEdit</sender>
1717 <signal>returnPressed()</signal>
1718 <receiver>fDimCmdSend</receiver>
1719 <slot>animateClick()</slot>
1720 <hints>
1721 <hint type="sourcelabel">
1722 <x>946</x>
1723 <y>462</y>
1724 </hint>
1725 <hint type="destinationlabel">
1726 <x>1003</x>
1727 <y>463</y>
1728 </hint>
1729 </hints>
1730 </connection>
1731 <connection>
1732 <sender>fDimCmdServers</sender>
1733 <signal>clicked(QModelIndex)</signal>
1734 <receiver>fDimCmdCommands</receiver>
1735 <slot>setRootIndex(QModelIndex)</slot>
1736 <hints>
1737 <hint type="sourcelabel">
1738 <x>358</x>
1739 <y>178</y>
1740 </hint>
1741 <hint type="destinationlabel">
1742 <x>607</x>
1743 <y>243</y>
1744 </hint>
1745 </hints>
1746 </connection>
1747 <connection>
1748 <sender>fDimCmdCommands</sender>
1749 <signal>clicked(QModelIndex)</signal>
1750 <receiver>fDimCmdDescription</receiver>
1751 <slot>setRootIndex(QModelIndex)</slot>
1752 <hints>
1753 <hint type="sourcelabel">
1754 <x>607</x>
1755 <y>298</y>
1756 </hint>
1757 <hint type="destinationlabel">
1758 <x>801</x>
1759 <y>224</y>
1760 </hint>
1761 </hints>
1762 </connection>
1763 <connection>
1764 <sender>fDimSvcServers</sender>
1765 <signal>clicked(QModelIndex)</signal>
1766 <receiver>fDimSvcServices</receiver>
1767 <slot>setRootIndex(QModelIndex)</slot>
1768 <hints>
1769 <hint type="sourcelabel">
1770 <x>358</x>
1771 <y>255</y>
1772 </hint>
1773 <hint type="destinationlabel">
1774 <x>607</x>
1775 <y>256</y>
1776 </hint>
1777 </hints>
1778 </connection>
1779 <connection>
1780 <sender>fDimSvcServices</sender>
1781 <signal>clicked(QModelIndex)</signal>
1782 <receiver>fDimSvcDescription</receiver>
1783 <slot>setRootIndex(QModelIndex)</slot>
1784 <hints>
1785 <hint type="sourcelabel">
1786 <x>607</x>
1787 <y>252</y>
1788 </hint>
1789 <hint type="destinationlabel">
1790 <x>785</x>
1791 <y>170</y>
1792 </hint>
1793 </hints>
1794 </connection>
1795 <connection>
1796 <sender>fDimSvcServers</sender>
1797 <signal>activated(QModelIndex)</signal>
1798 <receiver>fDimSvcServices</receiver>
1799 <slot>setRootIndex(QModelIndex)</slot>
1800 <hints>
1801 <hint type="sourcelabel">
1802 <x>358</x>
1803 <y>270</y>
1804 </hint>
1805 <hint type="destinationlabel">
1806 <x>607</x>
1807 <y>270</y>
1808 </hint>
1809 </hints>
1810 </connection>
1811 <connection>
1812 <sender>fDimSvcServices</sender>
1813 <signal>activated(QModelIndex)</signal>
1814 <receiver>fDimSvcDescription</receiver>
1815 <slot>setRootIndex(QModelIndex)</slot>
1816 <hints>
1817 <hint type="sourcelabel">
1818 <x>607</x>
1819 <y>270</y>
1820 </hint>
1821 <hint type="destinationlabel">
1822 <x>1003</x>
1823 <y>270</y>
1824 </hint>
1825 </hints>
1826 </connection>
1827 </connections>
1828</ui>
Note: See TracBrowser for help on using the repository browser.