Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
538 KeyOz 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>dlg_mktool_UI</class>
4
 <widget class="QMainWindow" name="dlg_mktool_UI">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>709</width>
10
    <height>414</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MK-Tool</string>
15
  </property>
16
  <property name="windowIcon">
17
   <iconset resource="../MKTool.qrc">
18
    <normaloff>:/Icon/Images/QMK-Groundstation.png</normaloff>:/Icon/Images/QMK-Groundstation.png</iconset>
19
  </property>
20
  <property name="toolButtonStyle">
21
   <enum>Qt::ToolButtonTextOnly</enum>
22
  </property>
23
  <property name="dockOptions">
24
   <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::ForceTabbedDocks|QMainWindow::VerticalTabs</set>
25
  </property>
26
  <widget class="QWidget" name="centralwidget">
27
   <layout class="QGridLayout" name="gridLayout_12">
28
    <item row="0" column="0">
29
     <widget class="Line" name="line_2">
30
      <property name="orientation">
31
       <enum>Qt::Horizontal</enum>
32
      </property>
33
     </widget>
34
    </item>
35
    <item row="2" column="0">
36
     <widget class="QLabel" name="lb_Status">
37
      <property name="font">
38
       <font>
39
        <weight>75</weight>
40
        <bold>true</bold>
41
       </font>
42
      </property>
43
      <property name="frameShape">
44
       <enum>QFrame::Box</enum>
45
      </property>
46
      <property name="frameShadow">
47
       <enum>QFrame::Raised</enum>
48
      </property>
49
      <property name="text">
50
       <string/>
51
      </property>
52
     </widget>
53
    </item>
54
    <item row="1" column="0">
55
     <widget class="QTabWidget" name="tab_Main">
56
      <property name="toolTip">
57
       <string/>
58
      </property>
59
      <property name="currentIndex">
60
       <number>0</number>
61
      </property>
62
      <widget class="QWidget" name="Tab_0">
63
       <attribute name="icon">
64
        <iconset resource="../MKTool.qrc">
65
         <normaloff>:/Actions/Images/Actions/Debug.png</normaloff>:/Actions/Images/Actions/Debug.png</iconset>
66
       </attribute>
67
       <attribute name="title">
68
        <string>Debug-Daten </string>
69
       </attribute>
70
       <layout class="QGridLayout" name="gridLayout_7">
71
        <item row="0" column="0">
72
         <layout class="QHBoxLayout" name="horizontalLayout">
73
          <item>
74
           <widget class="QFrame" name="frame_15">
75
            <property name="frameShape">
76
             <enum>QFrame::StyledPanel</enum>
77
            </property>
78
            <property name="frameShadow">
79
             <enum>QFrame::Raised</enum>
80
            </property>
81
            <layout class="QGridLayout" name="gridLayout_5">
82
             <item row="0" column="0">
83
              <widget class="QLabel" name="lb_A_0">
84
               <property name="text">
85
                <string>Analog 0</string>
86
               </property>
87
              </widget>
88
             </item>
89
             <item row="0" column="1">
90
              <widget class="QLineEdit" name="le_A_0">
91
               <property name="font">
92
                <font>
93
                 <family>Adobe Courier</family>
94
                 <weight>75</weight>
95
                 <bold>true</bold>
96
                </font>
97
               </property>
98
               <property name="text">
99
                <string>0</string>
100
               </property>
101
               <property name="alignment">
102
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
103
               </property>
104
               <property name="readOnly">
105
                <bool>true</bool>
106
               </property>
107
              </widget>
108
             </item>
109
             <item row="1" column="0">
110
              <widget class="QLabel" name="lb_A_1">
111
               <property name="text">
112
                <string>Analog 1</string>
113
               </property>
114
              </widget>
115
             </item>
116
             <item row="1" column="1">
117
              <widget class="QLineEdit" name="le_A_1">
118
               <property name="font">
119
                <font>
120
                 <family>Adobe Courier</family>
121
                 <weight>75</weight>
122
                 <bold>true</bold>
123
                </font>
124
               </property>
125
               <property name="text">
126
                <string>0</string>
127
               </property>
128
               <property name="alignment">
129
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
130
               </property>
131
               <property name="readOnly">
132
                <bool>true</bool>
133
               </property>
134
              </widget>
135
             </item>
136
             <item row="2" column="0">
137
              <widget class="QLabel" name="lb_A_2">
138
               <property name="text">
139
                <string>Analog 2</string>
140
               </property>
141
              </widget>
142
             </item>
143
             <item row="2" column="1">
144
              <widget class="QLineEdit" name="le_A_2">
145
               <property name="font">
146
                <font>
147
                 <family>Adobe Courier</family>
148
                 <weight>75</weight>
149
                 <bold>true</bold>
150
                </font>
151
               </property>
152
               <property name="text">
153
                <string>0</string>
154
               </property>
155
               <property name="alignment">
156
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
157
               </property>
158
               <property name="readOnly">
159
                <bool>true</bool>
160
               </property>
161
              </widget>
162
             </item>
163
             <item row="3" column="0">
164
              <widget class="QLabel" name="lb_A_3">
165
               <property name="text">
166
                <string>Analog 3</string>
167
               </property>
168
              </widget>
169
             </item>
170
             <item row="3" column="1">
171
              <widget class="QLineEdit" name="le_A_3">
172
               <property name="font">
173
                <font>
174
                 <family>Adobe Courier</family>
175
                 <weight>75</weight>
176
                 <bold>true</bold>
177
                </font>
178
               </property>
179
               <property name="text">
180
                <string>0</string>
181
               </property>
182
               <property name="alignment">
183
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
184
               </property>
185
               <property name="readOnly">
186
                <bool>true</bool>
187
               </property>
188
              </widget>
189
             </item>
190
             <item row="4" column="0">
191
              <widget class="QLabel" name="lb_A_4">
192
               <property name="text">
193
                <string>Analog 4</string>
194
               </property>
195
              </widget>
196
             </item>
197
             <item row="4" column="1">
198
              <widget class="QLineEdit" name="le_A_4">
199
               <property name="font">
200
                <font>
201
                 <family>Adobe Courier</family>
202
                 <weight>75</weight>
203
                 <bold>true</bold>
204
                </font>
205
               </property>
206
               <property name="text">
207
                <string>0</string>
208
               </property>
209
               <property name="alignment">
210
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
211
               </property>
212
               <property name="readOnly">
213
                <bool>true</bool>
214
               </property>
215
              </widget>
216
             </item>
217
             <item row="5" column="0">
218
              <widget class="QLabel" name="lb_A_5">
219
               <property name="text">
220
                <string>Analog 5</string>
221
               </property>
222
              </widget>
223
             </item>
224
             <item row="5" column="1">
225
              <widget class="QLineEdit" name="le_A_5">
226
               <property name="font">
227
                <font>
228
                 <family>Adobe Courier</family>
229
                 <weight>75</weight>
230
                 <bold>true</bold>
231
                </font>
232
               </property>
233
               <property name="text">
234
                <string>0</string>
235
               </property>
236
               <property name="alignment">
237
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
238
               </property>
239
               <property name="readOnly">
240
                <bool>true</bool>
241
               </property>
242
              </widget>
243
             </item>
244
             <item row="6" column="0">
245
              <widget class="QLabel" name="lb_A_6">
246
               <property name="text">
247
                <string>Analog 6</string>
248
               </property>
249
              </widget>
250
             </item>
251
             <item row="6" column="1">
252
              <widget class="QLineEdit" name="le_A_6">
253
               <property name="font">
254
                <font>
255
                 <family>Adobe Courier</family>
256
                 <weight>75</weight>
257
                 <bold>true</bold>
258
                </font>
259
               </property>
260
               <property name="text">
261
                <string>0</string>
262
               </property>
263
               <property name="alignment">
264
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
265
               </property>
266
               <property name="readOnly">
267
                <bool>true</bool>
268
               </property>
269
              </widget>
270
             </item>
271
             <item row="7" column="0">
272
              <widget class="QLabel" name="lb_A_7">
273
               <property name="text">
274
                <string>Analog 7</string>
275
               </property>
276
              </widget>
277
             </item>
278
             <item row="7" column="1">
279
              <widget class="QLineEdit" name="le_A_7">
280
               <property name="font">
281
                <font>
282
                 <family>Adobe Courier</family>
283
                 <weight>75</weight>
284
                 <bold>true</bold>
285
                </font>
286
               </property>
287
               <property name="text">
288
                <string>0</string>
289
               </property>
290
               <property name="alignment">
291
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
292
               </property>
293
               <property name="readOnly">
294
                <bool>true</bool>
295
               </property>
296
              </widget>
297
             </item>
298
            </layout>
299
           </widget>
300
          </item>
301
          <item>
302
           <widget class="QFrame" name="frame_14">
303
            <property name="frameShape">
304
             <enum>QFrame::StyledPanel</enum>
305
            </property>
306
            <property name="frameShadow">
307
             <enum>QFrame::Raised</enum>
308
            </property>
309
            <layout class="QGridLayout" name="gridLayout_4">
310
             <item row="0" column="0">
311
              <widget class="QLabel" name="lb_A_8">
312
               <property name="text">
313
                <string>Analog 8</string>
314
               </property>
315
              </widget>
316
             </item>
317
             <item row="0" column="1">
318
              <widget class="QLineEdit" name="le_A_8">
319
               <property name="font">
320
                <font>
321
                 <family>Adobe Courier</family>
322
                 <weight>75</weight>
323
                 <bold>true</bold>
324
                </font>
325
               </property>
326
               <property name="text">
327
                <string>0</string>
328
               </property>
329
               <property name="alignment">
330
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
331
               </property>
332
               <property name="readOnly">
333
                <bool>true</bool>
334
               </property>
335
              </widget>
336
             </item>
337
             <item row="1" column="0">
338
              <widget class="QLabel" name="lb_A_9">
339
               <property name="text">
340
                <string>Analog 9</string>
341
               </property>
342
              </widget>
343
             </item>
344
             <item row="1" column="1">
345
              <widget class="QLineEdit" name="le_A_9">
346
               <property name="font">
347
                <font>
348
                 <family>Adobe Courier</family>
349
                 <weight>75</weight>
350
                 <bold>true</bold>
351
                </font>
352
               </property>
353
               <property name="text">
354
                <string>0</string>
355
               </property>
356
               <property name="alignment">
357
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
358
               </property>
359
               <property name="readOnly">
360
                <bool>true</bool>
361
               </property>
362
              </widget>
363
             </item>
364
             <item row="2" column="0">
365
              <widget class="QLabel" name="lb_A_10">
366
               <property name="text">
367
                <string>Analog 10</string>
368
               </property>
369
              </widget>
370
             </item>
371
             <item row="2" column="1">
372
              <widget class="QLineEdit" name="le_A_10">
373
               <property name="font">
374
                <font>
375
                 <family>Adobe Courier</family>
376
                 <weight>75</weight>
377
                 <bold>true</bold>
378
                </font>
379
               </property>
380
               <property name="text">
381
                <string>0</string>
382
               </property>
383
               <property name="alignment">
384
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
385
               </property>
386
               <property name="readOnly">
387
                <bool>true</bool>
388
               </property>
389
              </widget>
390
             </item>
391
             <item row="3" column="0">
392
              <widget class="QLabel" name="lb_A_11">
393
               <property name="text">
394
                <string>Analog 11</string>
395
               </property>
396
              </widget>
397
             </item>
398
             <item row="3" column="1">
399
              <widget class="QLineEdit" name="le_A_11">
400
               <property name="font">
401
                <font>
402
                 <family>Adobe Courier</family>
403
                 <weight>75</weight>
404
                 <bold>true</bold>
405
                </font>
406
               </property>
407
               <property name="text">
408
                <string>0</string>
409
               </property>
410
               <property name="alignment">
411
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
412
               </property>
413
               <property name="readOnly">
414
                <bool>true</bool>
415
               </property>
416
              </widget>
417
             </item>
418
             <item row="4" column="0">
419
              <widget class="QLabel" name="lb_A_12">
420
               <property name="text">
421
                <string>Analog 12</string>
422
               </property>
423
              </widget>
424
             </item>
425
             <item row="4" column="1">
426
              <widget class="QLineEdit" name="le_A_12">
427
               <property name="font">
428
                <font>
429
                 <family>Adobe Courier</family>
430
                 <weight>75</weight>
431
                 <bold>true</bold>
432
                </font>
433
               </property>
434
               <property name="text">
435
                <string>0</string>
436
               </property>
437
               <property name="alignment">
438
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
439
               </property>
440
               <property name="readOnly">
441
                <bool>true</bool>
442
               </property>
443
              </widget>
444
             </item>
445
             <item row="5" column="0">
446
              <widget class="QLabel" name="lb_A_13">
447
               <property name="text">
448
                <string>Analog 13</string>
449
               </property>
450
              </widget>
451
             </item>
452
             <item row="5" column="1">
453
              <widget class="QLineEdit" name="le_A_13">
454
               <property name="font">
455
                <font>
456
                 <family>Adobe Courier</family>
457
                 <weight>75</weight>
458
                 <bold>true</bold>
459
                </font>
460
               </property>
461
               <property name="text">
462
                <string>0</string>
463
               </property>
464
               <property name="alignment">
465
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
466
               </property>
467
               <property name="readOnly">
468
                <bool>true</bool>
469
               </property>
470
              </widget>
471
             </item>
472
             <item row="6" column="0">
473
              <widget class="QLabel" name="lb_A_14">
474
               <property name="text">
475
                <string>Analog 14</string>
476
               </property>
477
              </widget>
478
             </item>
479
             <item row="6" column="1">
480
              <widget class="QLineEdit" name="le_A_14">
481
               <property name="font">
482
                <font>
483
                 <family>Adobe Courier</family>
484
                 <weight>75</weight>
485
                 <bold>true</bold>
486
                </font>
487
               </property>
488
               <property name="text">
489
                <string>0</string>
490
               </property>
491
               <property name="alignment">
492
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
493
               </property>
494
               <property name="readOnly">
495
                <bool>true</bool>
496
               </property>
497
              </widget>
498
             </item>
499
             <item row="7" column="0">
500
              <widget class="QLabel" name="lb_A_15">
501
               <property name="text">
502
                <string>Analog 15</string>
503
               </property>
504
              </widget>
505
             </item>
506
             <item row="7" column="1">
507
              <widget class="QLineEdit" name="le_A_15">
508
               <property name="font">
509
                <font>
510
                 <family>Adobe Courier</family>
511
                 <weight>75</weight>
512
                 <bold>true</bold>
513
                </font>
514
               </property>
515
               <property name="text">
516
                <string>0</string>
517
               </property>
518
               <property name="alignment">
519
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
520
               </property>
521
               <property name="readOnly">
522
                <bool>true</bool>
523
               </property>
524
              </widget>
525
             </item>
526
            </layout>
527
           </widget>
528
          </item>
529
          <item>
530
           <widget class="QFrame" name="frame_16">
531
            <property name="frameShape">
532
             <enum>QFrame::StyledPanel</enum>
533
            </property>
534
            <property name="frameShadow">
535
             <enum>QFrame::Raised</enum>
536
            </property>
537
            <layout class="QGridLayout" name="gridLayout_3">
538
             <item row="0" column="0">
539
              <widget class="QLabel" name="lb_A_16">
540
               <property name="text">
541
                <string>Analog 16</string>
542
               </property>
543
              </widget>
544
             </item>
545
             <item row="0" column="1">
546
              <widget class="QLineEdit" name="le_A_16">
547
               <property name="font">
548
                <font>
549
                 <family>Adobe Courier</family>
550
                 <weight>75</weight>
551
                 <bold>true</bold>
552
                </font>
553
               </property>
554
               <property name="text">
555
                <string>0</string>
556
               </property>
557
               <property name="alignment">
558
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
559
               </property>
560
               <property name="readOnly">
561
                <bool>true</bool>
562
               </property>
563
              </widget>
564
             </item>
565
             <item row="1" column="0">
566
              <widget class="QLabel" name="lb_A_17">
567
               <property name="text">
568
                <string>Analog 17</string>
569
               </property>
570
              </widget>
571
             </item>
572
             <item row="1" column="1">
573
              <widget class="QLineEdit" name="le_A_17">
574
               <property name="font">
575
                <font>
576
                 <family>Adobe Courier</family>
577
                 <weight>75</weight>
578
                 <bold>true</bold>
579
                </font>
580
               </property>
581
               <property name="text">
582
                <string>0</string>
583
               </property>
584
               <property name="alignment">
585
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
586
               </property>
587
               <property name="readOnly">
588
                <bool>true</bool>
589
               </property>
590
              </widget>
591
             </item>
592
             <item row="2" column="0">
593
              <widget class="QLabel" name="lb_A_18">
594
               <property name="text">
595
                <string>Analog 18</string>
596
               </property>
597
              </widget>
598
             </item>
599
             <item row="2" column="1">
600
              <widget class="QLineEdit" name="le_A_18">
601
               <property name="font">
602
                <font>
603
                 <family>Adobe Courier</family>
604
                 <weight>75</weight>
605
                 <bold>true</bold>
606
                </font>
607
               </property>
608
               <property name="text">
609
                <string>0</string>
610
               </property>
611
               <property name="alignment">
612
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
613
               </property>
614
               <property name="readOnly">
615
                <bool>true</bool>
616
               </property>
617
              </widget>
618
             </item>
619
             <item row="3" column="0">
620
              <widget class="QLabel" name="lb_A_19">
621
               <property name="text">
622
                <string>Analog 19</string>
623
               </property>
624
              </widget>
625
             </item>
626
             <item row="3" column="1">
627
              <widget class="QLineEdit" name="le_A_19">
628
               <property name="font">
629
                <font>
630
                 <family>Adobe Courier</family>
631
                 <weight>75</weight>
632
                 <bold>true</bold>
633
                </font>
634
               </property>
635
               <property name="text">
636
                <string>0</string>
637
               </property>
638
               <property name="alignment">
639
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
640
               </property>
641
               <property name="readOnly">
642
                <bool>true</bool>
643
               </property>
644
              </widget>
645
             </item>
646
             <item row="4" column="0">
647
              <widget class="QLabel" name="lb_A_20">
648
               <property name="text">
649
                <string>Analog 20</string>
650
               </property>
651
              </widget>
652
             </item>
653
             <item row="4" column="1">
654
              <widget class="QLineEdit" name="le_A_20">
655
               <property name="font">
656
                <font>
657
                 <family>Adobe Courier</family>
658
                 <weight>75</weight>
659
                 <bold>true</bold>
660
                </font>
661
               </property>
662
               <property name="text">
663
                <string>0</string>
664
               </property>
665
               <property name="alignment">
666
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
667
               </property>
668
               <property name="readOnly">
669
                <bool>true</bool>
670
               </property>
671
              </widget>
672
             </item>
673
             <item row="5" column="0">
674
              <widget class="QLabel" name="lb_A_21">
675
               <property name="text">
676
                <string>Analog 21</string>
677
               </property>
678
              </widget>
679
             </item>
680
             <item row="5" column="1">
681
              <widget class="QLineEdit" name="le_A_21">
682
               <property name="font">
683
                <font>
684
                 <family>Adobe Courier</family>
685
                 <weight>75</weight>
686
                 <bold>true</bold>
687
                </font>
688
               </property>
689
               <property name="text">
690
                <string>0</string>
691
               </property>
692
               <property name="alignment">
693
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
694
               </property>
695
               <property name="readOnly">
696
                <bool>true</bool>
697
               </property>
698
              </widget>
699
             </item>
700
             <item row="6" column="0">
701
              <widget class="QLabel" name="lb_A_22">
702
               <property name="text">
703
                <string>Analog 22</string>
704
               </property>
705
              </widget>
706
             </item>
707
             <item row="6" column="1">
708
              <widget class="QLineEdit" name="le_A_22">
709
               <property name="font">
710
                <font>
711
                 <family>Adobe Courier</family>
712
                 <weight>75</weight>
713
                 <bold>true</bold>
714
                </font>
715
               </property>
716
               <property name="text">
717
                <string>0</string>
718
               </property>
719
               <property name="alignment">
720
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
721
               </property>
722
               <property name="readOnly">
723
                <bool>true</bool>
724
               </property>
725
              </widget>
726
             </item>
727
             <item row="7" column="0">
728
              <widget class="QLabel" name="lb_A_23">
729
               <property name="text">
730
                <string>Analog 23</string>
731
               </property>
732
              </widget>
733
             </item>
734
             <item row="7" column="1">
735
              <widget class="QLineEdit" name="le_A_23">
736
               <property name="font">
737
                <font>
738
                 <family>Adobe Courier</family>
739
                 <weight>75</weight>
740
                 <bold>true</bold>
741
                </font>
742
               </property>
743
               <property name="text">
744
                <string>0</string>
745
               </property>
746
               <property name="alignment">
747
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
748
               </property>
749
               <property name="readOnly">
750
                <bool>true</bool>
751
               </property>
752
              </widget>
753
             </item>
754
            </layout>
755
           </widget>
756
          </item>
757
          <item>
758
           <widget class="QFrame" name="frame_17">
759
            <property name="frameShape">
760
             <enum>QFrame::StyledPanel</enum>
761
            </property>
762
            <property name="frameShadow">
763
             <enum>QFrame::Raised</enum>
764
            </property>
765
            <layout class="QGridLayout" name="gridLayout_6">
766
             <item row="0" column="0">
767
              <widget class="QLabel" name="lb_A_24">
768
               <property name="text">
769
                <string>Analog 24</string>
770
               </property>
771
              </widget>
772
             </item>
773
             <item row="0" column="1">
774
              <widget class="QLineEdit" name="le_A_24">
775
               <property name="font">
776
                <font>
777
                 <family>Adobe Courier</family>
778
                 <weight>75</weight>
779
                 <bold>true</bold>
780
                </font>
781
               </property>
782
               <property name="text">
783
                <string>0</string>
784
               </property>
785
               <property name="alignment">
786
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
787
               </property>
788
               <property name="readOnly">
789
                <bool>true</bool>
790
               </property>
791
              </widget>
792
             </item>
793
             <item row="1" column="0">
794
              <widget class="QLabel" name="lb_A_25">
795
               <property name="text">
796
                <string>Analog 25</string>
797
               </property>
798
              </widget>
799
             </item>
800
             <item row="1" column="1">
801
              <widget class="QLineEdit" name="le_A_25">
802
               <property name="font">
803
                <font>
804
                 <family>Adobe Courier</family>
805
                 <weight>75</weight>
806
                 <bold>true</bold>
807
                </font>
808
               </property>
809
               <property name="text">
810
                <string>0</string>
811
               </property>
812
               <property name="alignment">
813
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
814
               </property>
815
               <property name="readOnly">
816
                <bool>true</bool>
817
               </property>
818
              </widget>
819
             </item>
820
             <item row="2" column="0">
821
              <widget class="QLabel" name="lb_A_26">
822
               <property name="text">
823
                <string>Analog 26</string>
824
               </property>
825
              </widget>
826
             </item>
827
             <item row="2" column="1">
828
              <widget class="QLineEdit" name="le_A_26">
829
               <property name="font">
830
                <font>
831
                 <family>Adobe Courier</family>
832
                 <weight>75</weight>
833
                 <bold>true</bold>
834
                </font>
835
               </property>
836
               <property name="text">
837
                <string>0</string>
838
               </property>
839
               <property name="alignment">
840
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
841
               </property>
842
               <property name="readOnly">
843
                <bool>true</bool>
844
               </property>
845
              </widget>
846
             </item>
847
             <item row="3" column="0">
848
              <widget class="QLabel" name="lb_A_27">
849
               <property name="text">
850
                <string>Analog 27</string>
851
               </property>
852
              </widget>
853
             </item>
854
             <item row="3" column="1">
855
              <widget class="QLineEdit" name="le_A_27">
856
               <property name="font">
857
                <font>
858
                 <family>Adobe Courier</family>
859
                 <weight>75</weight>
860
                 <bold>true</bold>
861
                </font>
862
               </property>
863
               <property name="text">
864
                <string>0</string>
865
               </property>
866
               <property name="alignment">
867
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
868
               </property>
869
               <property name="readOnly">
870
                <bool>true</bool>
871
               </property>
872
              </widget>
873
             </item>
874
             <item row="4" column="0">
875
              <widget class="QLabel" name="lb_A_28">
876
               <property name="text">
877
                <string>Analog 28</string>
878
               </property>
879
              </widget>
880
             </item>
881
             <item row="4" column="1">
882
              <widget class="QLineEdit" name="le_A_28">
883
               <property name="font">
884
                <font>
885
                 <family>Adobe Courier</family>
886
                 <weight>75</weight>
887
                 <bold>true</bold>
888
                </font>
889
               </property>
890
               <property name="text">
891
                <string>0</string>
892
               </property>
893
               <property name="alignment">
894
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
895
               </property>
896
               <property name="readOnly">
897
                <bool>true</bool>
898
               </property>
899
              </widget>
900
             </item>
901
             <item row="5" column="0">
902
              <widget class="QLabel" name="lb_A_29">
903
               <property name="text">
904
                <string>Analog 29</string>
905
               </property>
906
              </widget>
907
             </item>
908
             <item row="5" column="1">
909
              <widget class="QLineEdit" name="le_A_29">
910
               <property name="font">
911
                <font>
912
                 <family>Adobe Courier</family>
913
                 <weight>75</weight>
914
                 <bold>true</bold>
915
                </font>
916
               </property>
917
               <property name="text">
918
                <string>0</string>
919
               </property>
920
               <property name="alignment">
921
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
922
               </property>
923
               <property name="readOnly">
924
                <bool>true</bool>
925
               </property>
926
              </widget>
927
             </item>
928
             <item row="6" column="0">
929
              <widget class="QLabel" name="lb_A_30">
930
               <property name="text">
931
                <string>Analog 30</string>
932
               </property>
933
              </widget>
934
             </item>
935
             <item row="6" column="1">
936
              <widget class="QLineEdit" name="le_A_30">
937
               <property name="font">
938
                <font>
939
                 <family>Adobe Courier</family>
940
                 <weight>75</weight>
941
                 <bold>true</bold>
942
                </font>
943
               </property>
944
               <property name="text">
945
                <string>0</string>
946
               </property>
947
               <property name="alignment">
948
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
949
               </property>
950
               <property name="readOnly">
951
                <bool>true</bool>
952
               </property>
953
              </widget>
954
             </item>
955
             <item row="7" column="0">
956
              <widget class="QLabel" name="lb_A_31">
957
               <property name="text">
958
                <string>Analog 31</string>
959
               </property>
960
              </widget>
961
             </item>
962
             <item row="7" column="1">
963
              <widget class="QLineEdit" name="le_A_31">
964
               <property name="font">
965
                <font>
966
                 <family>Adobe Courier</family>
967
                 <weight>75</weight>
968
                 <bold>true</bold>
969
                </font>
970
               </property>
971
               <property name="text">
972
                <string>0</string>
973
               </property>
974
               <property name="alignment">
975
                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
976
               </property>
977
               <property name="readOnly">
978
                <bool>true</bool>
979
               </property>
980
              </widget>
981
             </item>
982
            </layout>
983
           </widget>
984
          </item>
985
         </layout>
986
        </item>
987
       </layout>
988
      </widget>
989
      <widget class="QWidget" name="Tab_1">
990
       <attribute name="icon">
991
        <iconset resource="../MKTool.qrc">
992
         <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Images/Actions/Plotter-NO.png</iconset>
993
       </attribute>
994
       <attribute name="title">
995
        <string>Plotter</string>
996
       </attribute>
997
       <layout class="QGridLayout" name="gridLayout_35">
998
        <item row="0" column="0">
999
         <widget class="QwtPlot" name="qwtPlot"/>
1000
        </item>
1001
        <item row="1" column="0">
1002
         <layout class="QHBoxLayout" name="horizontalLayout_2">
1003
          <item>
1004
           <widget class="QScrollBar" name="scroll_plot">
1005
            <property name="sizePolicy">
1006
             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1007
              <horstretch>0</horstretch>
1008
              <verstretch>0</verstretch>
1009
             </sizepolicy>
1010
            </property>
1011
            <property name="maximum">
1012
             <number>0</number>
1013
            </property>
1014
            <property name="orientation">
1015
             <enum>Qt::Horizontal</enum>
1016
            </property>
1017
           </widget>
1018
          </item>
1019
          <item>
1020
           <widget class="QPushButton" name="pb_StartPlotter">
1021
            <property name="sizePolicy">
1022
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1023
              <horstretch>0</horstretch>
1024
              <verstretch>0</verstretch>
1025
             </sizepolicy>
1026
            </property>
1027
            <property name="text">
1028
             <string>Start Plotter</string>
1029
            </property>
1030
            <property name="icon">
1031
             <iconset resource="../MKTool.qrc">
1032
              <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Images/Actions/Plotter-NO.png</iconset>
1033
            </property>
1034
           </widget>
1035
          </item>
1036
         </layout>
1037
        </item>
1038
       </layout>
1039
      </widget>
1040
      <widget class="QWidget" name="Tab_3">
1041
       <attribute name="icon">
1042
        <iconset resource="../MKTool.qrc">
1043
         <normaloff>:/Actions/Images/Actions/Terminal.png</normaloff>:/Actions/Images/Actions/Terminal.png</iconset>
1044
       </attribute>
1045
       <attribute name="title">
1046
        <string>Terminal </string>
1047
       </attribute>
1048
       <layout class="QGridLayout" name="gridLayout_2">
1049
        <item row="0" column="0" colspan="8">
1050
         <widget class="QTextEdit" name="te_RX">
1051
          <property name="font">
1052
           <font>
1053
            <family>Adobe Courier</family>
1054
            <pointsize>10</pointsize>
1055
           </font>
1056
          </property>
1057
          <property name="html">
1058
           <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;
1059
&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;
1060
p, li { white-space: pre-wrap; }
1061
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Adobe Courier'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
1062
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1063
          </property>
1064
         </widget>
1065
        </item>
1066
        <item row="1" column="1">
1067
         <widget class="QCheckBox" name="cb_ShowData">
1068
          <property name="text">
1069
           <string>Datenpackete </string>
1070
          </property>
1071
         </widget>
1072
        </item>
1073
        <item row="1" column="2">
1074
         <widget class="QCheckBox" name="cb_ShowMSG">
1075
          <property name="text">
1076
           <string>Meldungen </string>
1077
          </property>
1078
         </widget>
1079
        </item>
1080
        <item row="1" column="6">
1081
         <spacer name="horizontalSpacer_13">
1082
          <property name="orientation">
1083
           <enum>Qt::Horizontal</enum>
1084
          </property>
1085
          <property name="sizeHint" stdset="0">
1086
           <size>
1087
            <width>376</width>
1088
            <height>20</height>
1089
           </size>
1090
          </property>
1091
         </spacer>
1092
        </item>
1093
        <item row="1" column="4">
1094
         <widget class="QCheckBox" name="cb_ShowAlways">
1095
          <property name="text">
1096
           <string>auch wenn ausgeblendet </string>
1097
          </property>
1098
         </widget>
1099
        </item>
1100
        <item row="1" column="3">
1101
         <widget class="QCheckBox" name="cb_ShowSend">
1102
          <property name="text">
1103
           <string>gesendete Daten </string>
1104
          </property>
1105
         </widget>
1106
        </item>
1107
        <item row="1" column="0">
1108
         <widget class="QLabel" name="label_2">
1109
          <property name="text">
1110
           <string>Anzeigen: </string>
1111
          </property>
1112
         </widget>
1113
        </item>
1114
        <item row="1" column="7">
1115
         <widget class="QPushButton" name="pb_Clear">
1116
          <property name="text">
1117
           <string>Löschen</string>
1118
          </property>
1119
         </widget>
1120
        </item>
1121
       </layout>
1122
      </widget>
1123
      <widget class="QWidget" name="Tab_4">
1124
       <attribute name="icon">
1125
        <iconset resource="../MKTool.qrc">
1126
         <normaloff>:/Actions/Images/Actions/Cockpit.png</normaloff>:/Actions/Images/Actions/Cockpit.png</iconset>
1127
       </attribute>
1128
       <attribute name="title">
1129
        <string>Cockpit</string>
1130
       </attribute>
1131
       <layout class="QGridLayout" name="gridLayout_13">
1132
        <item row="0" column="0">
1133
         <widget class="QGroupBox" name="groupBox">
1134
          <property name="title">
1135
           <string>Informationen</string>
1136
          </property>
1137
          <layout class="QGridLayout" name="gridLayout_8">
1138
           <item row="0" column="0">
1139
            <widget class="QLabel" name="label_14">
1140
             <property name="text">
1141
              <string>Modus:</string>
1142
             </property>
1143
            </widget>
1144
           </item>
1145
           <item row="0" column="1">
1146
            <widget class="QLabel" name="lb_Mode">
1147
             <property name="palette">
1148
              <palette>
1149
               <active>
1150
                <colorrole role="WindowText">
1151
                 <brush brushstyle="SolidPattern">
1152
                  <color alpha="255">
1153
                   <red>71</red>
1154
                   <green>164</green>
1155
                   <blue>50</blue>
1156
                  </color>
1157
                 </brush>
1158
                </colorrole>
1159
               </active>
1160
               <inactive>
1161
                <colorrole role="WindowText">
1162
                 <brush brushstyle="SolidPattern">
1163
                  <color alpha="255">
1164
                   <red>71</red>
1165
                   <green>164</green>
1166
                   <blue>50</blue>
1167
                  </color>
1168
                 </brush>
1169
                </colorrole>
1170
               </inactive>
1171
               <disabled>
1172
                <colorrole role="WindowText">
1173
                 <brush brushstyle="SolidPattern">
1174
                  <color alpha="255">
1175
                   <red>126</red>
1176
                   <green>125</green>
1177
                   <blue>124</blue>
1178
                  </color>
1179
                 </brush>
1180
                </colorrole>
1181
               </disabled>
1182
              </palette>
1183
             </property>
1184
             <property name="font">
1185
              <font>
1186
               <weight>75</weight>
1187
               <bold>true</bold>
1188
              </font>
1189
             </property>
1190
             <property name="frameShape">
1191
              <enum>QFrame::Box</enum>
1192
             </property>
1193
             <property name="lineWidth">
1194
              <number>2</number>
1195
             </property>
1196
             <property name="text">
1197
              <string/>
1198
             </property>
1199
             <property name="alignment">
1200
              <set>Qt::AlignCenter</set>
1201
             </property>
1202
            </widget>
1203
           </item>
1204
           <item row="6" column="0">
1205
            <widget class="QLabel" name="label_7">
1206
             <property name="text">
1207
              <string>Entfernung:</string>
1208
             </property>
1209
            </widget>
1210
           </item>
1211
           <item row="6" column="1">
1212
            <widget class="QLineEdit" name="le_CDistance">
1213
             <property name="minimumSize">
1214
              <size>
1215
               <width>100</width>
1216
               <height>0</height>
1217
              </size>
1218
             </property>
1219
             <property name="maximumSize">
1220
              <size>
1221
               <width>100</width>
1222
               <height>16777215</height>
1223
              </size>
1224
             </property>
1225
             <property name="alignment">
1226
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1227
             </property>
1228
             <property name="readOnly">
1229
              <bool>true</bool>
1230
             </property>
1231
            </widget>
1232
           </item>
1233
           <item row="9" column="0">
1234
            <widget class="QLabel" name="label_5">
1235
             <property name="text">
1236
              <string>Aktueller Wegpunkt:</string>
1237
             </property>
1238
            </widget>
1239
           </item>
1240
           <item row="9" column="1">
1241
            <widget class="QLineEdit" name="le_CWPA">
1242
             <property name="minimumSize">
1243
              <size>
1244
               <width>100</width>
1245
               <height>0</height>
1246
              </size>
1247
             </property>
1248
             <property name="maximumSize">
1249
              <size>
1250
               <width>100</width>
1251
               <height>16777215</height>
1252
              </size>
1253
             </property>
1254
             <property name="alignment">
1255
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1256
             </property>
1257
             <property name="readOnly">
1258
              <bool>true</bool>
1259
             </property>
1260
            </widget>
1261
           </item>
1262
           <item row="3" column="1" rowspan="3">
1263
            <widget class="QLineEdit" name="le_CSats">
1264
             <property name="minimumSize">
1265
              <size>
1266
               <width>100</width>
1267
               <height>0</height>
1268
              </size>
1269
             </property>
1270
             <property name="maximumSize">
1271
              <size>
1272
               <width>100</width>
1273
               <height>16777215</height>
1274
              </size>
1275
             </property>
1276
             <property name="alignment">
1277
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1278
             </property>
1279
             <property name="readOnly">
1280
              <bool>true</bool>
1281
             </property>
1282
            </widget>
1283
           </item>
1284
           <item row="4" column="0">
1285
            <widget class="QLabel" name="label_6">
1286
             <property name="text">
1287
              <string>Satelliten: </string>
1288
             </property>
1289
            </widget>
1290
           </item>
1291
           <item row="1" column="0">
1292
            <widget class="QLabel" name="label_3">
1293
             <property name="text">
1294
              <string>Flugzeit:</string>
1295
             </property>
1296
            </widget>
1297
           </item>
1298
           <item row="1" column="1">
1299
            <widget class="QLineEdit" name="le_CTime">
1300
             <property name="minimumSize">
1301
              <size>
1302
               <width>100</width>
1303
               <height>0</height>
1304
              </size>
1305
             </property>
1306
             <property name="maximumSize">
1307
              <size>
1308
               <width>100</width>
1309
               <height>16777215</height>
1310
              </size>
1311
             </property>
1312
             <property name="alignment">
1313
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1314
             </property>
1315
             <property name="readOnly">
1316
              <bool>true</bool>
1317
             </property>
1318
            </widget>
1319
           </item>
1320
           <item row="7" column="0">
1321
            <widget class="QLabel" name="label_4">
1322
             <property name="text">
1323
              <string>Wegpunkte Total:</string>
1324
             </property>
1325
            </widget>
1326
           </item>
1327
           <item row="7" column="1">
1328
            <widget class="QLineEdit" name="le_CWPT">
1329
             <property name="minimumSize">
1330
              <size>
1331
               <width>100</width>
1332
               <height>0</height>
1333
              </size>
1334
             </property>
1335
             <property name="maximumSize">
1336
              <size>
1337
               <width>100</width>
1338
               <height>16777215</height>
1339
              </size>
1340
             </property>
1341
             <property name="alignment">
1342
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1343
             </property>
1344
             <property name="readOnly">
1345
              <bool>true</bool>
1346
             </property>
1347
            </widget>
1348
           </item>
1349
           <item row="10" column="1">
1350
            <spacer name="verticalSpacer_3">
1351
             <property name="orientation">
1352
              <enum>Qt::Vertical</enum>
1353
             </property>
1354
             <property name="sizeHint" stdset="0">
1355
              <size>
1356
               <width>20</width>
1357
               <height>40</height>
1358
              </size>
1359
             </property>
1360
            </spacer>
1361
           </item>
1362
          </layout>
1363
         </widget>
1364
        </item>
1365
        <item row="0" column="1">
1366
         <spacer name="horizontalSpacer_14">
1367
          <property name="orientation">
1368
           <enum>Qt::Horizontal</enum>
1369
          </property>
1370
          <property name="sizeHint" stdset="0">
1371
           <size>
1372
            <width>40</width>
1373
            <height>20</height>
1374
           </size>
1375
          </property>
1376
         </spacer>
1377
        </item>
1378
        <item row="0" column="2">
1379
         <widget class="QGroupBox" name="box_Flugdaten">
1380
          <property name="title">
1381
           <string>Flugdaten</string>
1382
          </property>
1383
          <layout class="QGridLayout" name="gridLayout">
1384
           <item row="0" column="0">
1385
            <layout class="QVBoxLayout" name="LayOut_Speed">
1386
             <item>
1387
              <widget class="QLabel" name="label_145">
1388
               <property name="font">
1389
                <font>
1390
                 <weight>75</weight>
1391
                 <bold>true</bold>
1392
                </font>
1393
               </property>
1394
               <property name="text">
1395
                <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;
1396
&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;
1397
p, li { white-space: pre-wrap; }
1398
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:11pt; font-weight:600; font-style:normal;&quot;&gt;
1399
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Geschwindigkeit&lt;/p&gt;
1400
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1401
               </property>
1402
               <property name="alignment">
1403
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1404
               </property>
1405
              </widget>
1406
             </item>
1407
            </layout>
1408
           </item>
1409
           <item row="0" column="1">
1410
            <layout class="QVBoxLayout" name="verticalLayout">
1411
             <item>
1412
              <widget class="QLabel" name="label_143">
1413
               <property name="font">
1414
                <font>
1415
                 <weight>75</weight>
1416
                 <bold>true</bold>
1417
                </font>
1418
               </property>
1419
               <property name="text">
1420
                <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;
1421
&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;
1422
p, li { white-space: pre-wrap; }
1423
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:11pt; font-weight:600; font-style:normal;&quot;&gt;
1424
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Ausrichtung&lt;/p&gt;
1425
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1426
               </property>
1427
               <property name="alignment">
1428
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1429
               </property>
1430
              </widget>
1431
             </item>
1432
            </layout>
1433
           </item>
1434
           <item row="0" column="2">
1435
            <layout class="QVBoxLayout" name="verticalLayout_6">
1436
             <item>
1437
              <widget class="QLabel" name="label_142">
1438
               <property name="font">
1439
                <font>
1440
                 <weight>75</weight>
1441
                 <bold>true</bold>
1442
                </font>
1443
               </property>
1444
               <property name="text">
1445
                <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;
1446
&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;
1447
p, li { white-space: pre-wrap; }
1448
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:11pt; font-weight:600; font-style:normal;&quot;&gt;
1449
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Flugrichtung&lt;/p&gt;
1450
&lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1451
               </property>
1452
               <property name="alignment">
1453
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1454
               </property>
1455
              </widget>
1456
             </item>
1457
             <item>
1458
              <widget class="QwtCompass" name="Compass">
1459
               <property name="minimumSize">
1460
                <size>
1461
                 <width>125</width>
1462
                 <height>125</height>
1463
                </size>
1464
               </property>
1465
               <property name="maximumSize">
1466
                <size>
1467
                 <width>125</width>
1468
                 <height>125</height>
1469
                </size>
1470
               </property>
1471
               <property name="lineWidth">
1472
                <number>4</number>
1473
               </property>
1474
               <property name="frameShadow">
1475
                <enum>QwtDial::Sunken</enum>
1476
               </property>
1477
              </widget>
1478
             </item>
1479
            </layout>
1480
           </item>
1481
           <item row="0" column="3">
1482
            <layout class="QVBoxLayout" name="verticalLayout_2">
1483
             <item>
1484
              <widget class="QLabel" name="label_144">
1485
               <property name="font">
1486
                <font>
1487
                 <weight>75</weight>
1488
                 <bold>true</bold>
1489
                </font>
1490
               </property>
1491
               <property name="text">
1492
                <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;
1493
&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;
1494
p, li { white-space: pre-wrap; }
1495
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:11pt; font-weight:600; font-style:normal;&quot;&gt;
1496
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Höhen-&lt;/p&gt;
1497
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;änderung&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1498
               </property>
1499
               <property name="alignment">
1500
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1501
               </property>
1502
              </widget>
1503
             </item>
1504
             <item>
1505
              <widget class="QwtSlider" name="qwt_Rate">
1506
               <property name="orientation">
1507
                <enum>Qt::Vertical</enum>
1508
               </property>
1509
               <property name="scalePosition">
1510
                <enum>QwtSlider::LeftScale</enum>
1511
               </property>
1512
               <property name="bgStyle">
1513
                <enum>QwtSlider::BgTrough</enum>
1514
               </property>
1515
               <property name="thumbLength">
1516
                <number>10</number>
1517
               </property>
1518
              </widget>
1519
             </item>
1520
            </layout>
1521
           </item>
1522
           <item row="1" column="1">
1523
            <spacer name="verticalSpacer">
1524
             <property name="orientation">
1525
              <enum>Qt::Vertical</enum>
1526
             </property>
1527
             <property name="sizeHint" stdset="0">
1528
              <size>
1529
               <width>20</width>
1530
               <height>40</height>
1531
              </size>
1532
             </property>
1533
            </spacer>
1534
           </item>
1535
          </layout>
1536
         </widget>
1537
        </item>
1538
        <item row="1" column="0" colspan="3">
1539
         <widget class="QGroupBox" name="box_System">
1540
          <property name="title">
1541
           <string>System</string>
1542
          </property>
1543
          <layout class="QHBoxLayout" name="horizontalLayout_12">
1544
           <item>
1545
            <widget class="QLabel" name="label">
1546
             <property name="text">
1547
              <string>Spannung:</string>
1548
             </property>
1549
            </widget>
1550
           </item>
1551
           <item>
1552
            <widget class="QProgressBar" name="bar_UBAT">
1553
             <property name="maximum">
1554
              <number>140</number>
1555
             </property>
1556
             <property name="value">
1557
              <number>0</number>
1558
             </property>
1559
             <property name="format">
1560
              <string>%v</string>
1561
             </property>
1562
            </widget>
1563
           </item>
1564
           <item>
1565
            <widget class="QLabel" name="label_133">
1566
             <property name="text">
1567
              <string>Empfang:</string>
1568
             </property>
1569
            </widget>
1570
           </item>
1571
           <item>
1572
            <widget class="QProgressBar" name="bar_RX">
1573
             <property name="maximum">
1574
              <number>255</number>
1575
             </property>
1576
             <property name="value">
1577
              <number>0</number>
1578
             </property>
1579
             <property name="format">
1580
              <string>%v</string>
1581
             </property>
1582
            </widget>
1583
           </item>
1584
          </layout>
1585
         </widget>
1586
        </item>
1587
       </layout>
1588
      </widget>
1589
      <widget class="QWidget" name="Tab_5">
1590
       <attribute name="icon">
1591
        <iconset resource="../MKTool.qrc">
1592
         <normaloff>:/Actions/Images/Actions/Firmware.png</normaloff>:/Actions/Images/Actions/Firmware.png</iconset>
1593
       </attribute>
1594
       <attribute name="title">
1595
        <string>Firmware Update </string>
1596
       </attribute>
1597
       <layout class="QGridLayout" name="gridLayout_37">
1598
        <item row="0" column="0">
1599
         <widget class="QTextEdit" name="te_Shell">
1600
          <property name="font">
1601
           <font>
1602
            <family>Adobe Courier</family>
1603
            <pointsize>10</pointsize>
1604
           </font>
1605
          </property>
1606
         </widget>
1607
        </item>
1608
        <item row="1" column="0">
1609
         <widget class="QFrame" name="frame_20">
1610
          <property name="frameShape">
1611
           <enum>QFrame::StyledPanel</enum>
1612
          </property>
1613
          <property name="frameShadow">
1614
           <enum>QFrame::Raised</enum>
1615
          </property>
1616
          <layout class="QHBoxLayout" name="horizontalLayout_3">
1617
           <item>
1618
            <widget class="QPushButton" name="pb_SettingsReset">
1619
             <property name="enabled">
1620
              <bool>false</bool>
1621
             </property>
1622
             <property name="text">
1623
              <string>Settings zurücksetzen</string>
1624
             </property>
1625
            </widget>
1626
           </item>
1627
           <item>
1628
            <spacer name="horizontalSpacer">
1629
             <property name="orientation">
1630
              <enum>Qt::Horizontal</enum>
1631
             </property>
1632
             <property name="sizeHint" stdset="0">
1633
              <size>
1634
               <width>178</width>
1635
               <height>17</height>
1636
              </size>
1637
             </property>
1638
            </spacer>
1639
           </item>
1640
           <item>
1641
            <widget class="QRadioButton" name="rb_FC">
1642
             <property name="text">
1643
              <string>FlightCtrl </string>
1644
             </property>
1645
             <property name="checked">
1646
              <bool>true</bool>
1647
             </property>
1648
            </widget>
1649
           </item>
1650
           <item>
1651
            <widget class="QRadioButton" name="rb_MK3MAG">
1652
             <property name="text">
1653
              <string>MK3Mag </string>
1654
             </property>
1655
            </widget>
1656
           </item>
1657
           <item>
1658
            <widget class="QRadioButton" name="rb_BL">
1659
             <property name="enabled">
1660
              <bool>true</bool>
1661
             </property>
1662
             <property name="text">
1663
              <string>BL-Ctrl </string>
1664
             </property>
1665
            </widget>
1666
           </item>
1667
           <item>
1668
            <widget class="QRadioButton" name="rb_NC">
1669
             <property name="enabled">
1670
              <bool>false</bool>
1671
             </property>
1672
             <property name="text">
1673
              <string>NaviCtrl </string>
1674
             </property>
1675
            </widget>
1676
           </item>
1677
          </layout>
1678
         </widget>
1679
        </item>
1680
        <item row="2" column="0">
1681
         <layout class="QHBoxLayout" name="horizontalLayout_11">
1682
          <item>
1683
           <widget class="QPushButton" name="pb_HexFile">
1684
            <property name="sizePolicy">
1685
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1686
              <horstretch>0</horstretch>
1687
              <verstretch>0</verstretch>
1688
             </sizepolicy>
1689
            </property>
1690
            <property name="text">
1691
             <string>Firmeware-Datei auswählen</string>
1692
            </property>
1693
           </widget>
1694
          </item>
1695
          <item>
1696
           <widget class="QLineEdit" name="le_HexFile">
1697
            <property name="text">
1698
             <string/>
1699
            </property>
1700
           </widget>
1701
          </item>
1702
          <item>
1703
           <widget class="QPushButton" name="pb_Update">
1704
            <property name="sizePolicy">
1705
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1706
              <horstretch>0</horstretch>
1707
              <verstretch>0</verstretch>
1708
             </sizepolicy>
1709
            </property>
1710
            <property name="text">
1711
             <string>Updaten</string>
1712
            </property>
1713
           </widget>
1714
          </item>
1715
          <item>
1716
           <widget class="QPushButton" name="pb_Flash">
1717
            <property name="enabled">
1718
             <bool>false</bool>
1719
            </property>
1720
            <property name="text">
1721
             <string>Flashen</string>
1722
            </property>
1723
           </widget>
1724
          </item>
1725
         </layout>
1726
        </item>
1727
       </layout>
1728
      </widget>
1729
      <widget class="QWidget" name="Tab_6">
1730
       <attribute name="icon">
1731
        <iconset resource="../MKTool.qrc">
1732
         <normaloff>:/Actions/Images/Actions/Waypoints.png</normaloff>:/Actions/Images/Actions/Waypoints.png</iconset>
1733
       </attribute>
1734
       <attribute name="title">
1735
        <string>Wegpunkte</string>
1736
       </attribute>
1737
       <layout class="QGridLayout" name="gridLayout_11">
1738
        <item row="0" column="0">
1739
         <layout class="QVBoxLayout" name="verticalLayout_3">
1740
          <item>
1741
           <widget class="QGroupBox" name="groupBox_3">
1742
            <property name="title">
1743
             <string>Aktuelle Position</string>
1744
            </property>
1745
            <layout class="QGridLayout" name="gridLayout_14">
1746
             <item row="0" column="0">
1747
              <layout class="QGridLayout" name="gridLayout_15">
1748
               <item row="0" column="0">
1749
                <widget class="QLabel" name="label_10">
1750
                 <property name="text">
1751
                  <string>Longitude:</string>
1752
                 </property>
1753
                </widget>
1754
               </item>
1755
               <item row="0" column="1">
1756
                <widget class="QLineEdit" name="le_CurLong"/>
1757
               </item>
1758
               <item row="1" column="0">
1759
                <widget class="QLabel" name="label_11">
1760
                 <property name="text">
1761
                  <string>Latitude:</string>
1762
                 </property>
1763
                </widget>
1764
               </item>
1765
               <item row="1" column="1">
1766
                <widget class="QLineEdit" name="le_CurLat"/>
1767
               </item>
1768
              </layout>
1769
             </item>
1770
            </layout>
1771
           </widget>
1772
          </item>
1773
          <item>
1774
           <widget class="QGroupBox" name="groupBox_2">
1775
            <property name="title">
1776
             <string>Ziel-Position</string>
1777
            </property>
1778
            <layout class="QGridLayout" name="gridLayout_10">
1779
             <item row="0" column="0">
1780
              <layout class="QGridLayout" name="gridLayout_9">
1781
               <item row="0" column="0">
1782
                <widget class="QLabel" name="label_8">
1783
                 <property name="text">
1784
                  <string>Longitude:</string>
1785
                 </property>
1786
                </widget>
1787
               </item>
1788
               <item row="0" column="1">
1789
                <widget class="QLineEdit" name="le_TarLong"/>
1790
               </item>
1791
               <item row="1" column="0">
1792
                <widget class="QLabel" name="label_9">
1793
                 <property name="text">
1794
                  <string>Latitude:</string>
1795
                 </property>
1796
                </widget>
1797
               </item>
1798
               <item row="1" column="1">
1799
                <widget class="QLineEdit" name="le_TarLat"/>
1800
               </item>
1801
               <item row="2" column="0">
1802
                <widget class="QLabel" name="label_12">
1803
                 <property name="text">
1804
                  <string>Verweilzeit:</string>
1805
                 </property>
1806
                </widget>
1807
               </item>
1808
               <item row="2" column="1">
1809
                <layout class="QHBoxLayout" name="horizontalLayout_4">
1810
                 <item>
1811
                  <widget class="QSpinBox" name="sb_TarTime">
1812
                   <property name="maximum">
1813
                    <number>300</number>
1814
                   </property>
1815
                  </widget>
1816
                 </item>
1817
                 <item>
1818
                  <widget class="QLabel" name="label_13">
1819
                   <property name="text">
1820
                    <string>Sek.</string>
1821
                   </property>
1822
                  </widget>
1823
                 </item>
1824
                </layout>
1825
               </item>
1826
              </layout>
1827
             </item>
1828
            </layout>
1829
           </widget>
1830
          </item>
1831
         </layout>
1832
        </item>
1833
        <item row="0" column="2">
1834
         <spacer name="horizontalSpacer_2">
1835
          <property name="orientation">
1836
           <enum>Qt::Horizontal</enum>
1837
          </property>
1838
          <property name="sizeHint" stdset="0">
1839
           <size>
1840
            <width>337</width>
1841
            <height>228</height>
1842
           </size>
1843
          </property>
1844
         </spacer>
1845
        </item>
1846
        <item row="1" column="0">
1847
         <spacer name="verticalSpacer_2">
1848
          <property name="orientation">
1849
           <enum>Qt::Vertical</enum>
1850
          </property>
1851
          <property name="sizeHint" stdset="0">
1852
           <size>
1853
            <width>20</width>
1854
            <height>40</height>
1855
           </size>
1856
          </property>
1857
         </spacer>
1858
        </item>
1859
        <item row="0" column="1">
1860
         <spacer name="horizontalSpacer_3">
1861
          <property name="orientation">
1862
           <enum>Qt::Horizontal</enum>
1863
          </property>
1864
          <property name="sizeHint" stdset="0">
1865
           <size>
1866
            <width>40</width>
1867
            <height>20</height>
1868
           </size>
1869
          </property>
1870
         </spacer>
1871
        </item>
1872
       </layout>
1873
      </widget>
1874
      <widget class="QWidget" name="Seite">
1875
       <attribute name="title">
1876
        <string>Debug</string>
1877
       </attribute>
1878
       <widget class="QLabel" name="lb_Port">
1879
        <property name="geometry">
1880
         <rect>
1881
          <x>10</x>
1882
          <y>20</y>
1883
          <width>71</width>
1884
          <height>27</height>
1885
         </rect>
1886
        </property>
1887
        <property name="text">
1888
         <string>Device: </string>
1889
        </property>
1890
       </widget>
1891
       <widget class="QLineEdit" name="le_Port">
1892
        <property name="geometry">
1893
         <rect>
1894
          <x>100</x>
1895
          <y>20</y>
1896
          <width>101</width>
1897
          <height>27</height>
1898
         </rect>
1899
        </property>
1900
        <property name="sizePolicy">
1901
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1902
          <horstretch>0</horstretch>
1903
          <verstretch>0</verstretch>
1904
         </sizepolicy>
1905
        </property>
1906
        <property name="text">
1907
         <string>/dev/ttyUSB0</string>
1908
        </property>
1909
       </widget>
1910
       <widget class="QRadioButton" name="rb_SelFC">
1911
        <property name="geometry">
1912
         <rect>
1913
          <x>250</x>
1914
          <y>20</y>
1915
          <width>147</width>
1916
          <height>21</height>
1917
         </rect>
1918
        </property>
1919
        <property name="text">
1920
         <string>FlightCtrl</string>
1921
        </property>
1922
       </widget>
1923
       <widget class="QRadioButton" name="rb_SelNC">
1924
        <property name="geometry">
1925
         <rect>
1926
          <x>410</x>
1927
          <y>20</y>
1928
          <width>146</width>
1929
          <height>21</height>
1930
         </rect>
1931
        </property>
1932
        <property name="text">
1933
         <string>NaviCtrl</string>
1934
        </property>
1935
       </widget>
1936
       <widget class="QRadioButton" name="rb_SelMag">
1937
        <property name="geometry">
1938
         <rect>
1939
          <x>570</x>
1940
          <y>20</y>
1941
          <width>147</width>
1942
          <height>21</height>
1943
         </rect>
1944
        </property>
1945
        <property name="text">
1946
         <string>MK3Mag</string>
1947
        </property>
1948
       </widget>
1949
       <widget class="QPushButton" name="Dec">
1950
        <property name="geometry">
1951
         <rect>
1952
          <x>4</x>
1953
          <y>240</y>
1954
          <width>281</width>
1955
          <height>26</height>
1956
         </rect>
1957
        </property>
1958
        <property name="text">
1959
         <string>Decode</string>
1960
        </property>
1961
       </widget>
1962
       <widget class="QLineEdit" name="IN">
1963
        <property name="geometry">
1964
         <rect>
1965
          <x>130</x>
1966
          <y>50</y>
1967
          <width>501</width>
1968
          <height>27</height>
1969
         </rect>
1970
        </property>
1971
        <property name="text">
1972
         <string/>
1973
        </property>
1974
       </widget>
1975
       <widget class="QTextEdit" name="te_KML">
1976
        <property name="geometry">
1977
         <rect>
1978
          <x>340</x>
1979
          <y>110</y>
1980
          <width>251</width>
1981
          <height>81</height>
1982
         </rect>
1983
        </property>
1984
       </widget>
1985
       <widget class="QComboBox" name="cb_device">
1986
        <property name="geometry">
1987
         <rect>
1988
          <x>10</x>
1989
          <y>60</y>
1990
          <width>114</width>
1991
          <height>26</height>
1992
         </rect>
1993
        </property>
1994
        <property name="editable">
1995
         <bool>true</bool>
1996
        </property>
1997
       </widget>
1998
       <widget class="QCheckBox" name="cb_ClipBoard">
1999
        <property name="geometry">
2000
         <rect>
2001
          <x>340</x>
2002
          <y>200</y>
2003
          <width>341</width>
2004
          <height>23</height>
2005
         </rect>
2006
        </property>
2007
        <property name="text">
2008
         <string>überwache Zwischenablage</string>
2009
        </property>
2010
       </widget>
2011
       <widget class="QPushButton" name="pb_FlyTo">
2012
        <property name="geometry">
2013
         <rect>
2014
          <x>340</x>
2015
          <y>230</y>
2016
          <width>319</width>
2017
          <height>24</height>
2018
         </rect>
2019
        </property>
2020
        <property name="text">
2021
         <string>Fliege da hin</string>
2022
        </property>
2023
       </widget>
2024
       <widget class="QComboBox" name="cb_Port">
2025
        <property name="geometry">
2026
         <rect>
2027
          <x>120</x>
2028
          <y>110</y>
2029
          <width>111</width>
2030
          <height>25</height>
2031
         </rect>
2032
        </property>
2033
        <property name="editable">
2034
         <bool>true</bool>
2035
        </property>
2036
       </widget>
2037
      </widget>
2038
     </widget>
2039
    </item>
2040
   </layout>
2041
  </widget>
2042
  <widget class="QMenuBar" name="menubar">
2043
   <property name="geometry">
2044
    <rect>
2045
     <x>0</x>
2046
     <y>0</y>
2047
     <width>709</width>
2048
     <height>23</height>
2049
    </rect>
2050
   </property>
2051
   <widget class="QMenu" name="menuProgramm">
2052
    <property name="title">
2053
     <string>&amp;Programm</string>
2054
    </property>
2055
    <addaction name="ac_ConnectTTY"/>
2056
    <addaction name="ac_QMKServer"/>
2057
    <addaction name="separator"/>
2058
    <addaction name="ac_Quit"/>
2059
   </widget>
2060
   <widget class="QMenu" name="menuEinstellungen">
2061
    <property name="title">
2062
     <string>&amp;Einstellungen</string>
2063
    </property>
2064
    <addaction name="ac_MotorMixer"/>
2065
    <addaction name="separator"/>
2066
    <addaction name="ac_Preferences"/>
2067
    <addaction name="ac_Config"/>
2068
   </widget>
2069
   <widget class="QMenu" name="menu_Help">
2070
    <property name="title">
2071
     <string>Hilfe</string>
2072
    </property>
2073
    <addaction name="ac_About"/>
2074
   </widget>
2075
   <widget class="QMenu" name="menuDaten">
2076
    <property name="title">
2077
     <string>&amp;Debug-Daten</string>
2078
    </property>
2079
    <addaction name="ac_RecordCSV"/>
2080
    <addaction name="ac_StartPlotter"/>
2081
    <addaction name="separator"/>
2082
    <addaction name="ac_FastDebug"/>
2083
    <addaction name="ac_NoDebug"/>
2084
    <addaction name="separator"/>
2085
    <addaction name="ac_GetLabels"/>
2086
   </widget>
2087
   <widget class="QMenu" name="menuAnsicht">
2088
    <property name="title">
2089
     <string>&amp;Ansicht</string>
2090
    </property>
2091
    <widget class="QMenu" name="menuBereiche">
2092
     <property name="title">
2093
      <string>Bereiche</string>
2094
     </property>
2095
     <addaction name="ac_View0"/>
2096
     <addaction name="ac_View1"/>
2097
     <addaction name="ac_View2"/>
2098
     <addaction name="ac_View3"/>
2099
     <addaction name="ac_View4"/>
2100
     <addaction name="ac_View5"/>
2101
     <addaction name="ac_View6"/>
2102
    </widget>
2103
    <addaction name="menuBereiche"/>
2104
   </widget>
2105
   <widget class="QMenu" name="menuWerkzeuge">
2106
    <property name="title">
2107
     <string>Werkzeuge</string>
2108
    </property>
2109
    <addaction name="ac_Motortest"/>
2110
    <addaction name="ac_LCD"/>
2111
    <addaction name="ac_Map"/>
2112
   </widget>
2113
   <widget class="QMenu" name="menuHardware">
2114
    <property name="title">
2115
     <string>Hardware</string>
2116
    </property>
2117
    <addaction name="ac_SelFC"/>
2118
    <addaction name="ac_SelNC"/>
2119
    <addaction name="ac_SelMag"/>
2120
    <addaction name="separator"/>
2121
   </widget>
2122
   <widget class="QMenu" name="menu_Navi_Daten">
2123
    <property name="title">
2124
     <string>&amp;Navi-Daten</string>
2125
    </property>
2126
    <addaction name="ac_StartServer"/>
2127
    <addaction name="separator"/>
2128
    <addaction name="ac_FastNavi"/>
2129
    <addaction name="ac_NoNavi"/>
2130
   </widget>
2131
   <addaction name="menuProgramm"/>
2132
   <addaction name="menuHardware"/>
2133
   <addaction name="menuAnsicht"/>
2134
   <addaction name="menuDaten"/>
2135
   <addaction name="menu_Navi_Daten"/>
2136
   <addaction name="menuEinstellungen"/>
2137
   <addaction name="menuWerkzeuge"/>
2138
   <addaction name="menu_Help"/>
2139
  </widget>
2140
  <widget class="QToolBar" name="tb_Allgemein">
2141
   <property name="windowTitle">
2142
    <string>Allgemein</string>
2143
   </property>
2144
   <property name="iconSize">
2145
    <size>
2146
     <width>22</width>
2147
     <height>22</height>
2148
    </size>
2149
   </property>
2150
   <property name="toolButtonStyle">
2151
    <enum>Qt::ToolButtonIconOnly</enum>
2152
   </property>
2153
   <attribute name="toolBarArea">
2154
    <enum>TopToolBarArea</enum>
2155
   </attribute>
2156
   <attribute name="toolBarBreak">
2157
    <bool>false</bool>
2158
   </attribute>
2159
   <addaction name="ac_ConnectTTY"/>
2160
   <addaction name="ac_QMKServer"/>
2161
   <addaction name="separator"/>
2162
   <addaction name="ac_StartServer"/>
2163
   <addaction name="ac_Map"/>
2164
  </widget>
2165
  <widget class="QToolBar" name="tb_Werkzeuge">
2166
   <property name="windowTitle">
2167
    <string>Werkzeuge</string>
2168
   </property>
2169
   <property name="iconSize">
2170
    <size>
2171
     <width>22</width>
2172
     <height>22</height>
2173
    </size>
2174
   </property>
2175
   <property name="toolButtonStyle">
2176
    <enum>Qt::ToolButtonIconOnly</enum>
2177
   </property>
2178
   <attribute name="toolBarArea">
2179
    <enum>TopToolBarArea</enum>
2180
   </attribute>
2181
   <attribute name="toolBarBreak">
2182
    <bool>false</bool>
2183
   </attribute>
2184
   <addaction name="ac_Motortest"/>
2185
   <addaction name="ac_LCD"/>
2186
  </widget>
2187
  <widget class="QToolBar" name="tb_Debug">
2188
   <property name="windowTitle">
2189
    <string>Debug-Daten</string>
2190
   </property>
2191
   <property name="iconSize">
2192
    <size>
2193
     <width>22</width>
2194
     <height>22</height>
2195
    </size>
2196
   </property>
2197
   <property name="toolButtonStyle">
2198
    <enum>Qt::ToolButtonIconOnly</enum>
2199
   </property>
2200
   <attribute name="toolBarArea">
2201
    <enum>TopToolBarArea</enum>
2202
   </attribute>
2203
   <attribute name="toolBarBreak">
2204
    <bool>false</bool>
2205
   </attribute>
2206
   <addaction name="ac_StartPlotter"/>
2207
   <addaction name="ac_FastDebug"/>
2208
   <addaction name="ac_RecordCSV"/>
2209
  </widget>
2210
  <widget class="QToolBar" name="tb_TTY">
2211
   <property name="windowTitle">
2212
    <string>Schnittstelle</string>
2213
   </property>
2214
   <attribute name="toolBarArea">
2215
    <enum>TopToolBarArea</enum>
2216
   </attribute>
2217
   <attribute name="toolBarBreak">
2218
    <bool>false</bool>
2219
   </attribute>
2220
  </widget>
2221
  <widget class="QToolBar" name="tb_Hardware">
2222
   <property name="windowTitle">
2223
    <string>Hardware</string>
2224
   </property>
2225
   <attribute name="toolBarArea">
2226
    <enum>TopToolBarArea</enum>
2227
   </attribute>
2228
   <attribute name="toolBarBreak">
2229
    <bool>false</bool>
2230
   </attribute>
2231
  </widget>
2232
  <action name="ac_LogDir">
2233
   <property name="text">
2234
    <string>Log-Verzeichniss</string>
2235
   </property>
2236
  </action>
2237
  <action name="ac_ParameterDir">
2238
   <property name="text">
2239
    <string>Parameter-Verzeichniss</string>
2240
   </property>
2241
  </action>
2242
  <action name="ac_Quit">
2243
   <property name="icon">
2244
    <iconset resource="../MKTool.qrc">
2245
     <normaloff>:/Actions/Images/Actions/Exit.png</normaloff>:/Actions/Images/Actions/Exit.png</iconset>
2246
   </property>
2247
   <property name="text">
2248
    <string>&amp;Beenden</string>
2249
   </property>
2250
  </action>
2251
  <action name="ac_About">
2252
   <property name="text">
2253
    <string>Ãœber QMK-Groundstation</string>
2254
   </property>
2255
  </action>
2256
  <action name="ac_ConnectTTY">
2257
   <property name="checkable">
2258
    <bool>true</bool>
2259
   </property>
2260
   <property name="icon">
2261
    <iconset resource="../MKTool.qrc">
2262
     <normaloff>:/Actions/Images/Actions/Seriell-NO.png</normaloff>
2263
     <normalon>:/Actions/Images/Actions/Seriell-OK.png</normalon>:/Actions/Images/Actions/Seriell-NO.png</iconset>
2264
   </property>
2265
   <property name="text">
2266
    <string>Kopter Verbinden</string>
2267
   </property>
2268
  </action>
2269
  <action name="ac_RecordCSV">
2270
   <property name="checkable">
2271
    <bool>true</bool>
2272
   </property>
2273
   <property name="icon">
2274
    <iconset resource="../MKTool.qrc">
2275
     <normaloff>:/Actions/Images/Actions/CVS-Record.png</normaloff>
2276
     <normalon>:/Actions/Images/Actions/CVS-Stop.png</normalon>:/Actions/Images/Actions/CVS-Record.png</iconset>
2277
   </property>
2278
   <property name="text">
2279
    <string>CSV Aufzeichnen</string>
2280
   </property>
2281
  </action>
2282
  <action name="ac_StartPlotter">
2283
   <property name="checkable">
2284
    <bool>true</bool>
2285
   </property>
2286
   <property name="icon">
2287
    <iconset resource="../MKTool.qrc">
2288
     <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>
2289
     <normalon>:/Actions/Images/Actions/Plotter-OK.png</normalon>:/Actions/Images/Actions/Plotter-NO.png</iconset>
2290
   </property>
2291
   <property name="text">
2292
    <string>Start Plotter</string>
2293
   </property>
2294
  </action>
2295
  <action name="ac_Config">
2296
   <property name="icon">
2297
    <iconset resource="../MKTool.qrc">
2298
     <normaloff>:/Actions/Images/Actions/Preferences-Data.png</normaloff>:/Actions/Images/Actions/Preferences-Data.png</iconset>
2299
   </property>
2300
   <property name="text">
2301
    <string>Datenfelder wählen</string>
2302
   </property>
2303
  </action>
2304
  <action name="ac_FastDebug">
2305
   <property name="checkable">
2306
    <bool>true</bool>
2307
   </property>
2308
   <property name="icon">
2309
    <iconset resource="../MKTool.qrc">
2310
     <normaloff>:/Actions/Images/Actions/Fast-Data.png</normaloff>:/Actions/Images/Actions/Fast-Data.png</iconset>
2311
   </property>
2312
   <property name="text">
2313
    <string>Schnelle Debugdaten</string>
2314
   </property>
2315
  </action>
2316
  <action name="ac_View0">
2317
   <property name="checkable">
2318
    <bool>true</bool>
2319
   </property>
2320
   <property name="checked">
2321
    <bool>false</bool>
2322
   </property>
2323
   <property name="icon">
2324
    <iconset resource="../MKTool.qrc">
2325
     <normaloff>:/Actions/Images/Actions/Debug.png</normaloff>:/Actions/Images/Actions/Debug.png</iconset>
2326
   </property>
2327
   <property name="text">
2328
    <string>Debug-Daten</string>
2329
   </property>
2330
  </action>
2331
  <action name="ac_View1">
2332
   <property name="checkable">
2333
    <bool>true</bool>
2334
   </property>
2335
   <property name="checked">
2336
    <bool>false</bool>
2337
   </property>
2338
   <property name="icon">
2339
    <iconset resource="../MKTool.qrc">
2340
     <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Images/Actions/Plotter-NO.png</iconset>
2341
   </property>
2342
   <property name="text">
2343
    <string>Plotter</string>
2344
   </property>
2345
  </action>
2346
  <action name="ac_View2">
2347
   <property name="checkable">
2348
    <bool>true</bool>
2349
   </property>
2350
   <property name="checked">
2351
    <bool>false</bool>
2352
   </property>
2353
   <property name="icon">
2354
    <iconset resource="../MKTool.qrc">
2355
     <normaloff>:/Actions/Images/Actions/FC-Settings.png</normaloff>:/Actions/Images/Actions/FC-Settings.png</iconset>
2356
   </property>
2357
   <property name="text">
2358
    <string>FC-Settings</string>
2359
   </property>
2360
  </action>
2361
  <action name="ac_View3">
2362
   <property name="checkable">
2363
    <bool>true</bool>
2364
   </property>
2365
   <property name="checked">
2366
    <bool>false</bool>
2367
   </property>
2368
   <property name="icon">
2369
    <iconset resource="../MKTool.qrc">
2370
     <normaloff>:/Actions/Images/Actions/Terminal.png</normaloff>:/Actions/Images/Actions/Terminal.png</iconset>
2371
   </property>
2372
   <property name="text">
2373
    <string>Terminal</string>
2374
   </property>
2375
  </action>
2376
  <action name="ac_View4">
2377
   <property name="checkable">
2378
    <bool>true</bool>
2379
   </property>
2380
   <property name="checked">
2381
    <bool>false</bool>
2382
   </property>
2383
   <property name="icon">
2384
    <iconset resource="../MKTool.qrc">
2385
     <normaloff>:/Actions/Images/Actions/Cockpit.png</normaloff>:/Actions/Images/Actions/Cockpit.png</iconset>
2386
   </property>
2387
   <property name="text">
2388
    <string>Cockpit</string>
2389
   </property>
2390
  </action>
2391
  <action name="ac_View5">
2392
   <property name="checkable">
2393
    <bool>true</bool>
2394
   </property>
2395
   <property name="checked">
2396
    <bool>false</bool>
2397
   </property>
2398
   <property name="icon">
2399
    <iconset resource="../MKTool.qrc">
2400
     <normaloff>:/Actions/Images/Actions/Firmware.png</normaloff>:/Actions/Images/Actions/Firmware.png</iconset>
2401
   </property>
2402
   <property name="text">
2403
    <string>Firmware Update</string>
2404
   </property>
2405
  </action>
2406
  <action name="ac_GetLabels">
2407
   <property name="text">
2408
    <string>Beschreibungen abfragen</string>
2409
   </property>
2410
  </action>
2411
  <action name="ac_Preferences">
2412
   <property name="icon">
2413
    <iconset resource="../MKTool.qrc">
2414
     <normaloff>:/Actions/Images/Actions/Preferences.png</normaloff>:/Actions/Images/Actions/Preferences.png</iconset>
2415
   </property>
2416
   <property name="text">
2417
    <string>QMK Einrichten</string>
2418
   </property>
2419
  </action>
2420
  <action name="ac_Motortest">
2421
   <property name="icon">
2422
    <iconset resource="../MKTool.qrc">
2423
     <normaloff>:/Actions/Images/Actions/Motortest.png</normaloff>:/Actions/Images/Actions/Motortest.png</iconset>
2424
   </property>
2425
   <property name="text">
2426
    <string>Motortest</string>
2427
   </property>
2428
  </action>
2429
  <action name="ac_SelFC">
2430
   <property name="checkable">
2431
    <bool>true</bool>
2432
   </property>
2433
   <property name="text">
2434
    <string>FlightCtrl</string>
2435
   </property>
2436
  </action>
2437
  <action name="ac_SelNC">
2438
   <property name="checkable">
2439
    <bool>true</bool>
2440
   </property>
2441
   <property name="text">
2442
    <string>NaviCtrl</string>
2443
   </property>
2444
  </action>
2445
  <action name="ac_SelMag">
2446
   <property name="checkable">
2447
    <bool>true</bool>
2448
   </property>
2449
   <property name="text">
2450
    <string>MK3Mag</string>
2451
   </property>
2452
  </action>
2453
  <action name="ac_NoDebug">
2454
   <property name="checkable">
2455
    <bool>true</bool>
2456
   </property>
2457
   <property name="text">
2458
    <string>Debugdaten abschalten.</string>
2459
   </property>
2460
  </action>
2461
  <action name="ac_StartServer">
2462
   <property name="checkable">
2463
    <bool>true</bool>
2464
   </property>
2465
   <property name="icon">
2466
    <iconset resource="../MKTool.qrc">
2467
     <normaloff>:/Actions/Images/Actions/Google-NO.png</normaloff>
2468
     <normalon>:/Actions/Images/Actions/Google-OK.png</normalon>:/Actions/Images/Actions/Google-NO.png</iconset>
2469
   </property>
2470
   <property name="text">
2471
    <string>KML-Server</string>
2472
   </property>
2473
  </action>
2474
  <action name="ac_FastNavi">
2475
   <property name="checkable">
2476
    <bool>true</bool>
2477
   </property>
2478
   <property name="icon">
2479
    <iconset resource="../MKTool.qrc">
2480
     <normaloff>:/Actions/Images/Actions/Fast-Data.png</normaloff>:/Actions/Images/Actions/Fast-Data.png</iconset>
2481
   </property>
2482
   <property name="text">
2483
    <string>Schnelle Navi-Daten</string>
2484
   </property>
2485
  </action>
2486
  <action name="ac_NoNavi">
2487
   <property name="checkable">
2488
    <bool>true</bool>
2489
   </property>
2490
   <property name="text">
2491
    <string>Navidaten abschalten</string>
2492
   </property>
2493
  </action>
2494
  <action name="ac_QMKServer">
2495
   <property name="checkable">
2496
    <bool>true</bool>
2497
   </property>
2498
   <property name="enabled">
2499
    <bool>false</bool>
2500
   </property>
2501
   <property name="icon">
2502
    <iconset resource="../MKTool.qrc">
2503
     <normaloff>:/Actions/Images/Actions/Network-NO.png</normaloff>
2504
     <normalon>:/Actions/Images/Actions/Network-OK.png</normalon>:/Actions/Images/Actions/Network-NO.png</iconset>
2505
   </property>
2506
   <property name="text">
2507
    <string>QMK Server Verbinden</string>
2508
   </property>
2509
  </action>
2510
  <action name="ac_View6">
2511
   <property name="checkable">
2512
    <bool>true</bool>
2513
   </property>
2514
   <property name="icon">
2515
    <iconset resource="../MKTool.qrc">
2516
     <normaloff>:/Actions/Images/Actions/Waypoints.png</normaloff>:/Actions/Images/Actions/Waypoints.png</iconset>
2517
   </property>
2518
   <property name="text">
2519
    <string>Wegpunkte</string>
2520
   </property>
2521
  </action>
2522
  <action name="ac_LCD">
2523
   <property name="icon">
2524
    <iconset resource="../MKTool.qrc">
2525
     <normaloff>:/Actions/Images/Actions/LCD.png</normaloff>:/Actions/Images/Actions/LCD.png</iconset>
2526
   </property>
2527
   <property name="text">
2528
    <string>LCD-Display</string>
2529
   </property>
2530
  </action>
2531
  <action name="ac_Map">
2532
   <property name="icon">
2533
    <iconset resource="../MKTool.qrc">
2534
     <normaloff>:/Actions/Images/Actions/Waypoints.png</normaloff>:/Actions/Images/Actions/Waypoints.png</iconset>
2535
   </property>
2536
   <property name="text">
2537
    <string>Flug-Karte</string>
2538
   </property>
2539
  </action>
2540
  <action name="ac_MotorMixer">
2541
   <property name="icon">
2542
    <iconset resource="../MKTool.qrc">
2543
     <normaloff>:/Actions/Images/Actions/MotorMixer.png</normaloff>:/Actions/Images/Actions/MotorMixer.png</iconset>
2544
   </property>
2545
   <property name="text">
2546
    <string>Motor-Mixer</string>
2547
   </property>
2548
  </action>
2549
 </widget>
2550
 <customwidgets>
2551
  <customwidget>
2552
   <class>QwtPlot</class>
2553
   <extends>QFrame</extends>
2554
   <header>qwt_plot.h</header>
2555
   <container>1</container>
2556
  </customwidget>
2557
  <customwidget>
2558
   <class>QwtCompass</class>
2559
   <extends>QwtDial</extends>
2560
   <header>qwt_compass.h</header>
2561
  </customwidget>
2562
  <customwidget>
2563
   <class>QwtDial</class>
2564
   <extends>QWidget</extends>
2565
   <header>qwt_dial.h</header>
2566
  </customwidget>
2567
  <customwidget>
2568
   <class>QwtSlider</class>
2569
   <extends>QWidget</extends>
2570
   <header>qwt_slider.h</header>
2571
  </customwidget>
2572
 </customwidgets>
2573
 <resources>
2574
  <include location="../MKTool.qrc"/>
2575
 </resources>
2576
 <connections>
2577
  <connection>
2578
   <sender>ac_Quit</sender>
2579
   <signal>triggered()</signal>
2580
   <receiver>dlg_mktool_UI</receiver>
2581
   <slot>close()</slot>
2582
   <hints>
2583
    <hint type="sourcelabel">
2584
     <x>-1</x>
2585
     <y>-1</y>
2586
    </hint>
2587
    <hint type="destinationlabel">
2588
     <x>384</x>
2589
     <y>209</y>
2590
    </hint>
2591
   </hints>
2592
  </connection>
2593
  <connection>
2594
   <sender>pb_StartPlotter</sender>
2595
   <signal>clicked()</signal>
2596
   <receiver>ac_StartPlotter</receiver>
2597
   <slot>trigger()</slot>
2598
   <hints>
2599
    <hint type="sourcelabel">
2600
     <x>756</x>
2601
     <y>370</y>
2602
    </hint>
2603
    <hint type="destinationlabel">
2604
     <x>-1</x>
2605
     <y>-1</y>
2606
    </hint>
2607
   </hints>
2608
  </connection>
2609
  <connection>
2610
   <sender>rb_SelFC</sender>
2611
   <signal>toggled(bool)</signal>
2612
   <receiver>ac_SelFC</receiver>
2613
   <slot>setChecked(bool)</slot>
2614
   <hints>
2615
    <hint type="sourcelabel">
2616
     <x>299</x>
2617
     <y>194</y>
2618
    </hint>
2619
    <hint type="destinationlabel">
2620
     <x>-1</x>
2621
     <y>-1</y>
2622
    </hint>
2623
   </hints>
2624
  </connection>
2625
  <connection>
2626
   <sender>rb_SelMag</sender>
2627
   <signal>toggled(bool)</signal>
2628
   <receiver>ac_SelMag</receiver>
2629
   <slot>setChecked(bool)</slot>
2630
   <hints>
2631
    <hint type="sourcelabel">
2632
     <x>504</x>
2633
     <y>194</y>
2634
    </hint>
2635
    <hint type="destinationlabel">
2636
     <x>-1</x>
2637
     <y>-1</y>
2638
    </hint>
2639
   </hints>
2640
  </connection>
2641
  <connection>
2642
   <sender>rb_SelNC</sender>
2643
   <signal>toggled(bool)</signal>
2644
   <receiver>ac_SelNC</receiver>
2645
   <slot>setChecked(bool)</slot>
2646
   <hints>
2647
    <hint type="sourcelabel">
2648
     <x>404</x>
2649
     <y>194</y>
2650
    </hint>
2651
    <hint type="destinationlabel">
2652
     <x>-1</x>
2653
     <y>-1</y>
2654
    </hint>
2655
   </hints>
2656
  </connection>
2657
  <connection>
2658
   <sender>ac_SelFC</sender>
2659
   <signal>triggered(bool)</signal>
2660
   <receiver>rb_SelFC</receiver>
2661
   <slot>setChecked(bool)</slot>
2662
   <hints>
2663
    <hint type="sourcelabel">
2664
     <x>-1</x>
2665
     <y>-1</y>
2666
    </hint>
2667
    <hint type="destinationlabel">
2668
     <x>299</x>
2669
     <y>194</y>
2670
    </hint>
2671
   </hints>
2672
  </connection>
2673
  <connection>
2674
   <sender>ac_SelMag</sender>
2675
   <signal>triggered(bool)</signal>
2676
   <receiver>rb_SelMag</receiver>
2677
   <slot>setChecked(bool)</slot>
2678
   <hints>
2679
    <hint type="sourcelabel">
2680
     <x>-1</x>
2681
     <y>-1</y>
2682
    </hint>
2683
    <hint type="destinationlabel">
2684
     <x>504</x>
2685
     <y>194</y>
2686
    </hint>
2687
   </hints>
2688
  </connection>
2689
  <connection>
2690
   <sender>ac_SelNC</sender>
2691
   <signal>triggered(bool)</signal>
2692
   <receiver>rb_SelNC</receiver>
2693
   <slot>setChecked(bool)</slot>
2694
   <hints>
2695
    <hint type="sourcelabel">
2696
     <x>-1</x>
2697
     <y>-1</y>
2698
    </hint>
2699
    <hint type="destinationlabel">
2700
     <x>404</x>
2701
     <y>194</y>
2702
    </hint>
2703
   </hints>
2704
  </connection>
2705
  <connection>
2706
   <sender>pb_Clear</sender>
2707
   <signal>clicked()</signal>
2708
   <receiver>te_RX</receiver>
2709
   <slot>clear()</slot>
2710
   <hints>
2711
    <hint type="sourcelabel">
2712
     <x>736</x>
2713
     <y>372</y>
2714
    </hint>
2715
    <hint type="destinationlabel">
2716
     <x>392</x>
2717
     <y>225</y>
2718
    </hint>
2719
   </hints>
2720
  </connection>
2721
 </connections>
2722
</ui>