Subversion Repositories Projects

Rev

Rev 199 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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