Subversion Repositories Projects

Rev

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

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