Update CREDITS.txt
[opentx.git] / companion / src / simulation / telemetrysimu.ui
blob3ad9ae83eadfab0ddaacf60660d6c5c067142884
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TelemetrySimulator</class>
4 <widget class="QWidget" name="TelemetrySimulator">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>715</width>
10 <height>484</height>
11 </rect>
12 </property>
13 <property name="font">
14 <font>
15 <pointsize>8</pointsize>
16 </font>
17 </property>
18 <property name="windowTitle">
19 <string>Telemetry Simulator</string>
20 </property>
21 <layout class="QGridLayout" name="gridLayout_6">
22 <property name="leftMargin">
23 <number>7</number>
24 </property>
25 <property name="topMargin">
26 <number>7</number>
27 </property>
28 <property name="rightMargin">
29 <number>7</number>
30 </property>
31 <property name="bottomMargin">
32 <number>6</number>
33 </property>
34 <property name="horizontalSpacing">
35 <number>10</number>
36 </property>
37 <property name="verticalSpacing">
38 <number>7</number>
39 </property>
40 <item row="0" column="0" alignment="Qt::AlignTop">
41 <widget class="QCheckBox" name="Simulate">
42 <property name="sizePolicy">
43 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
44 <horstretch>0</horstretch>
45 <verstretch>0</verstretch>
46 </sizepolicy>
47 </property>
48 <property name="font">
49 <font>
50 <pointsize>12</pointsize>
51 </font>
52 </property>
53 <property name="toolTip">
54 <string>When enabled, sends any non-blank values as simulated telemetry data.</string>
55 </property>
56 <property name="text">
57 <string>Simulate</string>
58 </property>
59 </widget>
60 </item>
61 <item row="0" column="1">
62 <widget class="QGroupBox" name="groupBox">
63 <property name="sizePolicy">
64 <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
65 <horstretch>0</horstretch>
66 <verstretch>0</verstretch>
67 </sizepolicy>
68 </property>
69 <property name="font">
70 <font>
71 <pointsize>8</pointsize>
72 </font>
73 </property>
74 <property name="title">
75 <string>Replay SD Log File</string>
76 </property>
77 <property name="alignment">
78 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
79 </property>
80 <layout class="QGridLayout" name="gridLayout_3">
81 <property name="topMargin">
82 <number>0</number>
83 </property>
84 <property name="bottomMargin">
85 <number>3</number>
86 </property>
87 <property name="verticalSpacing">
88 <number>0</number>
89 </property>
90 <item row="1" column="0">
91 <widget class="QLabel" name="label_30">
92 <property name="font">
93 <font>
94 <pointsize>8</pointsize>
95 </font>
96 </property>
97 <property name="text">
98 <string>Replay rate</string>
99 </property>
100 <property name="alignment">
101 <set>Qt::AlignCenter</set>
102 </property>
103 </widget>
104 </item>
105 <item row="0" column="0">
106 <widget class="QPushButton" name="loadLogFile">
107 <property name="sizePolicy">
108 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
109 <horstretch>0</horstretch>
110 <verstretch>0</verstretch>
111 </sizepolicy>
112 </property>
113 <property name="text">
114 <string>Load</string>
115 </property>
116 <property name="autoDefault">
117 <bool>false</bool>
118 </property>
119 </widget>
120 </item>
121 <item row="1" column="2" colspan="2">
122 <widget class="QSlider" name="replayRate">
123 <property name="enabled">
124 <bool>false</bool>
125 </property>
126 <property name="sizePolicy">
127 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
128 <horstretch>0</horstretch>
129 <verstretch>0</verstretch>
130 </sizepolicy>
131 </property>
132 <property name="maximum">
133 <number>8</number>
134 </property>
135 <property name="pageStep">
136 <number>1</number>
137 </property>
138 <property name="value">
139 <number>4</number>
140 </property>
141 <property name="orientation">
142 <enum>Qt::Horizontal</enum>
143 </property>
144 </widget>
145 </item>
146 <item row="0" column="5" rowspan="2">
147 <layout class="QVBoxLayout" name="verticalLayout">
148 <property name="spacing">
149 <number>4</number>
150 </property>
151 <item>
152 <layout class="QGridLayout" name="gridLayout_4">
153 <property name="sizeConstraint">
154 <enum>QLayout::SetMinimumSize</enum>
155 </property>
156 <item row="0" column="3">
157 <widget class="QPushButton" name="stepForward">
158 <property name="enabled">
159 <bool>false</bool>
160 </property>
161 <property name="maximumSize">
162 <size>
163 <width>30</width>
164 <height>16777215</height>
165 </size>
166 </property>
167 <property name="focusPolicy">
168 <enum>Qt::StrongFocus</enum>
169 </property>
170 <property name="text">
171 <string>|&gt;</string>
172 </property>
173 <property name="checkable">
174 <bool>false</bool>
175 </property>
176 <property name="autoExclusive">
177 <bool>true</bool>
178 </property>
179 <property name="autoDefault">
180 <bool>false</bool>
181 </property>
182 </widget>
183 </item>
184 <item row="0" column="1">
185 <widget class="QPushButton" name="stepBack">
186 <property name="enabled">
187 <bool>false</bool>
188 </property>
189 <property name="maximumSize">
190 <size>
191 <width>30</width>
192 <height>16777215</height>
193 </size>
194 </property>
195 <property name="focusPolicy">
196 <enum>Qt::StrongFocus</enum>
197 </property>
198 <property name="text">
199 <string>&lt;|</string>
200 </property>
201 <property name="checkable">
202 <bool>false</bool>
203 </property>
204 <property name="autoExclusive">
205 <bool>true</bool>
206 </property>
207 <property name="autoDefault">
208 <bool>false</bool>
209 </property>
210 </widget>
211 </item>
212 <item row="0" column="2">
213 <widget class="QPushButton" name="play">
214 <property name="enabled">
215 <bool>false</bool>
216 </property>
217 <property name="minimumSize">
218 <size>
219 <width>0</width>
220 <height>0</height>
221 </size>
222 </property>
223 <property name="maximumSize">
224 <size>
225 <width>30</width>
226 <height>16777215</height>
227 </size>
228 </property>
229 <property name="focusPolicy">
230 <enum>Qt::StrongFocus</enum>
231 </property>
232 <property name="text">
233 <string>&gt;</string>
234 </property>
235 <property name="checkable">
236 <bool>true</bool>
237 </property>
238 <property name="autoExclusive">
239 <bool>true</bool>
240 </property>
241 <property name="autoDefault">
242 <bool>false</bool>
243 </property>
244 </widget>
245 </item>
246 <item row="0" column="0">
247 <widget class="QPushButton" name="rewind">
248 <property name="enabled">
249 <bool>false</bool>
250 </property>
251 <property name="minimumSize">
252 <size>
253 <width>0</width>
254 <height>0</height>
255 </size>
256 </property>
257 <property name="maximumSize">
258 <size>
259 <width>30</width>
260 <height>16777215</height>
261 </size>
262 </property>
263 <property name="focusPolicy">
264 <enum>Qt::StrongFocus</enum>
265 </property>
266 <property name="text">
267 <string>&lt;-</string>
268 </property>
269 <property name="checkable">
270 <bool>false</bool>
271 </property>
272 <property name="autoExclusive">
273 <bool>true</bool>
274 </property>
275 <property name="autoDefault">
276 <bool>false</bool>
277 </property>
278 <property name="default">
279 <bool>false</bool>
280 </property>
281 </widget>
282 </item>
283 <item row="0" column="4">
284 <widget class="QPushButton" name="stop">
285 <property name="enabled">
286 <bool>false</bool>
287 </property>
288 <property name="maximumSize">
289 <size>
290 <width>30</width>
291 <height>16777215</height>
292 </size>
293 </property>
294 <property name="focusPolicy">
295 <enum>Qt::StrongFocus</enum>
296 </property>
297 <property name="text">
298 <string>X</string>
299 </property>
300 <property name="checkable">
301 <bool>true</bool>
302 </property>
303 <property name="autoExclusive">
304 <bool>true</bool>
305 </property>
306 <property name="autoDefault">
307 <bool>false</bool>
308 </property>
309 </widget>
310 </item>
311 </layout>
312 </item>
313 <item>
314 <widget class="QScrollBar" name="positionIndicator">
315 <property name="enabled">
316 <bool>false</bool>
317 </property>
318 <property name="orientation">
319 <enum>Qt::Horizontal</enum>
320 </property>
321 </widget>
322 </item>
323 <item>
324 <widget class="QLabel" name="positionLabel">
325 <property name="font">
326 <font>
327 <pointsize>8</pointsize>
328 </font>
329 </property>
330 <property name="layoutDirection">
331 <enum>Qt::LeftToRight</enum>
332 </property>
333 <property name="text">
334 <string>Row #
335 Timestamp</string>
336 </property>
337 <property name="alignment">
338 <set>Qt::AlignCenter</set>
339 </property>
340 </widget>
341 </item>
342 </layout>
343 </item>
344 <item row="1" column="1">
345 <widget class="QLabel" name="label_26">
346 <property name="sizePolicy">
347 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
348 <horstretch>0</horstretch>
349 <verstretch>0</verstretch>
350 </sizepolicy>
351 </property>
352 <property name="text">
353 <string>1/5x</string>
354 </property>
355 <property name="alignment">
356 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
357 </property>
358 </widget>
359 </item>
360 <item row="1" column="4">
361 <widget class="QLabel" name="label_27">
362 <property name="sizePolicy">
363 <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
364 <horstretch>0</horstretch>
365 <verstretch>0</verstretch>
366 </sizepolicy>
367 </property>
368 <property name="text">
369 <string>5x</string>
370 </property>
371 </widget>
372 </item>
373 <item row="0" column="1" colspan="4">
374 <widget class="QLabel" name="logFileLabel">
375 <property name="font">
376 <font>
377 <pointsize>8</pointsize>
378 </font>
379 </property>
380 <property name="text">
381 <string>No Log File Currently Loaded</string>
382 </property>
383 </widget>
384 </item>
385 </layout>
386 </widget>
387 </item>
388 <item row="1" column="0" colspan="2">
389 <widget class="QWidget" name="widget" native="true">
390 <property name="sizePolicy">
391 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
392 <horstretch>0</horstretch>
393 <verstretch>1</verstretch>
394 </sizepolicy>
395 </property>
396 <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,1">
397 <property name="spacing">
398 <number>16</number>
399 </property>
400 <property name="leftMargin">
401 <number>0</number>
402 </property>
403 <property name="topMargin">
404 <number>0</number>
405 </property>
406 <property name="rightMargin">
407 <number>0</number>
408 </property>
409 <property name="bottomMargin">
410 <number>0</number>
411 </property>
412 <item>
413 <widget class="QScrollArea" name="scrollArea">
414 <property name="sizePolicy">
415 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
416 <horstretch>0</horstretch>
417 <verstretch>0</verstretch>
418 </sizepolicy>
419 </property>
420 <property name="frameShape">
421 <enum>QFrame::NoFrame</enum>
422 </property>
423 <property name="horizontalScrollBarPolicy">
424 <enum>Qt::ScrollBarAlwaysOff</enum>
425 </property>
426 <property name="widgetResizable">
427 <bool>true</bool>
428 </property>
429 <property name="alignment">
430 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
431 </property>
432 <widget class="QWidget" name="scrollAreaWidgetContents_2">
433 <property name="geometry">
434 <rect>
435 <x>0</x>
436 <y>0</y>
437 <width>346</width>
438 <height>370</height>
439 </rect>
440 </property>
441 <property name="sizePolicy">
442 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
443 <horstretch>0</horstretch>
444 <verstretch>0</verstretch>
445 </sizepolicy>
446 </property>
447 <layout class="QGridLayout" name="gridLayout_2">
448 <property name="leftMargin">
449 <number>0</number>
450 </property>
451 <property name="topMargin">
452 <number>0</number>
453 </property>
454 <property name="rightMargin">
455 <number>4</number>
456 </property>
457 <property name="bottomMargin">
458 <number>0</number>
459 </property>
460 <property name="horizontalSpacing">
461 <number>3</number>
462 </property>
463 <property name="verticalSpacing">
464 <number>5</number>
465 </property>
466 <item row="7" column="2">
467 <widget class="QSpinBox" name="T1">
468 <property name="sizePolicy">
469 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
470 <horstretch>0</horstretch>
471 <verstretch>0</verstretch>
472 </sizepolicy>
473 </property>
474 <property name="font">
475 <font>
476 <pointsize>8</pointsize>
477 </font>
478 </property>
479 <property name="minimum">
480 <number>-16777215</number>
481 </property>
482 <property name="maximum">
483 <number>16777215</number>
484 </property>
485 <property name="singleStep">
486 <number>1</number>
487 </property>
488 </widget>
489 </item>
490 <item row="2" column="1">
491 <widget class="QLineEdit" name="swr_inst">
492 <property name="sizePolicy">
493 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
494 <horstretch>0</horstretch>
495 <verstretch>0</verstretch>
496 </sizepolicy>
497 </property>
498 <property name="minimumSize">
499 <size>
500 <width>45</width>
501 <height>0</height>
502 </size>
503 </property>
504 <property name="maximumSize">
505 <size>
506 <width>45</width>
507 <height>16777215</height>
508 </size>
509 </property>
510 <property name="font">
511 <font>
512 <pointsize>8</pointsize>
513 </font>
514 </property>
515 </widget>
516 </item>
517 <item row="2" column="0">
518 <widget class="QLabel" name="label_2">
519 <property name="sizePolicy">
520 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
521 <horstretch>0</horstretch>
522 <verstretch>0</verstretch>
523 </sizepolicy>
524 </property>
525 <property name="font">
526 <font>
527 <pointsize>8</pointsize>
528 </font>
529 </property>
530 <property name="text">
531 <string>RAS</string>
532 </property>
533 </widget>
534 </item>
535 <item row="4" column="0">
536 <widget class="QLabel" name="label_4">
537 <property name="sizePolicy">
538 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
539 <horstretch>0</horstretch>
540 <verstretch>0</verstretch>
541 </sizepolicy>
542 </property>
543 <property name="font">
544 <font>
545 <pointsize>8</pointsize>
546 </font>
547 </property>
548 <property name="text">
549 <string>A2</string>
550 </property>
551 </widget>
552 </item>
553 <item row="7" column="1">
554 <widget class="QLineEdit" name="t1_inst">
555 <property name="sizePolicy">
556 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
557 <horstretch>0</horstretch>
558 <verstretch>0</verstretch>
559 </sizepolicy>
560 </property>
561 <property name="minimumSize">
562 <size>
563 <width>45</width>
564 <height>0</height>
565 </size>
566 </property>
567 <property name="maximumSize">
568 <size>
569 <width>45</width>
570 <height>16777215</height>
571 </size>
572 </property>
573 <property name="font">
574 <font>
575 <pointsize>8</pointsize>
576 </font>
577 </property>
578 </widget>
579 </item>
580 <item row="3" column="3">
581 <widget class="QLabel" name="label_43">
582 <property name="sizePolicy">
583 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
584 <horstretch>0</horstretch>
585 <verstretch>0</verstretch>
586 </sizepolicy>
587 </property>
588 <property name="font">
589 <font>
590 <pointsize>8</pointsize>
591 </font>
592 </property>
593 <property name="text">
594 <string>V / ratio</string>
595 </property>
596 </widget>
597 </item>
598 <item row="0" column="1">
599 <widget class="QLineEdit" name="rxbt_inst">
600 <property name="sizePolicy">
601 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
602 <horstretch>0</horstretch>
603 <verstretch>0</verstretch>
604 </sizepolicy>
605 </property>
606 <property name="minimumSize">
607 <size>
608 <width>45</width>
609 <height>0</height>
610 </size>
611 </property>
612 <property name="maximumSize">
613 <size>
614 <width>45</width>
615 <height>16777215</height>
616 </size>
617 </property>
618 <property name="font">
619 <font>
620 <pointsize>8</pointsize>
621 </font>
622 </property>
623 </widget>
624 </item>
625 <item row="2" column="2">
626 <widget class="QSpinBox" name="Swr">
627 <property name="sizePolicy">
628 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
629 <horstretch>0</horstretch>
630 <verstretch>0</verstretch>
631 </sizepolicy>
632 </property>
633 <property name="font">
634 <font>
635 <pointsize>8</pointsize>
636 </font>
637 </property>
638 <property name="value">
639 <number>30</number>
640 </property>
641 </widget>
642 </item>
643 <item row="1" column="2">
644 <widget class="QSpinBox" name="Rssi">
645 <property name="sizePolicy">
646 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
647 <horstretch>0</horstretch>
648 <verstretch>0</verstretch>
649 </sizepolicy>
650 </property>
651 <property name="font">
652 <font>
653 <pointsize>8</pointsize>
654 </font>
655 </property>
656 <property name="value">
657 <number>75</number>
658 </property>
659 </widget>
660 </item>
661 <item row="6" column="1">
662 <widget class="QLineEdit" name="a4_inst">
663 <property name="sizePolicy">
664 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
665 <horstretch>0</horstretch>
666 <verstretch>0</verstretch>
667 </sizepolicy>
668 </property>
669 <property name="minimumSize">
670 <size>
671 <width>45</width>
672 <height>0</height>
673 </size>
674 </property>
675 <property name="maximumSize">
676 <size>
677 <width>45</width>
678 <height>16777215</height>
679 </size>
680 </property>
681 <property name="font">
682 <font>
683 <pointsize>8</pointsize>
684 </font>
685 </property>
686 </widget>
687 </item>
688 <item row="1" column="3">
689 <widget class="QLabel" name="label_42">
690 <property name="sizePolicy">
691 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
692 <horstretch>0</horstretch>
693 <verstretch>0</verstretch>
694 </sizepolicy>
695 </property>
696 <property name="font">
697 <font>
698 <pointsize>8</pointsize>
699 </font>
700 </property>
701 <property name="text">
702 <string>Db</string>
703 </property>
704 </widget>
705 </item>
706 <item row="1" column="1">
707 <widget class="QLineEdit" name="rssi_inst">
708 <property name="sizePolicy">
709 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
710 <horstretch>0</horstretch>
711 <verstretch>0</verstretch>
712 </sizepolicy>
713 </property>
714 <property name="minimumSize">
715 <size>
716 <width>45</width>
717 <height>0</height>
718 </size>
719 </property>
720 <property name="maximumSize">
721 <size>
722 <width>45</width>
723 <height>16777215</height>
724 </size>
725 </property>
726 <property name="font">
727 <font>
728 <pointsize>8</pointsize>
729 </font>
730 </property>
731 </widget>
732 </item>
733 <item row="4" column="3">
734 <widget class="QLabel" name="label_44">
735 <property name="sizePolicy">
736 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
737 <horstretch>0</horstretch>
738 <verstretch>0</verstretch>
739 </sizepolicy>
740 </property>
741 <property name="font">
742 <font>
743 <pointsize>8</pointsize>
744 </font>
745 </property>
746 <property name="text">
747 <string>V / ratio</string>
748 </property>
749 </widget>
750 </item>
751 <item row="0" column="2">
752 <layout class="QHBoxLayout" name="horizontalLayout_2">
753 <item>
754 <widget class="QDoubleSpinBox" name="rxbt">
755 <property name="sizePolicy">
756 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
757 <horstretch>0</horstretch>
758 <verstretch>0</verstretch>
759 </sizepolicy>
760 </property>
761 <property name="font">
762 <font>
763 <pointsize>8</pointsize>
764 </font>
765 </property>
766 <property name="decimals">
767 <number>2</number>
768 </property>
769 <property name="maximum">
770 <double>99.000000000000000</double>
771 </property>
772 <property name="singleStep">
773 <double>0.100000000000000</double>
774 </property>
775 <property name="value">
776 <double>5.200000000000000</double>
777 </property>
778 </widget>
779 </item>
780 <item>
781 <widget class="QDoubleSpinBox" name="rxbt_ratio">
782 <property name="sizePolicy">
783 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
784 <horstretch>0</horstretch>
785 <verstretch>0</verstretch>
786 </sizepolicy>
787 </property>
788 <property name="font">
789 <font>
790 <pointsize>8</pointsize>
791 </font>
792 </property>
793 <property name="decimals">
794 <number>2</number>
795 </property>
796 <property name="maximum">
797 <double>99.000000000000000</double>
798 </property>
799 <property name="singleStep">
800 <double>0.100000000000000</double>
801 </property>
802 </widget>
803 </item>
804 </layout>
805 </item>
806 <item row="3" column="2">
807 <layout class="QHBoxLayout" name="horizontalLayout_3">
808 <item>
809 <widget class="QDoubleSpinBox" name="A1">
810 <property name="sizePolicy">
811 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
812 <horstretch>0</horstretch>
813 <verstretch>0</verstretch>
814 </sizepolicy>
815 </property>
816 <property name="font">
817 <font>
818 <pointsize>8</pointsize>
819 </font>
820 </property>
821 <property name="decimals">
822 <number>2</number>
823 </property>
824 <property name="maximum">
825 <double>999.000000000000000</double>
826 </property>
827 <property name="singleStep">
828 <double>0.100000000000000</double>
829 </property>
830 </widget>
831 </item>
832 <item>
833 <widget class="QDoubleSpinBox" name="A1_ratio">
834 <property name="sizePolicy">
835 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
836 <horstretch>0</horstretch>
837 <verstretch>0</verstretch>
838 </sizepolicy>
839 </property>
840 <property name="font">
841 <font>
842 <pointsize>8</pointsize>
843 </font>
844 </property>
845 <property name="decimals">
846 <number>2</number>
847 </property>
848 <property name="maximum">
849 <double>999.000000000000000</double>
850 </property>
851 <property name="singleStep">
852 <double>0.100000000000000</double>
853 </property>
854 </widget>
855 </item>
856 </layout>
857 </item>
858 <item row="0" column="0">
859 <widget class="QLabel" name="label_28">
860 <property name="sizePolicy">
861 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
862 <horstretch>0</horstretch>
863 <verstretch>0</verstretch>
864 </sizepolicy>
865 </property>
866 <property name="font">
867 <font>
868 <pointsize>8</pointsize>
869 </font>
870 </property>
871 <property name="text">
872 <string>RxBt</string>
873 </property>
874 </widget>
875 </item>
876 <item row="3" column="0">
877 <widget class="QLabel" name="label_3">
878 <property name="sizePolicy">
879 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
880 <horstretch>0</horstretch>
881 <verstretch>0</verstretch>
882 </sizepolicy>
883 </property>
884 <property name="font">
885 <font>
886 <pointsize>8</pointsize>
887 </font>
888 </property>
889 <property name="text">
890 <string>A1</string>
891 </property>
892 </widget>
893 </item>
894 <item row="5" column="1">
895 <widget class="QLineEdit" name="a3_inst">
896 <property name="sizePolicy">
897 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
898 <horstretch>0</horstretch>
899 <verstretch>0</verstretch>
900 </sizepolicy>
901 </property>
902 <property name="minimumSize">
903 <size>
904 <width>45</width>
905 <height>0</height>
906 </size>
907 </property>
908 <property name="maximumSize">
909 <size>
910 <width>45</width>
911 <height>16777215</height>
912 </size>
913 </property>
914 <property name="font">
915 <font>
916 <pointsize>8</pointsize>
917 </font>
918 </property>
919 </widget>
920 </item>
921 <item row="4" column="2">
922 <layout class="QHBoxLayout" name="horizontalLayout">
923 <item>
924 <widget class="QDoubleSpinBox" name="A2">
925 <property name="sizePolicy">
926 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
927 <horstretch>0</horstretch>
928 <verstretch>0</verstretch>
929 </sizepolicy>
930 </property>
931 <property name="font">
932 <font>
933 <pointsize>8</pointsize>
934 </font>
935 </property>
936 <property name="decimals">
937 <number>2</number>
938 </property>
939 <property name="maximum">
940 <double>999.000000000000000</double>
941 </property>
942 <property name="singleStep">
943 <double>0.100000000000000</double>
944 </property>
945 </widget>
946 </item>
947 <item>
948 <widget class="QDoubleSpinBox" name="A2_ratio">
949 <property name="sizePolicy">
950 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
951 <horstretch>0</horstretch>
952 <verstretch>0</verstretch>
953 </sizepolicy>
954 </property>
955 <property name="font">
956 <font>
957 <pointsize>8</pointsize>
958 </font>
959 </property>
960 <property name="decimals">
961 <number>2</number>
962 </property>
963 <property name="maximum">
964 <double>999.000000000000000</double>
965 </property>
966 <property name="singleStep">
967 <double>0.100000000000000</double>
968 </property>
969 </widget>
970 </item>
971 </layout>
972 </item>
973 <item row="0" column="3">
974 <widget class="QLabel" name="label_41">
975 <property name="sizePolicy">
976 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
977 <horstretch>0</horstretch>
978 <verstretch>0</verstretch>
979 </sizepolicy>
980 </property>
981 <property name="font">
982 <font>
983 <pointsize>8</pointsize>
984 </font>
985 </property>
986 <property name="text">
987 <string>V / ratio</string>
988 </property>
989 </widget>
990 </item>
991 <item row="5" column="2">
992 <widget class="QSpinBox" name="A3">
993 <property name="sizePolicy">
994 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
995 <horstretch>0</horstretch>
996 <verstretch>0</verstretch>
997 </sizepolicy>
998 </property>
999 <property name="font">
1000 <font>
1001 <pointsize>8</pointsize>
1002 </font>
1003 </property>
1004 <property name="maximum">
1005 <number>16777215</number>
1006 </property>
1007 </widget>
1008 </item>
1009 <item row="7" column="0">
1010 <widget class="QLabel" name="label_8">
1011 <property name="sizePolicy">
1012 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1013 <horstretch>0</horstretch>
1014 <verstretch>0</verstretch>
1015 </sizepolicy>
1016 </property>
1017 <property name="font">
1018 <font>
1019 <pointsize>8</pointsize>
1020 </font>
1021 </property>
1022 <property name="toolTip">
1023 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1024 </property>
1025 <property name="text">
1026 <string>Tmp1</string>
1027 </property>
1028 </widget>
1029 </item>
1030 <item row="5" column="0">
1031 <widget class="QLabel" name="label_6">
1032 <property name="sizePolicy">
1033 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1034 <horstretch>0</horstretch>
1035 <verstretch>0</verstretch>
1036 </sizepolicy>
1037 </property>
1038 <property name="font">
1039 <font>
1040 <pointsize>8</pointsize>
1041 </font>
1042 </property>
1043 <property name="text">
1044 <string>A3</string>
1045 </property>
1046 </widget>
1047 </item>
1048 <item row="4" column="1">
1049 <widget class="QLineEdit" name="a2_inst">
1050 <property name="sizePolicy">
1051 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1052 <horstretch>0</horstretch>
1053 <verstretch>0</verstretch>
1054 </sizepolicy>
1055 </property>
1056 <property name="minimumSize">
1057 <size>
1058 <width>45</width>
1059 <height>0</height>
1060 </size>
1061 </property>
1062 <property name="maximumSize">
1063 <size>
1064 <width>45</width>
1065 <height>16777215</height>
1066 </size>
1067 </property>
1068 <property name="font">
1069 <font>
1070 <pointsize>8</pointsize>
1071 </font>
1072 </property>
1073 </widget>
1074 </item>
1075 <item row="3" column="1">
1076 <widget class="QLineEdit" name="a1_inst">
1077 <property name="sizePolicy">
1078 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1079 <horstretch>0</horstretch>
1080 <verstretch>0</verstretch>
1081 </sizepolicy>
1082 </property>
1083 <property name="minimumSize">
1084 <size>
1085 <width>45</width>
1086 <height>0</height>
1087 </size>
1088 </property>
1089 <property name="maximumSize">
1090 <size>
1091 <width>45</width>
1092 <height>16777215</height>
1093 </size>
1094 </property>
1095 <property name="font">
1096 <font>
1097 <pointsize>8</pointsize>
1098 </font>
1099 </property>
1100 </widget>
1101 </item>
1102 <item row="6" column="0">
1103 <widget class="QLabel" name="label_7">
1104 <property name="sizePolicy">
1105 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1106 <horstretch>0</horstretch>
1107 <verstretch>0</verstretch>
1108 </sizepolicy>
1109 </property>
1110 <property name="font">
1111 <font>
1112 <pointsize>8</pointsize>
1113 </font>
1114 </property>
1115 <property name="text">
1116 <string>A4</string>
1117 </property>
1118 </widget>
1119 </item>
1120 <item row="1" column="0">
1121 <widget class="QLabel" name="label">
1122 <property name="sizePolicy">
1123 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1124 <horstretch>0</horstretch>
1125 <verstretch>0</verstretch>
1126 </sizepolicy>
1127 </property>
1128 <property name="font">
1129 <font>
1130 <pointsize>8</pointsize>
1131 </font>
1132 </property>
1133 <property name="text">
1134 <string>RSSI</string>
1135 </property>
1136 </widget>
1137 </item>
1138 <item row="6" column="2">
1139 <widget class="QSpinBox" name="A4">
1140 <property name="sizePolicy">
1141 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1142 <horstretch>0</horstretch>
1143 <verstretch>0</verstretch>
1144 </sizepolicy>
1145 </property>
1146 <property name="font">
1147 <font>
1148 <pointsize>8</pointsize>
1149 </font>
1150 </property>
1151 <property name="maximum">
1152 <number>16777215</number>
1153 </property>
1154 </widget>
1155 </item>
1156 <item row="8" column="0">
1157 <widget class="QLabel" name="label_9">
1158 <property name="sizePolicy">
1159 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1160 <horstretch>0</horstretch>
1161 <verstretch>0</verstretch>
1162 </sizepolicy>
1163 </property>
1164 <property name="font">
1165 <font>
1166 <pointsize>8</pointsize>
1167 </font>
1168 </property>
1169 <property name="toolTip">
1170 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1171 </property>
1172 <property name="text">
1173 <string>Tmp2</string>
1174 </property>
1175 </widget>
1176 </item>
1177 <item row="8" column="1">
1178 <widget class="QLineEdit" name="t2_inst">
1179 <property name="sizePolicy">
1180 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1181 <horstretch>0</horstretch>
1182 <verstretch>0</verstretch>
1183 </sizepolicy>
1184 </property>
1185 <property name="minimumSize">
1186 <size>
1187 <width>45</width>
1188 <height>0</height>
1189 </size>
1190 </property>
1191 <property name="maximumSize">
1192 <size>
1193 <width>45</width>
1194 <height>16777215</height>
1195 </size>
1196 </property>
1197 <property name="font">
1198 <font>
1199 <pointsize>8</pointsize>
1200 </font>
1201 </property>
1202 </widget>
1203 </item>
1204 <item row="9" column="0">
1205 <widget class="QLabel" name="label_5">
1206 <property name="sizePolicy">
1207 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1208 <horstretch>0</horstretch>
1209 <verstretch>0</verstretch>
1210 </sizepolicy>
1211 </property>
1212 <property name="font">
1213 <font>
1214 <pointsize>8</pointsize>
1215 </font>
1216 </property>
1217 <property name="text">
1218 <string>RPM</string>
1219 </property>
1220 </widget>
1221 </item>
1222 <item row="9" column="1">
1223 <widget class="QLineEdit" name="rpm_inst">
1224 <property name="sizePolicy">
1225 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1226 <horstretch>0</horstretch>
1227 <verstretch>0</verstretch>
1228 </sizepolicy>
1229 </property>
1230 <property name="minimumSize">
1231 <size>
1232 <width>45</width>
1233 <height>0</height>
1234 </size>
1235 </property>
1236 <property name="maximumSize">
1237 <size>
1238 <width>45</width>
1239 <height>16777215</height>
1240 </size>
1241 </property>
1242 <property name="font">
1243 <font>
1244 <pointsize>8</pointsize>
1245 </font>
1246 </property>
1247 </widget>
1248 </item>
1249 <item row="11" column="2">
1250 <widget class="QSpinBox" name="fuel_qty">
1251 <property name="sizePolicy">
1252 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1253 <horstretch>0</horstretch>
1254 <verstretch>0</verstretch>
1255 </sizepolicy>
1256 </property>
1257 <property name="font">
1258 <font>
1259 <pointsize>8</pointsize>
1260 </font>
1261 </property>
1262 <property name="maximum">
1263 <number>100000</number>
1264 </property>
1265 </widget>
1266 </item>
1267 <item row="10" column="0">
1268 <widget class="QLabel" name="label_10">
1269 <property name="sizePolicy">
1270 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1271 <horstretch>0</horstretch>
1272 <verstretch>0</verstretch>
1273 </sizepolicy>
1274 </property>
1275 <property name="font">
1276 <font>
1277 <pointsize>8</pointsize>
1278 </font>
1279 </property>
1280 <property name="text">
1281 <string>Fuel</string>
1282 </property>
1283 </widget>
1284 </item>
1285 <item row="10" column="1">
1286 <widget class="QLineEdit" name="fuel_inst">
1287 <property name="sizePolicy">
1288 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1289 <horstretch>0</horstretch>
1290 <verstretch>0</verstretch>
1291 </sizepolicy>
1292 </property>
1293 <property name="minimumSize">
1294 <size>
1295 <width>45</width>
1296 <height>0</height>
1297 </size>
1298 </property>
1299 <property name="maximumSize">
1300 <size>
1301 <width>45</width>
1302 <height>16777215</height>
1303 </size>
1304 </property>
1305 <property name="font">
1306 <font>
1307 <pointsize>8</pointsize>
1308 </font>
1309 </property>
1310 </widget>
1311 </item>
1312 <item row="8" column="3">
1313 <widget class="QLabel" name="label_46">
1314 <property name="sizePolicy">
1315 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1316 <horstretch>0</horstretch>
1317 <verstretch>0</verstretch>
1318 </sizepolicy>
1319 </property>
1320 <property name="font">
1321 <font>
1322 <pointsize>8</pointsize>
1323 </font>
1324 </property>
1325 <property name="text">
1326 <string>°C</string>
1327 </property>
1328 </widget>
1329 </item>
1330 <item row="9" column="2">
1331 <widget class="QSpinBox" name="rpm">
1332 <property name="sizePolicy">
1333 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1334 <horstretch>0</horstretch>
1335 <verstretch>0</verstretch>
1336 </sizepolicy>
1337 </property>
1338 <property name="font">
1339 <font>
1340 <pointsize>8</pointsize>
1341 </font>
1342 </property>
1343 <property name="maximum">
1344 <number>2147483647</number>
1345 </property>
1346 </widget>
1347 </item>
1348 <item row="11" column="3">
1349 <widget class="QLabel" name="label_52">
1350 <property name="sizePolicy">
1351 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1352 <horstretch>0</horstretch>
1353 <verstretch>0</verstretch>
1354 </sizepolicy>
1355 </property>
1356 <property name="font">
1357 <font>
1358 <pointsize>8</pointsize>
1359 </font>
1360 </property>
1361 <property name="text">
1362 <string>ml</string>
1363 </property>
1364 </widget>
1365 </item>
1366 <item row="7" column="3">
1367 <widget class="QLabel" name="label_45">
1368 <property name="sizePolicy">
1369 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1370 <horstretch>0</horstretch>
1371 <verstretch>0</verstretch>
1372 </sizepolicy>
1373 </property>
1374 <property name="font">
1375 <font>
1376 <pointsize>8</pointsize>
1377 </font>
1378 </property>
1379 <property name="text">
1380 <string>Deg. C</string>
1381 </property>
1382 </widget>
1383 </item>
1384 <item row="10" column="2">
1385 <widget class="QSpinBox" name="fuel">
1386 <property name="sizePolicy">
1387 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1388 <horstretch>0</horstretch>
1389 <verstretch>0</verstretch>
1390 </sizepolicy>
1391 </property>
1392 <property name="font">
1393 <font>
1394 <pointsize>8</pointsize>
1395 </font>
1396 </property>
1397 <property name="maximum">
1398 <number>65535</number>
1399 </property>
1400 </widget>
1401 </item>
1402 <item row="9" column="3">
1403 <widget class="QLabel" name="label_50">
1404 <property name="sizePolicy">
1405 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1406 <horstretch>0</horstretch>
1407 <verstretch>0</verstretch>
1408 </sizepolicy>
1409 </property>
1410 <property name="font">
1411 <font>
1412 <pointsize>8</pointsize>
1413 </font>
1414 </property>
1415 <property name="text">
1416 <string>RPM</string>
1417 </property>
1418 </widget>
1419 </item>
1420 <item row="10" column="3">
1421 <widget class="QLabel" name="label_47">
1422 <property name="sizePolicy">
1423 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1424 <horstretch>0</horstretch>
1425 <verstretch>0</verstretch>
1426 </sizepolicy>
1427 </property>
1428 <property name="font">
1429 <font>
1430 <pointsize>8</pointsize>
1431 </font>
1432 </property>
1433 <property name="text">
1434 <string>%</string>
1435 </property>
1436 </widget>
1437 </item>
1438 <item row="13" column="3">
1439 <widget class="QLabel" name="label_49">
1440 <property name="sizePolicy">
1441 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1442 <horstretch>0</horstretch>
1443 <verstretch>0</verstretch>
1444 </sizepolicy>
1445 </property>
1446 <property name="font">
1447 <font>
1448 <pointsize>8</pointsize>
1449 </font>
1450 </property>
1451 <property name="text">
1452 <string>Meters</string>
1453 </property>
1454 </widget>
1455 </item>
1456 <item row="13" column="1">
1457 <widget class="QLineEdit" name="valt_inst">
1458 <property name="sizePolicy">
1459 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1460 <horstretch>0</horstretch>
1461 <verstretch>0</verstretch>
1462 </sizepolicy>
1463 </property>
1464 <property name="minimumSize">
1465 <size>
1466 <width>45</width>
1467 <height>0</height>
1468 </size>
1469 </property>
1470 <property name="maximumSize">
1471 <size>
1472 <width>45</width>
1473 <height>16777215</height>
1474 </size>
1475 </property>
1476 <property name="font">
1477 <font>
1478 <pointsize>8</pointsize>
1479 </font>
1480 </property>
1481 </widget>
1482 </item>
1483 <item row="12" column="2">
1484 <widget class="QDoubleSpinBox" name="vspeed">
1485 <property name="sizePolicy">
1486 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1487 <horstretch>0</horstretch>
1488 <verstretch>0</verstretch>
1489 </sizepolicy>
1490 </property>
1491 <property name="font">
1492 <font>
1493 <pointsize>8</pointsize>
1494 </font>
1495 </property>
1496 <property name="decimals">
1497 <number>2</number>
1498 </property>
1499 <property name="minimum">
1500 <double>-16777215.000000000000000</double>
1501 </property>
1502 <property name="maximum">
1503 <double>16777215.000000000000000</double>
1504 </property>
1505 <property name="singleStep">
1506 <double>0.100000000000000</double>
1507 </property>
1508 </widget>
1509 </item>
1510 <item row="13" column="0">
1511 <widget class="QLabel" name="label_12">
1512 <property name="sizePolicy">
1513 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1514 <horstretch>0</horstretch>
1515 <verstretch>0</verstretch>
1516 </sizepolicy>
1517 </property>
1518 <property name="font">
1519 <font>
1520 <pointsize>8</pointsize>
1521 </font>
1522 </property>
1523 <property name="toolTip">
1524 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1525 </property>
1526 <property name="text">
1527 <string>Alt</string>
1528 </property>
1529 </widget>
1530 </item>
1531 <item row="12" column="1">
1532 <widget class="QLineEdit" name="vvspd_inst">
1533 <property name="sizePolicy">
1534 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1535 <horstretch>0</horstretch>
1536 <verstretch>0</verstretch>
1537 </sizepolicy>
1538 </property>
1539 <property name="minimumSize">
1540 <size>
1541 <width>45</width>
1542 <height>0</height>
1543 </size>
1544 </property>
1545 <property name="maximumSize">
1546 <size>
1547 <width>45</width>
1548 <height>16777215</height>
1549 </size>
1550 </property>
1551 <property name="font">
1552 <font>
1553 <pointsize>8</pointsize>
1554 </font>
1555 </property>
1556 </widget>
1557 </item>
1558 <item row="13" column="2">
1559 <widget class="QDoubleSpinBox" name="valt">
1560 <property name="sizePolicy">
1561 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1562 <horstretch>0</horstretch>
1563 <verstretch>0</verstretch>
1564 </sizepolicy>
1565 </property>
1566 <property name="font">
1567 <font>
1568 <pointsize>8</pointsize>
1569 </font>
1570 </property>
1571 <property name="decimals">
1572 <number>2</number>
1573 </property>
1574 <property name="minimum">
1575 <double>-16777215.000000000000000</double>
1576 </property>
1577 <property name="maximum">
1578 <double>16777215.000000000000000</double>
1579 </property>
1580 <property name="singleStep">
1581 <double>0.100000000000000</double>
1582 </property>
1583 </widget>
1584 </item>
1585 <item row="8" column="2">
1586 <widget class="QSpinBox" name="T2">
1587 <property name="sizePolicy">
1588 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1589 <horstretch>0</horstretch>
1590 <verstretch>0</verstretch>
1591 </sizepolicy>
1592 </property>
1593 <property name="font">
1594 <font>
1595 <pointsize>8</pointsize>
1596 </font>
1597 </property>
1598 <property name="minimum">
1599 <number>-16777215</number>
1600 </property>
1601 <property name="maximum">
1602 <number>16777215</number>
1603 </property>
1604 </widget>
1605 </item>
1606 <item row="11" column="1">
1607 <widget class="QLineEdit" name="fuel_qty_inst">
1608 <property name="sizePolicy">
1609 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1610 <horstretch>0</horstretch>
1611 <verstretch>0</verstretch>
1612 </sizepolicy>
1613 </property>
1614 <property name="minimumSize">
1615 <size>
1616 <width>45</width>
1617 <height>0</height>
1618 </size>
1619 </property>
1620 <property name="maximumSize">
1621 <size>
1622 <width>45</width>
1623 <height>16777215</height>
1624 </size>
1625 </property>
1626 <property name="font">
1627 <font>
1628 <pointsize>8</pointsize>
1629 </font>
1630 </property>
1631 </widget>
1632 </item>
1633 <item row="12" column="0">
1634 <widget class="QLabel" name="label_11">
1635 <property name="sizePolicy">
1636 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1637 <horstretch>0</horstretch>
1638 <verstretch>0</verstretch>
1639 </sizepolicy>
1640 </property>
1641 <property name="font">
1642 <font>
1643 <pointsize>8</pointsize>
1644 </font>
1645 </property>
1646 <property name="toolTip">
1647 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1648 </property>
1649 <property name="text">
1650 <string>VSpd</string>
1651 </property>
1652 </widget>
1653 </item>
1654 <item row="12" column="3">
1655 <widget class="QLabel" name="label_48">
1656 <property name="sizePolicy">
1657 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1658 <horstretch>0</horstretch>
1659 <verstretch>0</verstretch>
1660 </sizepolicy>
1661 </property>
1662 <property name="font">
1663 <font>
1664 <pointsize>8</pointsize>
1665 </font>
1666 </property>
1667 <property name="text">
1668 <string>m/s</string>
1669 </property>
1670 </widget>
1671 </item>
1672 <item row="11" column="0">
1673 <widget class="QLabel" name="label_51">
1674 <property name="sizePolicy">
1675 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1676 <horstretch>0</horstretch>
1677 <verstretch>0</verstretch>
1678 </sizepolicy>
1679 </property>
1680 <property name="font">
1681 <font>
1682 <pointsize>8</pointsize>
1683 </font>
1684 </property>
1685 <property name="text">
1686 <string>Fuel Qty</string>
1687 </property>
1688 </widget>
1689 </item>
1690 <item row="14" column="0" colspan="4">
1691 <spacer name="verticalSpacer">
1692 <property name="orientation">
1693 <enum>Qt::Vertical</enum>
1694 </property>
1695 <property name="sizeHint" stdset="0">
1696 <size>
1697 <width>20</width>
1698 <height>40</height>
1699 </size>
1700 </property>
1701 </spacer>
1702 </item>
1703 </layout>
1704 </widget>
1705 </widget>
1706 </item>
1707 <item>
1708 <widget class="QScrollArea" name="scrollArea_2">
1709 <property name="sizePolicy">
1710 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
1711 <horstretch>0</horstretch>
1712 <verstretch>0</verstretch>
1713 </sizepolicy>
1714 </property>
1715 <property name="frameShape">
1716 <enum>QFrame::NoFrame</enum>
1717 </property>
1718 <property name="horizontalScrollBarPolicy">
1719 <enum>Qt::ScrollBarAlwaysOff</enum>
1720 </property>
1721 <property name="widgetResizable">
1722 <bool>true</bool>
1723 </property>
1724 <property name="alignment">
1725 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1726 </property>
1727 <widget class="QWidget" name="scrollAreaWidgetContents_3">
1728 <property name="geometry">
1729 <rect>
1730 <x>0</x>
1731 <y>0</y>
1732 <width>339</width>
1733 <height>370</height>
1734 </rect>
1735 </property>
1736 <property name="sizePolicy">
1737 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
1738 <horstretch>0</horstretch>
1739 <verstretch>0</verstretch>
1740 </sizepolicy>
1741 </property>
1742 <layout class="QGridLayout" name="gridLayout_5">
1743 <property name="leftMargin">
1744 <number>0</number>
1745 </property>
1746 <property name="topMargin">
1747 <number>0</number>
1748 </property>
1749 <property name="rightMargin">
1750 <number>4</number>
1751 </property>
1752 <property name="bottomMargin">
1753 <number>0</number>
1754 </property>
1755 <property name="horizontalSpacing">
1756 <number>3</number>
1757 </property>
1758 <property name="verticalSpacing">
1759 <number>5</number>
1760 </property>
1761 <item row="3" column="3">
1762 <widget class="QLabel" name="label_32">
1763 <property name="sizePolicy">
1764 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1765 <horstretch>0</horstretch>
1766 <verstretch>0</verstretch>
1767 </sizepolicy>
1768 </property>
1769 <property name="font">
1770 <font>
1771 <pointsize>8</pointsize>
1772 </font>
1773 </property>
1774 <property name="text">
1775 <string>km/h</string>
1776 </property>
1777 </widget>
1778 </item>
1779 <item row="7" column="2">
1780 <widget class="QLineEdit" name="gps_time">
1781 <property name="sizePolicy">
1782 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
1783 <horstretch>0</horstretch>
1784 <verstretch>0</verstretch>
1785 </sizepolicy>
1786 </property>
1787 <property name="font">
1788 <font>
1789 <pointsize>8</pointsize>
1790 </font>
1791 </property>
1792 </widget>
1793 </item>
1794 <item row="0" column="0">
1795 <widget class="QLabel" name="label_17">
1796 <property name="sizePolicy">
1797 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1798 <horstretch>0</horstretch>
1799 <verstretch>0</verstretch>
1800 </sizepolicy>
1801 </property>
1802 <property name="font">
1803 <font>
1804 <pointsize>8</pointsize>
1805 </font>
1806 </property>
1807 <property name="toolTip">
1808 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1809 </property>
1810 <property name="text">
1811 <string>VFAS</string>
1812 </property>
1813 </widget>
1814 </item>
1815 <item row="4" column="1">
1816 <widget class="QLineEdit" name="gpsa_inst">
1817 <property name="sizePolicy">
1818 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1819 <horstretch>0</horstretch>
1820 <verstretch>0</verstretch>
1821 </sizepolicy>
1822 </property>
1823 <property name="minimumSize">
1824 <size>
1825 <width>45</width>
1826 <height>0</height>
1827 </size>
1828 </property>
1829 <property name="maximumSize">
1830 <size>
1831 <width>45</width>
1832 <height>16777215</height>
1833 </size>
1834 </property>
1835 <property name="font">
1836 <font>
1837 <pointsize>8</pointsize>
1838 </font>
1839 </property>
1840 </widget>
1841 </item>
1842 <item row="6" column="0">
1843 <widget class="QLabel" name="label_22">
1844 <property name="sizePolicy">
1845 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1846 <horstretch>0</horstretch>
1847 <verstretch>0</verstretch>
1848 </sizepolicy>
1849 </property>
1850 <property name="font">
1851 <font>
1852 <pointsize>8</pointsize>
1853 </font>
1854 </property>
1855 <property name="toolTip">
1856 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1857 </property>
1858 <property name="text">
1859 <string>Hdg</string>
1860 </property>
1861 </widget>
1862 </item>
1863 <item row="11" column="1">
1864 <widget class="QLineEdit" name="accz_inst">
1865 <property name="sizePolicy">
1866 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1867 <horstretch>0</horstretch>
1868 <verstretch>0</verstretch>
1869 </sizepolicy>
1870 </property>
1871 <property name="minimumSize">
1872 <size>
1873 <width>45</width>
1874 <height>0</height>
1875 </size>
1876 </property>
1877 <property name="maximumSize">
1878 <size>
1879 <width>45</width>
1880 <height>16777215</height>
1881 </size>
1882 </property>
1883 <property name="font">
1884 <font>
1885 <pointsize>8</pointsize>
1886 </font>
1887 </property>
1888 </widget>
1889 </item>
1890 <item row="3" column="0">
1891 <widget class="QLabel" name="label_16">
1892 <property name="sizePolicy">
1893 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
1894 <horstretch>0</horstretch>
1895 <verstretch>0</verstretch>
1896 </sizepolicy>
1897 </property>
1898 <property name="font">
1899 <font>
1900 <pointsize>8</pointsize>
1901 </font>
1902 </property>
1903 <property name="toolTip">
1904 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1905 </property>
1906 <property name="text">
1907 <string>ASpd</string>
1908 </property>
1909 </widget>
1910 </item>
1911 <item row="11" column="3">
1912 <widget class="QLabel" name="label_39">
1913 <property name="sizePolicy">
1914 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1915 <horstretch>0</horstretch>
1916 <verstretch>0</verstretch>
1917 </sizepolicy>
1918 </property>
1919 <property name="font">
1920 <font>
1921 <pointsize>8</pointsize>
1922 </font>
1923 </property>
1924 <property name="text">
1925 <string>G</string>
1926 </property>
1927 </widget>
1928 </item>
1929 <item row="6" column="1">
1930 <widget class="QLineEdit" name="gpsc_inst">
1931 <property name="sizePolicy">
1932 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1933 <horstretch>0</horstretch>
1934 <verstretch>0</verstretch>
1935 </sizepolicy>
1936 </property>
1937 <property name="minimumSize">
1938 <size>
1939 <width>45</width>
1940 <height>0</height>
1941 </size>
1942 </property>
1943 <property name="maximumSize">
1944 <size>
1945 <width>45</width>
1946 <height>16777215</height>
1947 </size>
1948 </property>
1949 <property name="font">
1950 <font>
1951 <pointsize>8</pointsize>
1952 </font>
1953 </property>
1954 </widget>
1955 </item>
1956 <item row="5" column="1">
1957 <widget class="QLineEdit" name="gpss_inst">
1958 <property name="sizePolicy">
1959 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1960 <horstretch>0</horstretch>
1961 <verstretch>0</verstretch>
1962 </sizepolicy>
1963 </property>
1964 <property name="minimumSize">
1965 <size>
1966 <width>45</width>
1967 <height>0</height>
1968 </size>
1969 </property>
1970 <property name="maximumSize">
1971 <size>
1972 <width>45</width>
1973 <height>16777215</height>
1974 </size>
1975 </property>
1976 <property name="font">
1977 <font>
1978 <pointsize>8</pointsize>
1979 </font>
1980 </property>
1981 </widget>
1982 </item>
1983 <item row="5" column="3">
1984 <widget class="QLabel" name="label_34">
1985 <property name="sizePolicy">
1986 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1987 <horstretch>0</horstretch>
1988 <verstretch>0</verstretch>
1989 </sizepolicy>
1990 </property>
1991 <property name="font">
1992 <font>
1993 <pointsize>8</pointsize>
1994 </font>
1995 </property>
1996 <property name="text">
1997 <string>km/h</string>
1998 </property>
1999 </widget>
2000 </item>
2001 <item row="8" column="0">
2002 <widget class="QLabel" name="label_24">
2003 <property name="sizePolicy">
2004 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2005 <horstretch>0</horstretch>
2006 <verstretch>0</verstretch>
2007 </sizepolicy>
2008 </property>
2009 <property name="font">
2010 <font>
2011 <pointsize>8</pointsize>
2012 </font>
2013 </property>
2014 <property name="toolTip">
2015 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2016 </property>
2017 <property name="text">
2018 <string>GPS</string>
2019 </property>
2020 </widget>
2021 </item>
2022 <item row="3" column="1">
2023 <widget class="QLineEdit" name="aspd_inst">
2024 <property name="sizePolicy">
2025 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2026 <horstretch>0</horstretch>
2027 <verstretch>0</verstretch>
2028 </sizepolicy>
2029 </property>
2030 <property name="minimumSize">
2031 <size>
2032 <width>45</width>
2033 <height>0</height>
2034 </size>
2035 </property>
2036 <property name="maximumSize">
2037 <size>
2038 <width>45</width>
2039 <height>16777215</height>
2040 </size>
2041 </property>
2042 <property name="font">
2043 <font>
2044 <pointsize>8</pointsize>
2045 </font>
2046 </property>
2047 </widget>
2048 </item>
2049 <item row="8" column="1">
2050 <widget class="QLineEdit" name="gpsll_inst">
2051 <property name="sizePolicy">
2052 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2053 <horstretch>0</horstretch>
2054 <verstretch>0</verstretch>
2055 </sizepolicy>
2056 </property>
2057 <property name="minimumSize">
2058 <size>
2059 <width>45</width>
2060 <height>0</height>
2061 </size>
2062 </property>
2063 <property name="maximumSize">
2064 <size>
2065 <width>45</width>
2066 <height>16777215</height>
2067 </size>
2068 </property>
2069 <property name="font">
2070 <font>
2071 <pointsize>8</pointsize>
2072 </font>
2073 </property>
2074 </widget>
2075 </item>
2076 <item row="10" column="2">
2077 <widget class="QDoubleSpinBox" name="accy">
2078 <property name="sizePolicy">
2079 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2080 <horstretch>0</horstretch>
2081 <verstretch>0</verstretch>
2082 </sizepolicy>
2083 </property>
2084 <property name="font">
2085 <font>
2086 <pointsize>8</pointsize>
2087 </font>
2088 </property>
2089 <property name="decimals">
2090 <number>2</number>
2091 </property>
2092 <property name="minimum">
2093 <double>-16777215.000000000000000</double>
2094 </property>
2095 <property name="maximum">
2096 <double>16777215.000000000000000</double>
2097 </property>
2098 <property name="singleStep">
2099 <double>0.100000000000000</double>
2100 </property>
2101 </widget>
2102 </item>
2103 <item row="3" column="2">
2104 <widget class="QDoubleSpinBox" name="aspeed">
2105 <property name="sizePolicy">
2106 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2107 <horstretch>0</horstretch>
2108 <verstretch>0</verstretch>
2109 </sizepolicy>
2110 </property>
2111 <property name="font">
2112 <font>
2113 <pointsize>8</pointsize>
2114 </font>
2115 </property>
2116 <property name="decimals">
2117 <number>2</number>
2118 </property>
2119 <property name="minimum">
2120 <double>-16777215.000000000000000</double>
2121 </property>
2122 <property name="maximum">
2123 <double>16777215.000000000000000</double>
2124 </property>
2125 <property name="singleStep">
2126 <double>0.100000000000000</double>
2127 </property>
2128 </widget>
2129 </item>
2130 <item row="8" column="3">
2131 <widget class="QLabel" name="label_36">
2132 <property name="sizePolicy">
2133 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2134 <horstretch>0</horstretch>
2135 <verstretch>0</verstretch>
2136 </sizepolicy>
2137 </property>
2138 <property name="font">
2139 <font>
2140 <pointsize>8</pointsize>
2141 </font>
2142 </property>
2143 <property name="text">
2144 <string>Lat,Lon
2145 (dec.deg.)</string>
2146 </property>
2147 <property name="wordWrap">
2148 <bool>false</bool>
2149 </property>
2150 </widget>
2151 </item>
2152 <item row="2" column="1">
2153 <widget class="QLineEdit" name="cells_inst">
2154 <property name="sizePolicy">
2155 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2156 <horstretch>0</horstretch>
2157 <verstretch>0</verstretch>
2158 </sizepolicy>
2159 </property>
2160 <property name="minimumSize">
2161 <size>
2162 <width>45</width>
2163 <height>0</height>
2164 </size>
2165 </property>
2166 <property name="maximumSize">
2167 <size>
2168 <width>45</width>
2169 <height>16777215</height>
2170 </size>
2171 </property>
2172 <property name="font">
2173 <font>
2174 <pointsize>8</pointsize>
2175 </font>
2176 </property>
2177 </widget>
2178 </item>
2179 <item row="0" column="2">
2180 <widget class="QDoubleSpinBox" name="vfas">
2181 <property name="sizePolicy">
2182 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2183 <horstretch>0</horstretch>
2184 <verstretch>0</verstretch>
2185 </sizepolicy>
2186 </property>
2187 <property name="font">
2188 <font>
2189 <pointsize>8</pointsize>
2190 </font>
2191 </property>
2192 <property name="decimals">
2193 <number>2</number>
2194 </property>
2195 <property name="minimum">
2196 <double>-16777215.000000000000000</double>
2197 </property>
2198 <property name="maximum">
2199 <double>16777215.000000000000000</double>
2200 </property>
2201 <property name="singleStep">
2202 <double>0.100000000000000</double>
2203 </property>
2204 </widget>
2205 </item>
2206 <item row="9" column="0">
2207 <widget class="QLabel" name="label_13">
2208 <property name="sizePolicy">
2209 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2210 <horstretch>0</horstretch>
2211 <verstretch>0</verstretch>
2212 </sizepolicy>
2213 </property>
2214 <property name="font">
2215 <font>
2216 <pointsize>8</pointsize>
2217 </font>
2218 </property>
2219 <property name="text">
2220 <string>AccX</string>
2221 </property>
2222 </widget>
2223 </item>
2224 <item row="11" column="2">
2225 <widget class="QDoubleSpinBox" name="accz">
2226 <property name="sizePolicy">
2227 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2228 <horstretch>0</horstretch>
2229 <verstretch>0</verstretch>
2230 </sizepolicy>
2231 </property>
2232 <property name="font">
2233 <font>
2234 <pointsize>8</pointsize>
2235 </font>
2236 </property>
2237 <property name="decimals">
2238 <number>2</number>
2239 </property>
2240 <property name="minimum">
2241 <double>-16777215.000000000000000</double>
2242 </property>
2243 <property name="maximum">
2244 <double>16777215.000000000000000</double>
2245 </property>
2246 <property name="singleStep">
2247 <double>0.100000000000000</double>
2248 </property>
2249 </widget>
2250 </item>
2251 <item row="7" column="3">
2252 <widget class="QLabel" name="label_40">
2253 <property name="sizePolicy">
2254 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2255 <horstretch>0</horstretch>
2256 <verstretch>0</verstretch>
2257 </sizepolicy>
2258 </property>
2259 <property name="font">
2260 <font>
2261 <pointsize>8</pointsize>
2262 </font>
2263 </property>
2264 <property name="text">
2265 <string>dd-MM-yyyy
2266 hh:mm:ss</string>
2267 </property>
2268 <property name="wordWrap">
2269 <bool>false</bool>
2270 </property>
2271 </widget>
2272 </item>
2273 <item row="10" column="1">
2274 <widget class="QLineEdit" name="accy_inst">
2275 <property name="sizePolicy">
2276 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2277 <horstretch>0</horstretch>
2278 <verstretch>0</verstretch>
2279 </sizepolicy>
2280 </property>
2281 <property name="minimumSize">
2282 <size>
2283 <width>45</width>
2284 <height>0</height>
2285 </size>
2286 </property>
2287 <property name="maximumSize">
2288 <size>
2289 <width>45</width>
2290 <height>16777215</height>
2291 </size>
2292 </property>
2293 <property name="font">
2294 <font>
2295 <pointsize>8</pointsize>
2296 </font>
2297 </property>
2298 </widget>
2299 </item>
2300 <item row="8" column="2">
2301 <widget class="QLineEdit" name="gps_latlon">
2302 <property name="sizePolicy">
2303 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2304 <horstretch>0</horstretch>
2305 <verstretch>0</verstretch>
2306 </sizepolicy>
2307 </property>
2308 <property name="font">
2309 <font>
2310 <pointsize>8</pointsize>
2311 </font>
2312 </property>
2313 </widget>
2314 </item>
2315 <item row="1" column="1">
2316 <widget class="QLineEdit" name="fasc_inst">
2317 <property name="sizePolicy">
2318 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2319 <horstretch>0</horstretch>
2320 <verstretch>0</verstretch>
2321 </sizepolicy>
2322 </property>
2323 <property name="minimumSize">
2324 <size>
2325 <width>45</width>
2326 <height>0</height>
2327 </size>
2328 </property>
2329 <property name="maximumSize">
2330 <size>
2331 <width>45</width>
2332 <height>16777215</height>
2333 </size>
2334 </property>
2335 <property name="font">
2336 <font>
2337 <pointsize>8</pointsize>
2338 </font>
2339 </property>
2340 </widget>
2341 </item>
2342 <item row="7" column="0">
2343 <widget class="QLabel" name="label_23">
2344 <property name="sizePolicy">
2345 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2346 <horstretch>0</horstretch>
2347 <verstretch>0</verstretch>
2348 </sizepolicy>
2349 </property>
2350 <property name="font">
2351 <font>
2352 <pointsize>8</pointsize>
2353 </font>
2354 </property>
2355 <property name="toolTip">
2356 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2357 </property>
2358 <property name="text">
2359 <string>Date</string>
2360 </property>
2361 </widget>
2362 </item>
2363 <item row="1" column="3">
2364 <widget class="QLabel" name="label_29">
2365 <property name="sizePolicy">
2366 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2367 <horstretch>0</horstretch>
2368 <verstretch>0</verstretch>
2369 </sizepolicy>
2370 </property>
2371 <property name="font">
2372 <font>
2373 <pointsize>8</pointsize>
2374 </font>
2375 </property>
2376 <property name="text">
2377 <string>Amps</string>
2378 </property>
2379 </widget>
2380 </item>
2381 <item row="9" column="3">
2382 <widget class="QLabel" name="label_37">
2383 <property name="sizePolicy">
2384 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2385 <horstretch>0</horstretch>
2386 <verstretch>0</verstretch>
2387 </sizepolicy>
2388 </property>
2389 <property name="font">
2390 <font>
2391 <pointsize>8</pointsize>
2392 </font>
2393 </property>
2394 <property name="text">
2395 <string>G</string>
2396 </property>
2397 </widget>
2398 </item>
2399 <item row="11" column="0">
2400 <widget class="QLabel" name="label_15">
2401 <property name="sizePolicy">
2402 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2403 <horstretch>0</horstretch>
2404 <verstretch>0</verstretch>
2405 </sizepolicy>
2406 </property>
2407 <property name="font">
2408 <font>
2409 <pointsize>8</pointsize>
2410 </font>
2411 </property>
2412 <property name="text">
2413 <string>AccZ</string>
2414 </property>
2415 </widget>
2416 </item>
2417 <item row="4" column="2">
2418 <widget class="QDoubleSpinBox" name="gps_alt">
2419 <property name="sizePolicy">
2420 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2421 <horstretch>0</horstretch>
2422 <verstretch>0</verstretch>
2423 </sizepolicy>
2424 </property>
2425 <property name="font">
2426 <font>
2427 <pointsize>8</pointsize>
2428 </font>
2429 </property>
2430 <property name="decimals">
2431 <number>2</number>
2432 </property>
2433 <property name="minimum">
2434 <double>-16777215.000000000000000</double>
2435 </property>
2436 <property name="maximum">
2437 <double>16777215.000000000000000</double>
2438 </property>
2439 <property name="singleStep">
2440 <double>0.100000000000000</double>
2441 </property>
2442 </widget>
2443 </item>
2444 <item row="4" column="0">
2445 <widget class="QLabel" name="label_20">
2446 <property name="sizePolicy">
2447 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2448 <horstretch>0</horstretch>
2449 <verstretch>0</verstretch>
2450 </sizepolicy>
2451 </property>
2452 <property name="font">
2453 <font>
2454 <pointsize>8</pointsize>
2455 </font>
2456 </property>
2457 <property name="toolTip">
2458 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2459 </property>
2460 <property name="text">
2461 <string>GAlt</string>
2462 </property>
2463 </widget>
2464 </item>
2465 <item row="9" column="2">
2466 <widget class="QDoubleSpinBox" name="accx">
2467 <property name="sizePolicy">
2468 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2469 <horstretch>0</horstretch>
2470 <verstretch>0</verstretch>
2471 </sizepolicy>
2472 </property>
2473 <property name="font">
2474 <font>
2475 <pointsize>8</pointsize>
2476 </font>
2477 </property>
2478 <property name="decimals">
2479 <number>2</number>
2480 </property>
2481 <property name="minimum">
2482 <double>-16777215.000000000000000</double>
2483 </property>
2484 <property name="maximum">
2485 <double>16777215.000000000000000</double>
2486 </property>
2487 <property name="singleStep">
2488 <double>0.100000000000000</double>
2489 </property>
2490 </widget>
2491 </item>
2492 <item row="9" column="1">
2493 <widget class="QLineEdit" name="accx_inst">
2494 <property name="sizePolicy">
2495 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2496 <horstretch>0</horstretch>
2497 <verstretch>0</verstretch>
2498 </sizepolicy>
2499 </property>
2500 <property name="minimumSize">
2501 <size>
2502 <width>45</width>
2503 <height>0</height>
2504 </size>
2505 </property>
2506 <property name="maximumSize">
2507 <size>
2508 <width>45</width>
2509 <height>16777215</height>
2510 </size>
2511 </property>
2512 <property name="font">
2513 <font>
2514 <pointsize>8</pointsize>
2515 </font>
2516 </property>
2517 </widget>
2518 </item>
2519 <item row="5" column="2">
2520 <widget class="QDoubleSpinBox" name="gps_speed">
2521 <property name="sizePolicy">
2522 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2523 <horstretch>0</horstretch>
2524 <verstretch>0</verstretch>
2525 </sizepolicy>
2526 </property>
2527 <property name="font">
2528 <font>
2529 <pointsize>8</pointsize>
2530 </font>
2531 </property>
2532 <property name="decimals">
2533 <number>1</number>
2534 </property>
2535 <property name="minimum">
2536 <double>-16777215.000000000000000</double>
2537 </property>
2538 <property name="maximum">
2539 <double>16777215.000000000000000</double>
2540 </property>
2541 <property name="singleStep">
2542 <double>0.100000000000000</double>
2543 </property>
2544 </widget>
2545 </item>
2546 <item row="2" column="3">
2547 <widget class="QLabel" name="label_31">
2548 <property name="sizePolicy">
2549 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2550 <horstretch>0</horstretch>
2551 <verstretch>0</verstretch>
2552 </sizepolicy>
2553 </property>
2554 <property name="font">
2555 <font>
2556 <pointsize>8</pointsize>
2557 </font>
2558 </property>
2559 <property name="text">
2560 <string>Volts</string>
2561 </property>
2562 </widget>
2563 </item>
2564 <item row="2" column="0">
2565 <widget class="QLabel" name="label_19">
2566 <property name="sizePolicy">
2567 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2568 <horstretch>0</horstretch>
2569 <verstretch>0</verstretch>
2570 </sizepolicy>
2571 </property>
2572 <property name="font">
2573 <font>
2574 <pointsize>8</pointsize>
2575 </font>
2576 </property>
2577 <property name="toolTip">
2578 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2579 </property>
2580 <property name="text">
2581 <string>Cels</string>
2582 </property>
2583 </widget>
2584 </item>
2585 <item row="2" column="2">
2586 <layout class="QGridLayout" name="gridLayout">
2587 <item row="0" column="0">
2588 <widget class="QDoubleSpinBox" name="cell1">
2589 <property name="sizePolicy">
2590 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2591 <horstretch>0</horstretch>
2592 <verstretch>0</verstretch>
2593 </sizepolicy>
2594 </property>
2595 <property name="font">
2596 <font>
2597 <pointsize>8</pointsize>
2598 </font>
2599 </property>
2600 <property name="singleStep">
2601 <double>0.100000000000000</double>
2602 </property>
2603 </widget>
2604 </item>
2605 <item row="0" column="1">
2606 <widget class="QDoubleSpinBox" name="cell2">
2607 <property name="sizePolicy">
2608 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2609 <horstretch>0</horstretch>
2610 <verstretch>0</verstretch>
2611 </sizepolicy>
2612 </property>
2613 <property name="font">
2614 <font>
2615 <pointsize>8</pointsize>
2616 </font>
2617 </property>
2618 <property name="singleStep">
2619 <double>0.100000000000000</double>
2620 </property>
2621 </widget>
2622 </item>
2623 <item row="0" column="2">
2624 <widget class="QDoubleSpinBox" name="cell3">
2625 <property name="sizePolicy">
2626 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2627 <horstretch>0</horstretch>
2628 <verstretch>0</verstretch>
2629 </sizepolicy>
2630 </property>
2631 <property name="font">
2632 <font>
2633 <pointsize>8</pointsize>
2634 </font>
2635 </property>
2636 <property name="singleStep">
2637 <double>0.100000000000000</double>
2638 </property>
2639 </widget>
2640 </item>
2641 <item row="1" column="0">
2642 <widget class="QDoubleSpinBox" name="cell4">
2643 <property name="sizePolicy">
2644 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2645 <horstretch>0</horstretch>
2646 <verstretch>0</verstretch>
2647 </sizepolicy>
2648 </property>
2649 <property name="font">
2650 <font>
2651 <pointsize>8</pointsize>
2652 </font>
2653 </property>
2654 <property name="singleStep">
2655 <double>0.100000000000000</double>
2656 </property>
2657 </widget>
2658 </item>
2659 <item row="1" column="1">
2660 <widget class="QDoubleSpinBox" name="cell5">
2661 <property name="sizePolicy">
2662 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2663 <horstretch>0</horstretch>
2664 <verstretch>0</verstretch>
2665 </sizepolicy>
2666 </property>
2667 <property name="font">
2668 <font>
2669 <pointsize>8</pointsize>
2670 </font>
2671 </property>
2672 <property name="singleStep">
2673 <double>0.100000000000000</double>
2674 </property>
2675 </widget>
2676 </item>
2677 <item row="1" column="2">
2678 <widget class="QDoubleSpinBox" name="cell6">
2679 <property name="sizePolicy">
2680 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2681 <horstretch>0</horstretch>
2682 <verstretch>0</verstretch>
2683 </sizepolicy>
2684 </property>
2685 <property name="font">
2686 <font>
2687 <pointsize>8</pointsize>
2688 </font>
2689 </property>
2690 <property name="singleStep">
2691 <double>0.100000000000000</double>
2692 </property>
2693 </widget>
2694 </item>
2695 </layout>
2696 </item>
2697 <item row="1" column="0">
2698 <widget class="QLabel" name="label_18">
2699 <property name="sizePolicy">
2700 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2701 <horstretch>0</horstretch>
2702 <verstretch>0</verstretch>
2703 </sizepolicy>
2704 </property>
2705 <property name="font">
2706 <font>
2707 <pointsize>8</pointsize>
2708 </font>
2709 </property>
2710 <property name="toolTip">
2711 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2712 </property>
2713 <property name="text">
2714 <string>Curr</string>
2715 </property>
2716 </widget>
2717 </item>
2718 <item row="7" column="1">
2719 <widget class="QLineEdit" name="gpst_inst">
2720 <property name="sizePolicy">
2721 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2722 <horstretch>0</horstretch>
2723 <verstretch>0</verstretch>
2724 </sizepolicy>
2725 </property>
2726 <property name="minimumSize">
2727 <size>
2728 <width>45</width>
2729 <height>0</height>
2730 </size>
2731 </property>
2732 <property name="maximumSize">
2733 <size>
2734 <width>45</width>
2735 <height>16777215</height>
2736 </size>
2737 </property>
2738 <property name="font">
2739 <font>
2740 <pointsize>8</pointsize>
2741 </font>
2742 </property>
2743 </widget>
2744 </item>
2745 <item row="0" column="3">
2746 <widget class="QLabel" name="label_25">
2747 <property name="sizePolicy">
2748 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2749 <horstretch>0</horstretch>
2750 <verstretch>0</verstretch>
2751 </sizepolicy>
2752 </property>
2753 <property name="font">
2754 <font>
2755 <pointsize>8</pointsize>
2756 </font>
2757 </property>
2758 <property name="text">
2759 <string>Volts</string>
2760 </property>
2761 </widget>
2762 </item>
2763 <item row="10" column="0">
2764 <widget class="QLabel" name="label_14">
2765 <property name="sizePolicy">
2766 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2767 <horstretch>0</horstretch>
2768 <verstretch>0</verstretch>
2769 </sizepolicy>
2770 </property>
2771 <property name="font">
2772 <font>
2773 <pointsize>8</pointsize>
2774 </font>
2775 </property>
2776 <property name="text">
2777 <string>AccY</string>
2778 </property>
2779 </widget>
2780 </item>
2781 <item row="4" column="3">
2782 <widget class="QLabel" name="label_33">
2783 <property name="sizePolicy">
2784 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2785 <horstretch>0</horstretch>
2786 <verstretch>0</verstretch>
2787 </sizepolicy>
2788 </property>
2789 <property name="font">
2790 <font>
2791 <pointsize>8</pointsize>
2792 </font>
2793 </property>
2794 <property name="text">
2795 <string>Meters</string>
2796 </property>
2797 </widget>
2798 </item>
2799 <item row="0" column="1">
2800 <widget class="QLineEdit" name="fasv_inst">
2801 <property name="sizePolicy">
2802 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2803 <horstretch>0</horstretch>
2804 <verstretch>0</verstretch>
2805 </sizepolicy>
2806 </property>
2807 <property name="minimumSize">
2808 <size>
2809 <width>45</width>
2810 <height>0</height>
2811 </size>
2812 </property>
2813 <property name="maximumSize">
2814 <size>
2815 <width>45</width>
2816 <height>16777215</height>
2817 </size>
2818 </property>
2819 <property name="font">
2820 <font>
2821 <pointsize>8</pointsize>
2822 </font>
2823 </property>
2824 </widget>
2825 </item>
2826 <item row="1" column="2">
2827 <widget class="QDoubleSpinBox" name="curr">
2828 <property name="sizePolicy">
2829 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2830 <horstretch>0</horstretch>
2831 <verstretch>0</verstretch>
2832 </sizepolicy>
2833 </property>
2834 <property name="font">
2835 <font>
2836 <pointsize>8</pointsize>
2837 </font>
2838 </property>
2839 <property name="decimals">
2840 <number>1</number>
2841 </property>
2842 <property name="minimum">
2843 <double>-16777215.000000000000000</double>
2844 </property>
2845 <property name="maximum">
2846 <double>16777215.000000000000000</double>
2847 </property>
2848 <property name="singleStep">
2849 <double>0.100000000000000</double>
2850 </property>
2851 </widget>
2852 </item>
2853 <item row="5" column="0">
2854 <widget class="QLabel" name="label_21">
2855 <property name="sizePolicy">
2856 <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
2857 <horstretch>0</horstretch>
2858 <verstretch>0</verstretch>
2859 </sizepolicy>
2860 </property>
2861 <property name="font">
2862 <font>
2863 <pointsize>8</pointsize>
2864 </font>
2865 </property>
2866 <property name="toolTip">
2867 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2868 </property>
2869 <property name="text">
2870 <string>GSpd</string>
2871 </property>
2872 </widget>
2873 </item>
2874 <item row="6" column="3">
2875 <widget class="QLabel" name="label_35">
2876 <property name="sizePolicy">
2877 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2878 <horstretch>0</horstretch>
2879 <verstretch>0</verstretch>
2880 </sizepolicy>
2881 </property>
2882 <property name="font">
2883 <font>
2884 <pointsize>8</pointsize>
2885 </font>
2886 </property>
2887 <property name="text">
2888 <string>Degrees</string>
2889 </property>
2890 </widget>
2891 </item>
2892 <item row="6" column="2">
2893 <widget class="QDoubleSpinBox" name="gps_course">
2894 <property name="sizePolicy">
2895 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
2896 <horstretch>0</horstretch>
2897 <verstretch>0</verstretch>
2898 </sizepolicy>
2899 </property>
2900 <property name="font">
2901 <font>
2902 <pointsize>8</pointsize>
2903 </font>
2904 </property>
2905 <property name="decimals">
2906 <number>2</number>
2907 </property>
2908 <property name="minimum">
2909 <double>-16777215.000000000000000</double>
2910 </property>
2911 <property name="maximum">
2912 <double>16777215.000000000000000</double>
2913 </property>
2914 <property name="singleStep">
2915 <double>0.100000000000000</double>
2916 </property>
2917 </widget>
2918 </item>
2919 <item row="10" column="3">
2920 <widget class="QLabel" name="label_38">
2921 <property name="sizePolicy">
2922 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2923 <horstretch>0</horstretch>
2924 <verstretch>0</verstretch>
2925 </sizepolicy>
2926 </property>
2927 <property name="font">
2928 <font>
2929 <pointsize>8</pointsize>
2930 </font>
2931 </property>
2932 <property name="text">
2933 <string>G</string>
2934 </property>
2935 </widget>
2936 </item>
2937 <item row="12" column="0" colspan="4">
2938 <spacer name="verticalSpacer_2">
2939 <property name="orientation">
2940 <enum>Qt::Vertical</enum>
2941 </property>
2942 <property name="sizeHint" stdset="0">
2943 <size>
2944 <width>20</width>
2945 <height>40</height>
2946 </size>
2947 </property>
2948 </spacer>
2949 </item>
2950 </layout>
2951 </widget>
2952 </widget>
2953 </item>
2954 </layout>
2955 </widget>
2956 </item>
2957 </layout>
2958 </widget>
2959 <tabstops>
2960 <tabstop>Simulate</tabstop>
2961 <tabstop>loadLogFile</tabstop>
2962 <tabstop>replayRate</tabstop>
2963 <tabstop>rewind</tabstop>
2964 <tabstop>stepBack</tabstop>
2965 <tabstop>play</tabstop>
2966 <tabstop>stepForward</tabstop>
2967 <tabstop>stop</tabstop>
2968 <tabstop>rxbt_inst</tabstop>
2969 <tabstop>rxbt</tabstop>
2970 <tabstop>rxbt_ratio</tabstop>
2971 <tabstop>rssi_inst</tabstop>
2972 <tabstop>Rssi</tabstop>
2973 <tabstop>swr_inst</tabstop>
2974 <tabstop>Swr</tabstop>
2975 <tabstop>a1_inst</tabstop>
2976 <tabstop>A1</tabstop>
2977 <tabstop>A1_ratio</tabstop>
2978 <tabstop>a2_inst</tabstop>
2979 <tabstop>A2</tabstop>
2980 <tabstop>A2_ratio</tabstop>
2981 <tabstop>a3_inst</tabstop>
2982 <tabstop>A3</tabstop>
2983 <tabstop>a4_inst</tabstop>
2984 <tabstop>A4</tabstop>
2985 <tabstop>t1_inst</tabstop>
2986 <tabstop>T1</tabstop>
2987 <tabstop>t2_inst</tabstop>
2988 <tabstop>T2</tabstop>
2989 <tabstop>rpm_inst</tabstop>
2990 <tabstop>rpm</tabstop>
2991 <tabstop>fuel_inst</tabstop>
2992 <tabstop>fuel</tabstop>
2993 <tabstop>vvspd_inst</tabstop>
2994 <tabstop>vspeed</tabstop>
2995 <tabstop>valt_inst</tabstop>
2996 <tabstop>valt</tabstop>
2997 <tabstop>fasv_inst</tabstop>
2998 <tabstop>vfas</tabstop>
2999 <tabstop>fasc_inst</tabstop>
3000 <tabstop>curr</tabstop>
3001 <tabstop>cells_inst</tabstop>
3002 <tabstop>cell1</tabstop>
3003 <tabstop>cell2</tabstop>
3004 <tabstop>cell3</tabstop>
3005 <tabstop>cell4</tabstop>
3006 <tabstop>cell5</tabstop>
3007 <tabstop>cell6</tabstop>
3008 <tabstop>aspd_inst</tabstop>
3009 <tabstop>aspeed</tabstop>
3010 <tabstop>gpsa_inst</tabstop>
3011 <tabstop>gps_alt</tabstop>
3012 <tabstop>gpss_inst</tabstop>
3013 <tabstop>gps_speed</tabstop>
3014 <tabstop>gpsc_inst</tabstop>
3015 <tabstop>gps_course</tabstop>
3016 <tabstop>gpst_inst</tabstop>
3017 <tabstop>gps_time</tabstop>
3018 <tabstop>gpsll_inst</tabstop>
3019 <tabstop>gps_latlon</tabstop>
3020 <tabstop>fuel_qty_inst</tabstop>
3021 <tabstop>fuel_qty</tabstop>
3022 </tabstops>
3023 <resources/>
3024 <connections/>
3025 </ui>