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

Last change on this file since 10411 was 10410, checked in by tbretz, 15 years ago
Moved icons to resource file; some small tiny changes.
File size: 56.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="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>0</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="lineWrapMode">
463 <enum>QTextEdit::NoWrap</enum>
464 </property>
465 <property name="readOnly">
466 <bool>true</bool>
467 </property>
468 <property name="textInteractionFlags">
469 <set>Qt::TextSelectableByMouse</set>
470 </property>
471 </widget>
472 </item>
473 <item row="0" column="1">
474 <widget class="Line" name="line_3">
475 <property name="orientation">
476 <enum>Qt::Vertical</enum>
477 </property>
478 </widget>
479 </item>
480 </layout>
481 </widget>
482 </widget>
483 </item>
484 </layout>
485 </widget>
486 <widget class="QWidget" name="fChatTab">
487 <attribute name="title">
488 <string>Chat</string>
489 </attribute>
490 <layout class="QGridLayout" name="gridLayout_9">
491 <item row="0" column="0">
492 <widget class="QDockWidget" name="fChatDock">
493 <property name="sizePolicy">
494 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
495 <horstretch>0</horstretch>
496 <verstretch>0</verstretch>
497 </sizepolicy>
498 </property>
499 <property name="features">
500 <set>QDockWidget::NoDockWidgetFeatures</set>
501 </property>
502 <property name="windowTitle">
503 <string>Chat Window</string>
504 </property>
505 <widget class="QWidget" name="fChatWidget">
506 <property name="sizePolicy">
507 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
508 <horstretch>0</horstretch>
509 <verstretch>0</verstretch>
510 </sizepolicy>
511 </property>
512 <layout class="QGridLayout" name="gridLayout_8">
513 <item row="0" column="1">
514 <layout class="QHBoxLayout" name="horizontalLayout_3">
515 <property name="topMargin">
516 <number>0</number>
517 </property>
518 <item>
519 <spacer name="horizontalSpacer_5">
520 <property name="orientation">
521 <enum>Qt::Horizontal</enum>
522 </property>
523 <property name="sizeHint" stdset="0">
524 <size>
525 <width>40</width>
526 <height>20</height>
527 </size>
528 </property>
529 </spacer>
530 </item>
531 <item>
532 <widget class="QPushButton" name="fChatClear">
533 <property name="toolTip">
534 <string extracomment="bla bla">Clear the contents of the chat-window.</string>
535 </property>
536 <property name="text">
537 <string>Clear</string>
538 </property>
539 </widget>
540 </item>
541 <item>
542 <spacer name="horizontalSpacer_6">
543 <property name="orientation">
544 <enum>Qt::Horizontal</enum>
545 </property>
546 <property name="sizeType">
547 <enum>QSizePolicy::Fixed</enum>
548 </property>
549 <property name="sizeHint" stdset="0">
550 <size>
551 <width>20</width>
552 <height>20</height>
553 </size>
554 </property>
555 </spacer>
556 </item>
557 <item>
558 <widget class="QPushButton" name="fChatFontPlus">
559 <property name="toolTip">
560 <string>Increase font size of the chat-window.</string>
561 </property>
562 <property name="text">
563 <string>+</string>
564 </property>
565 </widget>
566 </item>
567 <item>
568 <widget class="QPushButton" name="fChatFontMinus">
569 <property name="toolTip">
570 <string>Decrease font size of the chat-window.</string>
571 </property>
572 <property name="text">
573 <string>-</string>
574 </property>
575 </widget>
576 </item>
577 </layout>
578 </item>
579 <item row="1" column="1">
580 <widget class="QTextEdit" name="fChatText">
581 <property name="toolTip">
582 <string/>
583 </property>
584 <property name="frameShape">
585 <enum>QFrame::StyledPanel</enum>
586 </property>
587 <property name="frameShadow">
588 <enum>QFrame::Sunken</enum>
589 </property>
590 <property name="autoFormatting">
591 <set>QTextEdit::AutoNone</set>
592 </property>
593 <property name="documentTitle">
594 <string/>
595 </property>
596 <property name="undoRedoEnabled">
597 <bool>false</bool>
598 </property>
599 <property name="readOnly">
600 <bool>true</bool>
601 </property>
602 <property name="html">
603 <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;
604&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;
605p, li { white-space: pre-wrap; }
606&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
607&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>
608 </property>
609 <property name="textInteractionFlags">
610 <set>Qt::TextSelectableByMouse</set>
611 </property>
612 </widget>
613 </item>
614 <item row="2" column="1">
615 <layout class="QHBoxLayout" name="horizontalLayout_4">
616 <property name="topMargin">
617 <number>0</number>
618 </property>
619 <item>
620 <widget class="QLineEdit" name="fChatMessage">
621 <property name="toolTip">
622 <string>Entry field for a chat message.</string>
623 </property>
624 <property name="frame">
625 <bool>true</bool>
626 </property>
627 <property name="dragEnabled">
628 <bool>false</bool>
629 </property>
630 </widget>
631 </item>
632 <item>
633 <widget class="QPushButton" name="fChatSend">
634 <property name="toolTip">
635 <string>Send a chat message.</string>
636 </property>
637 <property name="text">
638 <string>Send</string>
639 </property>
640 </widget>
641 </item>
642 </layout>
643 </item>
644 </layout>
645 </widget>
646 </widget>
647 </item>
648 </layout>
649 </widget>
650 </widget>
651 </item>
652 </layout>
653 </widget>
654 <widget class="QMenuBar" name="fMenuBar">
655 <property name="geometry">
656 <rect>
657 <x>0</x>
658 <y>0</y>
659 <width>1024</width>
660 <height>21</height>
661 </rect>
662 </property>
663 <widget class="QMenu" name="fMenuLog">
664 <property name="title">
665 <string>Log</string>
666 </property>
667 <addaction name="fMenuLogSaveAs"/>
668 </widget>
669 <widget class="QMenu" name="menuFile">
670 <property name="title">
671 <string>File</string>
672 </property>
673 <addaction name="actionTest"/>
674 </widget>
675 <addaction name="fMenuLog"/>
676 <addaction name="menuFile"/>
677 </widget>
678 <widget class="QStatusBar" name="fStatusBar">
679 <property name="statusTip">
680 <string/>
681 </property>
682 <property name="whatsThis">
683 <string/>
684 </property>
685 </widget>
686 <widget class="QDockWidget" name="dockWidget_2">
687 <property name="sizePolicy">
688 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
689 <horstretch>0</horstretch>
690 <verstretch>0</verstretch>
691 </sizepolicy>
692 </property>
693 <property name="minimumSize">
694 <size>
695 <width>309</width>
696 <height>260</height>
697 </size>
698 </property>
699 <property name="features">
700 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
701 </property>
702 <property name="allowedAreas">
703 <set>Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea</set>
704 </property>
705 <attribute name="dockWidgetArea">
706 <number>8</number>
707 </attribute>
708 <widget class="QWidget" name="dockWidgetContents_2">
709 <property name="sizePolicy">
710 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
711 <horstretch>0</horstretch>
712 <verstretch>0</verstretch>
713 </sizepolicy>
714 </property>
715 <layout class="QVBoxLayout" name="verticalLayout_3">
716 <item>
717 <layout class="QVBoxLayout" name="verticalLayout_2">
718 <item>
719 <layout class="QHBoxLayout" name="horizontalLayout">
720 <property name="sizeConstraint">
721 <enum>QLayout::SetDefaultConstraint</enum>
722 </property>
723 <property name="topMargin">
724 <number>0</number>
725 </property>
726 <item>
727 <widget class="QLabel" name="label">
728 <property name="text">
729 <string>Warnings and Errors</string>
730 </property>
731 </widget>
732 </item>
733 <item>
734 <spacer name="horizontalSpacer">
735 <property name="orientation">
736 <enum>Qt::Horizontal</enum>
737 </property>
738 <property name="sizeHint" stdset="0">
739 <size>
740 <width>40</width>
741 <height>20</height>
742 </size>
743 </property>
744 </spacer>
745 </item>
746 <item>
747 <widget class="QPushButton" name="fTextClear">
748 <property name="toolTip">
749 <string>Clear contents of the error message window.</string>
750 </property>
751 <property name="text">
752 <string>Clear</string>
753 </property>
754 </widget>
755 </item>
756 <item>
757 <spacer name="horizontalSpacer_4">
758 <property name="orientation">
759 <enum>Qt::Horizontal</enum>
760 </property>
761 <property name="sizeType">
762 <enum>QSizePolicy::Fixed</enum>
763 </property>
764 <property name="sizeHint" stdset="0">
765 <size>
766 <width>20</width>
767 <height>20</height>
768 </size>
769 </property>
770 </spacer>
771 </item>
772 <item>
773 <widget class="QPushButton" name="fTextFontPlus">
774 <property name="toolTip">
775 <string>Increase font size of the error message window.</string>
776 </property>
777 <property name="text">
778 <string>+</string>
779 </property>
780 </widget>
781 </item>
782 <item>
783 <widget class="QPushButton" name="fTextFontMinus">
784 <property name="toolTip">
785 <string>Decrease font size of the error message window.</string>
786 </property>
787 <property name="text">
788 <string>-</string>
789 </property>
790 </widget>
791 </item>
792 </layout>
793 </item>
794 <item>
795 <widget class="QTextEdit" name="fTextEdit">
796 <property name="sizePolicy">
797 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
798 <horstretch>0</horstretch>
799 <verstretch>0</verstretch>
800 </sizepolicy>
801 </property>
802 <property name="undoRedoEnabled">
803 <bool>false</bool>
804 </property>
805 <property name="readOnly">
806 <bool>true</bool>
807 </property>
808 </widget>
809 </item>
810 </layout>
811 </item>
812 </layout>
813 </widget>
814 </widget>
815 <widget class="QDockWidget" name="fStatusDock">
816 <property name="sizePolicy">
817 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
818 <horstretch>0</horstretch>
819 <verstretch>0</verstretch>
820 </sizepolicy>
821 </property>
822 <property name="minimumSize">
823 <size>
824 <width>223</width>
825 <height>237</height>
826 </size>
827 </property>
828 <property name="features">
829 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
830 </property>
831 <property name="allowedAreas">
832 <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
833 </property>
834 <attribute name="dockWidgetArea">
835 <number>1</number>
836 </attribute>
837 <widget class="QWidget" name="fStatusContent">
838 <layout class="QVBoxLayout" name="verticalLayout">
839 <item>
840 <layout class="QGridLayout" name="gridLayout_11">
841 <item row="0" column="5">
842 <widget class="QLabel" name="fStatusDNSLabel">
843 <property name="text">
844 <string>Offline</string>
845 </property>
846 </widget>
847 </item>
848 <item row="0" column="4">
849 <widget class="QPushButton" name="fStatusDNSLed_3">
850 <property name="enabled">
851 <bool>false</bool>
852 </property>
853 <property name="sizePolicy">
854 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
855 <horstretch>0</horstretch>
856 <verstretch>0</verstretch>
857 </sizepolicy>
858 </property>
859 <property name="maximumSize">
860 <size>
861 <width>18</width>
862 <height>16777215</height>
863 </size>
864 </property>
865 <property name="text">
866 <string/>
867 </property>
868 <property name="icon">
869 <iconset>
870 <normaloff>:/Resources/icons/green circle 1.png</normaloff>
871 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/green circle 1.png</iconset>
872 </property>
873 <property name="iconSize">
874 <size>
875 <width>16</width>
876 <height>16</height>
877 </size>
878 </property>
879 <property name="checkable">
880 <bool>true</bool>
881 </property>
882 <property name="flat">
883 <bool>true</bool>
884 </property>
885 </widget>
886 </item>
887 <item row="1" column="5">
888 <widget class="QLabel" name="fStatusFTMLabel">
889 <property name="text">
890 <string>Offline</string>
891 </property>
892 </widget>
893 </item>
894 <item row="1" column="4">
895 <widget class="QPushButton" name="fStatusFTMLed_3">
896 <property name="enabled">
897 <bool>false</bool>
898 </property>
899 <property name="sizePolicy">
900 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
901 <horstretch>0</horstretch>
902 <verstretch>0</verstretch>
903 </sizepolicy>
904 </property>
905 <property name="maximumSize">
906 <size>
907 <width>18</width>
908 <height>16777215</height>
909 </size>
910 </property>
911 <property name="text">
912 <string/>
913 </property>
914 <property name="icon">
915 <iconset>
916 <normaloff>:/Resources/icons/green circle 1.png</normaloff>
917 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/green circle 1.png</iconset>
918 </property>
919 <property name="iconSize">
920 <size>
921 <width>16</width>
922 <height>16</height>
923 </size>
924 </property>
925 <property name="checkable">
926 <bool>true</bool>
927 </property>
928 <property name="flat">
929 <bool>true</bool>
930 </property>
931 </widget>
932 </item>
933 <item row="1" column="3">
934 <widget class="QPushButton" name="fStatusFTMLed_2">
935 <property name="enabled">
936 <bool>false</bool>
937 </property>
938 <property name="sizePolicy">
939 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
940 <horstretch>0</horstretch>
941 <verstretch>0</verstretch>
942 </sizepolicy>
943 </property>
944 <property name="maximumSize">
945 <size>
946 <width>18</width>
947 <height>16777215</height>
948 </size>
949 </property>
950 <property name="text">
951 <string/>
952 </property>
953 <property name="icon">
954 <iconset>
955 <normaloff>:/Resources/icons/orange circle 1.png</normaloff>
956 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>
957 <disabledon>:/Resources/icons/gray circle 1.png</disabledon>:/Resources/icons/orange circle 1.png</iconset>
958 </property>
959 <property name="iconSize">
960 <size>
961 <width>16</width>
962 <height>16</height>
963 </size>
964 </property>
965 <property name="checkable">
966 <bool>true</bool>
967 </property>
968 <property name="flat">
969 <bool>true</bool>
970 </property>
971 </widget>
972 </item>
973 <item row="1" column="2">
974 <widget class="QPushButton" name="fStatusFTMLed_1">
975 <property name="enabled">
976 <bool>false</bool>
977 </property>
978 <property name="sizePolicy">
979 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
980 <horstretch>0</horstretch>
981 <verstretch>0</verstretch>
982 </sizepolicy>
983 </property>
984 <property name="maximumSize">
985 <size>
986 <width>18</width>
987 <height>16777215</height>
988 </size>
989 </property>
990 <property name="text">
991 <string/>
992 </property>
993 <property name="icon">
994 <iconset>
995 <normaloff>:/Resources/icons/red circle 1.png</normaloff>
996 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/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>:/Resources/icons/green circle 1.png</normaloff>
1096 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/green circle 1.png</iconset>
1097 </property>
1098 <property name="iconSize">
1099 <size>
1100 <width>16</width>
1101 <height>16</height>
1102 </size>
1103 </property>
1104 <property name="checkable">
1105 <bool>true</bool>
1106 </property>
1107 <property name="flat">
1108 <bool>true</bool>
1109 </property>
1110 </widget>
1111 </item>
1112 <item row="2" column="3">
1113 <widget class="QPushButton" name="fStatusFADLed_2">
1114 <property name="enabled">
1115 <bool>false</bool>
1116 </property>
1117 <property name="sizePolicy">
1118 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1119 <horstretch>0</horstretch>
1120 <verstretch>0</verstretch>
1121 </sizepolicy>
1122 </property>
1123 <property name="maximumSize">
1124 <size>
1125 <width>18</width>
1126 <height>16777215</height>
1127 </size>
1128 </property>
1129 <property name="text">
1130 <string/>
1131 </property>
1132 <property name="icon">
1133 <iconset>
1134 <normaloff>:/Resources/icons/orange circle 1.png</normaloff>
1135 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/orange circle 1.png</iconset>
1136 </property>
1137 <property name="iconSize">
1138 <size>
1139 <width>16</width>
1140 <height>16</height>
1141 </size>
1142 </property>
1143 <property name="checkable">
1144 <bool>true</bool>
1145 </property>
1146 <property name="flat">
1147 <bool>true</bool>
1148 </property>
1149 </widget>
1150 </item>
1151 <item row="2" column="2">
1152 <widget class="QPushButton" name="fStatusFADLed_1">
1153 <property name="enabled">
1154 <bool>false</bool>
1155 </property>
1156 <property name="sizePolicy">
1157 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1158 <horstretch>0</horstretch>
1159 <verstretch>0</verstretch>
1160 </sizepolicy>
1161 </property>
1162 <property name="maximumSize">
1163 <size>
1164 <width>18</width>
1165 <height>16777215</height>
1166 </size>
1167 </property>
1168 <property name="text">
1169 <string/>
1170 </property>
1171 <property name="icon">
1172 <iconset>
1173 <normaloff>:/Resources/icons/red circle 1.png</normaloff>
1174 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/red circle 1.png</iconset>
1175 </property>
1176 <property name="iconSize">
1177 <size>
1178 <width>16</width>
1179 <height>16</height>
1180 </size>
1181 </property>
1182 <property name="checkable">
1183 <bool>true</bool>
1184 </property>
1185 <property name="flat">
1186 <bool>true</bool>
1187 </property>
1188 </widget>
1189 </item>
1190 <item row="2" column="1">
1191 <widget class="QCheckBox" name="fStatusFADEnable">
1192 <property name="sizePolicy">
1193 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1194 <horstretch>0</horstretch>
1195 <verstretch>0</verstretch>
1196 </sizepolicy>
1197 </property>
1198 <property name="maximumSize">
1199 <size>
1200 <width>20</width>
1201 <height>16777215</height>
1202 </size>
1203 </property>
1204 <property name="text">
1205 <string/>
1206 </property>
1207 <property name="checked">
1208 <bool>true</bool>
1209 </property>
1210 </widget>
1211 </item>
1212 <item row="2" column="0">
1213 <widget class="QLabel" name="fStatusFAD">
1214 <property name="sizePolicy">
1215 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1216 <horstretch>0</horstretch>
1217 <verstretch>0</verstretch>
1218 </sizepolicy>
1219 </property>
1220 <property name="toolTip">
1221 <string>Data acquisition (DRS4 readou)</string>
1222 </property>
1223 <property name="text">
1224 <string>FAD</string>
1225 </property>
1226 </widget>
1227 </item>
1228 <item row="4" column="5">
1229 <widget class="QLabel" name="fStatusChatLabel">
1230 <property name="text">
1231 <string>Offline</string>
1232 </property>
1233 </widget>
1234 </item>
1235 <item row="4" column="4">
1236 <widget class="QPushButton" name="fStatusChatLed_3">
1237 <property name="enabled">
1238 <bool>false</bool>
1239 </property>
1240 <property name="sizePolicy">
1241 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1242 <horstretch>0</horstretch>
1243 <verstretch>0</verstretch>
1244 </sizepolicy>
1245 </property>
1246 <property name="maximumSize">
1247 <size>
1248 <width>18</width>
1249 <height>16777215</height>
1250 </size>
1251 </property>
1252 <property name="text">
1253 <string/>
1254 </property>
1255 <property name="icon">
1256 <iconset>
1257 <normaloff>:/Resources/icons/green circle 1.png</normaloff>
1258 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/green circle 1.png</iconset>
1259 </property>
1260 <property name="iconSize">
1261 <size>
1262 <width>16</width>
1263 <height>16</height>
1264 </size>
1265 </property>
1266 <property name="checkable">
1267 <bool>true</bool>
1268 </property>
1269 <property name="flat">
1270 <bool>true</bool>
1271 </property>
1272 </widget>
1273 </item>
1274 <item row="4" column="1">
1275 <widget class="QCheckBox" name="fStatusChatEnable">
1276 <property name="sizePolicy">
1277 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1278 <horstretch>0</horstretch>
1279 <verstretch>0</verstretch>
1280 </sizepolicy>
1281 </property>
1282 <property name="maximumSize">
1283 <size>
1284 <width>20</width>
1285 <height>16777215</height>
1286 </size>
1287 </property>
1288 <property name="text">
1289 <string/>
1290 </property>
1291 <property name="checked">
1292 <bool>true</bool>
1293 </property>
1294 </widget>
1295 </item>
1296 <item row="4" column="0">
1297 <widget class="QLabel" name="fStatusChat">
1298 <property name="sizePolicy">
1299 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1300 <horstretch>0</horstretch>
1301 <verstretch>0</verstretch>
1302 </sizepolicy>
1303 </property>
1304 <property name="toolTip">
1305 <string>Chat server</string>
1306 </property>
1307 <property name="text">
1308 <string>Chat</string>
1309 </property>
1310 </widget>
1311 </item>
1312 <item row="3" column="0">
1313 <widget class="QLabel" name="fStatusLogger">
1314 <property name="sizePolicy">
1315 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
1316 <horstretch>0</horstretch>
1317 <verstretch>0</verstretch>
1318 </sizepolicy>
1319 </property>
1320 <property name="toolTip">
1321 <string>Data Logger (writes slow control files)</string>
1322 </property>
1323 <property name="text">
1324 <string>Logger</string>
1325 </property>
1326 </widget>
1327 </item>
1328 <item row="3" column="1">
1329 <widget class="QCheckBox" name="fStatusLoggerEnable">
1330 <property name="sizePolicy">
1331 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
1332 <horstretch>0</horstretch>
1333 <verstretch>0</verstretch>
1334 </sizepolicy>
1335 </property>
1336 <property name="maximumSize">
1337 <size>
1338 <width>20</width>
1339 <height>16777215</height>
1340 </size>
1341 </property>
1342 <property name="text">
1343 <string/>
1344 </property>
1345 <property name="checked">
1346 <bool>true</bool>
1347 </property>
1348 </widget>
1349 </item>
1350 <item row="3" column="2">
1351 <widget class="QPushButton" name="fStatusLoggerLed_1">
1352 <property name="enabled">
1353 <bool>false</bool>
1354 </property>
1355 <property name="sizePolicy">
1356 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1357 <horstretch>0</horstretch>
1358 <verstretch>0</verstretch>
1359 </sizepolicy>
1360 </property>
1361 <property name="maximumSize">
1362 <size>
1363 <width>18</width>
1364 <height>16777215</height>
1365 </size>
1366 </property>
1367 <property name="text">
1368 <string/>
1369 </property>
1370 <property name="icon">
1371 <iconset>
1372 <normaloff>:/Resources/icons/red circle 1.png</normaloff>
1373 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/red circle 1.png</iconset>
1374 </property>
1375 <property name="iconSize">
1376 <size>
1377 <width>16</width>
1378 <height>16</height>
1379 </size>
1380 </property>
1381 <property name="checkable">
1382 <bool>true</bool>
1383 </property>
1384 <property name="flat">
1385 <bool>true</bool>
1386 </property>
1387 </widget>
1388 </item>
1389 <item row="3" column="3">
1390 <widget class="QPushButton" name="fStatusLoggerLed_2">
1391 <property name="enabled">
1392 <bool>false</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>
1411 <normaloff>:/Resources/icons/orange circle 1.png</normaloff>
1412 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/orange circle 1.png</iconset>
1413 </property>
1414 <property name="iconSize">
1415 <size>
1416 <width>16</width>
1417 <height>16</height>
1418 </size>
1419 </property>
1420 <property name="checkable">
1421 <bool>true</bool>
1422 </property>
1423 <property name="flat">
1424 <bool>true</bool>
1425 </property>
1426 </widget>
1427 </item>
1428 <item row="3" column="4">
1429 <widget class="QPushButton" name="fStatusLoggerLed_3">
1430 <property name="enabled">
1431 <bool>false</bool>
1432 </property>
1433 <property name="sizePolicy">
1434 <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1435 <horstretch>0</horstretch>
1436 <verstretch>0</verstretch>
1437 </sizepolicy>
1438 </property>
1439 <property name="maximumSize">
1440 <size>
1441 <width>18</width>
1442 <height>16777215</height>
1443 </size>
1444 </property>
1445 <property name="text">
1446 <string/>
1447 </property>
1448 <property name="icon">
1449 <iconset>
1450 <normaloff>:/Resources/icons/green circle 1.png</normaloff>
1451 <disabledoff>:/Resources/icons/gray circle 1.png</disabledoff>:/Resources/icons/green circle 1.png</iconset>
1452 </property>
1453 <property name="iconSize">
1454 <size>
1455 <width>16</width>
1456 <height>16</height>
1457 </size>
1458 </property>
1459 <property name="checkable">
1460 <bool>true</bool>
1461 </property>
1462 <property name="flat">
1463 <bool>true</bool>
1464 </property>
1465 </widget>
1466 </item>
1467 <item row="3" column="5">
1468 <widget class="QLabel" name="fStatusLoggerLabel">
1469 <property name="text">
1470 <string>Offline</string>
1471 </property>
1472 </widget>
1473 </item>
1474 </layout>
1475 </item>
1476 <item>
1477 <widget class="QPushButton" name="fShutdown">
1478 <property name="text">
1479 <string>Shutdown Network</string>
1480 </property>
1481 <property name="icon">
1482 <iconset>
1483 <normaloff>:/Resources/icons/warning 1.png</normaloff>:/Resources/icons/warning 1.png</iconset>
1484 </property>
1485 </widget>
1486 </item>
1487 <item>
1488 <widget class="QPushButton" name="fShutdownAll">
1489 <property name="text">
1490 <string>Shutdown Network + DNS</string>
1491 </property>
1492 <property name="icon">
1493 <iconset>
1494 <normaloff>:/Resources/icons/warning 1.png</normaloff>:/Resources/icons/warning 1.png</iconset>
1495 </property>
1496 </widget>
1497 </item>
1498 </layout>
1499 </widget>
1500 </widget>
1501 <action name="fMenuLogSaveAs">
1502 <property name="text">
1503 <string>Save as...</string>
1504 </property>
1505 </action>
1506 <action name="actionTest">
1507 <property name="text">
1508 <string>Test</string>
1509 </property>
1510 </action>
1511 </widget>
1512 <resources>
1513 <include location="design.qrc"/>
1514 </resources>
1515 <connections>
1516 <connection>
1517 <sender>fTextClear</sender>
1518 <signal>clicked()</signal>
1519 <receiver>fTextEdit</receiver>
1520 <slot>clear()</slot>
1521 <hints>
1522 <hint type="sourcelabel">
1523 <x>874</x>
1524 <y>534</y>
1525 </hint>
1526 <hint type="destinationlabel">
1527 <x>772</x>
1528 <y>573</y>
1529 </hint>
1530 </hints>
1531 </connection>
1532 <connection>
1533 <sender>fLogClear</sender>
1534 <signal>clicked()</signal>
1535 <receiver>fLogText</receiver>
1536 <slot>clear()</slot>
1537 <hints>
1538 <hint type="sourcelabel">
1539 <x>907</x>
1540 <y>109</y>
1541 </hint>
1542 <hint type="destinationlabel">
1543 <x>631</x>
1544 <y>122</y>
1545 </hint>
1546 </hints>
1547 </connection>
1548 <connection>
1549 <sender>fTextFontPlus</sender>
1550 <signal>clicked()</signal>
1551 <receiver>fTextEdit</receiver>
1552 <slot>zoomIn()</slot>
1553 <hints>
1554 <hint type="sourcelabel">
1555 <x>967</x>
1556 <y>536</y>
1557 </hint>
1558 <hint type="destinationlabel">
1559 <x>936</x>
1560 <y>558</y>
1561 </hint>
1562 </hints>
1563 </connection>
1564 <connection>
1565 <sender>fTextFontMinus</sender>
1566 <signal>clicked()</signal>
1567 <receiver>fTextEdit</receiver>
1568 <slot>zoomOut()</slot>
1569 <hints>
1570 <hint type="sourcelabel">
1571 <x>1009</x>
1572 <y>526</y>
1573 </hint>
1574 <hint type="destinationlabel">
1575 <x>924</x>
1576 <y>557</y>
1577 </hint>
1578 </hints>
1579 </connection>
1580 <connection>
1581 <sender>fLogFontPlus</sender>
1582 <signal>clicked()</signal>
1583 <receiver>fLogText</receiver>
1584 <slot>zoomIn()</slot>
1585 <hints>
1586 <hint type="sourcelabel">
1587 <x>968</x>
1588 <y>109</y>
1589 </hint>
1590 <hint type="destinationlabel">
1591 <x>640</x>
1592 <y>181</y>
1593 </hint>
1594 </hints>
1595 </connection>
1596 <connection>
1597 <sender>fLogFontMinus</sender>
1598 <signal>clicked()</signal>
1599 <receiver>fLogText</receiver>
1600 <slot>zoomOut()</slot>
1601 <hints>
1602 <hint type="sourcelabel">
1603 <x>1003</x>
1604 <y>109</y>
1605 </hint>
1606 <hint type="destinationlabel">
1607 <x>640</x>
1608 <y>181</y>
1609 </hint>
1610 </hints>
1611 </connection>
1612 <connection>
1613 <sender>fChatMessage</sender>
1614 <signal>returnPressed()</signal>
1615 <receiver>fChatSend</receiver>
1616 <slot>animateClick()</slot>
1617 <hints>
1618 <hint type="sourcelabel">
1619 <x>786</x>
1620 <y>459</y>
1621 </hint>
1622 <hint type="destinationlabel">
1623 <x>1003</x>
1624 <y>463</y>
1625 </hint>
1626 </hints>
1627 </connection>
1628 <connection>
1629 <sender>fChatClear</sender>
1630 <signal>clicked()</signal>
1631 <receiver>fChatText</receiver>
1632 <slot>clear()</slot>
1633 <hints>
1634 <hint type="sourcelabel">
1635 <x>907</x>
1636 <y>105</y>
1637 </hint>
1638 <hint type="destinationlabel">
1639 <x>640</x>
1640 <y>177</y>
1641 </hint>
1642 </hints>
1643 </connection>
1644 <connection>
1645 <sender>fChatFontPlus</sender>
1646 <signal>clicked()</signal>
1647 <receiver>fChatText</receiver>
1648 <slot>zoomIn()</slot>
1649 <hints>
1650 <hint type="sourcelabel">
1651 <x>968</x>
1652 <y>105</y>
1653 </hint>
1654 <hint type="destinationlabel">
1655 <x>640</x>
1656 <y>177</y>
1657 </hint>
1658 </hints>
1659 </connection>
1660 <connection>
1661 <sender>fChatFontMinus</sender>
1662 <signal>clicked()</signal>
1663 <receiver>fChatText</receiver>
1664 <slot>zoomOut()</slot>
1665 <hints>
1666 <hint type="sourcelabel">
1667 <x>1003</x>
1668 <y>105</y>
1669 </hint>
1670 <hint type="destinationlabel">
1671 <x>640</x>
1672 <y>177</y>
1673 </hint>
1674 </hints>
1675 </connection>
1676 <connection>
1677 <sender>fDimCmdServers</sender>
1678 <signal>activated(QModelIndex)</signal>
1679 <receiver>fDimCmdCommands</receiver>
1680 <slot>setRootIndex(QModelIndex)</slot>
1681 <hints>
1682 <hint type="sourcelabel">
1683 <x>358</x>
1684 <y>369</y>
1685 </hint>
1686 <hint type="destinationlabel">
1687 <x>607</x>
1688 <y>433</y>
1689 </hint>
1690 </hints>
1691 </connection>
1692 <connection>
1693 <sender>fDimCmdCommands</sender>
1694 <signal>activated(QModelIndex)</signal>
1695 <receiver>fDimCmdDescription</receiver>
1696 <slot>setRootIndex(QModelIndex)</slot>
1697 <hints>
1698 <hint type="sourcelabel">
1699 <x>607</x>
1700 <y>358</y>
1701 </hint>
1702 <hint type="destinationlabel">
1703 <x>793</x>
1704 <y>391</y>
1705 </hint>
1706 </hints>
1707 </connection>
1708 <connection>
1709 <sender>fDimCmdLineEdit</sender>
1710 <signal>returnPressed()</signal>
1711 <receiver>fDimCmdSend</receiver>
1712 <slot>animateClick()</slot>
1713 <hints>
1714 <hint type="sourcelabel">
1715 <x>946</x>
1716 <y>462</y>
1717 </hint>
1718 <hint type="destinationlabel">
1719 <x>1003</x>
1720 <y>463</y>
1721 </hint>
1722 </hints>
1723 </connection>
1724 <connection>
1725 <sender>fDimCmdServers</sender>
1726 <signal>clicked(QModelIndex)</signal>
1727 <receiver>fDimCmdCommands</receiver>
1728 <slot>setRootIndex(QModelIndex)</slot>
1729 <hints>
1730 <hint type="sourcelabel">
1731 <x>358</x>
1732 <y>178</y>
1733 </hint>
1734 <hint type="destinationlabel">
1735 <x>607</x>
1736 <y>243</y>
1737 </hint>
1738 </hints>
1739 </connection>
1740 <connection>
1741 <sender>fDimCmdCommands</sender>
1742 <signal>clicked(QModelIndex)</signal>
1743 <receiver>fDimCmdDescription</receiver>
1744 <slot>setRootIndex(QModelIndex)</slot>
1745 <hints>
1746 <hint type="sourcelabel">
1747 <x>607</x>
1748 <y>298</y>
1749 </hint>
1750 <hint type="destinationlabel">
1751 <x>801</x>
1752 <y>224</y>
1753 </hint>
1754 </hints>
1755 </connection>
1756 <connection>
1757 <sender>fDimSvcServers</sender>
1758 <signal>clicked(QModelIndex)</signal>
1759 <receiver>fDimSvcServices</receiver>
1760 <slot>setRootIndex(QModelIndex)</slot>
1761 <hints>
1762 <hint type="sourcelabel">
1763 <x>358</x>
1764 <y>255</y>
1765 </hint>
1766 <hint type="destinationlabel">
1767 <x>607</x>
1768 <y>256</y>
1769 </hint>
1770 </hints>
1771 </connection>
1772 <connection>
1773 <sender>fDimSvcServices</sender>
1774 <signal>clicked(QModelIndex)</signal>
1775 <receiver>fDimSvcDescription</receiver>
1776 <slot>setRootIndex(QModelIndex)</slot>
1777 <hints>
1778 <hint type="sourcelabel">
1779 <x>607</x>
1780 <y>252</y>
1781 </hint>
1782 <hint type="destinationlabel">
1783 <x>785</x>
1784 <y>170</y>
1785 </hint>
1786 </hints>
1787 </connection>
1788 <connection>
1789 <sender>fDimSvcServers</sender>
1790 <signal>activated(QModelIndex)</signal>
1791 <receiver>fDimSvcServices</receiver>
1792 <slot>setRootIndex(QModelIndex)</slot>
1793 <hints>
1794 <hint type="sourcelabel">
1795 <x>358</x>
1796 <y>270</y>
1797 </hint>
1798 <hint type="destinationlabel">
1799 <x>607</x>
1800 <y>270</y>
1801 </hint>
1802 </hints>
1803 </connection>
1804 <connection>
1805 <sender>fDimSvcServices</sender>
1806 <signal>activated(QModelIndex)</signal>
1807 <receiver>fDimSvcDescription</receiver>
1808 <slot>setRootIndex(QModelIndex)</slot>
1809 <hints>
1810 <hint type="sourcelabel">
1811 <x>607</x>
1812 <y>270</y>
1813 </hint>
1814 <hint type="destinationlabel">
1815 <x>1003</x>
1816 <y>270</y>
1817 </hint>
1818 </hints>
1819 </connection>
1820 </connections>
1821</ui>
Note: See TracBrowser for help on using the repository browser.