Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
337 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
          <property name="checked">
1079
           <bool>true</bool>
1080
          </property>
1081
         </widget>
1082
        </item>
1083
        <item row="1" column="6">
1084
         <spacer name="horizontalSpacer_13">
1085
          <property name="orientation">
1086
           <enum>Qt::Horizontal</enum>
1087
          </property>
1088
          <property name="sizeHint" stdset="0">
1089
           <size>
1090
            <width>376</width>
1091
            <height>20</height>
1092
           </size>
1093
          </property>
1094
         </spacer>
1095
        </item>
1096
        <item row="1" column="4">
1097
         <widget class="QCheckBox" name="cb_ShowAlways">
1098
          <property name="text">
1099
           <string>auch wenn ausgeblendet </string>
1100
          </property>
1101
         </widget>
1102
        </item>
1103
        <item row="1" column="3">
1104
         <widget class="QCheckBox" name="cb_ShowSend">
1105
          <property name="text">
1106
           <string>gesendete Daten </string>
1107
          </property>
1108
         </widget>
1109
        </item>
1110
        <item row="1" column="0">
1111
         <widget class="QLabel" name="label_2">
1112
          <property name="text">
1113
           <string>Anzeigen: </string>
1114
          </property>
1115
         </widget>
1116
        </item>
1117
        <item row="1" column="7">
1118
         <widget class="QPushButton" name="pb_Clear">
1119
          <property name="text">
1120
           <string>Löschen</string>
1121
          </property>
1122
         </widget>
1123
        </item>
1124
       </layout>
1125
      </widget>
1126
      <widget class="QWidget" name="Tab_4">
1127
       <attribute name="icon">
1128
        <iconset resource="../MKTool.qrc">
1129
         <normaloff>:/Actions/Images/Actions/Cockpit.png</normaloff>:/Actions/Images/Actions/Cockpit.png</iconset>
1130
       </attribute>
1131
       <attribute name="title">
1132
        <string>Cockpit</string>
1133
       </attribute>
1134
       <layout class="QGridLayout" name="gridLayout_13">
1135
        <item row="0" column="0">
1136
         <widget class="QGroupBox" name="groupBox">
1137
          <property name="title">
1138
           <string>Informationen</string>
1139
          </property>
1140
          <layout class="QGridLayout" name="gridLayout_8">
1141
           <item row="0" column="0">
1142
            <widget class="QLabel" name="label_14">
1143
             <property name="text">
1144
              <string>Modus:</string>
1145
             </property>
1146
            </widget>
1147
           </item>
1148
           <item row="0" column="1">
1149
            <widget class="QLabel" name="lb_Mode">
1150
             <property name="palette">
1151
              <palette>
1152
               <active>
1153
                <colorrole role="WindowText">
1154
                 <brush brushstyle="SolidPattern">
1155
                  <color alpha="255">
1156
                   <red>71</red>
1157
                   <green>164</green>
1158
                   <blue>50</blue>
1159
                  </color>
1160
                 </brush>
1161
                </colorrole>
1162
               </active>
1163
               <inactive>
1164
                <colorrole role="WindowText">
1165
                 <brush brushstyle="SolidPattern">
1166
                  <color alpha="255">
1167
                   <red>71</red>
1168
                   <green>164</green>
1169
                   <blue>50</blue>
1170
                  </color>
1171
                 </brush>
1172
                </colorrole>
1173
               </inactive>
1174
               <disabled>
1175
                <colorrole role="WindowText">
1176
                 <brush brushstyle="SolidPattern">
1177
                  <color alpha="255">
1178
                   <red>126</red>
1179
                   <green>125</green>
1180
                   <blue>124</blue>
1181
                  </color>
1182
                 </brush>
1183
                </colorrole>
1184
               </disabled>
1185
              </palette>
1186
             </property>
1187
             <property name="font">
1188
              <font>
1189
               <weight>75</weight>
1190
               <bold>true</bold>
1191
              </font>
1192
             </property>
1193
             <property name="frameShape">
1194
              <enum>QFrame::Box</enum>
1195
             </property>
1196
             <property name="lineWidth">
1197
              <number>2</number>
1198
             </property>
1199
             <property name="text">
1200
              <string/>
1201
             </property>
1202
             <property name="alignment">
1203
              <set>Qt::AlignCenter</set>
1204
             </property>
1205
            </widget>
1206
           </item>
1207
           <item row="6" column="0">
1208
            <widget class="QLabel" name="label_7">
1209
             <property name="text">
1210
              <string>Entfernung:</string>
1211
             </property>
1212
            </widget>
1213
           </item>
1214
           <item row="6" column="1">
1215
            <widget class="QLineEdit" name="le_CDistance">
1216
             <property name="minimumSize">
1217
              <size>
1218
               <width>100</width>
1219
               <height>0</height>
1220
              </size>
1221
             </property>
1222
             <property name="maximumSize">
1223
              <size>
1224
               <width>100</width>
1225
               <height>16777215</height>
1226
              </size>
1227
             </property>
1228
             <property name="alignment">
1229
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1230
             </property>
1231
             <property name="readOnly">
1232
              <bool>true</bool>
1233
             </property>
1234
            </widget>
1235
           </item>
1236
           <item row="9" column="0">
1237
            <widget class="QLabel" name="label_5">
1238
             <property name="text">
1239
              <string>Aktueller Wegpunkt:</string>
1240
             </property>
1241
            </widget>
1242
           </item>
1243
           <item row="9" column="1">
1244
            <widget class="QLineEdit" name="le_CWPA">
1245
             <property name="minimumSize">
1246
              <size>
1247
               <width>100</width>
1248
               <height>0</height>
1249
              </size>
1250
             </property>
1251
             <property name="maximumSize">
1252
              <size>
1253
               <width>100</width>
1254
               <height>16777215</height>
1255
              </size>
1256
             </property>
1257
             <property name="alignment">
1258
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1259
             </property>
1260
             <property name="readOnly">
1261
              <bool>true</bool>
1262
             </property>
1263
            </widget>
1264
           </item>
1265
           <item row="3" column="1" rowspan="3">
1266
            <widget class="QLineEdit" name="le_CSats">
1267
             <property name="minimumSize">
1268
              <size>
1269
               <width>100</width>
1270
               <height>0</height>
1271
              </size>
1272
             </property>
1273
             <property name="maximumSize">
1274
              <size>
1275
               <width>100</width>
1276
               <height>16777215</height>
1277
              </size>
1278
             </property>
1279
             <property name="alignment">
1280
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1281
             </property>
1282
             <property name="readOnly">
1283
              <bool>true</bool>
1284
             </property>
1285
            </widget>
1286
           </item>
1287
           <item row="4" column="0">
1288
            <widget class="QLabel" name="label_6">
1289
             <property name="text">
1290
              <string>Satelliten: </string>
1291
             </property>
1292
            </widget>
1293
           </item>
1294
           <item row="1" column="0">
1295
            <widget class="QLabel" name="label_3">
1296
             <property name="text">
1297
              <string>Flugzeit:</string>
1298
             </property>
1299
            </widget>
1300
           </item>
1301
           <item row="1" column="1">
1302
            <widget class="QLineEdit" name="le_CTime">
1303
             <property name="minimumSize">
1304
              <size>
1305
               <width>100</width>
1306
               <height>0</height>
1307
              </size>
1308
             </property>
1309
             <property name="maximumSize">
1310
              <size>
1311
               <width>100</width>
1312
               <height>16777215</height>
1313
              </size>
1314
             </property>
1315
             <property name="alignment">
1316
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1317
             </property>
1318
             <property name="readOnly">
1319
              <bool>true</bool>
1320
             </property>
1321
            </widget>
1322
           </item>
1323
           <item row="7" column="0">
1324
            <widget class="QLabel" name="label_4">
1325
             <property name="text">
1326
              <string>Wegpunkte Total:</string>
1327
             </property>
1328
            </widget>
1329
           </item>
1330
           <item row="7" column="1">
1331
            <widget class="QLineEdit" name="le_CWPT">
1332
             <property name="minimumSize">
1333
              <size>
1334
               <width>100</width>
1335
               <height>0</height>
1336
              </size>
1337
             </property>
1338
             <property name="maximumSize">
1339
              <size>
1340
               <width>100</width>
1341
               <height>16777215</height>
1342
              </size>
1343
             </property>
1344
             <property name="alignment">
1345
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1346
             </property>
1347
             <property name="readOnly">
1348
              <bool>true</bool>
1349
             </property>
1350
            </widget>
1351
           </item>
1352
           <item row="10" column="1">
1353
            <spacer name="verticalSpacer_3">
1354
             <property name="orientation">
1355
              <enum>Qt::Vertical</enum>
1356
             </property>
1357
             <property name="sizeHint" stdset="0">
1358
              <size>
1359
               <width>20</width>
1360
               <height>40</height>
1361
              </size>
1362
             </property>
1363
            </spacer>
1364
           </item>
1365
          </layout>
1366
         </widget>
1367
        </item>
1368
        <item row="0" column="1">
1369
         <spacer name="horizontalSpacer_14">
1370
          <property name="orientation">
1371
           <enum>Qt::Horizontal</enum>
1372
          </property>
1373
          <property name="sizeHint" stdset="0">
1374
           <size>
1375
            <width>40</width>
1376
            <height>20</height>
1377
           </size>
1378
          </property>
1379
         </spacer>
1380
        </item>
1381
        <item row="0" column="2">
1382
         <widget class="QGroupBox" name="box_Flugdaten">
1383
          <property name="title">
1384
           <string>Flugdaten</string>
1385
          </property>
1386
          <layout class="QGridLayout" name="gridLayout">
1387
           <item row="0" column="0">
1388
            <layout class="QVBoxLayout" name="LayOut_Speed">
1389
             <item>
1390
              <widget class="QLabel" name="label_145">
1391
               <property name="font">
1392
                <font>
1393
                 <weight>75</weight>
1394
                 <bold>true</bold>
1395
                </font>
1396
               </property>
1397
               <property name="text">
1398
                <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;
1399
&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;
1400
p, li { white-space: pre-wrap; }
1401
&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;
1402
&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;
1403
&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>
1404
               </property>
1405
               <property name="alignment">
1406
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1407
               </property>
1408
              </widget>
1409
             </item>
1410
            </layout>
1411
           </item>
1412
           <item row="0" column="1">
1413
            <layout class="QVBoxLayout" name="verticalLayout">
1414
             <item>
1415
              <widget class="QLabel" name="label_143">
1416
               <property name="font">
1417
                <font>
1418
                 <weight>75</weight>
1419
                 <bold>true</bold>
1420
                </font>
1421
               </property>
1422
               <property name="text">
1423
                <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;
1424
&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;
1425
p, li { white-space: pre-wrap; }
1426
&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;
1427
&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;
1428
&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>
1429
               </property>
1430
               <property name="alignment">
1431
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1432
               </property>
1433
              </widget>
1434
             </item>
1435
            </layout>
1436
           </item>
1437
           <item row="0" column="2">
1438
            <layout class="QVBoxLayout" name="verticalLayout_6">
1439
             <item>
1440
              <widget class="QLabel" name="label_142">
1441
               <property name="font">
1442
                <font>
1443
                 <weight>75</weight>
1444
                 <bold>true</bold>
1445
                </font>
1446
               </property>
1447
               <property name="text">
1448
                <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;
1449
&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;
1450
p, li { white-space: pre-wrap; }
1451
&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;
1452
&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;
1453
&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>
1454
               </property>
1455
               <property name="alignment">
1456
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1457
               </property>
1458
              </widget>
1459
             </item>
1460
             <item>
1461
              <widget class="QwtCompass" name="Compass">
1462
               <property name="minimumSize">
1463
                <size>
1464
                 <width>125</width>
1465
                 <height>125</height>
1466
                </size>
1467
               </property>
1468
               <property name="maximumSize">
1469
                <size>
1470
                 <width>125</width>
1471
                 <height>125</height>
1472
                </size>
1473
               </property>
1474
               <property name="lineWidth">
1475
                <number>4</number>
1476
               </property>
1477
               <property name="frameShadow">
1478
                <enum>QwtDial::Sunken</enum>
1479
               </property>
1480
              </widget>
1481
             </item>
1482
            </layout>
1483
           </item>
1484
           <item row="0" column="3">
1485
            <layout class="QVBoxLayout" name="verticalLayout_2">
1486
             <item>
1487
              <widget class="QLabel" name="label_144">
1488
               <property name="font">
1489
                <font>
1490
                 <weight>75</weight>
1491
                 <bold>true</bold>
1492
                </font>
1493
               </property>
1494
               <property name="text">
1495
                <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;
1496
&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;
1497
p, li { white-space: pre-wrap; }
1498
&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;
1499
&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;
1500
&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>
1501
               </property>
1502
               <property name="alignment">
1503
                <set>Qt::AlignHCenter|Qt::AlignTop</set>
1504
               </property>
1505
              </widget>
1506
             </item>
1507
             <item>
1508
              <widget class="QwtSlider" name="qwt_Rate">
1509
               <property name="orientation">
1510
                <enum>Qt::Vertical</enum>
1511
               </property>
1512
               <property name="scalePosition">
1513
                <enum>QwtSlider::LeftScale</enum>
1514
               </property>
1515
               <property name="bgStyle">
1516
                <enum>QwtSlider::BgTrough</enum>
1517
               </property>
1518
               <property name="thumbLength">
1519
                <number>10</number>
1520
               </property>
1521
              </widget>
1522
             </item>
1523
            </layout>
1524
           </item>
1525
           <item row="1" column="1">
1526
            <spacer name="verticalSpacer">
1527
             <property name="orientation">
1528
              <enum>Qt::Vertical</enum>
1529
             </property>
1530
             <property name="sizeHint" stdset="0">
1531
              <size>
1532
               <width>20</width>
1533
               <height>40</height>
1534
              </size>
1535
             </property>
1536
            </spacer>
1537
           </item>
1538
          </layout>
1539
         </widget>
1540
        </item>
1541
        <item row="1" column="0" colspan="3">
1542
         <widget class="QGroupBox" name="box_System">
1543
          <property name="title">
1544
           <string>System</string>
1545
          </property>
1546
          <layout class="QHBoxLayout" name="horizontalLayout_12">
1547
           <item>
1548
            <widget class="QLabel" name="label">
1549
             <property name="text">
1550
              <string>Spannung:</string>
1551
             </property>
1552
            </widget>
1553
           </item>
1554
           <item>
1555
            <widget class="QProgressBar" name="bar_UBAT">
1556
             <property name="maximum">
1557
              <number>140</number>
1558
             </property>
1559
             <property name="value">
1560
              <number>0</number>
1561
             </property>
1562
             <property name="format">
1563
              <string>%v</string>
1564
             </property>
1565
            </widget>
1566
           </item>
1567
           <item>
1568
            <widget class="QLabel" name="label_133">
1569
             <property name="text">
1570
              <string>Empfang:</string>
1571
             </property>
1572
            </widget>
1573
           </item>
1574
           <item>
1575
            <widget class="QProgressBar" name="bar_RX">
1576
             <property name="maximum">
1577
              <number>255</number>
1578
             </property>
1579
             <property name="value">
1580
              <number>0</number>
1581
             </property>
1582
             <property name="format">
1583
              <string>%v</string>
1584
             </property>
1585
            </widget>
1586
           </item>
1587
          </layout>
1588
         </widget>
1589
        </item>
1590
       </layout>
1591
      </widget>
1592
      <widget class="QWidget" name="Tab_5">
1593
       <attribute name="icon">
1594
        <iconset resource="../MKTool.qrc">
1595
         <normaloff>:/Actions/Images/Actions/Firmware.png</normaloff>:/Actions/Images/Actions/Firmware.png</iconset>
1596
       </attribute>
1597
       <attribute name="title">
1598
        <string>Firmware Update </string>
1599
       </attribute>
1600
       <layout class="QGridLayout" name="gridLayout_37">
1601
        <item row="0" column="0">
1602
         <widget class="QTextEdit" name="te_Shell">
1603
          <property name="font">
1604
           <font>
1605
            <family>Adobe Courier</family>
1606
            <pointsize>10</pointsize>
1607
           </font>
1608
          </property>
1609
         </widget>
1610
        </item>
1611
        <item row="1" column="0">
1612
         <widget class="QFrame" name="frame_20">
1613
          <property name="frameShape">
1614
           <enum>QFrame::StyledPanel</enum>
1615
          </property>
1616
          <property name="frameShadow">
1617
           <enum>QFrame::Raised</enum>
1618
          </property>
1619
          <layout class="QHBoxLayout" name="horizontalLayout_3">
1620
           <item>
1621
            <widget class="QPushButton" name="pb_SettingsReset">
1622
             <property name="enabled">
1623
              <bool>false</bool>
1624
             </property>
1625
             <property name="text">
1626
              <string>Settings zurücksetzen</string>
1627
             </property>
1628
            </widget>
1629
           </item>
1630
           <item>
1631
            <spacer name="horizontalSpacer">
1632
             <property name="orientation">
1633
              <enum>Qt::Horizontal</enum>
1634
             </property>
1635
             <property name="sizeHint" stdset="0">
1636
              <size>
1637
               <width>178</width>
1638
               <height>17</height>
1639
              </size>
1640
             </property>
1641
            </spacer>
1642
           </item>
1643
           <item>
1644
            <widget class="QRadioButton" name="rb_FC">
1645
             <property name="text">
1646
              <string>FlightCtrl </string>
1647
             </property>
1648
             <property name="checked">
1649
              <bool>true</bool>
1650
             </property>
1651
            </widget>
1652
           </item>
1653
           <item>
1654
            <widget class="QRadioButton" name="rb_MK3MAG">
1655
             <property name="text">
1656
              <string>MK3Mag </string>
1657
             </property>
1658
            </widget>
1659
           </item>
1660
           <item>
1661
            <widget class="QRadioButton" name="rb_BL">
1662
             <property name="enabled">
1663
              <bool>true</bool>
1664
             </property>
1665
             <property name="text">
1666
              <string>BL-Ctrl </string>
1667
             </property>
1668
            </widget>
1669
           </item>
1670
           <item>
1671
            <widget class="QRadioButton" name="rb_NC">
1672
             <property name="enabled">
1673
              <bool>false</bool>
1674
             </property>
1675
             <property name="text">
1676
              <string>NaviCtrl </string>
1677
             </property>
1678
            </widget>
1679
           </item>
1680
          </layout>
1681
         </widget>
1682
        </item>
1683
        <item row="2" column="0">
1684
         <layout class="QHBoxLayout" name="horizontalLayout_11">
1685
          <item>
1686
           <widget class="QPushButton" name="pb_HexFile">
1687
            <property name="sizePolicy">
1688
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1689
              <horstretch>0</horstretch>
1690
              <verstretch>0</verstretch>
1691
             </sizepolicy>
1692
            </property>
1693
            <property name="text">
1694
             <string>Firmeware-Datei auswählen</string>
1695
            </property>
1696
           </widget>
1697
          </item>
1698
          <item>
1699
           <widget class="QLineEdit" name="le_HexFile">
1700
            <property name="text">
1701
             <string/>
1702
            </property>
1703
           </widget>
1704
          </item>
1705
          <item>
1706
           <widget class="QPushButton" name="pb_Update">
1707
            <property name="sizePolicy">
1708
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1709
              <horstretch>0</horstretch>
1710
              <verstretch>0</verstretch>
1711
             </sizepolicy>
1712
            </property>
1713
            <property name="text">
1714
             <string>Updaten</string>
1715
            </property>
1716
           </widget>
1717
          </item>
1718
          <item>
1719
           <widget class="QPushButton" name="pb_Flash">
1720
            <property name="enabled">
1721
             <bool>false</bool>
1722
            </property>
1723
            <property name="text">
1724
             <string>Flashen</string>
1725
            </property>
1726
           </widget>
1727
          </item>
1728
         </layout>
1729
        </item>
1730
       </layout>
1731
      </widget>
1732
      <widget class="QWidget" name="Tab_6">
1733
       <attribute name="icon">
1734
        <iconset resource="../MKTool.qrc">
1735
         <normaloff>:/Actions/Images/Actions/Waypoints.png</normaloff>:/Actions/Images/Actions/Waypoints.png</iconset>
1736
       </attribute>
1737
       <attribute name="title">
1738
        <string>Wegpunkte</string>
1739
       </attribute>
1740
       <layout class="QGridLayout" name="gridLayout_11">
1741
        <item row="0" column="0">
1742
         <layout class="QVBoxLayout" name="verticalLayout_3">
1743
          <item>
1744
           <widget class="QGroupBox" name="groupBox_3">
1745
            <property name="title">
1746
             <string>Aktuelle Position</string>
1747
            </property>
1748
            <layout class="QGridLayout" name="gridLayout_14">
1749
             <item row="0" column="0">
1750
              <layout class="QGridLayout" name="gridLayout_15">
1751
               <item row="0" column="0">
1752
                <widget class="QLabel" name="label_10">
1753
                 <property name="text">
1754
                  <string>Longitude:</string>
1755
                 </property>
1756
                </widget>
1757
               </item>
1758
               <item row="0" column="1">
1759
                <widget class="QLineEdit" name="le_CurLong"/>
1760
               </item>
1761
               <item row="1" column="0">
1762
                <widget class="QLabel" name="label_11">
1763
                 <property name="text">
1764
                  <string>Latitude:</string>
1765
                 </property>
1766
                </widget>
1767
               </item>
1768
               <item row="1" column="1">
1769
                <widget class="QLineEdit" name="le_CurLat"/>
1770
               </item>
1771
              </layout>
1772
             </item>
1773
            </layout>
1774
           </widget>
1775
          </item>
1776
          <item>
1777
           <widget class="QGroupBox" name="groupBox_2">
1778
            <property name="title">
1779
             <string>Ziel-Position</string>
1780
            </property>
1781
            <layout class="QGridLayout" name="gridLayout_10">
1782
             <item row="0" column="0">
1783
              <layout class="QGridLayout" name="gridLayout_9">
1784
               <item row="0" column="0">
1785
                <widget class="QLabel" name="label_8">
1786
                 <property name="text">
1787
                  <string>Longitude:</string>
1788
                 </property>
1789
                </widget>
1790
               </item>
1791
               <item row="0" column="1">
1792
                <widget class="QLineEdit" name="le_TarLong"/>
1793
               </item>
1794
               <item row="1" column="0">
1795
                <widget class="QLabel" name="label_9">
1796
                 <property name="text">
1797
                  <string>Latitude:</string>
1798
                 </property>
1799
                </widget>
1800
               </item>
1801
               <item row="1" column="1">
1802
                <widget class="QLineEdit" name="le_TarLat"/>
1803
               </item>
1804
               <item row="2" column="0">
1805
                <widget class="QLabel" name="label_12">
1806
                 <property name="text">
1807
                  <string>Verweilzeit:</string>
1808
                 </property>
1809
                </widget>
1810
               </item>
1811
               <item row="2" column="1">
1812
                <layout class="QHBoxLayout" name="horizontalLayout_4">
1813
                 <item>
1814
                  <widget class="QSpinBox" name="sb_TarTime">
1815
                   <property name="maximum">
1816
                    <number>300</number>
1817
                   </property>
1818
                  </widget>
1819
                 </item>
1820
                 <item>
1821
                  <widget class="QLabel" name="label_13">
1822
                   <property name="text">
1823
                    <string>Sek.</string>
1824
                   </property>
1825
                  </widget>
1826
                 </item>
1827
                </layout>
1828
               </item>
1829
              </layout>
1830
             </item>
1831
            </layout>
1832
           </widget>
1833
          </item>
1834
         </layout>
1835
        </item>
1836
        <item row="0" column="2">
1837
         <spacer name="horizontalSpacer_2">
1838
          <property name="orientation">
1839
           <enum>Qt::Horizontal</enum>
1840
          </property>
1841
          <property name="sizeHint" stdset="0">
1842
           <size>
1843
            <width>337</width>
1844
            <height>228</height>
1845
           </size>
1846
          </property>
1847
         </spacer>
1848
        </item>
1849
        <item row="1" column="0">
1850
         <spacer name="verticalSpacer_2">
1851
          <property name="orientation">
1852
           <enum>Qt::Vertical</enum>
1853
          </property>
1854
          <property name="sizeHint" stdset="0">
1855
           <size>
1856
            <width>20</width>
1857
            <height>40</height>
1858
           </size>
1859
          </property>
1860
         </spacer>
1861
        </item>
1862
        <item row="0" column="1">
1863
         <spacer name="horizontalSpacer_3">
1864
          <property name="orientation">
1865
           <enum>Qt::Horizontal</enum>
1866
          </property>
1867
          <property name="sizeHint" stdset="0">
1868
           <size>
1869
            <width>40</width>
1870
            <height>20</height>
1871
           </size>
1872
          </property>
1873
         </spacer>
1874
        </item>
1875
       </layout>
1876
      </widget>
1877
      <widget class="QWidget" name="Seite">
1878
       <attribute name="title">
1879
        <string>Debug</string>
1880
       </attribute>
1881
       <widget class="QLabel" name="lb_Port">
1882
        <property name="geometry">
1883
         <rect>
1884
          <x>10</x>
1885
          <y>20</y>
1886
          <width>71</width>
1887
          <height>27</height>
1888
         </rect>
1889
        </property>
1890
        <property name="text">
1891
         <string>Device: </string>
1892
        </property>
1893
       </widget>
1894
       <widget class="QLineEdit" name="le_Port">
1895
        <property name="geometry">
1896
         <rect>
1897
          <x>100</x>
1898
          <y>20</y>
1899
          <width>131</width>
1900
          <height>27</height>
1901
         </rect>
1902
        </property>
1903
        <property name="sizePolicy">
1904
         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1905
          <horstretch>0</horstretch>
1906
          <verstretch>0</verstretch>
1907
         </sizepolicy>
1908
        </property>
1909
        <property name="text">
1910
         <string>/dev/ttyUSB0</string>
1911
        </property>
1912
       </widget>
1913
       <widget class="QRadioButton" name="rb_SelFC">
1914
        <property name="geometry">
1915
         <rect>
1916
          <x>250</x>
1917
          <y>20</y>
1918
          <width>147</width>
1919
          <height>21</height>
1920
         </rect>
1921
        </property>
1922
        <property name="text">
1923
         <string>FlightCtrl</string>
1924
        </property>
1925
       </widget>
1926
       <widget class="QRadioButton" name="rb_SelNC">
1927
        <property name="geometry">
1928
         <rect>
1929
          <x>410</x>
1930
          <y>20</y>
1931
          <width>146</width>
1932
          <height>21</height>
1933
         </rect>
1934
        </property>
1935
        <property name="text">
1936
         <string>NaviCtrl</string>
1937
        </property>
1938
       </widget>
1939
       <widget class="QRadioButton" name="rb_SelMag">
1940
        <property name="geometry">
1941
         <rect>
1942
          <x>570</x>
1943
          <y>20</y>
1944
          <width>147</width>
1945
          <height>21</height>
1946
         </rect>
1947
        </property>
1948
        <property name="text">
1949
         <string>MK3Mag</string>
1950
        </property>
1951
       </widget>
1952
       <widget class="QPushButton" name="Dec">
1953
        <property name="geometry">
1954
         <rect>
1955
          <x>4</x>
1956
          <y>240</y>
1957
          <width>281</width>
1958
          <height>26</height>
1959
         </rect>
1960
        </property>
1961
        <property name="text">
1962
         <string>Decode</string>
1963
        </property>
1964
       </widget>
1965
       <widget class="QLineEdit" name="IN">
1966
        <property name="geometry">
1967
         <rect>
1968
          <x>130</x>
1969
          <y>50</y>
1970
          <width>501</width>
1971
          <height>27</height>
1972
         </rect>
1973
        </property>
1974
        <property name="text">
1975
         <string/>
1976
        </property>
1977
       </widget>
1978
       <widget class="QTextEdit" name="te_KML">
1979
        <property name="geometry">
1980
         <rect>
1981
          <x>340</x>
1982
          <y>110</y>
1983
          <width>251</width>
1984
          <height>81</height>
1985
         </rect>
1986
        </property>
1987
       </widget>
1988
       <widget class="QComboBox" name="cb_device">
1989
        <property name="geometry">
1990
         <rect>
1991
          <x>10</x>
1992
          <y>60</y>
1993
          <width>114</width>
1994
          <height>26</height>
1995
         </rect>
1996
        </property>
1997
        <property name="editable">
1998
         <bool>true</bool>
1999
        </property>
2000
       </widget>
2001
       <widget class="QCheckBox" name="cb_ClipBoard">
2002
        <property name="geometry">
2003
         <rect>
2004
          <x>340</x>
2005
          <y>200</y>
2006
          <width>341</width>
2007
          <height>23</height>
2008
         </rect>
2009
        </property>
2010
        <property name="text">
2011
         <string>überwache Zwischenablage</string>
2012
        </property>
2013
       </widget>
2014
       <widget class="QPushButton" name="pb_FlyTo">
2015
        <property name="geometry">
2016
         <rect>
2017
          <x>340</x>
2018
          <y>230</y>
2019
          <width>319</width>
2020
          <height>24</height>
2021
         </rect>
2022
        </property>
2023
        <property name="text">
2024
         <string>Fliege da hin</string>
2025
        </property>
2026
       </widget>
2027
      </widget>
2028
     </widget>
2029
    </item>
2030
   </layout>
2031
  </widget>
2032
  <widget class="QMenuBar" name="menubar">
2033
   <property name="geometry">
2034
    <rect>
2035
     <x>0</x>
2036
     <y>0</y>
2037
     <width>709</width>
2038
     <height>23</height>
2039
    </rect>
2040
   </property>
2041
   <widget class="QMenu" name="menuProgramm">
2042
    <property name="title">
2043
     <string>&amp;Programm</string>
2044
    </property>
2045
    <addaction name="ac_ConnectTTY"/>
2046
    <addaction name="ac_QMKServer"/>
2047
    <addaction name="separator"/>
2048
    <addaction name="ac_Quit"/>
2049
   </widget>
2050
   <widget class="QMenu" name="menuEinstellungen">
2051
    <property name="title">
2052
     <string>&amp;Einstellungen</string>
2053
    </property>
2054
    <addaction name="ac_MotorMixer"/>
2055
    <addaction name="separator"/>
2056
    <addaction name="ac_Preferences"/>
2057
    <addaction name="ac_Config"/>
2058
   </widget>
2059
   <widget class="QMenu" name="menu_Help">
2060
    <property name="title">
2061
     <string>Hilfe</string>
2062
    </property>
2063
    <addaction name="ac_About"/>
2064
   </widget>
2065
   <widget class="QMenu" name="menuDaten">
2066
    <property name="title">
2067
     <string>&amp;Debug-Daten</string>
2068
    </property>
2069
    <addaction name="ac_RecordCSV"/>
2070
    <addaction name="ac_StartPlotter"/>
2071
    <addaction name="separator"/>
2072
    <addaction name="ac_FastDebug"/>
2073
    <addaction name="ac_NoDebug"/>
2074
    <addaction name="separator"/>
2075
    <addaction name="ac_GetLabels"/>
2076
   </widget>
2077
   <widget class="QMenu" name="menuAnsicht">
2078
    <property name="title">
2079
     <string>&amp;Ansicht</string>
2080
    </property>
2081
    <widget class="QMenu" name="menuBereiche">
2082
     <property name="title">
2083
      <string>Bereiche</string>
2084
     </property>
2085
     <addaction name="ac_View0"/>
2086
     <addaction name="ac_View1"/>
2087
     <addaction name="ac_View2"/>
2088
     <addaction name="ac_View3"/>
2089
     <addaction name="ac_View4"/>
2090
     <addaction name="ac_View5"/>
2091
     <addaction name="ac_View6"/>
2092
    </widget>
2093
    <addaction name="menuBereiche"/>
2094
   </widget>
2095
   <widget class="QMenu" name="menuWerkzeuge">
2096
    <property name="title">
2097
     <string>Werkzeuge</string>
2098
    </property>
2099
    <addaction name="ac_Motortest"/>
2100
    <addaction name="ac_LCD"/>
2101
    <addaction name="ac_Map"/>
2102
   </widget>
2103
   <widget class="QMenu" name="menuHardware">
2104
    <property name="title">
2105
     <string>Hardware</string>
2106
    </property>
2107
    <addaction name="ac_SelFC"/>
2108
    <addaction name="ac_SelNC"/>
2109
    <addaction name="ac_SelMag"/>
2110
    <addaction name="separator"/>
2111
   </widget>
2112
   <widget class="QMenu" name="menu_Navi_Daten">
2113
    <property name="title">
2114
     <string>&amp;Navi-Daten</string>
2115
    </property>
2116
    <addaction name="ac_StartServer"/>
2117
    <addaction name="separator"/>
2118
    <addaction name="ac_FastNavi"/>
2119
    <addaction name="ac_NoNavi"/>
2120
   </widget>
2121
   <addaction name="menuProgramm"/>
2122
   <addaction name="menuHardware"/>
2123
   <addaction name="menuAnsicht"/>
2124
   <addaction name="menuDaten"/>
2125
   <addaction name="menu_Navi_Daten"/>
2126
   <addaction name="menuEinstellungen"/>
2127
   <addaction name="menuWerkzeuge"/>
2128
   <addaction name="menu_Help"/>
2129
  </widget>
2130
  <widget class="QToolBar" name="tb_Allgemein">
2131
   <property name="windowTitle">
2132
    <string>Allgemein</string>
2133
   </property>
2134
   <property name="iconSize">
2135
    <size>
2136
     <width>22</width>
2137
     <height>22</height>
2138
    </size>
2139
   </property>
2140
   <property name="toolButtonStyle">
2141
    <enum>Qt::ToolButtonIconOnly</enum>
2142
   </property>
2143
   <attribute name="toolBarArea">
2144
    <enum>TopToolBarArea</enum>
2145
   </attribute>
2146
   <attribute name="toolBarBreak">
2147
    <bool>false</bool>
2148
   </attribute>
2149
   <addaction name="ac_ConnectTTY"/>
2150
   <addaction name="ac_QMKServer"/>
2151
   <addaction name="separator"/>
2152
   <addaction name="ac_StartServer"/>
2153
   <addaction name="ac_Map"/>
2154
  </widget>
2155
  <widget class="QToolBar" name="tb_Werkzeuge">
2156
   <property name="windowTitle">
2157
    <string>Werkzeuge</string>
2158
   </property>
2159
   <property name="iconSize">
2160
    <size>
2161
     <width>22</width>
2162
     <height>22</height>
2163
    </size>
2164
   </property>
2165
   <property name="toolButtonStyle">
2166
    <enum>Qt::ToolButtonIconOnly</enum>
2167
   </property>
2168
   <attribute name="toolBarArea">
2169
    <enum>TopToolBarArea</enum>
2170
   </attribute>
2171
   <attribute name="toolBarBreak">
2172
    <bool>false</bool>
2173
   </attribute>
2174
   <addaction name="ac_Motortest"/>
2175
   <addaction name="ac_LCD"/>
2176
  </widget>
2177
  <widget class="QToolBar" name="tb_Debug">
2178
   <property name="windowTitle">
2179
    <string>Debug-Daten</string>
2180
   </property>
2181
   <property name="iconSize">
2182
    <size>
2183
     <width>22</width>
2184
     <height>22</height>
2185
    </size>
2186
   </property>
2187
   <property name="toolButtonStyle">
2188
    <enum>Qt::ToolButtonIconOnly</enum>
2189
   </property>
2190
   <attribute name="toolBarArea">
2191
    <enum>TopToolBarArea</enum>
2192
   </attribute>
2193
   <attribute name="toolBarBreak">
2194
    <bool>false</bool>
2195
   </attribute>
2196
   <addaction name="ac_StartPlotter"/>
2197
   <addaction name="ac_FastDebug"/>
2198
   <addaction name="ac_RecordCSV"/>
2199
  </widget>
2200
  <widget class="QToolBar" name="tb_TTY">
2201
   <property name="windowTitle">
2202
    <string>Schnittstelle</string>
2203
   </property>
2204
   <attribute name="toolBarArea">
2205
    <enum>TopToolBarArea</enum>
2206
   </attribute>
2207
   <attribute name="toolBarBreak">
2208
    <bool>false</bool>
2209
   </attribute>
2210
  </widget>
2211
  <widget class="QToolBar" name="tb_Hardware">
2212
   <property name="windowTitle">
2213
    <string>Hardware</string>
2214
   </property>
2215
   <attribute name="toolBarArea">
2216
    <enum>TopToolBarArea</enum>
2217
   </attribute>
2218
   <attribute name="toolBarBreak">
2219
    <bool>false</bool>
2220
   </attribute>
2221
  </widget>
2222
  <action name="ac_LogDir">
2223
   <property name="text">
2224
    <string>Log-Verzeichniss</string>
2225
   </property>
2226
  </action>
2227
  <action name="ac_ParameterDir">
2228
   <property name="text">
2229
    <string>Parameter-Verzeichniss</string>
2230
   </property>
2231
  </action>
2232
  <action name="ac_Quit">
2233
   <property name="icon">
2234
    <iconset resource="../MKTool.qrc">
2235
     <normaloff>:/Actions/Images/Actions/Exit.png</normaloff>:/Actions/Images/Actions/Exit.png</iconset>
2236
   </property>
2237
   <property name="text">
2238
    <string>&amp;Beenden</string>
2239
   </property>
2240
  </action>
2241
  <action name="ac_About">
2242
   <property name="text">
2243
    <string>Über QMK-Groundstation</string>
2244
   </property>
2245
  </action>
2246
  <action name="ac_ConnectTTY">
2247
   <property name="checkable">
2248
    <bool>true</bool>
2249
   </property>
2250
   <property name="icon">
2251
    <iconset resource="../MKTool.qrc">
2252
     <normaloff>:/Actions/Images/Actions/Seriell-NO.png</normaloff>
2253
     <normalon>:/Actions/Images/Actions/Seriell-OK.png</normalon>:/Actions/Images/Actions/Seriell-NO.png</iconset>
2254
   </property>
2255
   <property name="text">
2256
    <string>Kopter Verbinden</string>
2257
   </property>
2258
  </action>
2259
  <action name="ac_RecordCSV">
2260
   <property name="checkable">
2261
    <bool>true</bool>
2262
   </property>
2263
   <property name="icon">
2264
    <iconset resource="../MKTool.qrc">
2265
     <normaloff>:/Actions/Images/Actions/CVS-Record.png</normaloff>
2266
     <normalon>:/Actions/Images/Actions/CVS-Stop.png</normalon>:/Actions/Images/Actions/CVS-Record.png</iconset>
2267
   </property>
2268
   <property name="text">
2269
    <string>CSV Aufzeichnen</string>
2270
   </property>
2271
  </action>
2272
  <action name="ac_StartPlotter">
2273
   <property name="checkable">
2274
    <bool>true</bool>
2275
   </property>
2276
   <property name="icon">
2277
    <iconset resource="../MKTool.qrc">
2278
     <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>
2279
     <normalon>:/Actions/Images/Actions/Plotter-OK.png</normalon>:/Actions/Images/Actions/Plotter-NO.png</iconset>
2280
   </property>
2281
   <property name="text">
2282
    <string>Start Plotter</string>
2283
   </property>
2284
  </action>
2285
  <action name="ac_Config">
2286
   <property name="icon">
2287
    <iconset resource="../MKTool.qrc">
2288
     <normaloff>:/Actions/Images/Actions/Preferences-Data.png</normaloff>:/Actions/Images/Actions/Preferences-Data.png</iconset>
2289
   </property>
2290
   <property name="text">
2291
    <string>Datenfelder wählen</string>
2292
   </property>
2293
  </action>
2294
  <action name="ac_FastDebug">
2295
   <property name="checkable">
2296
    <bool>true</bool>
2297
   </property>
2298
   <property name="icon">
2299
    <iconset resource="../MKTool.qrc">
2300
     <normaloff>:/Actions/Images/Actions/Fast-Data.png</normaloff>:/Actions/Images/Actions/Fast-Data.png</iconset>
2301
   </property>
2302
   <property name="text">
2303
    <string>Schnelle Debugdaten</string>
2304
   </property>
2305
  </action>
2306
  <action name="ac_View0">
2307
   <property name="checkable">
2308
    <bool>true</bool>
2309
   </property>
2310
   <property name="checked">
2311
    <bool>false</bool>
2312
   </property>
2313
   <property name="icon">
2314
    <iconset resource="../MKTool.qrc">
2315
     <normaloff>:/Actions/Images/Actions/Debug.png</normaloff>:/Actions/Images/Actions/Debug.png</iconset>
2316
   </property>
2317
   <property name="text">
2318
    <string>Debug-Daten</string>
2319
   </property>
2320
  </action>
2321
  <action name="ac_View1">
2322
   <property name="checkable">
2323
    <bool>true</bool>
2324
   </property>
2325
   <property name="checked">
2326
    <bool>false</bool>
2327
   </property>
2328
   <property name="icon">
2329
    <iconset resource="../MKTool.qrc">
2330
     <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Images/Actions/Plotter-NO.png</iconset>
2331
   </property>
2332
   <property name="text">
2333
    <string>Plotter</string>
2334
   </property>
2335
  </action>
2336
  <action name="ac_View2">
2337
   <property name="checkable">
2338
    <bool>true</bool>
2339
   </property>
2340
   <property name="checked">
2341
    <bool>false</bool>
2342
   </property>
2343
   <property name="icon">
2344
    <iconset resource="../MKTool.qrc">
2345
     <normaloff>:/Actions/Images/Actions/FC-Settings.png</normaloff>:/Actions/Images/Actions/FC-Settings.png</iconset>
2346
   </property>
2347
   <property name="text">
2348
    <string>FC-Settings</string>
2349
   </property>
2350
  </action>
2351
  <action name="ac_View3">
2352
   <property name="checkable">
2353
    <bool>true</bool>
2354
   </property>
2355
   <property name="checked">
2356
    <bool>false</bool>
2357
   </property>
2358
   <property name="icon">
2359
    <iconset resource="../MKTool.qrc">
2360
     <normaloff>:/Actions/Images/Actions/Terminal.png</normaloff>:/Actions/Images/Actions/Terminal.png</iconset>
2361
   </property>
2362
   <property name="text">
2363
    <string>Terminal</string>
2364
   </property>
2365
  </action>
2366
  <action name="ac_View4">
2367
   <property name="checkable">
2368
    <bool>true</bool>
2369
   </property>
2370
   <property name="checked">
2371
    <bool>false</bool>
2372
   </property>
2373
   <property name="icon">
2374
    <iconset resource="../MKTool.qrc">
2375
     <normaloff>:/Actions/Images/Actions/Cockpit.png</normaloff>:/Actions/Images/Actions/Cockpit.png</iconset>
2376
   </property>
2377
   <property name="text">
2378
    <string>Cockpit</string>
2379
   </property>
2380
  </action>
2381
  <action name="ac_View5">
2382
   <property name="checkable">
2383
    <bool>true</bool>
2384
   </property>
2385
   <property name="checked">
2386
    <bool>false</bool>
2387
   </property>
2388
   <property name="icon">
2389
    <iconset resource="../MKTool.qrc">
2390
     <normaloff>:/Actions/Images/Actions/Firmware.png</normaloff>:/Actions/Images/Actions/Firmware.png</iconset>
2391
   </property>
2392
   <property name="text">
2393
    <string>Firmware Update</string>
2394
   </property>
2395
  </action>
2396
  <action name="ac_GetLabels">
2397
   <property name="text">
2398
    <string>Beschreibungen abfragen</string>
2399
   </property>
2400
  </action>
2401
  <action name="ac_Preferences">
2402
   <property name="icon">
2403
    <iconset resource="../MKTool.qrc">
2404
     <normaloff>:/Actions/Images/Actions/Preferences.png</normaloff>:/Actions/Images/Actions/Preferences.png</iconset>
2405
   </property>
2406
   <property name="text">
2407
    <string>QMK Einrichten</string>
2408
   </property>
2409
  </action>
2410
  <action name="ac_Motortest">
2411
   <property name="icon">
2412
    <iconset resource="../MKTool.qrc">
2413
     <normaloff>:/Actions/Images/Actions/Motortest.png</normaloff>:/Actions/Images/Actions/Motortest.png</iconset>
2414
   </property>
2415
   <property name="text">
2416
    <string>Motortest</string>
2417
   </property>
2418
  </action>
2419
  <action name="ac_SelFC">
2420
   <property name="checkable">
2421
    <bool>true</bool>
2422
   </property>
2423
   <property name="text">
2424
    <string>FlightCtrl</string>
2425
   </property>
2426
  </action>
2427
  <action name="ac_SelNC">
2428
   <property name="checkable">
2429
    <bool>true</bool>
2430
   </property>
2431
   <property name="text">
2432
    <string>NaviCtrl</string>
2433
   </property>
2434
  </action>
2435
  <action name="ac_SelMag">
2436
   <property name="checkable">
2437
    <bool>true</bool>
2438
   </property>
2439
   <property name="text">
2440
    <string>MK3Mag</string>
2441
   </property>
2442
  </action>
2443
  <action name="ac_NoDebug">
2444
   <property name="checkable">
2445
    <bool>true</bool>
2446
   </property>
2447
   <property name="text">
2448
    <string>Debugdaten abschalten.</string>
2449
   </property>
2450
  </action>
2451
  <action name="ac_StartServer">
2452
   <property name="checkable">
2453
    <bool>true</bool>
2454
   </property>
2455
   <property name="icon">
2456
    <iconset resource="../MKTool.qrc">
2457
     <normaloff>:/Actions/Images/Actions/Google-NO.png</normaloff>
2458
     <normalon>:/Actions/Images/Actions/Google-OK.png</normalon>:/Actions/Images/Actions/Google-NO.png</iconset>
2459
   </property>
2460
   <property name="text">
2461
    <string>KML-Server</string>
2462
   </property>
2463
  </action>
2464
  <action name="ac_FastNavi">
2465
   <property name="checkable">
2466
    <bool>true</bool>
2467
   </property>
2468
   <property name="icon">
2469
    <iconset resource="../MKTool.qrc">
2470
     <normaloff>:/Actions/Images/Actions/Fast-Data.png</normaloff>:/Actions/Images/Actions/Fast-Data.png</iconset>
2471
   </property>
2472
   <property name="text">
2473
    <string>Schnelle Navi-Daten</string>
2474
   </property>
2475
  </action>
2476
  <action name="ac_NoNavi">
2477
   <property name="checkable">
2478
    <bool>true</bool>
2479
   </property>
2480
   <property name="text">
2481
    <string>Navidaten abschalten</string>
2482
   </property>
2483
  </action>
2484
  <action name="ac_QMKServer">
2485
   <property name="checkable">
2486
    <bool>true</bool>
2487
   </property>
2488
   <property name="enabled">
2489
    <bool>false</bool>
2490
   </property>
2491
   <property name="icon">
2492
    <iconset resource="../MKTool.qrc">
2493
     <normaloff>:/Actions/Images/Actions/Network-NO.png</normaloff>
2494
     <normalon>:/Actions/Images/Actions/Network-OK.png</normalon>:/Actions/Images/Actions/Network-NO.png</iconset>
2495
   </property>
2496
   <property name="text">
2497
    <string>QMK Server Verbinden</string>
2498
   </property>
2499
  </action>
2500
  <action name="ac_View6">
2501
   <property name="checkable">
2502
    <bool>true</bool>
2503
   </property>
2504
   <property name="icon">
2505
    <iconset resource="../MKTool.qrc">
2506
     <normaloff>:/Actions/Images/Actions/Waypoints.png</normaloff>:/Actions/Images/Actions/Waypoints.png</iconset>
2507
   </property>
2508
   <property name="text">
2509
    <string>Wegpunkte</string>
2510
   </property>
2511
  </action>
2512
  <action name="ac_LCD">
2513
   <property name="icon">
2514
    <iconset resource="../MKTool.qrc">
2515
     <normaloff>:/Actions/Images/Actions/LCD.png</normaloff>:/Actions/Images/Actions/LCD.png</iconset>
2516
   </property>
2517
   <property name="text">
2518
    <string>LCD-Display</string>
2519
   </property>
2520
  </action>
2521
  <action name="ac_Map">
2522
   <property name="icon">
2523
    <iconset resource="../MKTool.qrc">
2524
     <normaloff>:/Actions/Images/Actions/Waypoints.png</normaloff>:/Actions/Images/Actions/Waypoints.png</iconset>
2525
   </property>
2526
   <property name="text">
2527
    <string>Flug-Karte</string>
2528
   </property>
2529
  </action>
2530
  <action name="ac_MotorMixer">
2531
   <property name="icon">
2532
    <iconset resource="../MKTool.qrc">
2533
     <normaloff>:/Actions/Images/Actions/MotorMixer.png</normaloff>:/Actions/Images/Actions/MotorMixer.png</iconset>
2534
   </property>
2535
   <property name="text">
2536
    <string>Motor-Mixer</string>
2537
   </property>
2538
  </action>
2539
 </widget>
2540
 <customwidgets>
2541
  <customwidget>
2542
   <class>QwtPlot</class>
2543
   <extends>QFrame</extends>
2544
   <header>qwt_plot.h</header>
2545
   <container>1</container>
2546
  </customwidget>
2547
  <customwidget>
2548
   <class>QwtCompass</class>
2549
   <extends>QwtDial</extends>
2550
   <header>qwt_compass.h</header>
2551
  </customwidget>
2552
  <customwidget>
2553
   <class>QwtSlider</class>
2554
   <extends>QWidget</extends>
2555
   <header>qwt_slider.h</header>
2556
  </customwidget>
2557
 </customwidgets>
2558
 <resources>
2559
  <include location="../MKTool.qrc"/>
2560
 </resources>
2561
 <connections>
2562
  <connection>
2563
   <sender>ac_Quit</sender>
2564
   <signal>triggered()</signal>
2565
   <receiver>dlg_mktool_UI</receiver>
2566
   <slot>close()</slot>
2567
   <hints>
2568
    <hint type="sourcelabel">
2569
     <x>-1</x>
2570
     <y>-1</y>
2571
    </hint>
2572
    <hint type="destinationlabel">
2573
     <x>384</x>
2574
     <y>209</y>
2575
    </hint>
2576
   </hints>
2577
  </connection>
2578
  <connection>
2579
   <sender>pb_StartPlotter</sender>
2580
   <signal>clicked()</signal>
2581
   <receiver>ac_StartPlotter</receiver>
2582
   <slot>trigger()</slot>
2583
   <hints>
2584
    <hint type="sourcelabel">
2585
     <x>756</x>
2586
     <y>370</y>
2587
    </hint>
2588
    <hint type="destinationlabel">
2589
     <x>-1</x>
2590
     <y>-1</y>
2591
    </hint>
2592
   </hints>
2593
  </connection>
2594
  <connection>
2595
   <sender>rb_SelFC</sender>
2596
   <signal>toggled(bool)</signal>
2597
   <receiver>ac_SelFC</receiver>
2598
   <slot>setChecked(bool)</slot>
2599
   <hints>
2600
    <hint type="sourcelabel">
2601
     <x>299</x>
2602
     <y>194</y>
2603
    </hint>
2604
    <hint type="destinationlabel">
2605
     <x>-1</x>
2606
     <y>-1</y>
2607
    </hint>
2608
   </hints>
2609
  </connection>
2610
  <connection>
2611
   <sender>rb_SelMag</sender>
2612
   <signal>toggled(bool)</signal>
2613
   <receiver>ac_SelMag</receiver>
2614
   <slot>setChecked(bool)</slot>
2615
   <hints>
2616
    <hint type="sourcelabel">
2617
     <x>504</x>
2618
     <y>194</y>
2619
    </hint>
2620
    <hint type="destinationlabel">
2621
     <x>-1</x>
2622
     <y>-1</y>
2623
    </hint>
2624
   </hints>
2625
  </connection>
2626
  <connection>
2627
   <sender>rb_SelNC</sender>
2628
   <signal>toggled(bool)</signal>
2629
   <receiver>ac_SelNC</receiver>
2630
   <slot>setChecked(bool)</slot>
2631
   <hints>
2632
    <hint type="sourcelabel">
2633
     <x>404</x>
2634
     <y>194</y>
2635
    </hint>
2636
    <hint type="destinationlabel">
2637
     <x>-1</x>
2638
     <y>-1</y>
2639
    </hint>
2640
   </hints>
2641
  </connection>
2642
  <connection>
2643
   <sender>ac_SelFC</sender>
2644
   <signal>triggered(bool)</signal>
2645
   <receiver>rb_SelFC</receiver>
2646
   <slot>setChecked(bool)</slot>
2647
   <hints>
2648
    <hint type="sourcelabel">
2649
     <x>-1</x>
2650
     <y>-1</y>
2651
    </hint>
2652
    <hint type="destinationlabel">
2653
     <x>299</x>
2654
     <y>194</y>
2655
    </hint>
2656
   </hints>
2657
  </connection>
2658
  <connection>
2659
   <sender>ac_SelMag</sender>
2660
   <signal>triggered(bool)</signal>
2661
   <receiver>rb_SelMag</receiver>
2662
   <slot>setChecked(bool)</slot>
2663
   <hints>
2664
    <hint type="sourcelabel">
2665
     <x>-1</x>
2666
     <y>-1</y>
2667
    </hint>
2668
    <hint type="destinationlabel">
2669
     <x>504</x>
2670
     <y>194</y>
2671
    </hint>
2672
   </hints>
2673
  </connection>
2674
  <connection>
2675
   <sender>ac_SelNC</sender>
2676
   <signal>triggered(bool)</signal>
2677
   <receiver>rb_SelNC</receiver>
2678
   <slot>setChecked(bool)</slot>
2679
   <hints>
2680
    <hint type="sourcelabel">
2681
     <x>-1</x>
2682
     <y>-1</y>
2683
    </hint>
2684
    <hint type="destinationlabel">
2685
     <x>404</x>
2686
     <y>194</y>
2687
    </hint>
2688
   </hints>
2689
  </connection>
2690
  <connection>
2691
   <sender>pb_Clear</sender>
2692
   <signal>clicked()</signal>
2693
   <receiver>te_RX</receiver>
2694
   <slot>clear()</slot>
2695
   <hints>
2696
    <hint type="sourcelabel">
2697
     <x>736</x>
2698
     <y>372</y>
2699
    </hint>
2700
    <hint type="destinationlabel">
2701
     <x>392</x>
2702
     <y>225</y>
2703
    </hint>
2704
   </hints>
2705
  </connection>
2706
 </connections>
2707
</ui>