Subversion Repositories Projects

Rev

Rev 227 | 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>
248 Brean 8
    <width>733</width>
9
    <height>459</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" >
248 Brean 59
       <number>5</number>
158 KeyOz 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>
248 Brean 1673
       <layout class="QHBoxLayout" name="horizontalLayout_4" >
1674
        <item>
1675
         <widget class="QGroupBox" name="groupBox_2" >
1676
          <property name="title" >
1677
           <string>Wegpunkt</string>
1678
          </property>
1679
          <widget class="QWidget" name="horizontalLayoutWidget" >
1680
           <property name="geometry" >
1681
            <rect>
1682
             <x>10</x>
1683
             <y>20</y>
1684
             <width>371</width>
1685
             <height>100</height>
1686
            </rect>
1687
           </property>
1688
           <layout class="QHBoxLayout" name="horizontalLayout_5" >
1689
            <item>
1690
             <layout class="QFormLayout" name="formLayout" >
1691
              <property name="fieldGrowthPolicy" >
1692
               <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
1693
              </property>
1694
              <item row="0" column="0" >
1695
               <widget class="QLabel" name="label_8" >
1696
                <property name="text" >
1697
                 <string>Longitude</string>
1698
                </property>
1699
               </widget>
1700
              </item>
1701
              <item row="0" column="1" >
1702
               <widget class="QLineEdit" name="le_LonValue" />
1703
              </item>
1704
              <item row="1" column="0" >
1705
               <widget class="QLabel" name="label_9" >
1706
                <property name="text" >
1707
                 <string>Latitude</string>
1708
                </property>
1709
               </widget>
1710
              </item>
1711
              <item row="1" column="1" >
1712
               <widget class="QLineEdit" name="le_LatValue" />
1713
              </item>
1714
             </layout>
1715
            </item>
1716
            <item>
1717
             <widget class="QPushButton" name="pb_FlyTo" >
1718
              <property name="text" >
1719
               <string>flieg da hin</string>
1720
              </property>
1721
             </widget>
1722
            </item>
1723
           </layout>
1724
          </widget>
1725
         </widget>
1726
        </item>
1727
       </layout>
227 KeyOz 1728
      </widget>
166 KeyOz 1729
      <widget class="QWidget" name="Seite" >
1730
       <attribute name="title" >
1731
        <string>Debug</string>
1732
       </attribute>
227 KeyOz 1733
       <layout class="QGridLayout" name="gridLayout_9" >
1734
        <item row="0" column="0" >
1735
         <widget class="QLabel" name="lb_Port" >
1736
          <property name="text" >
1737
           <string>Device: </string>
1738
          </property>
1739
         </widget>
1740
        </item>
1741
        <item row="0" column="1" >
1742
         <widget class="QLineEdit" name="le_Port" >
1743
          <property name="sizePolicy" >
1744
           <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
1745
            <horstretch>0</horstretch>
1746
            <verstretch>0</verstretch>
1747
           </sizepolicy>
1748
          </property>
1749
          <property name="text" >
1750
           <string>/dev/ttyUSB0</string>
1751
          </property>
1752
         </widget>
1753
        </item>
1754
        <item row="0" column="2" >
1755
         <widget class="QPushButton" name="pb_Open" >
1756
          <property name="text" >
1757
           <string>Verbinden</string>
1758
          </property>
1759
          <property name="icon" >
1760
           <iconset>
1761
            <normaloff>:/Actions/Images/22X22/network-disconnect.png</normaloff>:/Actions/Images/22X22/network-disconnect.png</iconset>
1762
          </property>
1763
         </widget>
1764
        </item>
1765
        <item row="0" column="3" colspan="2" >
1766
         <widget class="QPushButton" name="pb_Record" >
1767
          <property name="text" >
1768
           <string>CSV Aufzeichen</string>
1769
          </property>
1770
          <property name="icon" >
1771
           <iconset>
1772
            <normaloff>:/Actions/Images/22X22/media-record.png</normaloff>:/Actions/Images/22X22/media-record.png</iconset>
1773
          </property>
1774
         </widget>
1775
        </item>
1776
        <item row="0" column="5" >
1777
         <widget class="QPushButton" name="pb_Quit" >
1778
          <property name="text" >
1779
           <string>Beenden</string>
1780
          </property>
1781
          <property name="icon" >
1782
           <iconset>
1783
            <normaloff>:/Actions/Images/22X22/application-exit.png</normaloff>:/Actions/Images/22X22/application-exit.png</iconset>
1784
          </property>
1785
         </widget>
1786
        </item>
1787
        <item row="1" column="2" >
1788
         <widget class="QRadioButton" name="rb_SelFC" >
1789
          <property name="text" >
1790
           <string>FlightCtrl</string>
1791
          </property>
1792
         </widget>
1793
        </item>
1794
        <item row="1" column="3" >
1795
         <widget class="QRadioButton" name="rb_SelNC" >
1796
          <property name="text" >
1797
           <string>NaviCtrl</string>
1798
          </property>
1799
         </widget>
1800
        </item>
1801
        <item row="1" column="4" >
1802
         <widget class="QRadioButton" name="rb_SelMag" >
1803
          <property name="text" >
1804
           <string>MK3Mag</string>
1805
          </property>
1806
         </widget>
1807
        </item>
1808
        <item row="2" column="0" colspan="2" >
1809
         <widget class="QPushButton" name="Dec" >
1810
          <property name="text" >
1811
           <string>Decode</string>
1812
          </property>
1813
         </widget>
1814
        </item>
1815
        <item row="3" column="0" colspan="6" >
1816
         <widget class="QLineEdit" name="IN" >
1817
          <property name="text" >
1818
           <string>#cO][`S>zNIP^y``====M==================================z[lS>|zGP^{]Y====M========[n======>o>m>omMq>|m`J==E=============yY </string>
1819
          </property>
1820
         </widget>
1821
        </item>
1822
       </layout>
166 KeyOz 1823
      </widget>
158 KeyOz 1824
     </widget>
1825
    </item>
1826
   </layout>
1827
  </widget>
162 KeyOz 1828
  <widget class="QMenuBar" name="menubar" >
1829
   <property name="geometry" >
158 KeyOz 1830
    <rect>
1831
     <x>0</x>
1832
     <y>0</y>
248 Brean 1833
     <width>733</width>
1834
     <height>26</height>
158 KeyOz 1835
    </rect>
1836
   </property>
162 KeyOz 1837
   <widget class="QMenu" name="menuProgramm" >
1838
    <property name="title" >
158 KeyOz 1839
     <string>&amp;Programm</string>
1840
    </property>
162 KeyOz 1841
    <addaction name="ac_ConnectTTY" />
227 KeyOz 1842
    <addaction name="ac_QMKServer" />
162 KeyOz 1843
    <addaction name="separator" />
1844
    <addaction name="ac_Quit" />
158 KeyOz 1845
   </widget>
162 KeyOz 1846
   <widget class="QMenu" name="menuEinstellungen" >
1847
    <property name="title" >
158 KeyOz 1848
     <string>&amp;Einstellungen</string>
1849
    </property>
162 KeyOz 1850
    <addaction name="ac_Config" />
163 KeyOz 1851
    <addaction name="separator" />
162 KeyOz 1852
    <addaction name="ac_Preferences" />
158 KeyOz 1853
   </widget>
162 KeyOz 1854
   <widget class="QMenu" name="menu_Help" >
1855
    <property name="title" >
158 KeyOz 1856
     <string>Hilfe</string>
1857
    </property>
162 KeyOz 1858
    <addaction name="ac_About" />
158 KeyOz 1859
   </widget>
162 KeyOz 1860
   <widget class="QMenu" name="menuDaten" >
1861
    <property name="title" >
167 KeyOz 1862
     <string>&amp;Debug-Daten</string>
158 KeyOz 1863
    </property>
162 KeyOz 1864
    <addaction name="ac_RecordCSV" />
1865
    <addaction name="ac_StartPlotter" />
1866
    <addaction name="separator" />
199 KeyOz 1867
    <addaction name="ac_FastDebug" />
1868
    <addaction name="ac_NoDebug" />
166 KeyOz 1869
    <addaction name="separator" />
162 KeyOz 1870
    <addaction name="ac_GetLabels" />
158 KeyOz 1871
   </widget>
162 KeyOz 1872
   <widget class="QMenu" name="menuAnsicht" >
1873
    <property name="title" >
158 KeyOz 1874
     <string>&amp;Ansicht</string>
1875
    </property>
162 KeyOz 1876
    <widget class="QMenu" name="menuBereiche" >
1877
     <property name="title" >
158 KeyOz 1878
      <string>Bereiche</string>
1879
     </property>
162 KeyOz 1880
     <addaction name="ac_View0" />
1881
     <addaction name="ac_View1" />
1882
     <addaction name="ac_View2" />
1883
     <addaction name="ac_View3" />
1884
     <addaction name="ac_View4" />
1885
     <addaction name="ac_View5" />
227 KeyOz 1886
     <addaction name="ac_View6" />
158 KeyOz 1887
    </widget>
162 KeyOz 1888
    <addaction name="menuBereiche" />
158 KeyOz 1889
   </widget>
162 KeyOz 1890
   <widget class="QMenu" name="menuWerkzeuge" >
1891
    <property name="title" >
158 KeyOz 1892
     <string>Werkzeuge</string>
1893
    </property>
162 KeyOz 1894
    <addaction name="ac_Motortest" />
227 KeyOz 1895
    <addaction name="ac_LCD" />
158 KeyOz 1896
   </widget>
166 KeyOz 1897
   <widget class="QMenu" name="menuHardware" >
1898
    <property name="title" >
1899
     <string>Hardware</string>
1900
    </property>
199 KeyOz 1901
    <addaction name="ac_SelFC" />
1902
    <addaction name="ac_SelNC" />
1903
    <addaction name="ac_SelMag" />
166 KeyOz 1904
   </widget>
167 KeyOz 1905
   <widget class="QMenu" name="menu_Navi_Daten" >
1906
    <property name="title" >
1907
     <string>&amp;Navi-Daten</string>
1908
    </property>
1909
    <addaction name="ac_StartServer" />
199 KeyOz 1910
    <addaction name="separator" />
1911
    <addaction name="ac_FastNavi" />
1912
    <addaction name="ac_NoNavi" />
167 KeyOz 1913
   </widget>
162 KeyOz 1914
   <addaction name="menuProgramm" />
166 KeyOz 1915
   <addaction name="menuHardware" />
162 KeyOz 1916
   <addaction name="menuAnsicht" />
1917
   <addaction name="menuDaten" />
167 KeyOz 1918
   <addaction name="menu_Navi_Daten" />
162 KeyOz 1919
   <addaction name="menuEinstellungen" />
1920
   <addaction name="menuWerkzeuge" />
1921
   <addaction name="menu_Help" />
158 KeyOz 1922
  </widget>
227 KeyOz 1923
  <widget class="QToolBar" name="tb_Allgemein" >
1924
   <property name="windowTitle" >
1925
    <string>Allgemein</string>
166 KeyOz 1926
   </property>
227 KeyOz 1927
   <property name="iconSize" >
1928
    <size>
1929
     <width>22</width>
1930
     <height>22</height>
1931
    </size>
1932
   </property>
1933
   <property name="toolButtonStyle" >
1934
    <enum>Qt::ToolButtonIconOnly</enum>
1935
   </property>
1936
   <attribute name="toolBarArea" >
1937
    <enum>TopToolBarArea</enum>
1938
   </attribute>
1939
   <attribute name="toolBarBreak" >
1940
    <bool>false</bool>
1941
   </attribute>
1942
   <addaction name="ac_ConnectTTY" />
1943
   <addaction name="ac_QMKServer" />
1944
   <addaction name="separator" />
1945
   <addaction name="ac_StartServer" />
1946
  </widget>
1947
  <widget class="QToolBar" name="tb_Werkzeuge" >
162 KeyOz 1948
   <property name="windowTitle" >
227 KeyOz 1949
    <string>Werkzeuge</string>
158 KeyOz 1950
   </property>
227 KeyOz 1951
   <property name="iconSize" >
1952
    <size>
1953
     <width>22</width>
1954
     <height>22</height>
1955
    </size>
1956
   </property>
1957
   <property name="toolButtonStyle" >
1958
    <enum>Qt::ToolButtonIconOnly</enum>
1959
   </property>
1960
   <attribute name="toolBarArea" >
1961
    <enum>TopToolBarArea</enum>
1962
   </attribute>
1963
   <attribute name="toolBarBreak" >
162 KeyOz 1964
    <bool>false</bool>
227 KeyOz 1965
   </attribute>
1966
   <addaction name="ac_Motortest" />
1967
   <addaction name="ac_LCD" />
1968
  </widget>
1969
  <widget class="QToolBar" name="tb_Debug" >
1970
   <property name="windowTitle" >
1971
    <string>Debug-Daten</string>
162 KeyOz 1972
   </property>
1973
   <property name="iconSize" >
158 KeyOz 1974
    <size>
1975
     <width>22</width>
1976
     <height>22</height>
1977
    </size>
1978
   </property>
166 KeyOz 1979
   <property name="toolButtonStyle" >
1980
    <enum>Qt::ToolButtonIconOnly</enum>
1981
   </property>
162 KeyOz 1982
   <attribute name="toolBarArea" >
158 KeyOz 1983
    <enum>TopToolBarArea</enum>
1984
   </attribute>
162 KeyOz 1985
   <attribute name="toolBarBreak" >
158 KeyOz 1986
    <bool>false</bool>
1987
   </attribute>
199 KeyOz 1988
   <addaction name="ac_StartPlotter" />
1989
   <addaction name="ac_FastDebug" />
162 KeyOz 1990
   <addaction name="ac_RecordCSV" />
158 KeyOz 1991
  </widget>
227 KeyOz 1992
  <widget class="QToolBar" name="tb_TTY" >
1993
   <property name="windowTitle" >
1994
    <string>Schnittstelle</string>
1995
   </property>
1996
   <attribute name="toolBarArea" >
1997
    <enum>TopToolBarArea</enum>
1998
   </attribute>
1999
   <attribute name="toolBarBreak" >
2000
    <bool>false</bool>
2001
   </attribute>
2002
  </widget>
2003
  <widget class="QToolBar" name="tb_Hardware" >
2004
   <property name="windowTitle" >
2005
    <string>Hardware</string>
2006
   </property>
2007
   <attribute name="toolBarArea" >
2008
    <enum>TopToolBarArea</enum>
2009
   </attribute>
2010
   <attribute name="toolBarBreak" >
2011
    <bool>false</bool>
2012
   </attribute>
2013
  </widget>
162 KeyOz 2014
  <action name="ac_LogDir" >
2015
   <property name="text" >
158 KeyOz 2016
    <string>Log-Verzeichniss</string>
2017
   </property>
2018
  </action>
162 KeyOz 2019
  <action name="ac_ParameterDir" >
2020
   <property name="text" >
158 KeyOz 2021
    <string>Parameter-Verzeichniss</string>
2022
   </property>
2023
  </action>
162 KeyOz 2024
  <action name="ac_Quit" >
2025
   <property name="icon" >
2026
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2027
     <normaloff>:/Actions/Images/Actions/Exit.png</normaloff>:/Actions/Images/Actions/Exit.png</iconset>
158 KeyOz 2028
   </property>
162 KeyOz 2029
   <property name="text" >
158 KeyOz 2030
    <string>&amp;Beenden</string>
2031
   </property>
2032
  </action>
162 KeyOz 2033
  <action name="ac_About" >
2034
   <property name="text" >
158 KeyOz 2035
    <string>Über QMK-Groundstation</string>
2036
   </property>
2037
  </action>
162 KeyOz 2038
  <action name="ac_ConnectTTY" >
227 KeyOz 2039
   <property name="checkable" >
2040
    <bool>true</bool>
2041
   </property>
162 KeyOz 2042
   <property name="icon" >
2043
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2044
     <normaloff>:/Actions/Images/Actions/Seriell-NO.png</normaloff>
2045
     <normalon>:/Actions/Images/Actions/Seriell-OK.png</normalon>:/Actions/Images/Actions/Seriell-NO.png</iconset>
158 KeyOz 2046
   </property>
162 KeyOz 2047
   <property name="text" >
227 KeyOz 2048
    <string>Seriell Verbinden</string>
158 KeyOz 2049
   </property>
2050
  </action>
162 KeyOz 2051
  <action name="ac_RecordCSV" >
166 KeyOz 2052
   <property name="checkable" >
2053
    <bool>true</bool>
2054
   </property>
162 KeyOz 2055
   <property name="icon" >
2056
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2057
     <normaloff>:/Actions/Images/Actions/CVS-Record.png</normaloff>
2058
     <normalon>:/Actions/Images/Actions/CVS-Stop.png</normalon>:/Actions/Images/Actions/CVS-Record.png</iconset>
158 KeyOz 2059
   </property>
162 KeyOz 2060
   <property name="text" >
158 KeyOz 2061
    <string>CSV Aufzeichnen</string>
2062
   </property>
2063
  </action>
162 KeyOz 2064
  <action name="ac_StartPlotter" >
2065
   <property name="checkable" >
158 KeyOz 2066
    <bool>true</bool>
2067
   </property>
162 KeyOz 2068
   <property name="icon" >
2069
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2070
     <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>
2071
     <normalon>:/Actions/Images/Actions/Plotter-OK.png</normalon>:/Actions/Images/Actions/Plotter-NO.png</iconset>
158 KeyOz 2072
   </property>
162 KeyOz 2073
   <property name="text" >
158 KeyOz 2074
    <string>Start Plotter</string>
2075
   </property>
2076
  </action>
162 KeyOz 2077
  <action name="ac_Config" >
2078
   <property name="icon" >
2079
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2080
     <normaloff>:/Actions/Images/Actions/Preferences-Data.png</normaloff>:/Actions/Images/Actions/Preferences-Data.png</iconset>
158 KeyOz 2081
   </property>
162 KeyOz 2082
   <property name="text" >
166 KeyOz 2083
    <string>Datenfelder wählen</string>
158 KeyOz 2084
   </property>
2085
  </action>
199 KeyOz 2086
  <action name="ac_FastDebug" >
162 KeyOz 2087
   <property name="checkable" >
158 KeyOz 2088
    <bool>true</bool>
2089
   </property>
162 KeyOz 2090
   <property name="icon" >
2091
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2092
     <normaloff>:/Actions/Images/Actions/Fast-Data.png</normaloff>:/Actions/Images/Actions/Fast-Data.png</iconset>
158 KeyOz 2093
   </property>
162 KeyOz 2094
   <property name="text" >
166 KeyOz 2095
    <string>Schnelle Debugdaten</string>
158 KeyOz 2096
   </property>
2097
  </action>
162 KeyOz 2098
  <action name="ac_View0" >
2099
   <property name="checkable" >
2100
    <bool>true</bool>
2101
   </property>
2102
   <property name="checked" >
159 KeyOz 2103
    <bool>false</bool>
2104
   </property>
227 KeyOz 2105
   <property name="icon" >
2106
    <iconset resource="../MKTool.qrc" >
2107
     <normaloff>:/Actions/Images/Actions/Debug.png</normaloff>:/Actions/Images/Actions/Debug.png</iconset>
2108
   </property>
162 KeyOz 2109
   <property name="text" >
158 KeyOz 2110
    <string>Debug-Daten</string>
2111
   </property>
2112
  </action>
162 KeyOz 2113
  <action name="ac_View1" >
2114
   <property name="checkable" >
2115
    <bool>true</bool>
2116
   </property>
2117
   <property name="checked" >
159 KeyOz 2118
    <bool>false</bool>
2119
   </property>
227 KeyOz 2120
   <property name="icon" >
2121
    <iconset resource="../MKTool.qrc" >
2122
     <normaloff>:/Actions/Images/Actions/Plotter-NO.png</normaloff>:/Actions/Images/Actions/Plotter-NO.png</iconset>
2123
   </property>
162 KeyOz 2124
   <property name="text" >
158 KeyOz 2125
    <string>Plotter</string>
2126
   </property>
2127
  </action>
162 KeyOz 2128
  <action name="ac_View2" >
2129
   <property name="checkable" >
2130
    <bool>true</bool>
2131
   </property>
2132
   <property name="checked" >
159 KeyOz 2133
    <bool>false</bool>
2134
   </property>
227 KeyOz 2135
   <property name="icon" >
2136
    <iconset resource="../MKTool.qrc" >
2137
     <normaloff>:/Actions/Images/Actions/FC-Settings.png</normaloff>:/Actions/Images/Actions/FC-Settings.png</iconset>
2138
   </property>
162 KeyOz 2139
   <property name="text" >
199 KeyOz 2140
    <string>FC-Settings</string>
158 KeyOz 2141
   </property>
2142
  </action>
162 KeyOz 2143
  <action name="ac_View3" >
2144
   <property name="checkable" >
2145
    <bool>true</bool>
2146
   </property>
2147
   <property name="checked" >
159 KeyOz 2148
    <bool>false</bool>
2149
   </property>
227 KeyOz 2150
   <property name="icon" >
2151
    <iconset resource="../MKTool.qrc" >
2152
     <normaloff>:/Actions/Images/Actions/Terminal.png</normaloff>:/Actions/Images/Actions/Terminal.png</iconset>
2153
   </property>
162 KeyOz 2154
   <property name="text" >
158 KeyOz 2155
    <string>Terminal</string>
2156
   </property>
2157
  </action>
162 KeyOz 2158
  <action name="ac_View4" >
2159
   <property name="checkable" >
2160
    <bool>true</bool>
2161
   </property>
2162
   <property name="checked" >
159 KeyOz 2163
    <bool>false</bool>
2164
   </property>
227 KeyOz 2165
   <property name="icon" >
2166
    <iconset resource="../MKTool.qrc" >
2167
     <normaloff>:/Actions/Images/Actions/Cockpit.png</normaloff>:/Actions/Images/Actions/Cockpit.png</iconset>
2168
   </property>
162 KeyOz 2169
   <property name="text" >
158 KeyOz 2170
    <string>Cockpit</string>
2171
   </property>
2172
  </action>
162 KeyOz 2173
  <action name="ac_View5" >
2174
   <property name="checkable" >
2175
    <bool>true</bool>
2176
   </property>
2177
   <property name="checked" >
159 KeyOz 2178
    <bool>false</bool>
2179
   </property>
227 KeyOz 2180
   <property name="icon" >
2181
    <iconset resource="../MKTool.qrc" >
2182
     <normaloff>:/Actions/Images/Actions/Firmware.png</normaloff>:/Actions/Images/Actions/Firmware.png</iconset>
2183
   </property>
162 KeyOz 2184
   <property name="text" >
158 KeyOz 2185
    <string>Firmware Update</string>
2186
   </property>
2187
  </action>
162 KeyOz 2188
  <action name="ac_GetLabels" >
2189
   <property name="text" >
158 KeyOz 2190
    <string>Beschreibungen abfragen</string>
2191
   </property>
2192
  </action>
162 KeyOz 2193
  <action name="ac_Preferences" >
2194
   <property name="icon" >
2195
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2196
     <normaloff>:/Actions/Images/Actions/Preferences.png</normaloff>:/Actions/Images/Actions/Preferences.png</iconset>
158 KeyOz 2197
   </property>
162 KeyOz 2198
   <property name="text" >
163 KeyOz 2199
    <string>QMK Einrichten</string>
158 KeyOz 2200
   </property>
2201
  </action>
162 KeyOz 2202
  <action name="ac_Motortest" >
167 KeyOz 2203
   <property name="icon" >
2204
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2205
     <normaloff>:/Actions/Images/Actions/Motortest.png</normaloff>:/Actions/Images/Actions/Motortest.png</iconset>
167 KeyOz 2206
   </property>
162 KeyOz 2207
   <property name="text" >
158 KeyOz 2208
    <string>Motortest</string>
2209
   </property>
2210
  </action>
199 KeyOz 2211
  <action name="ac_SelFC" >
166 KeyOz 2212
   <property name="checkable" >
2213
    <bool>true</bool>
2214
   </property>
2215
   <property name="text" >
2216
    <string>FlightCtrl</string>
2217
   </property>
2218
  </action>
199 KeyOz 2219
  <action name="ac_SelNC" >
166 KeyOz 2220
   <property name="checkable" >
2221
    <bool>true</bool>
2222
   </property>
2223
   <property name="text" >
2224
    <string>NaviCtrl</string>
2225
   </property>
2226
  </action>
199 KeyOz 2227
  <action name="ac_SelMag" >
166 KeyOz 2228
   <property name="checkable" >
2229
    <bool>true</bool>
2230
   </property>
2231
   <property name="text" >
2232
    <string>MK3Mag</string>
2233
   </property>
2234
  </action>
199 KeyOz 2235
  <action name="ac_NoDebug" >
166 KeyOz 2236
   <property name="checkable" >
2237
    <bool>true</bool>
2238
   </property>
2239
   <property name="text" >
2240
    <string>Debugdaten abschalten.</string>
2241
   </property>
2242
  </action>
167 KeyOz 2243
  <action name="ac_StartServer" >
2244
   <property name="checkable" >
2245
    <bool>true</bool>
2246
   </property>
2247
   <property name="icon" >
2248
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2249
     <normaloff>:/Actions/Images/Actions/Google-NO.png</normaloff>
2250
     <normalon>:/Actions/Images/Actions/Google-OK.png</normalon>:/Actions/Images/Actions/Google-NO.png</iconset>
167 KeyOz 2251
   </property>
2252
   <property name="text" >
2253
    <string>Google Earth Server</string>
2254
   </property>
2255
  </action>
199 KeyOz 2256
  <action name="ac_FastNavi" >
2257
   <property name="checkable" >
2258
    <bool>true</bool>
2259
   </property>
2260
   <property name="icon" >
2261
    <iconset resource="../MKTool.qrc" >
227 KeyOz 2262
     <normaloff>:/Actions/Images/Actions/Fast-Data.png</normaloff>:/Actions/Images/Actions/Fast-Data.png</iconset>
199 KeyOz 2263
   </property>
2264
   <property name="text" >
2265
    <string>Schnelle Navi-Daten</string>
2266
   </property>
2267
  </action>
2268
  <action name="ac_NoNavi" >
2269
   <property name="checkable" >
2270
    <bool>true</bool>
2271
   </property>
2272
   <property name="text" >
2273
    <string>Navidaten abschalten</string>
2274
   </property>
2275
  </action>
227 KeyOz 2276
  <action name="ac_QMKServer" >
2277
   <property name="checkable" >
2278
    <bool>true</bool>
2279
   </property>
2280
   <property name="enabled" >
2281
    <bool>false</bool>
2282
   </property>
2283
   <property name="icon" >
2284
    <iconset resource="../MKTool.qrc" >
2285
     <normaloff>:/Actions/Images/Actions/Network-NO.png</normaloff>
2286
     <normalon>:/Actions/Images/Actions/Network-OK.png</normalon>:/Actions/Images/Actions/Network-NO.png</iconset>
2287
   </property>
2288
   <property name="text" >
2289
    <string>QMK Server Verbinden</string>
2290
   </property>
2291
  </action>
2292
  <action name="ac_View6" >
2293
   <property name="checkable" >
2294
    <bool>true</bool>
2295
   </property>
2296
   <property name="enabled" >
2297
    <bool>false</bool>
2298
   </property>
2299
   <property name="icon" >
2300
    <iconset resource="../MKTool.qrc" >
2301
     <normaloff>:/Actions/Images/Actions/Waypoints.png</normaloff>:/Actions/Images/Actions/Waypoints.png</iconset>
2302
   </property>
2303
   <property name="text" >
2304
    <string>Wegpunkte</string>
2305
   </property>
2306
  </action>
2307
  <action name="ac_LCD" >
2308
   <property name="icon" >
2309
    <iconset resource="../MKTool.qrc" >
2310
     <normaloff>:/Actions/Images/Actions/LCD.png</normaloff>:/Actions/Images/Actions/LCD.png</iconset>
2311
   </property>
2312
   <property name="text" >
2313
    <string>LCD-Display</string>
2314
   </property>
2315
  </action>
158 KeyOz 2316
 </widget>
2317
 <customwidgets>
2318
  <customwidget>
2319
   <class>QwtPlot</class>
2320
   <extends>QFrame</extends>
2321
   <header>qwt_plot.h</header>
2322
   <container>1</container>
2323
  </customwidget>
2324
  <customwidget>
2325
   <class>QwtCompass</class>
162 KeyOz 2326
   <extends>QwtDial</extends>
158 KeyOz 2327
   <header>qwt_compass.h</header>
2328
  </customwidget>
227 KeyOz 2329
  <customwidget>
2330
   <class>QwtSlider</class>
2331
   <extends>QWidget</extends>
2332
   <header>qwt_slider.h</header>
2333
  </customwidget>
158 KeyOz 2334
 </customwidgets>
2335
 <resources>
162 KeyOz 2336
  <include location="../MKTool.qrc" />
158 KeyOz 2337
 </resources>
2338
 <connections>
2339
  <connection>
167 KeyOz 2340
   <sender>ac_Quit</sender>
2341
   <signal>triggered()</signal>
2342
   <receiver>dlg_mktool_UI</receiver>
2343
   <slot>close()</slot>
2344
   <hints>
2345
    <hint type="sourcelabel" >
2346
     <x>-1</x>
2347
     <y>-1</y>
2348
    </hint>
2349
    <hint type="destinationlabel" >
2350
     <x>384</x>
2351
     <y>209</y>
2352
    </hint>
2353
   </hints>
2354
  </connection>
2355
  <connection>
158 KeyOz 2356
   <sender>pb_StartPlotter</sender>
2357
   <signal>clicked()</signal>
2358
   <receiver>ac_StartPlotter</receiver>
2359
   <slot>trigger()</slot>
2360
   <hints>
162 KeyOz 2361
    <hint type="sourcelabel" >
199 KeyOz 2362
     <x>756</x>
2363
     <y>370</y>
158 KeyOz 2364
    </hint>
162 KeyOz 2365
    <hint type="destinationlabel" >
158 KeyOz 2366
     <x>-1</x>
2367
     <y>-1</y>
2368
    </hint>
2369
   </hints>
2370
  </connection>
2371
  <connection>
2372
   <sender>pb_Quit</sender>
2373
   <signal>clicked()</signal>
2374
   <receiver>ac_Quit</receiver>
2375
   <slot>trigger()</slot>
2376
   <hints>
162 KeyOz 2377
    <hint type="sourcelabel" >
199 KeyOz 2378
     <x>663</x>
2379
     <y>117</y>
158 KeyOz 2380
    </hint>
162 KeyOz 2381
    <hint type="destinationlabel" >
158 KeyOz 2382
     <x>-1</x>
2383
     <y>-1</y>
2384
    </hint>
2385
   </hints>
2386
  </connection>
2387
  <connection>
2388
   <sender>pb_Open</sender>
2389
   <signal>clicked()</signal>
2390
   <receiver>ac_ConnectTTY</receiver>
2391
   <slot>trigger()</slot>
2392
   <hints>
162 KeyOz 2393
    <hint type="sourcelabel" >
199 KeyOz 2394
     <x>253</x>
2395
     <y>117</y>
158 KeyOz 2396
    </hint>
162 KeyOz 2397
    <hint type="destinationlabel" >
158 KeyOz 2398
     <x>-1</x>
2399
     <y>-1</y>
2400
    </hint>
2401
   </hints>
2402
  </connection>
2403
  <connection>
2404
   <sender>pb_Record</sender>
2405
   <signal>clicked()</signal>
2406
   <receiver>ac_RecordCSV</receiver>
2407
   <slot>trigger()</slot>
2408
   <hints>
162 KeyOz 2409
    <hint type="sourcelabel" >
199 KeyOz 2410
     <x>510</x>
2411
     <y>117</y>
158 KeyOz 2412
    </hint>
162 KeyOz 2413
    <hint type="destinationlabel" >
158 KeyOz 2414
     <x>-1</x>
2415
     <y>-1</y>
2416
    </hint>
2417
   </hints>
2418
  </connection>
199 KeyOz 2419
  <connection>
2420
   <sender>rb_SelFC</sender>
2421
   <signal>toggled(bool)</signal>
2422
   <receiver>ac_SelFC</receiver>
2423
   <slot>setChecked(bool)</slot>
2424
   <hints>
2425
    <hint type="sourcelabel" >
2426
     <x>299</x>
2427
     <y>194</y>
2428
    </hint>
2429
    <hint type="destinationlabel" >
2430
     <x>-1</x>
2431
     <y>-1</y>
2432
    </hint>
2433
   </hints>
2434
  </connection>
2435
  <connection>
2436
   <sender>rb_SelMag</sender>
2437
   <signal>toggled(bool)</signal>
2438
   <receiver>ac_SelMag</receiver>
2439
   <slot>setChecked(bool)</slot>
2440
   <hints>
2441
    <hint type="sourcelabel" >
2442
     <x>504</x>
2443
     <y>194</y>
2444
    </hint>
2445
    <hint type="destinationlabel" >
2446
     <x>-1</x>
2447
     <y>-1</y>
2448
    </hint>
2449
   </hints>
2450
  </connection>
2451
  <connection>
2452
   <sender>rb_SelNC</sender>
2453
   <signal>toggled(bool)</signal>
2454
   <receiver>ac_SelNC</receiver>
2455
   <slot>setChecked(bool)</slot>
2456
   <hints>
2457
    <hint type="sourcelabel" >
2458
     <x>404</x>
2459
     <y>194</y>
2460
    </hint>
2461
    <hint type="destinationlabel" >
2462
     <x>-1</x>
2463
     <y>-1</y>
2464
    </hint>
2465
   </hints>
2466
  </connection>
2467
  <connection>
2468
   <sender>ac_SelFC</sender>
2469
   <signal>triggered(bool)</signal>
2470
   <receiver>rb_SelFC</receiver>
2471
   <slot>setChecked(bool)</slot>
2472
   <hints>
2473
    <hint type="sourcelabel" >
2474
     <x>-1</x>
2475
     <y>-1</y>
2476
    </hint>
2477
    <hint type="destinationlabel" >
2478
     <x>299</x>
2479
     <y>194</y>
2480
    </hint>
2481
   </hints>
2482
  </connection>
2483
  <connection>
2484
   <sender>ac_SelMag</sender>
2485
   <signal>triggered(bool)</signal>
2486
   <receiver>rb_SelMag</receiver>
2487
   <slot>setChecked(bool)</slot>
2488
   <hints>
2489
    <hint type="sourcelabel" >
2490
     <x>-1</x>
2491
     <y>-1</y>
2492
    </hint>
2493
    <hint type="destinationlabel" >
2494
     <x>504</x>
2495
     <y>194</y>
2496
    </hint>
2497
   </hints>
2498
  </connection>
2499
  <connection>
2500
   <sender>ac_SelNC</sender>
2501
   <signal>triggered(bool)</signal>
2502
   <receiver>rb_SelNC</receiver>
2503
   <slot>setChecked(bool)</slot>
2504
   <hints>
2505
    <hint type="sourcelabel" >
2506
     <x>-1</x>
2507
     <y>-1</y>
2508
    </hint>
2509
    <hint type="destinationlabel" >
2510
     <x>404</x>
2511
     <y>194</y>
2512
    </hint>
2513
   </hints>
2514
  </connection>
2515
  <connection>
2516
   <sender>pb_Clear</sender>
2517
   <signal>clicked()</signal>
2518
   <receiver>te_RX</receiver>
2519
   <slot>clear()</slot>
2520
   <hints>
2521
    <hint type="sourcelabel" >
2522
     <x>736</x>
2523
     <y>372</y>
2524
    </hint>
2525
    <hint type="destinationlabel" >
2526
     <x>392</x>
2527
     <y>225</y>
2528
    </hint>
2529
   </hints>
2530
  </connection>
158 KeyOz 2531
 </connections>
2532
</ui>