Subversion Repositories Projects

Rev

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

Rev Author Line No. Line
674 KeyOz 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>dlg_Main_UI</class>
4
 <widget class="QMainWindow" name="dlg_Main_UI">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
750 KeyOz 9
    <width>778</width>
10
    <height>366</height>
674 KeyOz 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>QMK-Template</string>
15
  </property>
16
  <property name="windowIcon">
17
   <iconset resource="../QMK-Settings.qrc">
18
    <normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</iconset>
19
  </property>
20
  <widget class="QWidget" name="centralWidget">
750 KeyOz 21
   <layout class="QGridLayout" name="gridLayout_25">
674 KeyOz 22
    <item row="1" column="0">
23
     <widget class="QListWidget" name="listWidget">
24
      <property name="minimumSize">
25
       <size>
26
        <width>100</width>
27
        <height>0</height>
28
       </size>
29
      </property>
30
      <property name="maximumSize">
31
       <size>
32
        <width>120</width>
33
        <height>16777215</height>
34
       </size>
35
      </property>
36
      <property name="font">
37
       <font>
38
        <pointsize>8</pointsize>
39
        <weight>50</weight>
40
        <bold>false</bold>
41
       </font>
42
      </property>
43
      <item>
44
       <property name="text">
45
        <string>Konfiguration</string>
46
       </property>
47
       <property name="font">
48
        <font>
49
         <pointsize>10</pointsize>
50
         <weight>75</weight>
51
         <bold>true</bold>
52
        </font>
53
       </property>
54
       <property name="flags">
55
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
56
       </property>
57
      </item>
58
      <item>
59
       <property name="text">
60
        <string>Kanäle</string>
61
       </property>
62
       <property name="font">
63
        <font>
64
         <pointsize>10</pointsize>
65
         <weight>75</weight>
66
         <bold>true</bold>
67
        </font>
68
       </property>
69
       <property name="flags">
70
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
71
       </property>
72
      </item>
73
      <item>
74
       <property name="text">
75
        <string>Stick</string>
76
       </property>
77
       <property name="font">
78
        <font>
79
         <pointsize>10</pointsize>
80
         <weight>75</weight>
81
         <bold>true</bold>
82
        </font>
83
       </property>
84
       <property name="flags">
85
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
86
       </property>
87
      </item>
88
      <item>
89
       <property name="text">
90
        <string>Höhe</string>
91
       </property>
92
       <property name="font">
93
        <font>
94
         <pointsize>10</pointsize>
95
         <weight>75</weight>
96
         <bold>true</bold>
97
        </font>
98
       </property>
99
       <property name="flags">
100
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
101
       </property>
102
      </item>
103
      <item>
104
       <property name="text">
105
        <string>Gyro</string>
106
       </property>
107
       <property name="font">
108
        <font>
109
         <pointsize>10</pointsize>
110
         <weight>75</weight>
111
         <bold>true</bold>
112
        </font>
113
       </property>
114
       <property name="flags">
115
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
116
       </property>
117
      </item>
118
      <item>
119
       <property name="text">
120
        <string>Kamera</string>
121
       </property>
122
       <property name="font">
123
        <font>
124
         <pointsize>10</pointsize>
125
         <weight>75</weight>
126
         <bold>true</bold>
127
        </font>
128
       </property>
129
       <property name="flags">
130
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
131
       </property>
132
      </item>
133
      <item>
134
       <property name="text">
135
        <string>Sonstiges</string>
136
       </property>
137
       <property name="font">
138
        <font>
139
         <pointsize>10</pointsize>
140
         <weight>75</weight>
141
         <bold>true</bold>
142
        </font>
143
       </property>
144
       <property name="flags">
145
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
146
       </property>
147
      </item>
148
      <item>
149
       <property name="text">
150
        <string>Kopplung</string>
151
       </property>
152
       <property name="font">
153
        <font>
154
         <pointsize>10</pointsize>
155
         <weight>75</weight>
156
         <bold>true</bold>
157
        </font>
158
       </property>
159
       <property name="flags">
160
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
161
       </property>
162
      </item>
163
      <item>
164
       <property name="text">
165
        <string>Looping</string>
166
       </property>
167
       <property name="font">
168
        <font>
169
         <pointsize>10</pointsize>
170
         <weight>75</weight>
171
         <bold>true</bold>
172
        </font>
173
       </property>
174
       <property name="flags">
175
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
176
       </property>
177
      </item>
178
      <item>
179
       <property name="text">
180
        <string>User</string>
181
       </property>
182
       <property name="font">
183
        <font>
184
         <pointsize>10</pointsize>
185
         <weight>75</weight>
186
         <bold>true</bold>
187
        </font>
188
       </property>
189
       <property name="flags">
190
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
191
       </property>
192
      </item>
193
      <item>
194
       <property name="text">
195
        <string>Output</string>
196
       </property>
197
       <property name="font">
198
        <font>
199
         <pointsize>10</pointsize>
200
         <weight>75</weight>
201
         <bold>true</bold>
202
        </font>
203
       </property>
204
       <property name="flags">
205
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
206
       </property>
207
      </item>
208
      <item>
209
       <property name="text">
210
        <string>Navi-Ctrl</string>
211
       </property>
212
       <property name="font">
213
        <font>
214
         <pointsize>10</pointsize>
215
         <weight>75</weight>
216
         <bold>true</bold>
217
        </font>
218
       </property>
219
       <property name="flags">
220
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
221
       </property>
222
      </item>
223
      <item>
224
       <property name="text">
225
        <string>Navi-Ctrl 2</string>
226
       </property>
227
       <property name="font">
228
        <font>
229
         <pointsize>10</pointsize>
230
         <weight>75</weight>
231
         <bold>true</bold>
232
        </font>
233
       </property>
234
       <property name="flags">
235
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
236
       </property>
237
      </item>
238
     </widget>
239
    </item>
750 KeyOz 240
    <item row="1" column="1" colspan="2">
674 KeyOz 241
     <widget class="QStackedWidget" name="stackedWidget">
242
      <property name="frameShape">
243
       <enum>QFrame::Box</enum>
244
      </property>
245
      <property name="currentIndex">
246
       <number>0</number>
247
      </property>
248
      <widget class="QWidget" name="page">
249
       <layout class="QGridLayout" name="gridLayout_7">
250
        <item row="0" column="3">
251
         <widget class="QTextEdit" name="te_Help_1">
252
          <property name="minimumSize">
253
           <size>
254
            <width>200</width>
255
            <height>0</height>
256
           </size>
257
          </property>
258
          <property name="maximumSize">
259
           <size>
260
            <width>200</width>
261
            <height>16777215</height>
262
           </size>
263
          </property>
264
          <property name="readOnly">
265
           <bool>true</bool>
266
          </property>
267
          <property name="html">
268
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
269
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
270
p, li { white-space: pre-wrap; }
750 KeyOz 271
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 272
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Diese Seite dient der Konfiguration der Hardware bzw. der verschiedenen Funktionen des Mikrokopters.&lt;/span&gt;&lt;/p&gt;
273
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Höhenregler&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: Häkchen setzen, wenn der Luftdrucksensor bestückt ist und die Höhenregelung benutzt werden soll. &lt;/span&gt;&lt;/p&gt;
274
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Höhenfunktion per Schalter&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: wenn die Fernsteuerung mit einem Kippschalter auf einem freien Kanal erweitert wurde, kann die Funktion „Halten der aktuell geflogenen Höhe“ zugeschaltet werden. Wenn dies nicht angewählt wird, gilt der Setpoint (siehe unten), also z.B. ein Poti. &lt;/span&gt;&lt;/p&gt;
275
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Heading Hold&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: In diesem Modus richtet sich der MikroKopter nicht waagerecht aus wenn der Stick in Neutralstellung ist. Diese Funktion ist eher etwas für erfahrenen Piloten, oder Piloten, die an X-3D-Steuerung gewöhnt sind. Mit dieser Einstellung sind alle Arten der Loopings möglich. &lt;/span&gt;&lt;/p&gt;
750 KeyOz 276
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-size:11pt;&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;--&amp;gt; Achtung: Wer HH fliegen möchte, muss den I-Anteil des Hauptreglers erhöhen (auf 30 z.B.)! &lt;/li&gt;&lt;/ul&gt;
674 KeyOz 277
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Kompass&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: Häkchen setzen, wenn das Kompassmodul angeschlossen ist und genutzt werden soll. &lt;/span&gt;&lt;/p&gt;
278
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Kompass Ausrichtung fest&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: Der MikroKopter richtet sich dann immer wieder in die Richtung aus, in die er beim Start gestanden hat. Ist das Feld nicht markiert, lässt sich die Richtung mit dem Gier-Stick ändern. &lt;/span&gt;&lt;/p&gt;
750 KeyOz 279
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;GPS&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: alternative Software-Versionen unterstützen ein ublox-GPS-Modul. Damit sind dann GPS-Funktionen wie Position halten, Position anfliegen, coming home und das Abfliegen von Waypoints möglich. Stichwort &amp;quot;Autonomes Fliegen&amp;quot;.&lt;/span&gt;&lt;/p&gt;
674 KeyOz 280
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Achsenkopplung&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;:Hier lässt sich die Achsenkopplung global aktivieren oder deaktivieren. Die Achsenkopplung verhindert, dass der MikroKopter nach einer Kurve schief steht, weil die Winkel intern beim Gieren korrigiert werden. Sollte immer aktiviert sein. &lt;/span&gt;&lt;/p&gt;
281
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Drehratenbegrenzung&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: Zusätzliche Begrenzung der Drehrate. Mit dieser Option wird die Kennlinie des Gyros an den Enden angehoben. Dies verhindert schnelle Manöver, da ab einer bestimmten Drehrate stärker gegengeregelt wird. Betrifft nur Nick und Roll. (Nur für Anfänger interessant) &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
282
          </property>
283
         </widget>
284
        </item>
285
        <item row="0" column="2">
286
         <widget class="QFrame" name="frame_4">
287
          <property name="sizePolicy">
288
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
289
            <horstretch>0</horstretch>
290
            <verstretch>0</verstretch>
291
           </sizepolicy>
292
          </property>
293
          <property name="frameShape">
294
           <enum>QFrame::StyledPanel</enum>
295
          </property>
296
          <property name="frameShadow">
297
           <enum>QFrame::Raised</enum>
298
          </property>
299
          <layout class="QGridLayout" name="gridLayout_13">
300
           <item row="0" column="0" colspan="3">
301
            <widget class="QCheckBox" name="s_1_1_cb">
302
             <property name="font">
303
              <font>
304
               <weight>75</weight>
305
               <bold>true</bold>
306
              </font>
307
             </property>
308
             <property name="text">
750 KeyOz 309
              <string>Höhenregelung</string>
674 KeyOz 310
             </property>
311
            </widget>
312
           </item>
313
           <item row="1" column="0" colspan="3">
314
            <widget class="QCheckBox" name="s_1_4_cb">
315
             <property name="font">
316
              <font>
317
               <weight>75</weight>
318
               <bold>true</bold>
319
              </font>
320
             </property>
321
             <property name="text">
750 KeyOz 322
              <string>GPS aktiv</string>
674 KeyOz 323
             </property>
324
            </widget>
325
           </item>
326
           <item row="2" column="0" rowspan="2" colspan="3">
327
            <widget class="QCheckBox" name="s_1_2_cb">
328
             <property name="font">
329
              <font>
330
               <weight>75</weight>
331
               <bold>true</bold>
332
              </font>
333
             </property>
334
             <property name="text">
750 KeyOz 335
              <string>Kompass</string>
674 KeyOz 336
             </property>
337
            </widget>
338
           </item>
339
           <item row="4" column="0">
340
            <widget class="QLabel" name="label_22">
341
             <property name="minimumSize">
342
              <size>
343
               <width>10</width>
344
               <height>0</height>
345
              </size>
346
             </property>
347
             <property name="maximumSize">
348
              <size>
349
               <width>10</width>
350
               <height>16777215</height>
351
              </size>
352
             </property>
353
             <property name="text">
354
              <string/>
355
             </property>
356
            </widget>
357
           </item>
358
           <item row="5" column="0" colspan="3">
359
            <widget class="QCheckBox" name="s_1_5_cb">
360
             <property name="font">
361
              <font>
362
               <weight>75</weight>
363
               <bold>true</bold>
364
              </font>
365
             </property>
366
             <property name="text">
750 KeyOz 367
              <string>Erweiterte Empfangssignalprüfung</string>
674 KeyOz 368
             </property>
369
            </widget>
370
           </item>
371
           <item row="6" column="0" colspan="3">
372
            <widget class="QCheckBox" name="s_1_6_cb">
373
             <property name="font">
374
              <font>
375
               <weight>75</weight>
376
               <bold>true</bold>
377
              </font>
378
             </property>
379
             <property name="text">
750 KeyOz 380
              <string>Achs-(ent-)kopplung</string>
674 KeyOz 381
             </property>
382
            </widget>
383
           </item>
384
           <item row="7" column="0" colspan="3">
385
            <widget class="QCheckBox" name="s_1_7_cb">
386
             <property name="font">
387
              <font>
388
               <weight>75</weight>
389
               <bold>true</bold>
390
              </font>
391
             </property>
392
             <property name="text">
750 KeyOz 393
              <string>Drehratenbegrenzung</string>
674 KeyOz 394
             </property>
395
            </widget>
396
           </item>
397
           <item row="8" column="0" colspan="3">
398
            <widget class="QCheckBox" name="s_1_8_cb">
399
             <property name="font">
400
              <font>
401
               <weight>75</weight>
402
               <bold>true</bold>
403
              </font>
404
             </property>
405
             <property name="text">
406
              <string>Heading Hold (Nick/Roll)</string>
407
             </property>
408
            </widget>
409
           </item>
410
           <item row="9" column="0">
411
            <spacer name="verticalSpacer_17">
412
             <property name="orientation">
413
              <enum>Qt::Vertical</enum>
414
             </property>
415
             <property name="sizeHint" stdset="0">
416
              <size>
417
               <width>20</width>
418
               <height>20</height>
419
              </size>
420
             </property>
421
            </spacer>
422
           </item>
423
           <item row="4" column="1">
424
            <widget class="QCheckBox" name="s_1_3_cb">
425
             <property name="font">
426
              <font>
427
               <weight>75</weight>
428
               <bold>true</bold>
429
              </font>
430
             </property>
431
             <property name="text">
750 KeyOz 432
              <string>Feste Ausrichtung</string>
674 KeyOz 433
             </property>
434
            </widget>
435
           </item>
436
          </layout>
437
         </widget>
438
        </item>
439
       </layout>
440
      </widget>
441
      <widget class="QWidget" name="Seite_2">
750 KeyOz 442
       <layout class="QGridLayout" name="gridLayout_21">
674 KeyOz 443
        <item row="0" column="0">
444
         <widget class="QFrame" name="frame_2">
445
          <property name="frameShape">
446
           <enum>QFrame::StyledPanel</enum>
447
          </property>
448
          <property name="frameShadow">
449
           <enum>QFrame::Raised</enum>
450
          </property>
451
          <layout class="QGridLayout" name="gridLayout_9">
452
           <item row="0" column="0">
453
            <widget class="QLabel" name="label_5">
454
             <property name="font">
455
              <font>
456
               <weight>75</weight>
457
               <bold>true</bold>
458
              </font>
459
             </property>
460
             <property name="text">
461
              <string>Gas:</string>
462
             </property>
463
            </widget>
464
           </item>
750 KeyOz 465
           <item row="0" column="2">
466
            <widget class="QComboBox" name="cb_2_1">
467
             <item>
468
              <property name="text">
469
               <string>RC 1</string>
470
              </property>
471
             </item>
472
             <item>
473
              <property name="text">
474
               <string>RC 2</string>
475
              </property>
476
             </item>
477
             <item>
478
              <property name="text">
479
               <string>RC 3</string>
480
              </property>
481
             </item>
482
             <item>
483
              <property name="text">
484
               <string>RC 4</string>
485
              </property>
486
             </item>
487
             <item>
488
              <property name="text">
489
               <string>RC 5</string>
490
              </property>
491
             </item>
492
             <item>
493
              <property name="text">
494
               <string>RC 6</string>
495
              </property>
496
             </item>
497
             <item>
498
              <property name="text">
499
               <string>RC 7</string>
500
              </property>
501
             </item>
502
             <item>
503
              <property name="text">
504
               <string>RC 8</string>
505
              </property>
506
             </item>
507
             <item>
508
              <property name="text">
509
               <string>RC 9</string>
510
              </property>
511
             </item>
512
             <item>
513
              <property name="text">
514
               <string>RC 10</string>
515
              </property>
516
             </item>
517
             <item>
518
              <property name="text">
519
               <string>RC 11</string>
520
              </property>
521
             </item>
522
             <item>
523
              <property name="text">
524
               <string>RC 12</string>
525
              </property>
526
             </item>
674 KeyOz 527
            </widget>
528
           </item>
750 KeyOz 529
           <item row="0" column="3">
530
            <widget class="QLabel" name="label_11">
674 KeyOz 531
             <property name="font">
532
              <font>
533
               <weight>75</weight>
534
               <bold>true</bold>
535
              </font>
536
             </property>
537
             <property name="text">
750 KeyOz 538
              <string>Poti 3:</string>
674 KeyOz 539
             </property>
540
            </widget>
541
           </item>
750 KeyOz 542
           <item row="0" column="4">
543
            <widget class="QComboBox" name="cb_2_7">
544
             <item>
545
              <property name="text">
546
               <string>RC 1</string>
547
              </property>
548
             </item>
549
             <item>
550
              <property name="text">
551
               <string>RC 2</string>
552
              </property>
553
             </item>
554
             <item>
555
              <property name="text">
556
               <string>RC 3</string>
557
              </property>
558
             </item>
559
             <item>
560
              <property name="text">
561
               <string>RC 4</string>
562
              </property>
563
             </item>
564
             <item>
565
              <property name="text">
566
               <string>RC 5</string>
567
              </property>
568
             </item>
569
             <item>
570
              <property name="text">
571
               <string>RC 6</string>
572
              </property>
573
             </item>
574
             <item>
575
              <property name="text">
576
               <string>RC 7</string>
577
              </property>
578
             </item>
579
             <item>
580
              <property name="text">
581
               <string>RC 8</string>
582
              </property>
583
             </item>
584
             <item>
585
              <property name="text">
586
               <string>RC 9</string>
587
              </property>
588
             </item>
589
             <item>
590
              <property name="text">
591
               <string>RC 10</string>
592
              </property>
593
             </item>
594
             <item>
595
              <property name="text">
596
               <string>RC 11</string>
597
              </property>
598
             </item>
599
             <item>
600
              <property name="text">
601
               <string>RC 12</string>
602
              </property>
603
             </item>
604
             <item>
605
              <property name="text">
606
               <string>Ser 1</string>
607
              </property>
608
             </item>
609
             <item>
610
              <property name="text">
611
               <string>Ser 2</string>
612
              </property>
613
             </item>
614
             <item>
615
              <property name="text">
616
               <string>Ser 3</string>
617
              </property>
618
             </item>
619
             <item>
620
              <property name="text">
621
               <string>Ser 4</string>
622
              </property>
623
             </item>
624
             <item>
625
              <property name="text">
626
               <string>Ser 5</string>
627
              </property>
628
             </item>
629
             <item>
630
              <property name="text">
631
               <string>Ser 6</string>
632
              </property>
633
             </item>
634
             <item>
635
              <property name="text">
636
               <string>Ser 7</string>
637
              </property>
638
             </item>
639
             <item>
640
              <property name="text">
641
               <string>Ser 8</string>
642
              </property>
643
             </item>
644
             <item>
645
              <property name="text">
646
               <string>Ser 9</string>
647
              </property>
648
             </item>
649
             <item>
650
              <property name="text">
651
               <string>Ser 10</string>
652
              </property>
653
             </item>
654
             <item>
655
              <property name="text">
656
               <string>Ser 11</string>
657
              </property>
658
             </item>
659
             <item>
660
              <property name="text">
661
               <string>Ser 12</string>
662
              </property>
663
             </item>
674 KeyOz 664
            </widget>
665
           </item>
750 KeyOz 666
           <item row="1" column="0">
667
            <widget class="QLabel" name="label_6">
674 KeyOz 668
             <property name="font">
669
              <font>
670
               <weight>75</weight>
671
               <bold>true</bold>
672
              </font>
673
             </property>
674
             <property name="text">
750 KeyOz 675
              <string>Gier:</string>
674 KeyOz 676
             </property>
677
            </widget>
678
           </item>
750 KeyOz 679
           <item row="1" column="2">
680
            <widget class="QComboBox" name="cb_2_2">
681
             <item>
682
              <property name="text">
683
               <string>RC 1</string>
684
              </property>
685
             </item>
686
             <item>
687
              <property name="text">
688
               <string>RC 2</string>
689
              </property>
690
             </item>
691
             <item>
692
              <property name="text">
693
               <string>RC 3</string>
694
              </property>
695
             </item>
696
             <item>
697
              <property name="text">
698
               <string>RC 4</string>
699
              </property>
700
             </item>
701
             <item>
702
              <property name="text">
703
               <string>RC 5</string>
704
              </property>
705
             </item>
706
             <item>
707
              <property name="text">
708
               <string>RC 6</string>
709
              </property>
710
             </item>
711
             <item>
712
              <property name="text">
713
               <string>RC 7</string>
714
              </property>
715
             </item>
716
             <item>
717
              <property name="text">
718
               <string>RC 8</string>
719
              </property>
720
             </item>
721
             <item>
722
              <property name="text">
723
               <string>RC 9</string>
724
              </property>
725
             </item>
726
             <item>
727
              <property name="text">
728
               <string>RC 10</string>
729
              </property>
730
             </item>
731
             <item>
732
              <property name="text">
733
               <string>RC 11</string>
734
              </property>
735
             </item>
736
             <item>
737
              <property name="text">
738
               <string>RC 12</string>
739
              </property>
740
             </item>
674 KeyOz 741
            </widget>
742
           </item>
750 KeyOz 743
           <item row="1" column="3">
744
            <widget class="QLabel" name="label_12">
674 KeyOz 745
             <property name="font">
746
              <font>
747
               <weight>75</weight>
748
               <bold>true</bold>
749
              </font>
750
             </property>
751
             <property name="text">
750 KeyOz 752
              <string>Poti 4:</string>
674 KeyOz 753
             </property>
754
            </widget>
755
           </item>
750 KeyOz 756
           <item row="1" column="4">
757
            <widget class="QComboBox" name="cb_2_8">
758
             <item>
759
              <property name="text">
760
               <string>RC 1</string>
761
              </property>
762
             </item>
763
             <item>
764
              <property name="text">
765
               <string>RC 2</string>
766
              </property>
767
             </item>
768
             <item>
769
              <property name="text">
770
               <string>RC 3</string>
771
              </property>
772
             </item>
773
             <item>
774
              <property name="text">
775
               <string>RC 4</string>
776
              </property>
777
             </item>
778
             <item>
779
              <property name="text">
780
               <string>RC 5</string>
781
              </property>
782
             </item>
783
             <item>
784
              <property name="text">
785
               <string>RC 6</string>
786
              </property>
787
             </item>
788
             <item>
789
              <property name="text">
790
               <string>RC 7</string>
791
              </property>
792
             </item>
793
             <item>
794
              <property name="text">
795
               <string>RC 8</string>
796
              </property>
797
             </item>
798
             <item>
799
              <property name="text">
800
               <string>RC 9</string>
801
              </property>
802
             </item>
803
             <item>
804
              <property name="text">
805
               <string>RC 10</string>
806
              </property>
807
             </item>
808
             <item>
809
              <property name="text">
810
               <string>RC 11</string>
811
              </property>
812
             </item>
813
             <item>
814
              <property name="text">
815
               <string>RC 12</string>
816
              </property>
817
             </item>
818
             <item>
819
              <property name="text">
820
               <string>Ser 1</string>
821
              </property>
822
             </item>
823
             <item>
824
              <property name="text">
825
               <string>Ser 2</string>
826
              </property>
827
             </item>
828
             <item>
829
              <property name="text">
830
               <string>Ser 3</string>
831
              </property>
832
             </item>
833
             <item>
834
              <property name="text">
835
               <string>Ser 4</string>
836
              </property>
837
             </item>
838
             <item>
839
              <property name="text">
840
               <string>Ser 5</string>
841
              </property>
842
             </item>
843
             <item>
844
              <property name="text">
845
               <string>Ser 6</string>
846
              </property>
847
             </item>
848
             <item>
849
              <property name="text">
850
               <string>Ser 7</string>
851
              </property>
852
             </item>
853
             <item>
854
              <property name="text">
855
               <string>Ser 8</string>
856
              </property>
857
             </item>
858
             <item>
859
              <property name="text">
860
               <string>Ser 9</string>
861
              </property>
862
             </item>
863
             <item>
864
              <property name="text">
865
               <string>Ser 10</string>
866
              </property>
867
             </item>
868
             <item>
869
              <property name="text">
870
               <string>Ser 11</string>
871
              </property>
872
             </item>
873
             <item>
874
              <property name="text">
875
               <string>Ser 12</string>
876
              </property>
877
             </item>
674 KeyOz 878
            </widget>
879
           </item>
750 KeyOz 880
           <item row="2" column="0">
881
            <widget class="QLabel" name="label_7">
674 KeyOz 882
             <property name="font">
883
              <font>
884
               <weight>75</weight>
885
               <bold>true</bold>
886
              </font>
887
             </property>
888
             <property name="text">
750 KeyOz 889
              <string>Nick:</string>
674 KeyOz 890
             </property>
891
            </widget>
892
           </item>
750 KeyOz 893
           <item row="2" column="2">
894
            <widget class="QComboBox" name="cb_2_3">
895
             <item>
896
              <property name="text">
897
               <string>RC 1</string>
898
              </property>
899
             </item>
900
             <item>
901
              <property name="text">
902
               <string>RC 2</string>
903
              </property>
904
             </item>
905
             <item>
906
              <property name="text">
907
               <string>RC 3</string>
908
              </property>
909
             </item>
910
             <item>
911
              <property name="text">
912
               <string>RC 4</string>
913
              </property>
914
             </item>
915
             <item>
916
              <property name="text">
917
               <string>RC 5</string>
918
              </property>
919
             </item>
920
             <item>
921
              <property name="text">
922
               <string>RC 6</string>
923
              </property>
924
             </item>
925
             <item>
926
              <property name="text">
927
               <string>RC 7</string>
928
              </property>
929
             </item>
930
             <item>
931
              <property name="text">
932
               <string>RC 8</string>
933
              </property>
934
             </item>
935
             <item>
936
              <property name="text">
937
               <string>RC 9</string>
938
              </property>
939
             </item>
940
             <item>
941
              <property name="text">
942
               <string>RC 10</string>
943
              </property>
944
             </item>
945
             <item>
946
              <property name="text">
947
               <string>RC 11</string>
948
              </property>
949
             </item>
950
             <item>
951
              <property name="text">
952
               <string>RC 12</string>
953
              </property>
954
             </item>
674 KeyOz 955
            </widget>
956
           </item>
750 KeyOz 957
           <item row="2" column="3">
958
            <widget class="QLabel" name="label_32">
674 KeyOz 959
             <property name="font">
960
              <font>
961
               <weight>75</weight>
962
               <bold>true</bold>
963
              </font>
964
             </property>
965
             <property name="text">
750 KeyOz 966
              <string>Poti 5:</string>
674 KeyOz 967
             </property>
968
            </widget>
969
           </item>
750 KeyOz 970
           <item row="2" column="4">
971
            <widget class="QComboBox" name="cb_2_9">
972
             <item>
973
              <property name="text">
974
               <string>RC 1</string>
975
              </property>
976
             </item>
977
             <item>
978
              <property name="text">
979
               <string>RC 2</string>
980
              </property>
981
             </item>
982
             <item>
983
              <property name="text">
984
               <string>RC 3</string>
985
              </property>
986
             </item>
987
             <item>
988
              <property name="text">
989
               <string>RC 4</string>
990
              </property>
991
             </item>
992
             <item>
993
              <property name="text">
994
               <string>RC 5</string>
995
              </property>
996
             </item>
997
             <item>
998
              <property name="text">
999
               <string>RC 6</string>
1000
              </property>
1001
             </item>
1002
             <item>
1003
              <property name="text">
1004
               <string>RC 7</string>
1005
              </property>
1006
             </item>
1007
             <item>
1008
              <property name="text">
1009
               <string>RC 8</string>
1010
              </property>
1011
             </item>
1012
             <item>
1013
              <property name="text">
1014
               <string>RC 9</string>
1015
              </property>
1016
             </item>
1017
             <item>
1018
              <property name="text">
1019
               <string>RC 10</string>
1020
              </property>
1021
             </item>
1022
             <item>
1023
              <property name="text">
1024
               <string>RC 11</string>
1025
              </property>
1026
             </item>
1027
             <item>
1028
              <property name="text">
1029
               <string>RC 12</string>
1030
              </property>
1031
             </item>
1032
             <item>
1033
              <property name="text">
1034
               <string>Ser 1</string>
1035
              </property>
1036
             </item>
1037
             <item>
1038
              <property name="text">
1039
               <string>Ser 2</string>
1040
              </property>
1041
             </item>
1042
             <item>
1043
              <property name="text">
1044
               <string>Ser 3</string>
1045
              </property>
1046
             </item>
1047
             <item>
1048
              <property name="text">
1049
               <string>Ser 4</string>
1050
              </property>
1051
             </item>
1052
             <item>
1053
              <property name="text">
1054
               <string>Ser 5</string>
1055
              </property>
1056
             </item>
1057
             <item>
1058
              <property name="text">
1059
               <string>Ser 6</string>
1060
              </property>
1061
             </item>
1062
             <item>
1063
              <property name="text">
1064
               <string>Ser 7</string>
1065
              </property>
1066
             </item>
1067
             <item>
1068
              <property name="text">
1069
               <string>Ser 8</string>
1070
              </property>
1071
             </item>
1072
             <item>
1073
              <property name="text">
1074
               <string>Ser 9</string>
1075
              </property>
1076
             </item>
1077
             <item>
1078
              <property name="text">
1079
               <string>Ser 10</string>
1080
              </property>
1081
             </item>
1082
             <item>
1083
              <property name="text">
1084
               <string>Ser 11</string>
1085
              </property>
1086
             </item>
1087
             <item>
1088
              <property name="text">
1089
               <string>Ser 12</string>
1090
              </property>
1091
             </item>
674 KeyOz 1092
            </widget>
1093
           </item>
750 KeyOz 1094
           <item row="3" column="0">
1095
            <widget class="QLabel" name="label_8">
674 KeyOz 1096
             <property name="font">
1097
              <font>
1098
               <weight>75</weight>
1099
               <bold>true</bold>
1100
              </font>
1101
             </property>
1102
             <property name="text">
750 KeyOz 1103
              <string>Roll:</string>
674 KeyOz 1104
             </property>
1105
            </widget>
1106
           </item>
750 KeyOz 1107
           <item row="3" column="2">
1108
            <widget class="QComboBox" name="cb_2_4">
1109
             <item>
1110
              <property name="text">
1111
               <string>RC 1</string>
1112
              </property>
1113
             </item>
1114
             <item>
1115
              <property name="text">
1116
               <string>RC 2</string>
1117
              </property>
1118
             </item>
1119
             <item>
1120
              <property name="text">
1121
               <string>RC 3</string>
1122
              </property>
1123
             </item>
1124
             <item>
1125
              <property name="text">
1126
               <string>RC 4</string>
1127
              </property>
1128
             </item>
1129
             <item>
1130
              <property name="text">
1131
               <string>RC 5</string>
1132
              </property>
1133
             </item>
1134
             <item>
1135
              <property name="text">
1136
               <string>RC 6</string>
1137
              </property>
1138
             </item>
1139
             <item>
1140
              <property name="text">
1141
               <string>RC 7</string>
1142
              </property>
1143
             </item>
1144
             <item>
1145
              <property name="text">
1146
               <string>RC 8</string>
1147
              </property>
1148
             </item>
1149
             <item>
1150
              <property name="text">
1151
               <string>RC 9</string>
1152
              </property>
1153
             </item>
1154
             <item>
1155
              <property name="text">
1156
               <string>RC 10</string>
1157
              </property>
1158
             </item>
1159
             <item>
1160
              <property name="text">
1161
               <string>RC 11</string>
1162
              </property>
1163
             </item>
1164
             <item>
1165
              <property name="text">
1166
               <string>RC 12</string>
1167
              </property>
1168
             </item>
674 KeyOz 1169
            </widget>
1170
           </item>
750 KeyOz 1171
           <item row="3" column="3">
1172
            <widget class="QLabel" name="label_34">
674 KeyOz 1173
             <property name="font">
1174
              <font>
1175
               <weight>75</weight>
1176
               <bold>true</bold>
1177
              </font>
1178
             </property>
1179
             <property name="text">
750 KeyOz 1180
              <string>Poti 6:</string>
674 KeyOz 1181
             </property>
1182
            </widget>
1183
           </item>
750 KeyOz 1184
           <item row="3" column="4">
1185
            <widget class="QComboBox" name="cb_2_10">
1186
             <item>
1187
              <property name="text">
1188
               <string>RC 1</string>
1189
              </property>
1190
             </item>
1191
             <item>
1192
              <property name="text">
1193
               <string>RC 2</string>
1194
              </property>
1195
             </item>
1196
             <item>
1197
              <property name="text">
1198
               <string>RC 3</string>
1199
              </property>
1200
             </item>
1201
             <item>
1202
              <property name="text">
1203
               <string>RC 4</string>
1204
              </property>
1205
             </item>
1206
             <item>
1207
              <property name="text">
1208
               <string>RC 5</string>
1209
              </property>
1210
             </item>
1211
             <item>
1212
              <property name="text">
1213
               <string>RC 6</string>
1214
              </property>
1215
             </item>
1216
             <item>
1217
              <property name="text">
1218
               <string>RC 7</string>
1219
              </property>
1220
             </item>
1221
             <item>
1222
              <property name="text">
1223
               <string>RC 8</string>
1224
              </property>
1225
             </item>
1226
             <item>
1227
              <property name="text">
1228
               <string>RC 9</string>
1229
              </property>
1230
             </item>
1231
             <item>
1232
              <property name="text">
1233
               <string>RC 10</string>
1234
              </property>
1235
             </item>
1236
             <item>
1237
              <property name="text">
1238
               <string>RC 11</string>
1239
              </property>
1240
             </item>
1241
             <item>
1242
              <property name="text">
1243
               <string>RC 12</string>
1244
              </property>
1245
             </item>
1246
             <item>
1247
              <property name="text">
1248
               <string>Ser 1</string>
1249
              </property>
1250
             </item>
1251
             <item>
1252
              <property name="text">
1253
               <string>Ser 2</string>
1254
              </property>
1255
             </item>
1256
             <item>
1257
              <property name="text">
1258
               <string>Ser 3</string>
1259
              </property>
1260
             </item>
1261
             <item>
1262
              <property name="text">
1263
               <string>Ser 4</string>
1264
              </property>
1265
             </item>
1266
             <item>
1267
              <property name="text">
1268
               <string>Ser 5</string>
1269
              </property>
1270
             </item>
1271
             <item>
1272
              <property name="text">
1273
               <string>Ser 6</string>
1274
              </property>
1275
             </item>
1276
             <item>
1277
              <property name="text">
1278
               <string>Ser 7</string>
1279
              </property>
1280
             </item>
1281
             <item>
1282
              <property name="text">
1283
               <string>Ser 8</string>
1284
              </property>
1285
             </item>
1286
             <item>
1287
              <property name="text">
1288
               <string>Ser 9</string>
1289
              </property>
1290
             </item>
1291
             <item>
1292
              <property name="text">
1293
               <string>Ser 10</string>
1294
              </property>
1295
             </item>
1296
             <item>
1297
              <property name="text">
1298
               <string>Ser 11</string>
1299
              </property>
1300
             </item>
1301
             <item>
1302
              <property name="text">
1303
               <string>Ser 12</string>
1304
              </property>
1305
             </item>
674 KeyOz 1306
            </widget>
1307
           </item>
750 KeyOz 1308
           <item row="4" column="0">
1309
            <widget class="QLabel" name="label_9">
1310
             <property name="font">
1311
              <font>
1312
               <weight>75</weight>
1313
               <bold>true</bold>
1314
              </font>
674 KeyOz 1315
             </property>
1316
             <property name="text">
750 KeyOz 1317
              <string>Poti 1:</string>
674 KeyOz 1318
             </property>
1319
            </widget>
1320
           </item>
750 KeyOz 1321
           <item row="4" column="2">
1322
            <widget class="QComboBox" name="cb_2_5">
1323
             <item>
1324
              <property name="text">
1325
               <string>RC 1</string>
1326
              </property>
1327
             </item>
1328
             <item>
1329
              <property name="text">
1330
               <string>RC 2</string>
1331
              </property>
1332
             </item>
1333
             <item>
1334
              <property name="text">
1335
               <string>RC 3</string>
1336
              </property>
1337
             </item>
1338
             <item>
1339
              <property name="text">
1340
               <string>RC 4</string>
1341
              </property>
1342
             </item>
1343
             <item>
1344
              <property name="text">
1345
               <string>RC 5</string>
1346
              </property>
1347
             </item>
1348
             <item>
1349
              <property name="text">
1350
               <string>RC 6</string>
1351
              </property>
1352
             </item>
1353
             <item>
1354
              <property name="text">
1355
               <string>RC 7</string>
1356
              </property>
1357
             </item>
1358
             <item>
1359
              <property name="text">
1360
               <string>RC 8</string>
1361
              </property>
1362
             </item>
1363
             <item>
1364
              <property name="text">
1365
               <string>RC 9</string>
1366
              </property>
1367
             </item>
1368
             <item>
1369
              <property name="text">
1370
               <string>RC 10</string>
1371
              </property>
1372
             </item>
1373
             <item>
1374
              <property name="text">
1375
               <string>RC 11</string>
1376
              </property>
1377
             </item>
1378
             <item>
1379
              <property name="text">
1380
               <string>RC 12</string>
1381
              </property>
1382
             </item>
1383
             <item>
1384
              <property name="text">
1385
               <string>Ser 1</string>
1386
              </property>
1387
             </item>
1388
             <item>
1389
              <property name="text">
1390
               <string>Ser 2</string>
1391
              </property>
1392
             </item>
1393
             <item>
1394
              <property name="text">
1395
               <string>Ser 3</string>
1396
              </property>
1397
             </item>
1398
             <item>
1399
              <property name="text">
1400
               <string>Ser 4</string>
1401
              </property>
1402
             </item>
1403
             <item>
1404
              <property name="text">
1405
               <string>Ser 5</string>
1406
              </property>
1407
             </item>
1408
             <item>
1409
              <property name="text">
1410
               <string>Ser 6</string>
1411
              </property>
1412
             </item>
1413
             <item>
1414
              <property name="text">
1415
               <string>Ser 7</string>
1416
              </property>
1417
             </item>
1418
             <item>
1419
              <property name="text">
1420
               <string>Ser 8</string>
1421
              </property>
1422
             </item>
1423
             <item>
1424
              <property name="text">
1425
               <string>Ser 9</string>
1426
              </property>
1427
             </item>
1428
             <item>
1429
              <property name="text">
1430
               <string>Ser 10</string>
1431
              </property>
1432
             </item>
1433
             <item>
1434
              <property name="text">
1435
               <string>Ser 11</string>
1436
              </property>
1437
             </item>
1438
             <item>
1439
              <property name="text">
1440
               <string>Ser 12</string>
1441
              </property>
1442
             </item>
674 KeyOz 1443
            </widget>
1444
           </item>
750 KeyOz 1445
           <item row="4" column="3">
1446
            <widget class="QLabel" name="label_33">
1447
             <property name="font">
1448
              <font>
1449
               <weight>75</weight>
1450
               <bold>true</bold>
1451
              </font>
674 KeyOz 1452
             </property>
1453
             <property name="text">
750 KeyOz 1454
              <string>Poti 7:</string>
674 KeyOz 1455
             </property>
1456
            </widget>
1457
           </item>
750 KeyOz 1458
           <item row="4" column="4">
1459
            <widget class="QComboBox" name="cb_2_11">
1460
             <item>
1461
              <property name="text">
1462
               <string>RC 1</string>
1463
              </property>
1464
             </item>
1465
             <item>
1466
              <property name="text">
1467
               <string>RC 2</string>
1468
              </property>
1469
             </item>
1470
             <item>
1471
              <property name="text">
1472
               <string>RC 3</string>
1473
              </property>
1474
             </item>
1475
             <item>
1476
              <property name="text">
1477
               <string>RC 4</string>
1478
              </property>
1479
             </item>
1480
             <item>
1481
              <property name="text">
1482
               <string>RC 5</string>
1483
              </property>
1484
             </item>
1485
             <item>
1486
              <property name="text">
1487
               <string>RC 6</string>
1488
              </property>
1489
             </item>
1490
             <item>
1491
              <property name="text">
1492
               <string>RC 7</string>
1493
              </property>
1494
             </item>
1495
             <item>
1496
              <property name="text">
1497
               <string>RC 8</string>
1498
              </property>
1499
             </item>
1500
             <item>
1501
              <property name="text">
1502
               <string>RC 9</string>
1503
              </property>
1504
             </item>
1505
             <item>
1506
              <property name="text">
1507
               <string>RC 10</string>
1508
              </property>
1509
             </item>
1510
             <item>
1511
              <property name="text">
1512
               <string>RC 11</string>
1513
              </property>
1514
             </item>
1515
             <item>
1516
              <property name="text">
1517
               <string>RC 12</string>
1518
              </property>
1519
             </item>
1520
             <item>
1521
              <property name="text">
1522
               <string>Ser 1</string>
1523
              </property>
1524
             </item>
1525
             <item>
1526
              <property name="text">
1527
               <string>Ser 2</string>
1528
              </property>
1529
             </item>
1530
             <item>
1531
              <property name="text">
1532
               <string>Ser 3</string>
1533
              </property>
1534
             </item>
1535
             <item>
1536
              <property name="text">
1537
               <string>Ser 4</string>
1538
              </property>
1539
             </item>
1540
             <item>
1541
              <property name="text">
1542
               <string>Ser 5</string>
1543
              </property>
1544
             </item>
1545
             <item>
1546
              <property name="text">
1547
               <string>Ser 6</string>
1548
              </property>
1549
             </item>
1550
             <item>
1551
              <property name="text">
1552
               <string>Ser 7</string>
1553
              </property>
1554
             </item>
1555
             <item>
1556
              <property name="text">
1557
               <string>Ser 8</string>
1558
              </property>
1559
             </item>
1560
             <item>
1561
              <property name="text">
1562
               <string>Ser 9</string>
1563
              </property>
1564
             </item>
1565
             <item>
1566
              <property name="text">
1567
               <string>Ser 10</string>
1568
              </property>
1569
             </item>
1570
             <item>
1571
              <property name="text">
1572
               <string>Ser 11</string>
1573
              </property>
1574
             </item>
1575
             <item>
1576
              <property name="text">
1577
               <string>Ser 12</string>
1578
              </property>
1579
             </item>
674 KeyOz 1580
            </widget>
1581
           </item>
750 KeyOz 1582
           <item row="5" column="0">
1583
            <widget class="QLabel" name="label_10">
1584
             <property name="font">
1585
              <font>
1586
               <weight>75</weight>
1587
               <bold>true</bold>
1588
              </font>
674 KeyOz 1589
             </property>
1590
             <property name="text">
750 KeyOz 1591
              <string>Poti 2:</string>
674 KeyOz 1592
             </property>
1593
            </widget>
1594
           </item>
750 KeyOz 1595
           <item row="5" column="2">
1596
            <widget class="QComboBox" name="cb_2_6">
1597
             <item>
1598
              <property name="text">
1599
               <string>RC 1</string>
1600
              </property>
1601
             </item>
1602
             <item>
1603
              <property name="text">
1604
               <string>RC 2</string>
1605
              </property>
1606
             </item>
1607
             <item>
1608
              <property name="text">
1609
               <string>RC 3</string>
1610
              </property>
1611
             </item>
1612
             <item>
1613
              <property name="text">
1614
               <string>RC 4</string>
1615
              </property>
1616
             </item>
1617
             <item>
1618
              <property name="text">
1619
               <string>RC 5</string>
1620
              </property>
1621
             </item>
1622
             <item>
1623
              <property name="text">
1624
               <string>RC 6</string>
1625
              </property>
1626
             </item>
1627
             <item>
1628
              <property name="text">
1629
               <string>RC 7</string>
1630
              </property>
1631
             </item>
1632
             <item>
1633
              <property name="text">
1634
               <string>RC 8</string>
1635
              </property>
1636
             </item>
1637
             <item>
1638
              <property name="text">
1639
               <string>RC 9</string>
1640
              </property>
1641
             </item>
1642
             <item>
1643
              <property name="text">
1644
               <string>RC 10</string>
1645
              </property>
1646
             </item>
1647
             <item>
1648
              <property name="text">
1649
               <string>RC 11</string>
1650
              </property>
1651
             </item>
1652
             <item>
1653
              <property name="text">
1654
               <string>RC 12</string>
1655
              </property>
1656
             </item>
1657
             <item>
1658
              <property name="text">
1659
               <string>Ser 1</string>
1660
              </property>
1661
             </item>
1662
             <item>
1663
              <property name="text">
1664
               <string>Ser 2</string>
1665
              </property>
1666
             </item>
1667
             <item>
1668
              <property name="text">
1669
               <string>Ser 3</string>
1670
              </property>
1671
             </item>
1672
             <item>
1673
              <property name="text">
1674
               <string>Ser 4</string>
1675
              </property>
1676
             </item>
1677
             <item>
1678
              <property name="text">
1679
               <string>Ser 5</string>
1680
              </property>
1681
             </item>
1682
             <item>
1683
              <property name="text">
1684
               <string>Ser 6</string>
1685
              </property>
1686
             </item>
1687
             <item>
1688
              <property name="text">
1689
               <string>Ser 7</string>
1690
              </property>
1691
             </item>
1692
             <item>
1693
              <property name="text">
1694
               <string>Ser 8</string>
1695
              </property>
1696
             </item>
1697
             <item>
1698
              <property name="text">
1699
               <string>Ser 9</string>
1700
              </property>
1701
             </item>
1702
             <item>
1703
              <property name="text">
1704
               <string>Ser 10</string>
1705
              </property>
1706
             </item>
1707
             <item>
1708
              <property name="text">
1709
               <string>Ser 11</string>
1710
              </property>
1711
             </item>
1712
             <item>
1713
              <property name="text">
1714
               <string>Ser 12</string>
1715
              </property>
1716
             </item>
674 KeyOz 1717
            </widget>
1718
           </item>
750 KeyOz 1719
           <item row="5" column="3">
1720
            <widget class="QLabel" name="label_35">
674 KeyOz 1721
             <property name="font">
1722
              <font>
1723
               <weight>75</weight>
1724
               <bold>true</bold>
1725
              </font>
1726
             </property>
1727
             <property name="text">
750 KeyOz 1728
              <string>Poti 8:</string>
674 KeyOz 1729
             </property>
1730
            </widget>
1731
           </item>
750 KeyOz 1732
           <item row="5" column="4">
1733
            <widget class="QComboBox" name="cb_2_12">
1734
             <item>
1735
              <property name="text">
1736
               <string>RC 1</string>
1737
              </property>
1738
             </item>
1739
             <item>
1740
              <property name="text">
1741
               <string>RC 2</string>
1742
              </property>
1743
             </item>
1744
             <item>
1745
              <property name="text">
1746
               <string>RC 3</string>
1747
              </property>
1748
             </item>
1749
             <item>
1750
              <property name="text">
1751
               <string>RC 4</string>
1752
              </property>
1753
             </item>
1754
             <item>
1755
              <property name="text">
1756
               <string>RC 5</string>
1757
              </property>
1758
             </item>
1759
             <item>
1760
              <property name="text">
1761
               <string>RC 6</string>
1762
              </property>
1763
             </item>
1764
             <item>
1765
              <property name="text">
1766
               <string>RC 7</string>
1767
              </property>
1768
             </item>
1769
             <item>
1770
              <property name="text">
1771
               <string>RC 8</string>
1772
              </property>
1773
             </item>
1774
             <item>
1775
              <property name="text">
1776
               <string>RC 9</string>
1777
              </property>
1778
             </item>
1779
             <item>
1780
              <property name="text">
1781
               <string>RC 10</string>
1782
              </property>
1783
             </item>
1784
             <item>
1785
              <property name="text">
1786
               <string>RC 11</string>
1787
              </property>
1788
             </item>
1789
             <item>
1790
              <property name="text">
1791
               <string>RC 12</string>
1792
              </property>
1793
             </item>
1794
             <item>
1795
              <property name="text">
1796
               <string>Ser 1</string>
1797
              </property>
1798
             </item>
1799
             <item>
1800
              <property name="text">
1801
               <string>Ser 2</string>
1802
              </property>
1803
             </item>
1804
             <item>
1805
              <property name="text">
1806
               <string>Ser 3</string>
1807
              </property>
1808
             </item>
1809
             <item>
1810
              <property name="text">
1811
               <string>Ser 4</string>
1812
              </property>
1813
             </item>
1814
             <item>
1815
              <property name="text">
1816
               <string>Ser 5</string>
1817
              </property>
1818
             </item>
1819
             <item>
1820
              <property name="text">
1821
               <string>Ser 6</string>
1822
              </property>
1823
             </item>
1824
             <item>
1825
              <property name="text">
1826
               <string>Ser 7</string>
1827
              </property>
1828
             </item>
1829
             <item>
1830
              <property name="text">
1831
               <string>Ser 8</string>
1832
              </property>
1833
             </item>
1834
             <item>
1835
              <property name="text">
1836
               <string>Ser 9</string>
1837
              </property>
1838
             </item>
1839
             <item>
1840
              <property name="text">
1841
               <string>Ser 10</string>
1842
              </property>
1843
             </item>
1844
             <item>
1845
              <property name="text">
1846
               <string>Ser 11</string>
1847
              </property>
1848
             </item>
1849
             <item>
1850
              <property name="text">
1851
               <string>Ser 12</string>
1852
              </property>
1853
             </item>
674 KeyOz 1854
            </widget>
1855
           </item>
750 KeyOz 1856
           <item row="6" column="2">
1857
            <spacer name="verticalSpacer_21">
674 KeyOz 1858
             <property name="orientation">
1859
              <enum>Qt::Vertical</enum>
1860
             </property>
1861
             <property name="sizeHint" stdset="0">
1862
              <size>
750 KeyOz 1863
               <width>20</width>
1864
               <height>1</height>
674 KeyOz 1865
              </size>
1866
             </property>
1867
            </spacer>
1868
           </item>
750 KeyOz 1869
           <item row="8" column="0" colspan="5">
1870
            <layout class="QVBoxLayout" name="verticalLayout_2">
1871
             <item>
1872
              <widget class="QLabel" name="label_155">
1873
               <property name="font">
1874
                <font>
1875
                 <weight>75</weight>
1876
                 <bold>true</bold>
1877
                </font>
1878
               </property>
1879
               <property name="text">
1880
                <string>Empfänger wählen:</string>
1881
               </property>
1882
              </widget>
1883
             </item>
1884
             <item>
1885
              <widget class="QComboBox" name="s_2_13_cb">
1886
               <item>
1887
                <property name="text">
1888
                 <string>Multisignal (PPM)</string>
1889
                </property>
1890
               </item>
1891
               <item>
1892
                <property name="text">
1893
                 <string>Spectrum Satellit</string>
1894
                </property>
1895
               </item>
1896
               <item>
1897
                <property name="text">
1898
                 <string>Spectrum Satellit (HiRes)</string>
1899
                </property>
1900
               </item>
1901
               <item>
1902
                <property name="text">
1903
                 <string>Spectrum Satellit (LowRes)</string>
1904
                </property>
1905
               </item>
1906
               <item>
1907
                <property name="text">
1908
                 <string>Jeti Satellit</string>
1909
                </property>
1910
               </item>
1911
               <item>
1912
                <property name="text">
1913
                 <string>ACT DSL</string>
1914
                </property>
1915
               </item>
1916
              </widget>
1917
             </item>
1918
            </layout>
1919
           </item>
1920
           <item row="7" column="0" colspan="5">
1921
            <widget class="Line" name="line_5">
674 KeyOz 1922
             <property name="orientation">
1923
              <enum>Qt::Horizontal</enum>
1924
             </property>
750 KeyOz 1925
            </widget>
674 KeyOz 1926
           </item>
1927
          </layout>
1928
         </widget>
1929
        </item>
750 KeyOz 1930
        <item row="0" column="1">
1931
         <widget class="QTabWidget" name="tabWidget">
1932
          <property name="currentIndex">
1933
           <number>0</number>
1934
          </property>
1935
          <widget class="QWidget" name="tab_3">
1936
           <attribute name="title">
1937
            <string>Fernsteuerung</string>
1938
           </attribute>
1939
           <layout class="QGridLayout" name="gridLayout_2">
1940
            <item row="8" column="2">
1941
             <widget class="QProgressBar" name="pb_K7">
1942
              <property name="maximumSize">
1943
               <size>
1944
                <width>15</width>
1945
                <height>16777215</height>
1946
               </size>
1947
              </property>
1948
              <property name="minimum">
1949
               <number>-128</number>
1950
              </property>
1951
              <property name="maximum">
1952
               <number>128</number>
1953
              </property>
1954
              <property name="value">
1955
               <number>0</number>
1956
              </property>
1957
              <property name="textVisible">
1958
               <bool>false</bool>
1959
              </property>
1960
              <property name="orientation">
1961
               <enum>Qt::Vertical</enum>
1962
              </property>
1963
              <property name="textDirection">
1964
               <enum>QProgressBar::TopToBottom</enum>
1965
              </property>
1966
              <property name="format">
1967
               <string>                                      %v</string>
1968
              </property>
1969
             </widget>
1970
            </item>
1971
            <item row="6" column="2">
1972
             <widget class="QLabel" name="label_17">
1973
              <property name="text">
1974
               <string>7</string>
1975
              </property>
1976
              <property name="alignment">
1977
               <set>Qt::AlignCenter</set>
1978
              </property>
1979
             </widget>
1980
            </item>
1981
            <item row="3" column="4">
1982
             <widget class="QProgressBar" name="pb_K2">
1983
              <property name="maximumSize">
1984
               <size>
1985
                <width>15</width>
1986
                <height>16777215</height>
1987
               </size>
1988
              </property>
1989
              <property name="minimum">
1990
               <number>-128</number>
1991
              </property>
1992
              <property name="maximum">
1993
               <number>128</number>
1994
              </property>
1995
              <property name="value">
1996
               <number>0</number>
1997
              </property>
1998
              <property name="textVisible">
1999
               <bool>false</bool>
2000
              </property>
2001
              <property name="orientation">
2002
               <enum>Qt::Vertical</enum>
2003
              </property>
2004
              <property name="invertedAppearance">
2005
               <bool>false</bool>
2006
              </property>
2007
              <property name="textDirection">
2008
               <enum>QProgressBar::TopToBottom</enum>
2009
              </property>
2010
              <property name="format">
2011
               <string>                                      %v</string>
2012
              </property>
2013
             </widget>
2014
            </item>
2015
            <item row="2" column="4">
2016
             <widget class="QLabel" name="label_4">
2017
              <property name="text">
2018
               <string>2</string>
2019
              </property>
2020
              <property name="alignment">
2021
               <set>Qt::AlignCenter</set>
2022
              </property>
2023
             </widget>
2024
            </item>
2025
            <item row="3" column="2">
2026
             <widget class="QProgressBar" name="pb_K1">
2027
              <property name="maximumSize">
2028
               <size>
2029
                <width>15</width>
2030
                <height>16777215</height>
2031
               </size>
2032
              </property>
2033
              <property name="minimum">
2034
               <number>-128</number>
2035
              </property>
2036
              <property name="maximum">
2037
               <number>128</number>
2038
              </property>
2039
              <property name="value">
2040
               <number>0</number>
2041
              </property>
2042
              <property name="textVisible">
2043
               <bool>false</bool>
2044
              </property>
2045
              <property name="orientation">
2046
               <enum>Qt::Vertical</enum>
2047
              </property>
2048
              <property name="textDirection">
2049
               <enum>QProgressBar::TopToBottom</enum>
2050
              </property>
2051
              <property name="format">
2052
               <string>                                      %v</string>
2053
              </property>
2054
             </widget>
2055
            </item>
2056
            <item row="2" column="2">
2057
             <widget class="QLabel" name="label_3">
2058
              <property name="text">
2059
               <string>1</string>
2060
              </property>
2061
              <property name="alignment">
2062
               <set>Qt::AlignCenter</set>
2063
              </property>
2064
             </widget>
2065
            </item>
2066
            <item row="8" column="4">
2067
             <widget class="QProgressBar" name="pb_K8">
2068
              <property name="maximumSize">
2069
               <size>
2070
                <width>15</width>
2071
                <height>16777215</height>
2072
               </size>
2073
              </property>
2074
              <property name="minimum">
2075
               <number>-128</number>
2076
              </property>
2077
              <property name="maximum">
2078
               <number>128</number>
2079
              </property>
2080
              <property name="value">
2081
               <number>0</number>
2082
              </property>
2083
              <property name="textVisible">
2084
               <bool>false</bool>
2085
              </property>
2086
              <property name="orientation">
2087
               <enum>Qt::Vertical</enum>
2088
              </property>
2089
              <property name="textDirection">
2090
               <enum>QProgressBar::TopToBottom</enum>
2091
              </property>
2092
              <property name="format">
2093
               <string>                                      %v</string>
2094
              </property>
2095
             </widget>
2096
            </item>
2097
            <item row="6" column="4">
2098
             <widget class="QLabel" name="label_18">
2099
              <property name="text">
2100
               <string>8</string>
2101
              </property>
2102
              <property name="alignment">
2103
               <set>Qt::AlignCenter</set>
2104
              </property>
2105
             </widget>
2106
            </item>
2107
            <item row="8" column="6">
2108
             <widget class="QProgressBar" name="pb_K10">
2109
              <property name="maximumSize">
2110
               <size>
2111
                <width>15</width>
2112
                <height>16777215</height>
2113
               </size>
2114
              </property>
2115
              <property name="minimum">
2116
               <number>-128</number>
2117
              </property>
2118
              <property name="maximum">
2119
               <number>128</number>
2120
              </property>
2121
              <property name="value">
2122
               <number>0</number>
2123
              </property>
2124
              <property name="textVisible">
2125
               <bool>false</bool>
2126
              </property>
2127
              <property name="orientation">
2128
               <enum>Qt::Vertical</enum>
2129
              </property>
2130
              <property name="textDirection">
2131
               <enum>QProgressBar::TopToBottom</enum>
2132
              </property>
2133
              <property name="format">
2134
               <string>                                      %v</string>
2135
              </property>
2136
             </widget>
2137
            </item>
2138
            <item row="6" column="6">
2139
             <widget class="QLabel" name="label_36">
2140
              <property name="text">
2141
               <string>10</string>
2142
              </property>
2143
              <property name="alignment">
2144
               <set>Qt::AlignCenter</set>
2145
              </property>
2146
             </widget>
2147
            </item>
2148
            <item row="8" column="7">
2149
             <widget class="QProgressBar" name="pb_K11">
2150
              <property name="maximumSize">
2151
               <size>
2152
                <width>15</width>
2153
                <height>16777215</height>
2154
               </size>
2155
              </property>
2156
              <property name="minimum">
2157
               <number>-128</number>
2158
              </property>
2159
              <property name="maximum">
2160
               <number>128</number>
2161
              </property>
2162
              <property name="value">
2163
               <number>0</number>
2164
              </property>
2165
              <property name="textVisible">
2166
               <bool>false</bool>
2167
              </property>
2168
              <property name="orientation">
2169
               <enum>Qt::Vertical</enum>
2170
              </property>
2171
              <property name="textDirection">
2172
               <enum>QProgressBar::TopToBottom</enum>
2173
              </property>
2174
              <property name="format">
2175
               <string>                                      %v</string>
2176
              </property>
2177
             </widget>
2178
            </item>
2179
            <item row="8" column="8">
2180
             <widget class="QProgressBar" name="pb_K12">
2181
              <property name="maximumSize">
2182
               <size>
2183
                <width>15</width>
2184
                <height>16777215</height>
2185
               </size>
2186
              </property>
2187
              <property name="minimum">
2188
               <number>-128</number>
2189
              </property>
2190
              <property name="maximum">
2191
               <number>128</number>
2192
              </property>
2193
              <property name="value">
2194
               <number>0</number>
2195
              </property>
2196
              <property name="textVisible">
2197
               <bool>false</bool>
2198
              </property>
2199
              <property name="orientation">
2200
               <enum>Qt::Vertical</enum>
2201
              </property>
2202
              <property name="textDirection">
2203
               <enum>QProgressBar::TopToBottom</enum>
2204
              </property>
2205
              <property name="format">
2206
               <string>                                      %v</string>
2207
              </property>
2208
             </widget>
2209
            </item>
2210
            <item row="6" column="8">
2211
             <widget class="QLabel" name="label_47">
2212
              <property name="text">
2213
               <string>12</string>
2214
              </property>
2215
              <property name="alignment">
2216
               <set>Qt::AlignCenter</set>
2217
              </property>
2218
             </widget>
2219
            </item>
2220
            <item row="3" column="5">
2221
             <widget class="QProgressBar" name="pb_K3">
2222
              <property name="maximumSize">
2223
               <size>
2224
                <width>15</width>
2225
                <height>16777215</height>
2226
               </size>
2227
              </property>
2228
              <property name="minimum">
2229
               <number>-128</number>
2230
              </property>
2231
              <property name="maximum">
2232
               <number>128</number>
2233
              </property>
2234
              <property name="value">
2235
               <number>0</number>
2236
              </property>
2237
              <property name="textVisible">
2238
               <bool>false</bool>
2239
              </property>
2240
              <property name="orientation">
2241
               <enum>Qt::Vertical</enum>
2242
              </property>
2243
              <property name="textDirection">
2244
               <enum>QProgressBar::TopToBottom</enum>
2245
              </property>
2246
              <property name="format">
2247
               <string>                                      %v</string>
2248
              </property>
2249
             </widget>
2250
            </item>
2251
            <item row="2" column="5">
2252
             <widget class="QLabel" name="label_13">
2253
              <property name="text">
2254
               <string>3</string>
2255
              </property>
2256
              <property name="alignment">
2257
               <set>Qt::AlignCenter</set>
2258
              </property>
2259
             </widget>
2260
            </item>
2261
            <item row="2" column="6">
2262
             <widget class="QLabel" name="label_14">
2263
              <property name="text">
2264
               <string>4</string>
2265
              </property>
2266
              <property name="alignment">
2267
               <set>Qt::AlignCenter</set>
2268
              </property>
2269
             </widget>
2270
            </item>
2271
            <item row="3" column="6">
2272
             <widget class="QProgressBar" name="pb_K4">
2273
              <property name="maximumSize">
2274
               <size>
2275
                <width>15</width>
2276
                <height>16777215</height>
2277
               </size>
2278
              </property>
2279
              <property name="minimum">
2280
               <number>-128</number>
2281
              </property>
2282
              <property name="maximum">
2283
               <number>128</number>
2284
              </property>
2285
              <property name="value">
2286
               <number>0</number>
2287
              </property>
2288
              <property name="textVisible">
2289
               <bool>false</bool>
2290
              </property>
2291
              <property name="orientation">
2292
               <enum>Qt::Vertical</enum>
2293
              </property>
2294
              <property name="textDirection">
2295
               <enum>QProgressBar::TopToBottom</enum>
2296
              </property>
2297
              <property name="format">
2298
               <string>                                      %v</string>
2299
              </property>
2300
             </widget>
2301
            </item>
2302
            <item row="3" column="8">
2303
             <widget class="QProgressBar" name="pb_K6">
2304
              <property name="maximumSize">
2305
               <size>
2306
                <width>15</width>
2307
                <height>16777215</height>
2308
               </size>
2309
              </property>
2310
              <property name="minimum">
2311
               <number>-128</number>
2312
              </property>
2313
              <property name="maximum">
2314
               <number>128</number>
2315
              </property>
2316
              <property name="value">
2317
               <number>0</number>
2318
              </property>
2319
              <property name="textVisible">
2320
               <bool>false</bool>
2321
              </property>
2322
              <property name="orientation">
2323
               <enum>Qt::Vertical</enum>
2324
              </property>
2325
              <property name="textDirection">
2326
               <enum>QProgressBar::TopToBottom</enum>
2327
              </property>
2328
              <property name="format">
2329
               <string>                                      %v</string>
2330
              </property>
2331
             </widget>
2332
            </item>
2333
            <item row="3" column="7">
2334
             <widget class="QProgressBar" name="pb_K5">
2335
              <property name="maximumSize">
2336
               <size>
2337
                <width>15</width>
2338
                <height>16777215</height>
2339
               </size>
2340
              </property>
2341
              <property name="minimum">
2342
               <number>-128</number>
2343
              </property>
2344
              <property name="maximum">
2345
               <number>128</number>
2346
              </property>
2347
              <property name="value">
2348
               <number>0</number>
2349
              </property>
2350
              <property name="textVisible">
2351
               <bool>false</bool>
2352
              </property>
2353
              <property name="orientation">
2354
               <enum>Qt::Vertical</enum>
2355
              </property>
2356
              <property name="textDirection">
2357
               <enum>QProgressBar::TopToBottom</enum>
2358
              </property>
2359
              <property name="format">
2360
               <string>                                      %v</string>
2361
              </property>
2362
             </widget>
2363
            </item>
2364
            <item row="2" column="7">
2365
             <widget class="QLabel" name="label_15">
2366
              <property name="text">
2367
               <string>5</string>
2368
              </property>
2369
              <property name="alignment">
2370
               <set>Qt::AlignCenter</set>
2371
              </property>
2372
             </widget>
2373
            </item>
2374
            <item row="2" column="8">
2375
             <widget class="QLabel" name="label_16">
2376
              <property name="text">
2377
               <string>6</string>
2378
              </property>
2379
              <property name="alignment">
2380
               <set>Qt::AlignCenter</set>
2381
              </property>
2382
             </widget>
2383
            </item>
2384
            <item row="8" column="5">
2385
             <widget class="QProgressBar" name="pb_K9">
2386
              <property name="maximumSize">
2387
               <size>
2388
                <width>15</width>
2389
                <height>16777215</height>
2390
               </size>
2391
              </property>
2392
              <property name="minimum">
2393
               <number>-128</number>
2394
              </property>
2395
              <property name="maximum">
2396
               <number>128</number>
2397
              </property>
2398
              <property name="value">
2399
               <number>0</number>
2400
              </property>
2401
              <property name="textVisible">
2402
               <bool>false</bool>
2403
              </property>
2404
              <property name="orientation">
2405
               <enum>Qt::Vertical</enum>
2406
              </property>
2407
              <property name="textDirection">
2408
               <enum>QProgressBar::TopToBottom</enum>
2409
              </property>
2410
              <property name="format">
2411
               <string>                                      %v</string>
2412
              </property>
2413
             </widget>
2414
            </item>
2415
            <item row="6" column="5">
2416
             <widget class="QLabel" name="label_49">
2417
              <property name="text">
2418
               <string>9</string>
2419
              </property>
2420
              <property name="alignment">
2421
               <set>Qt::AlignCenter</set>
2422
              </property>
2423
             </widget>
2424
            </item>
2425
            <item row="6" column="7">
2426
             <widget class="QLabel" name="label_46">
2427
              <property name="text">
2428
               <string>11</string>
2429
              </property>
2430
              <property name="alignment">
2431
               <set>Qt::AlignCenter</set>
2432
              </property>
2433
             </widget>
2434
            </item>
2435
           </layout>
2436
          </widget>
2437
          <widget class="QWidget" name="tab_4">
2438
           <attribute name="title">
2439
            <string>Seriell</string>
2440
           </attribute>
2441
           <layout class="QGridLayout" name="gridLayout_18">
2442
            <item row="0" column="0">
2443
             <widget class="QLabel" name="label_132">
2444
              <property name="text">
2445
               <string>1</string>
2446
              </property>
2447
              <property name="alignment">
2448
               <set>Qt::AlignCenter</set>
2449
              </property>
2450
             </widget>
2451
            </item>
2452
            <item row="0" column="1">
2453
             <widget class="QLabel" name="label_78">
2454
              <property name="text">
2455
               <string>2</string>
2456
              </property>
2457
              <property name="alignment">
2458
               <set>Qt::AlignCenter</set>
2459
              </property>
2460
             </widget>
2461
            </item>
2462
            <item row="0" column="2">
2463
             <widget class="QLabel" name="label_76">
2464
              <property name="text">
2465
               <string>3</string>
2466
              </property>
2467
              <property name="alignment">
2468
               <set>Qt::AlignCenter</set>
2469
              </property>
2470
             </widget>
2471
            </item>
2472
            <item row="0" column="3">
2473
             <widget class="QLabel" name="label_136">
2474
              <property name="text">
2475
               <string>4</string>
2476
              </property>
2477
              <property name="alignment">
2478
               <set>Qt::AlignCenter</set>
2479
              </property>
2480
             </widget>
2481
            </item>
2482
            <item row="0" column="4">
2483
             <widget class="QLabel" name="label_133">
2484
              <property name="text">
2485
               <string>5</string>
2486
              </property>
2487
              <property name="alignment">
2488
               <set>Qt::AlignCenter</set>
2489
              </property>
2490
             </widget>
2491
            </item>
2492
            <item row="0" column="5">
2493
             <widget class="QLabel" name="label_154">
2494
              <property name="text">
2495
               <string>6</string>
2496
              </property>
2497
              <property name="alignment">
2498
               <set>Qt::AlignCenter</set>
2499
              </property>
2500
             </widget>
2501
            </item>
2502
            <item row="1" column="0">
2503
             <widget class="QProgressBar" name="pb_K1_2">
2504
              <property name="maximumSize">
2505
               <size>
2506
                <width>15</width>
2507
                <height>16777215</height>
2508
               </size>
2509
              </property>
2510
              <property name="minimum">
2511
               <number>-128</number>
2512
              </property>
2513
              <property name="maximum">
2514
               <number>128</number>
2515
              </property>
2516
              <property name="value">
2517
               <number>0</number>
2518
              </property>
2519
              <property name="textVisible">
2520
               <bool>false</bool>
2521
              </property>
2522
              <property name="orientation">
2523
               <enum>Qt::Vertical</enum>
2524
              </property>
2525
              <property name="textDirection">
2526
               <enum>QProgressBar::TopToBottom</enum>
2527
              </property>
2528
              <property name="format">
2529
               <string>                                      %v</string>
2530
              </property>
2531
             </widget>
2532
            </item>
2533
            <item row="1" column="1">
2534
             <widget class="QProgressBar" name="pb_K2_2">
2535
              <property name="maximumSize">
2536
               <size>
2537
                <width>15</width>
2538
                <height>16777215</height>
2539
               </size>
2540
              </property>
2541
              <property name="minimum">
2542
               <number>-128</number>
2543
              </property>
2544
              <property name="maximum">
2545
               <number>128</number>
2546
              </property>
2547
              <property name="value">
2548
               <number>0</number>
2549
              </property>
2550
              <property name="textVisible">
2551
               <bool>false</bool>
2552
              </property>
2553
              <property name="orientation">
2554
               <enum>Qt::Vertical</enum>
2555
              </property>
2556
              <property name="invertedAppearance">
2557
               <bool>false</bool>
2558
              </property>
2559
              <property name="textDirection">
2560
               <enum>QProgressBar::TopToBottom</enum>
2561
              </property>
2562
              <property name="format">
2563
               <string>                                      %v</string>
2564
              </property>
2565
             </widget>
2566
            </item>
2567
            <item row="1" column="2">
2568
             <widget class="QProgressBar" name="pb_K3_2">
2569
              <property name="maximumSize">
2570
               <size>
2571
                <width>15</width>
2572
                <height>16777215</height>
2573
               </size>
2574
              </property>
2575
              <property name="minimum">
2576
               <number>-128</number>
2577
              </property>
2578
              <property name="maximum">
2579
               <number>128</number>
2580
              </property>
2581
              <property name="value">
2582
               <number>0</number>
2583
              </property>
2584
              <property name="textVisible">
2585
               <bool>false</bool>
2586
              </property>
2587
              <property name="orientation">
2588
               <enum>Qt::Vertical</enum>
2589
              </property>
2590
              <property name="textDirection">
2591
               <enum>QProgressBar::TopToBottom</enum>
2592
              </property>
2593
              <property name="format">
2594
               <string>                                      %v</string>
2595
              </property>
2596
             </widget>
2597
            </item>
2598
            <item row="1" column="3">
2599
             <widget class="QProgressBar" name="pb_K4_2">
2600
              <property name="maximumSize">
2601
               <size>
2602
                <width>15</width>
2603
                <height>16777215</height>
2604
               </size>
2605
              </property>
2606
              <property name="minimum">
2607
               <number>-128</number>
2608
              </property>
2609
              <property name="maximum">
2610
               <number>128</number>
2611
              </property>
2612
              <property name="value">
2613
               <number>0</number>
2614
              </property>
2615
              <property name="textVisible">
2616
               <bool>false</bool>
2617
              </property>
2618
              <property name="orientation">
2619
               <enum>Qt::Vertical</enum>
2620
              </property>
2621
              <property name="textDirection">
2622
               <enum>QProgressBar::TopToBottom</enum>
2623
              </property>
2624
              <property name="format">
2625
               <string>                                      %v</string>
2626
              </property>
2627
             </widget>
2628
            </item>
2629
            <item row="1" column="4">
2630
             <widget class="QProgressBar" name="pb_K5_2">
2631
              <property name="maximumSize">
2632
               <size>
2633
                <width>15</width>
2634
                <height>16777215</height>
2635
               </size>
2636
              </property>
2637
              <property name="minimum">
2638
               <number>-128</number>
2639
              </property>
2640
              <property name="maximum">
2641
               <number>128</number>
2642
              </property>
2643
              <property name="value">
2644
               <number>0</number>
2645
              </property>
2646
              <property name="textVisible">
2647
               <bool>false</bool>
2648
              </property>
2649
              <property name="orientation">
2650
               <enum>Qt::Vertical</enum>
2651
              </property>
2652
              <property name="textDirection">
2653
               <enum>QProgressBar::TopToBottom</enum>
2654
              </property>
2655
              <property name="format">
2656
               <string>                                      %v</string>
2657
              </property>
2658
             </widget>
2659
            </item>
2660
            <item row="1" column="5">
2661
             <widget class="QProgressBar" name="pb_K6_2">
2662
              <property name="maximumSize">
2663
               <size>
2664
                <width>15</width>
2665
                <height>16777215</height>
2666
               </size>
2667
              </property>
2668
              <property name="minimum">
2669
               <number>-128</number>
2670
              </property>
2671
              <property name="maximum">
2672
               <number>128</number>
2673
              </property>
2674
              <property name="value">
2675
               <number>0</number>
2676
              </property>
2677
              <property name="textVisible">
2678
               <bool>false</bool>
2679
              </property>
2680
              <property name="orientation">
2681
               <enum>Qt::Vertical</enum>
2682
              </property>
2683
              <property name="textDirection">
2684
               <enum>QProgressBar::TopToBottom</enum>
2685
              </property>
2686
              <property name="format">
2687
               <string>                                      %v</string>
2688
              </property>
2689
             </widget>
2690
            </item>
2691
            <item row="2" column="0">
2692
             <widget class="QLabel" name="label_117">
2693
              <property name="text">
2694
               <string>7</string>
2695
              </property>
2696
              <property name="alignment">
2697
               <set>Qt::AlignCenter</set>
2698
              </property>
2699
             </widget>
2700
            </item>
2701
            <item row="2" column="1">
2702
             <widget class="QLabel" name="label_50">
2703
              <property name="text">
2704
               <string>8</string>
2705
              </property>
2706
              <property name="alignment">
2707
               <set>Qt::AlignCenter</set>
2708
              </property>
2709
             </widget>
2710
            </item>
2711
            <item row="2" column="2">
2712
             <widget class="QLabel" name="label_111">
2713
              <property name="text">
2714
               <string>9</string>
2715
              </property>
2716
              <property name="alignment">
2717
               <set>Qt::AlignCenter</set>
2718
              </property>
2719
             </widget>
2720
            </item>
2721
            <item row="2" column="3">
2722
             <widget class="QLabel" name="label_128">
2723
              <property name="text">
2724
               <string>10</string>
2725
              </property>
2726
              <property name="alignment">
2727
               <set>Qt::AlignCenter</set>
2728
              </property>
2729
             </widget>
2730
            </item>
2731
            <item row="2" column="4">
2732
             <widget class="QLabel" name="label_121">
2733
              <property name="text">
2734
               <string>11</string>
2735
              </property>
2736
              <property name="alignment">
2737
               <set>Qt::AlignCenter</set>
2738
              </property>
2739
             </widget>
2740
            </item>
2741
            <item row="2" column="5">
2742
             <widget class="QLabel" name="label_118">
2743
              <property name="text">
2744
               <string>12</string>
2745
              </property>
2746
              <property name="alignment">
2747
               <set>Qt::AlignCenter</set>
2748
              </property>
2749
             </widget>
2750
            </item>
2751
            <item row="3" column="0">
2752
             <widget class="QProgressBar" name="pb_K7_2">
2753
              <property name="maximumSize">
2754
               <size>
2755
                <width>15</width>
2756
                <height>16777215</height>
2757
               </size>
2758
              </property>
2759
              <property name="minimum">
2760
               <number>-128</number>
2761
              </property>
2762
              <property name="maximum">
2763
               <number>128</number>
2764
              </property>
2765
              <property name="value">
2766
               <number>0</number>
2767
              </property>
2768
              <property name="textVisible">
2769
               <bool>false</bool>
2770
              </property>
2771
              <property name="orientation">
2772
               <enum>Qt::Vertical</enum>
2773
              </property>
2774
              <property name="textDirection">
2775
               <enum>QProgressBar::TopToBottom</enum>
2776
              </property>
2777
              <property name="format">
2778
               <string>                                      %v</string>
2779
              </property>
2780
             </widget>
2781
            </item>
2782
            <item row="3" column="1">
2783
             <widget class="QProgressBar" name="pb_K8_2">
2784
              <property name="maximumSize">
2785
               <size>
2786
                <width>15</width>
2787
                <height>16777215</height>
2788
               </size>
2789
              </property>
2790
              <property name="minimum">
2791
               <number>-128</number>
2792
              </property>
2793
              <property name="maximum">
2794
               <number>128</number>
2795
              </property>
2796
              <property name="value">
2797
               <number>0</number>
2798
              </property>
2799
              <property name="textVisible">
2800
               <bool>false</bool>
2801
              </property>
2802
              <property name="orientation">
2803
               <enum>Qt::Vertical</enum>
2804
              </property>
2805
              <property name="textDirection">
2806
               <enum>QProgressBar::TopToBottom</enum>
2807
              </property>
2808
              <property name="format">
2809
               <string>                                      %v</string>
2810
              </property>
2811
             </widget>
2812
            </item>
2813
            <item row="3" column="2">
2814
             <widget class="QProgressBar" name="pb_K9_2">
2815
              <property name="maximumSize">
2816
               <size>
2817
                <width>15</width>
2818
                <height>16777215</height>
2819
               </size>
2820
              </property>
2821
              <property name="minimum">
2822
               <number>-128</number>
2823
              </property>
2824
              <property name="maximum">
2825
               <number>128</number>
2826
              </property>
2827
              <property name="value">
2828
               <number>0</number>
2829
              </property>
2830
              <property name="textVisible">
2831
               <bool>false</bool>
2832
              </property>
2833
              <property name="orientation">
2834
               <enum>Qt::Vertical</enum>
2835
              </property>
2836
              <property name="textDirection">
2837
               <enum>QProgressBar::TopToBottom</enum>
2838
              </property>
2839
              <property name="format">
2840
               <string>                                      %v</string>
2841
              </property>
2842
             </widget>
2843
            </item>
2844
            <item row="3" column="3">
2845
             <widget class="QProgressBar" name="pb_K10_2">
2846
              <property name="maximumSize">
2847
               <size>
2848
                <width>15</width>
2849
                <height>16777215</height>
2850
               </size>
2851
              </property>
2852
              <property name="minimum">
2853
               <number>-128</number>
2854
              </property>
2855
              <property name="maximum">
2856
               <number>128</number>
2857
              </property>
2858
              <property name="value">
2859
               <number>0</number>
2860
              </property>
2861
              <property name="textVisible">
2862
               <bool>false</bool>
2863
              </property>
2864
              <property name="orientation">
2865
               <enum>Qt::Vertical</enum>
2866
              </property>
2867
              <property name="textDirection">
2868
               <enum>QProgressBar::TopToBottom</enum>
2869
              </property>
2870
              <property name="format">
2871
               <string>                                      %v</string>
2872
              </property>
2873
             </widget>
2874
            </item>
2875
            <item row="3" column="4">
2876
             <widget class="QProgressBar" name="pb_K11_2">
2877
              <property name="maximumSize">
2878
               <size>
2879
                <width>15</width>
2880
                <height>16777215</height>
2881
               </size>
2882
              </property>
2883
              <property name="minimum">
2884
               <number>-128</number>
2885
              </property>
2886
              <property name="maximum">
2887
               <number>128</number>
2888
              </property>
2889
              <property name="value">
2890
               <number>0</number>
2891
              </property>
2892
              <property name="textVisible">
2893
               <bool>false</bool>
2894
              </property>
2895
              <property name="orientation">
2896
               <enum>Qt::Vertical</enum>
2897
              </property>
2898
              <property name="textDirection">
2899
               <enum>QProgressBar::TopToBottom</enum>
2900
              </property>
2901
              <property name="format">
2902
               <string>                                      %v</string>
2903
              </property>
2904
             </widget>
2905
            </item>
2906
            <item row="3" column="5">
2907
             <widget class="QProgressBar" name="pb_K12_2">
2908
              <property name="maximumSize">
2909
               <size>
2910
                <width>15</width>
2911
                <height>16777215</height>
2912
               </size>
2913
              </property>
2914
              <property name="minimum">
2915
               <number>-128</number>
2916
              </property>
2917
              <property name="maximum">
2918
               <number>128</number>
2919
              </property>
2920
              <property name="value">
2921
               <number>0</number>
2922
              </property>
2923
              <property name="textVisible">
2924
               <bool>false</bool>
2925
              </property>
2926
              <property name="orientation">
2927
               <enum>Qt::Vertical</enum>
2928
              </property>
2929
              <property name="textDirection">
2930
               <enum>QProgressBar::TopToBottom</enum>
2931
              </property>
2932
              <property name="format">
2933
               <string>                                      %v</string>
2934
              </property>
2935
             </widget>
2936
            </item>
2937
           </layout>
2938
          </widget>
2939
         </widget>
2940
        </item>
674 KeyOz 2941
        <item row="0" column="2" rowspan="2">
2942
         <widget class="QTextEdit" name="te_Help_2">
2943
          <property name="minimumSize">
2944
           <size>
2945
            <width>180</width>
2946
            <height>0</height>
2947
           </size>
2948
          </property>
2949
          <property name="maximumSize">
2950
           <size>
2951
            <width>180</width>
2952
            <height>16777215</height>
2953
           </size>
2954
          </property>
2955
          <property name="readOnly">
2956
           <bool>true</bool>
2957
          </property>
2958
          <property name="html">
2959
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
2960
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
2961
p, li { white-space: pre-wrap; }
750 KeyOz 2962
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 2963
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Hier können die vom Sender übertragenen Kanäle den Funktionen des MikroKopters zugeordnet werden. &lt;/span&gt;&lt;/p&gt;
2964
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
750 KeyOz 2965
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Port 1-8 sind per Sender frei einstellbare Werte.&lt;/span&gt;&lt;/p&gt;
674 KeyOz 2966
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
2967
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Die Balken zeigen den Ausschlag des jeweiligen Kanals an.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2968
          </property>
2969
         </widget>
2970
        </item>
2971
        <item row="1" column="0" colspan="2">
2972
         <widget class="QCheckBox" name="s_2_9_cb">
2973
          <property name="font">
2974
           <font>
2975
            <weight>75</weight>
2976
            <bold>true</bold>
2977
           </font>
2978
          </property>
2979
          <property name="text">
750 KeyOz 2980
           <string>Erweiterte Empfangssignalprüfung</string>
674 KeyOz 2981
          </property>
2982
         </widget>
2983
        </item>
2984
       </layout>
2985
      </widget>
2986
      <widget class="QWidget" name="Seite_3">
2987
       <layout class="QGridLayout" name="gridLayout_19">
2988
        <item row="0" column="0">
2989
         <widget class="QFrame" name="frame_5">
2990
          <property name="sizePolicy">
2991
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
2992
            <horstretch>0</horstretch>
2993
            <verstretch>0</verstretch>
2994
           </sizepolicy>
2995
          </property>
2996
          <property name="frameShape">
2997
           <enum>QFrame::StyledPanel</enum>
2998
          </property>
2999
          <property name="frameShadow">
3000
           <enum>QFrame::Raised</enum>
3001
          </property>
3002
          <layout class="QGridLayout" name="gridLayout">
3003
           <item row="0" column="0">
3004
            <widget class="QLabel" name="label_19">
3005
             <property name="font">
3006
              <font>
3007
               <weight>75</weight>
3008
               <bold>true</bold>
3009
              </font>
3010
             </property>
3011
             <property name="text">
3012
              <string>Nick / Roll P-Anteil:</string>
3013
             </property>
3014
            </widget>
3015
           </item>
3016
           <item row="0" column="1">
3017
            <widget class="QSpinBox" name="sb_3_1">
3018
             <property name="maximum">
3019
              <number>64</number>
3020
             </property>
3021
             <property name="value">
3022
              <number>4</number>
3023
             </property>
3024
            </widget>
3025
           </item>
3026
           <item row="1" column="0">
3027
            <widget class="QLabel" name="label_20">
3028
             <property name="font">
3029
              <font>
3030
               <weight>75</weight>
3031
               <bold>true</bold>
3032
              </font>
3033
             </property>
3034
             <property name="text">
3035
              <string>Nick / Roll D-Anteil:</string>
3036
             </property>
3037
            </widget>
3038
           </item>
3039
           <item row="1" column="1">
3040
            <widget class="QSpinBox" name="sb_3_2">
3041
             <property name="maximum">
3042
              <number>64</number>
3043
             </property>
3044
             <property name="value">
3045
              <number>1</number>
3046
             </property>
3047
            </widget>
3048
           </item>
3049
           <item row="2" column="1">
3050
            <spacer name="verticalSpacer_4">
3051
             <property name="orientation">
3052
              <enum>Qt::Vertical</enum>
3053
             </property>
3054
             <property name="sizeType">
3055
              <enum>QSizePolicy::Fixed</enum>
3056
             </property>
3057
             <property name="sizeHint" stdset="0">
3058
              <size>
3059
               <width>20</width>
3060
               <height>10</height>
3061
              </size>
3062
             </property>
3063
            </spacer>
3064
           </item>
3065
           <item row="3" column="0">
3066
            <widget class="QLabel" name="label_21">
3067
             <property name="font">
3068
              <font>
3069
               <weight>75</weight>
3070
               <bold>true</bold>
3071
              </font>
3072
             </property>
3073
             <property name="text">
3074
              <string>Gier P-Anteil:</string>
3075
             </property>
3076
            </widget>
3077
           </item>
3078
           <item row="3" column="1">
3079
            <widget class="QComboBox" name="cb_3_3">
3080
             <property name="editable">
3081
              <bool>true</bool>
3082
             </property>
3083
             <item>
3084
              <property name="text">
3085
               <string>Poti 1</string>
3086
              </property>
3087
             </item>
3088
             <item>
3089
              <property name="text">
3090
               <string>Poti 2</string>
3091
              </property>
3092
             </item>
3093
             <item>
3094
              <property name="text">
3095
               <string>Poti 3</string>
3096
              </property>
3097
             </item>
3098
             <item>
3099
              <property name="text">
3100
               <string>Poti 4</string>
3101
              </property>
3102
             </item>
3103
             <item>
3104
              <property name="text">
750 KeyOz 3105
               <string>Poti 5</string>
3106
              </property>
3107
             </item>
3108
             <item>
3109
              <property name="text">
3110
               <string>Poti 6</string>
3111
              </property>
3112
             </item>
3113
             <item>
3114
              <property name="text">
3115
               <string>Poti 7</string>
3116
              </property>
3117
             </item>
3118
             <item>
3119
              <property name="text">
3120
               <string>Poti 8</string>
3121
              </property>
3122
             </item>
3123
             <item>
3124
              <property name="text">
674 KeyOz 3125
               <string>0</string>
3126
              </property>
3127
             </item>
3128
            </widget>
3129
           </item>
3130
           <item row="3" column="2">
3131
            <widget class="QLabel" name="label_24">
3132
             <property name="text">
3133
              <string/>
3134
             </property>
3135
            </widget>
3136
           </item>
3137
           <item row="4" column="0" colspan="3">
3138
            <widget class="Line" name="line_2">
3139
             <property name="orientation">
3140
              <enum>Qt::Horizontal</enum>
3141
             </property>
3142
            </widget>
3143
           </item>
3144
           <item row="5" column="0">
3145
            <widget class="QLabel" name="label_51">
3146
             <property name="font">
3147
              <font>
3148
               <weight>75</weight>
3149
               <bold>true</bold>
3150
              </font>
3151
             </property>
3152
             <property name="text">
750 KeyOz 3153
              <string>Externe Kontrolle:</string>
674 KeyOz 3154
             </property>
3155
            </widget>
3156
           </item>
3157
           <item row="5" column="1">
3158
            <widget class="QComboBox" name="cb_3_4">
3159
             <property name="editable">
3160
              <bool>true</bool>
3161
             </property>
3162
             <item>
3163
              <property name="text">
3164
               <string>Poti 1</string>
3165
              </property>
3166
             </item>
3167
             <item>
3168
              <property name="text">
3169
               <string>Poti 2</string>
3170
              </property>
3171
             </item>
3172
             <item>
3173
              <property name="text">
3174
               <string>Poti 3</string>
3175
              </property>
3176
             </item>
3177
             <item>
3178
              <property name="text">
3179
               <string>Poti 4</string>
3180
              </property>
3181
             </item>
3182
             <item>
3183
              <property name="text">
750 KeyOz 3184
               <string>Poti 5</string>
3185
              </property>
3186
             </item>
3187
             <item>
3188
              <property name="text">
3189
               <string>Poti 6</string>
3190
              </property>
3191
             </item>
3192
             <item>
3193
              <property name="text">
3194
               <string>Poti 7</string>
3195
              </property>
3196
             </item>
3197
             <item>
3198
              <property name="text">
3199
               <string>Poti 8</string>
3200
              </property>
3201
             </item>
3202
             <item>
3203
              <property name="text">
674 KeyOz 3204
               <string>0</string>
3205
              </property>
3206
             </item>
3207
            </widget>
3208
           </item>
3209
           <item row="7" column="1">
3210
            <spacer name="verticalSpacer_5">
3211
             <property name="orientation">
3212
              <enum>Qt::Vertical</enum>
3213
             </property>
3214
             <property name="sizeType">
3215
              <enum>QSizePolicy::Expanding</enum>
3216
             </property>
3217
             <property name="sizeHint" stdset="0">
3218
              <size>
3219
               <width>20</width>
3220
               <height>85</height>
3221
              </size>
3222
             </property>
3223
            </spacer>
3224
           </item>
3225
           <item row="6" column="1">
3226
            <layout class="QVBoxLayout" name="verticalLayout">
3227
             <item>
3228
              <widget class="QLabel" name="label_52">
3229
               <property name="text">
3230
                <string>0=OFF, Dubwise: Gain,  </string>
3231
               </property>
3232
              </widget>
3233
             </item>
3234
             <item>
3235
              <widget class="QLabel" name="label_53">
3236
               <property name="text">
3237
                <string>Riddim &gt; 128 = ON</string>
3238
               </property>
3239
              </widget>
3240
             </item>
3241
            </layout>
3242
           </item>
3243
          </layout>
3244
         </widget>
3245
        </item>
3246
        <item row="0" column="1">
3247
         <widget class="QTextEdit" name="te_Help_3">
3248
          <property name="minimumSize">
3249
           <size>
3250
            <width>180</width>
3251
            <height>0</height>
3252
           </size>
3253
          </property>
3254
          <property name="maximumSize">
3255
           <size>
3256
            <width>180</width>
3257
            <height>16777215</height>
3258
           </size>
3259
          </property>
3260
          <property name="readOnly">
3261
           <bool>true</bool>
3262
          </property>
3263
          <property name="html">
3264
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
3265
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
3266
p, li { white-space: pre-wrap; }
750 KeyOz 3267
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 3268
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Diese Parameter dienen zur Einstellung der Stickwirkung.&lt;/span&gt;&lt;/p&gt;
3269
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
3270
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;P-Anteil:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Stick-Verstärkung. Je grösser, desto stärker reagiert der MK auf die Stickbewegungen. &lt;/span&gt;&lt;/p&gt;
3271
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
3272
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;D-Anteil:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Der MikroKopter folgt den Bewegungen des Sticks umso spontaner, je grösser dieser Wert ist. Genaugenommen wirkt hier zusätzlich die Stick&lt;/span&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;geschwindigkeit&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; auf den MK. &lt;/span&gt;&lt;/p&gt;
3273
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
3274
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Gier-P: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Verhältnis Gier-Geschwindigkeit zum Stickausschlag.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3275
          </property>
3276
         </widget>
3277
        </item>
3278
       </layout>
3279
      </widget>
3280
      <widget class="QWidget" name="Seite_4">
3281
       <layout class="QGridLayout" name="gridLayout_42">
3282
        <item row="0" column="2">
3283
         <widget class="QTextEdit" name="te_Help_4">
3284
          <property name="minimumSize">
3285
           <size>
3286
            <width>180</width>
3287
            <height>0</height>
3288
           </size>
3289
          </property>
3290
          <property name="maximumSize">
3291
           <size>
3292
            <width>180</width>
3293
            <height>16777215</height>
3294
           </size>
3295
          </property>
3296
          <property name="readOnly">
3297
           <bool>true</bool>
3298
          </property>
3299
          <property name="html">
3300
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
3301
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
3302
p, li { white-space: pre-wrap; }
750 KeyOz 3303
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 3304
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Hier kann der Höhenregler parametriert werden.&lt;/span&gt;&lt;/p&gt;
3305
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;&lt;/p&gt;
3306
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Soll-Höhe:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Gibt die maximale Höhe an. Normalerweise wird hier ein Poti als Kanal der Funke eingetragen. Kleine Werte ermöglichen nur niedrige Maximalhöhen.&lt;/span&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
3307
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Fluganfänger sollten das Feature nutzen, hier evtl. 0 eintragen und den Höhenregler aktivieren (siehe oben). Dann kann es nicht passieren, dass der MikroKopter zu hoch steigt. Bei Nutzung des Höhenreglers als Schalter ist hier auch das entsprechende Poti einzutragen, um den Kanal der Funke damit festzulegen. &lt;/span&gt;&lt;/p&gt;
3308
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Min Gas:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; unter diesen Wert wird das Gas nicht gestellt, wenn die Höhe überschritten wurde. &lt;/span&gt;&lt;/p&gt;
3309
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;P-Anteil:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Abhängigkeit von Rücknahme von Gas bei Höhe über. Je höher dieser Wert, desto kleiner ist der Flugbereich oberhalb der Maximalhöhe. &lt;/span&gt;&lt;/p&gt;
3310
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Luftdruck-D:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Dämpft das Schwingverhalten des Höhenreglers. Geringste Luftdruckänderungen haben damit grosse Wirkung auf Gas. &lt;/span&gt;&lt;/p&gt;
3311
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Z-ACC:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Dämpft das Schwingverhalten mittels des Beschleunigungssensors. &lt;/span&gt;&lt;/p&gt;
3312
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Verstärkung:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; ermöglicht grössere Flughöhen, wenn dieser Wert vergrößert wird. Der Setpiont wird mit diesem Wert multipliziert. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3313
          </property>
3314
         </widget>
3315
        </item>
3316
        <item row="0" column="1">
3317
         <widget class="QFrame" name="frame_6">
3318
          <property name="sizePolicy">
3319
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
3320
            <horstretch>0</horstretch>
3321
            <verstretch>0</verstretch>
3322
           </sizepolicy>
3323
          </property>
3324
          <property name="frameShape">
3325
           <enum>QFrame::StyledPanel</enum>
3326
          </property>
3327
          <property name="frameShadow">
3328
           <enum>QFrame::Raised</enum>
3329
          </property>
3330
          <layout class="QGridLayout" name="gridLayout_17">
3331
           <item row="0" column="0">
3332
            <widget class="QCheckBox" name="s_4_1_cb">
3333
             <property name="font">
3334
              <font>
3335
               <weight>75</weight>
3336
               <bold>true</bold>
3337
              </font>
3338
             </property>
3339
             <property name="text">
750 KeyOz 3340
              <string>Höhenregelung aktiv</string>
674 KeyOz 3341
             </property>
3342
            </widget>
3343
           </item>
3344
           <item row="1" column="0" rowspan="2" colspan="2">
3345
            <widget class="QFrame" name="Frame_4">
3346
             <property name="enabled">
3347
              <bool>false</bool>
3348
             </property>
3349
             <property name="frameShape">
3350
              <enum>QFrame::NoFrame</enum>
3351
             </property>
3352
             <property name="frameShadow">
3353
              <enum>QFrame::Raised</enum>
3354
             </property>
3355
             <layout class="QGridLayout" name="gridLayout_11">
3356
              <item row="0" column="0">
3357
               <widget class="QLabel" name="label_23">
3358
                <property name="minimumSize">
3359
                 <size>
3360
                  <width>10</width>
3361
                  <height>0</height>
3362
                 </size>
3363
                </property>
3364
                <property name="maximumSize">
3365
                 <size>
3366
                  <width>10</width>
3367
                  <height>16777215</height>
3368
                 </size>
3369
                </property>
3370
                <property name="text">
3371
                 <string/>
3372
                </property>
3373
               </widget>
3374
              </item>
3375
              <item row="0" column="1" colspan="2">
3376
               <widget class="QRadioButton" name="s_4_2_rb">
3377
                <property name="font">
3378
                 <font>
3379
                  <weight>75</weight>
3380
                  <bold>true</bold>
3381
                 </font>
3382
                </property>
3383
                <property name="text">
750 KeyOz 3384
                 <string>Höhenbegrenzung</string>
674 KeyOz 3385
                </property>
3386
                <property name="checked">
3387
                 <bool>true</bool>
3388
                </property>
3389
               </widget>
3390
              </item>
3391
              <item row="0" column="3" colspan="3">
3392
               <widget class="QCheckBox" name="s_4_4_cb">
3393
                <property name="font">
3394
                 <font>
3395
                  <weight>75</weight>
3396
                  <bold>true</bold>
3397
                 </font>
3398
                </property>
3399
                <property name="text">
750 KeyOz 3400
                 <string>Schalter für Höhe</string>
674 KeyOz 3401
                </property>
3402
               </widget>
3403
              </item>
3404
              <item row="1" column="1" colspan="2">
3405
               <widget class="QRadioButton" name="s_4_3_rb">
3406
                <property name="font">
3407
                 <font>
3408
                  <weight>75</weight>
3409
                  <bold>true</bold>
3410
                 </font>
3411
                </property>
3412
                <property name="text">
750 KeyOz 3413
                 <string>Vario-Höhe</string>
674 KeyOz 3414
                </property>
3415
               </widget>
3416
              </item>
3417
              <item row="1" column="3" colspan="3">
3418
               <widget class="QCheckBox" name="s_4_5_cb">
3419
                <property name="enabled">
3420
                 <bool>false</bool>
3421
                </property>
3422
                <property name="font">
3423
                 <font>
3424
                  <weight>75</weight>
3425
                  <bold>true</bold>
3426
                 </font>
3427
                </property>
3428
                <property name="text">
750 KeyOz 3429
                 <string>akustisches Variometer</string>
674 KeyOz 3430
                </property>
3431
               </widget>
3432
              </item>
3433
              <item row="3" column="0" colspan="2">
3434
               <widget class="QLabel" name="label_25">
3435
                <property name="font">
3436
                 <font>
3437
                  <weight>75</weight>
3438
                  <bold>true</bold>
3439
                 </font>
3440
                </property>
3441
                <property name="text">
750 KeyOz 3442
                 <string>Sollwert:</string>
674 KeyOz 3443
                </property>
3444
               </widget>
3445
              </item>
3446
              <item row="3" column="2">
3447
               <widget class="QComboBox" name="cb_4_1">
3448
                <property name="editable">
3449
                 <bool>true</bool>
3450
                </property>
3451
                <item>
3452
                 <property name="text">
3453
                  <string>Poti 1</string>
3454
                 </property>
3455
                </item>
3456
                <item>
3457
                 <property name="text">
3458
                  <string>Poti 2</string>
3459
                 </property>
3460
                </item>
3461
                <item>
3462
                 <property name="text">
3463
                  <string>Poti 3</string>
3464
                 </property>
3465
                </item>
3466
                <item>
3467
                 <property name="text">
3468
                  <string>Poti 4</string>
3469
                 </property>
3470
                </item>
3471
                <item>
3472
                 <property name="text">
750 KeyOz 3473
                  <string>Poti 5</string>
3474
                 </property>
3475
                </item>
3476
                <item>
3477
                 <property name="text">
3478
                  <string>Poti 6</string>
3479
                 </property>
3480
                </item>
3481
                <item>
3482
                 <property name="text">
3483
                  <string>Poti 7</string>
3484
                 </property>
3485
                </item>
3486
                <item>
3487
                 <property name="text">
3488
                  <string>Poti 8</string>
3489
                 </property>
3490
                </item>
3491
                <item>
3492
                 <property name="text">
674 KeyOz 3493
                  <string>0</string>
3494
                 </property>
3495
                </item>
3496
               </widget>
3497
              </item>
3498
              <item row="4" column="0" colspan="2">
3499
               <widget class="QLabel" name="label_26">
3500
                <property name="font">
3501
                 <font>
3502
                  <weight>75</weight>
3503
                  <bold>true</bold>
3504
                 </font>
3505
                </property>
3506
                <property name="text">
3507
                 <string>Min. Gas:</string>
3508
                </property>
3509
               </widget>
3510
              </item>
3511
              <item row="4" column="2">
3512
               <widget class="QSpinBox" name="sb_4_2">
3513
                <property name="maximum">
3514
                 <number>250</number>
3515
                </property>
3516
               </widget>
3517
              </item>
3518
              <item row="5" column="0" colspan="2">
3519
               <widget class="QLabel" name="label_27">
3520
                <property name="font">
3521
                 <font>
3522
                  <weight>75</weight>
3523
                  <bold>true</bold>
3524
                 </font>
3525
                </property>
3526
                <property name="text">
3527
                 <string>Höhe P-Anteil:</string>
3528
                </property>
3529
               </widget>
3530
              </item>
3531
              <item row="5" column="2">
3532
               <widget class="QComboBox" name="cb_4_3">
3533
                <property name="editable">
3534
                 <bool>true</bool>
3535
                </property>
3536
                <item>
3537
                 <property name="text">
3538
                  <string>Poti 1</string>
3539
                 </property>
3540
                </item>
3541
                <item>
3542
                 <property name="text">
3543
                  <string>Poti 2</string>
3544
                 </property>
3545
                </item>
3546
                <item>
3547
                 <property name="text">
3548
                  <string>Poti 3</string>
3549
                 </property>
3550
                </item>
3551
                <item>
3552
                 <property name="text">
3553
                  <string>Poti 4</string>
3554
                 </property>
3555
                </item>
3556
                <item>
3557
                 <property name="text">
750 KeyOz 3558
                  <string>Poti 5</string>
3559
                 </property>
3560
                </item>
3561
                <item>
3562
                 <property name="text">
3563
                  <string>Poti 6</string>
3564
                 </property>
3565
                </item>
3566
                <item>
3567
                 <property name="text">
3568
                  <string>Poti 7</string>
3569
                 </property>
3570
                </item>
3571
                <item>
3572
                 <property name="text">
3573
                  <string>Poti 8</string>
3574
                 </property>
3575
                </item>
3576
                <item>
3577
                 <property name="text">
674 KeyOz 3578
                  <string>0</string>
3579
                 </property>
3580
                </item>
3581
               </widget>
3582
              </item>
3583
              <item row="13" column="0" colspan="2">
3584
               <widget class="QLabel" name="label_29">
3585
                <property name="font">
3586
                 <font>
3587
                  <weight>75</weight>
3588
                  <bold>true</bold>
3589
                 </font>
3590
                </property>
3591
                <property name="text">
3592
                 <string>Z-ACC Wirkung:</string>
3593
                </property>
3594
               </widget>
3595
              </item>
3596
              <item row="13" column="2">
3597
               <widget class="QComboBox" name="cb_4_5">
3598
                <property name="editable">
3599
                 <bool>true</bool>
3600
                </property>
3601
                <item>
3602
                 <property name="text">
3603
                  <string>Poti 1</string>
3604
                 </property>
3605
                </item>
3606
                <item>
3607
                 <property name="text">
3608
                  <string>Poti 2</string>
3609
                 </property>
3610
                </item>
3611
                <item>
3612
                 <property name="text">
3613
                  <string>Poti 3</string>
3614
                 </property>
3615
                </item>
3616
                <item>
3617
                 <property name="text">
3618
                  <string>Poti 4</string>
3619
                 </property>
3620
                </item>
3621
                <item>
3622
                 <property name="text">
750 KeyOz 3623
                  <string>Poti 5</string>
3624
                 </property>
3625
                </item>
3626
                <item>
3627
                 <property name="text">
3628
                  <string>Poti 6</string>
3629
                 </property>
3630
                </item>
3631
                <item>
3632
                 <property name="text">
3633
                  <string>Poti 7</string>
3634
                 </property>
3635
                </item>
3636
                <item>
3637
                 <property name="text">
3638
                  <string>Poti 8</string>
3639
                 </property>
3640
                </item>
3641
                <item>
3642
                 <property name="text">
674 KeyOz 3643
                  <string>0</string>
3644
                 </property>
3645
                </item>
3646
               </widget>
3647
              </item>
3648
              <item row="6" column="2">
3649
               <widget class="QComboBox" name="cb_4_4">
3650
                <property name="editable">
3651
                 <bool>true</bool>
3652
                </property>
3653
                <item>
3654
                 <property name="text">
3655
                  <string>Poti 1</string>
3656
                 </property>
3657
                </item>
3658
                <item>
3659
                 <property name="text">
3660
                  <string>Poti 2</string>
3661
                 </property>
3662
                </item>
3663
                <item>
3664
                 <property name="text">
3665
                  <string>Poti 3</string>
3666
                 </property>
3667
                </item>
3668
                <item>
3669
                 <property name="text">
3670
                  <string>Poti 4</string>
3671
                 </property>
3672
                </item>
3673
                <item>
3674
                 <property name="text">
750 KeyOz 3675
                  <string>Poti 5</string>
3676
                 </property>
3677
                </item>
3678
                <item>
3679
                 <property name="text">
3680
                  <string>Poti 6</string>
3681
                 </property>
3682
                </item>
3683
                <item>
3684
                 <property name="text">
3685
                  <string>Poti 7</string>
3686
                 </property>
3687
                </item>
3688
                <item>
3689
                 <property name="text">
3690
                  <string>Poti 8</string>
3691
                 </property>
3692
                </item>
3693
                <item>
3694
                 <property name="text">
674 KeyOz 3695
                  <string>0</string>
3696
                 </property>
3697
                </item>
3698
               </widget>
3699
              </item>
3700
              <item row="6" column="0" colspan="2">
3701
               <widget class="QLabel" name="label_28">
3702
                <property name="font">
3703
                 <font>
3704
                  <weight>75</weight>
3705
                  <bold>true</bold>
3706
                 </font>
3707
                </property>
3708
                <property name="text">
3709
                 <string>Luftdruck D-Anteil:</string>
3710
                </property>
3711
               </widget>
3712
              </item>
3713
              <item row="2" column="2">
3714
               <spacer name="verticalSpacer_8">
3715
                <property name="orientation">
3716
                 <enum>Qt::Vertical</enum>
3717
                </property>
3718
                <property name="sizeType">
3719
                 <enum>QSizePolicy::Fixed</enum>
3720
                </property>
3721
                <property name="sizeHint" stdset="0">
3722
                 <size>
3723
                  <width>20</width>
3724
                  <height>10</height>
3725
                 </size>
3726
                </property>
3727
               </spacer>
3728
              </item>
3729
              <item row="3" column="3">
3730
               <widget class="QLabel" name="label_30">
3731
                <property name="enabled">
3732
                 <bool>false</bool>
3733
                </property>
3734
                <property name="font">
3735
                 <font>
3736
                  <weight>75</weight>
3737
                  <bold>true</bold>
3738
                 </font>
3739
                </property>
3740
                <property name="text">
750 KeyOz 3741
                 <string>Verstärkung/Rate:</string>
674 KeyOz 3742
                </property>
3743
               </widget>
3744
              </item>
3745
              <item row="3" column="4">
3746
               <widget class="QSpinBox" name="sb_4_6">
3747
                <property name="enabled">
3748
                 <bool>false</bool>
3749
                </property>
3750
                <property name="maximum">
3751
                 <number>50</number>
3752
                </property>
3753
               </widget>
3754
              </item>
3755
              <item row="4" column="3">
3756
               <widget class="QLabel" name="label_109">
3757
                <property name="font">
3758
                 <font>
3759
                  <weight>75</weight>
3760
                  <bold>true</bold>
3761
                 </font>
3762
                </property>
3763
                <property name="text">
750 KeyOz 3764
                 <string>Schwebe-Gas +/-:</string>
674 KeyOz 3765
                </property>
3766
               </widget>
3767
              </item>
3768
              <item row="4" column="4">
3769
               <widget class="QSpinBox" name="sb_4_7">
3770
                <property name="maximum">
3771
                 <number>50</number>
3772
                </property>
3773
               </widget>
3774
              </item>
3775
              <item row="5" column="3">
3776
               <widget class="QLabel" name="label_114">
3777
                <property name="font">
3778
                 <font>
3779
                  <weight>75</weight>
3780
                  <bold>true</bold>
3781
                 </font>
3782
                </property>
3783
                <property name="text">
3784
                 <string>GPS Z:</string>
3785
                </property>
3786
               </widget>
3787
              </item>
3788
              <item row="5" column="4">
3789
               <widget class="QComboBox" name="cb_4_8">
3790
                <property name="editable">
3791
                 <bool>true</bool>
3792
                </property>
3793
                <item>
3794
                 <property name="text">
3795
                  <string>Poti 1</string>
3796
                 </property>
3797
                </item>
3798
                <item>
3799
                 <property name="text">
3800
                  <string>Poti 2</string>
3801
                 </property>
3802
                </item>
3803
                <item>
3804
                 <property name="text">
3805
                  <string>Poti 3</string>
3806
                 </property>
3807
                </item>
3808
                <item>
3809
                 <property name="text">
3810
                  <string>Poti 4</string>
3811
                 </property>
3812
                </item>
3813
                <item>
3814
                 <property name="text">
750 KeyOz 3815
                  <string>Poti 5</string>
3816
                 </property>
3817
                </item>
3818
                <item>
3819
                 <property name="text">
3820
                  <string>Poti 6</string>
3821
                 </property>
3822
                </item>
3823
                <item>
3824
                 <property name="text">
3825
                  <string>Poti 7</string>
3826
                 </property>
3827
                </item>
3828
                <item>
3829
                 <property name="text">
3830
                  <string>Poti 8</string>
3831
                 </property>
3832
                </item>
3833
                <item>
3834
                 <property name="text">
674 KeyOz 3835
                  <string>0</string>
3836
                 </property>
3837
                </item>
3838
               </widget>
3839
              </item>
3840
              <item row="6" column="3">
3841
               <widget class="QLabel" name="label_147">
3842
                <property name="enabled">
3843
                 <bool>false</bool>
3844
                </property>
3845
                <property name="font">
3846
                 <font>
3847
                  <weight>75</weight>
3848
                  <bold>true</bold>
3849
                 </font>
3850
                </property>
3851
                <property name="text">
750 KeyOz 3852
                 <string>Stick Neutral-Punkt:</string>
674 KeyOz 3853
                </property>
3854
               </widget>
3855
              </item>
3856
              <item row="6" column="4">
3857
               <widget class="QSpinBox" name="sb_4_9">
3858
                <property name="enabled">
3859
                 <bool>false</bool>
3860
                </property>
3861
                <property name="maximum">
3862
                 <number>50</number>
3863
                </property>
3864
               </widget>
3865
              </item>
3866
              <item row="13" column="3" colspan="2">
3867
               <widget class="QLabel" name="label_31">
3868
                <property name="enabled">
3869
                 <bool>false</bool>
3870
                </property>
3871
                <property name="text">
750 KeyOz 3872
                 <string>     0 = automatisch
3873
     120 = Mittelposition</string>
674 KeyOz 3874
                </property>
3875
               </widget>
3876
              </item>
3877
             </layout>
3878
            </widget>
3879
           </item>
3880
           <item row="3" column="0">
3881
            <spacer name="verticalSpacer_14">
3882
             <property name="orientation">
3883
              <enum>Qt::Vertical</enum>
3884
             </property>
3885
             <property name="sizeHint" stdset="0">
3886
              <size>
3887
               <width>20</width>
3888
               <height>40</height>
3889
              </size>
3890
             </property>
3891
            </spacer>
3892
           </item>
3893
          </layout>
3894
         </widget>
3895
        </item>
3896
       </layout>
3897
      </widget>
3898
      <widget class="QWidget" name="Seite_5">
3899
       <layout class="QGridLayout" name="gridLayout_41">
3900
        <item row="0" column="4">
3901
         <widget class="QTextEdit" name="te_Help_5">
3902
          <property name="minimumSize">
3903
           <size>
3904
            <width>180</width>
3905
            <height>0</height>
3906
           </size>
3907
          </property>
3908
          <property name="maximumSize">
3909
           <size>
3910
            <width>180</width>
3911
            <height>16777215</height>
3912
           </size>
3913
          </property>
3914
          <property name="readOnly">
3915
           <bool>true</bool>
3916
          </property>
3917
          <property name="html">
3918
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
3919
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
3920
p, li { white-space: pre-wrap; }
750 KeyOz 3921
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 3922
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Hier werden die Parameter für die Gyroskope eingestellt.&lt;/span&gt;&lt;/p&gt;
3923
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Gyro-P: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Einfluss des Gyros auf die Nick- und Rollgeschwindigkeit. Je höher wer Wert, desto träger bewegt sich der MikroKopter. &lt;/span&gt;&lt;/p&gt;
3924
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Gyro&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;-I: Lagestabilisierung. Je höher der Wert, desto stärker der Zusammenhang von Stickwinkel und Lagewinkel. Führt bei zu grossen Werten (gegenüber Gyro-P) zum Schwingen. &lt;/span&gt;&lt;/p&gt;
3925
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Gyro-D:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; TEXT&lt;/span&gt;&lt;/p&gt;
3926
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Dynamic Stability&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Mit diesem Wert lässt sich nun einstellen, wieviel Schub die Achsenregelung zur Verfügung hat, um zu Regeln Einige haben sich daran gestört, dass der MK beim starken Regeln steigt. Das war auch der Grund für das Steigen bei Wind oder sonstigen Phänomenen wie Lagerschaden zum Beispiel. Ausserdem haben Anfänger Probleme mit dem Springen bei der Landung, was auch diese Ursache hat. Kleiner 64 -&amp;gt; der Schub wird auf unter Gas limitiert -&amp;gt; kein Steigen bei starkem Regeln Grösser 64 -&amp;gt; der Schub darf grösser werden als Gas -&amp;gt; hartes Regeln der Achsen -&amp;gt; Steigen bei starken Regeln In den Settings ist es so verteilt: 1.Sport: 100 -&amp;gt; steigt 2.Normal: 75 -&amp;gt; steigt etwas 3.Beginner: 50 -&amp;gt; steigt nicht &lt;/span&gt;&lt;/p&gt;
3927
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;ACC/Gyro-Faktor: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: Abhängigkeit zwischen ACC-Sensorwert und Gyrointegral. Wird der MK einige Grad gekippt, müssen ACC-Linie und Gyro-Integral deckungsgleich sein. Ggf. kann das hier korrigiert werden. &lt;/span&gt;&lt;/p&gt;
3928
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;ACC/Gyro-Comp.: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Grad des Fusion zwischen ACC und Gyro (reziprok). Je kleiner der Wert, desto schneller wird der Gyrowinkel dem ACC-Sensor angepasst. Zum Schweben sind größere Werte vorteilhaft (&amp;gt;100). Zum Heizen sollte man kleine Werte nehmen (10-50) &lt;/span&gt;&lt;/p&gt;
3929
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Hauptregler I:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Summe der Winkelfehler. Sorgt für grössere Präzision zwischen Stick und Lage. Sollte beim Fliegen mit Heading Hold (oben) erhöht werden. Kann bei zu grossen Werten überschwingen. &lt;/span&gt;&lt;/p&gt;
3930
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Driftkompensation:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Gibt an, wieviel Digits pro 500ms der Drift nachgeführt werden darf. Hier sollte ein kleiner Wert (1-3) angestrebt werden. Wert zu klein -&amp;gt; Gyrodrift (z.B. bei Temperaturänderungen) zieht den MK stark in eine Richtung. Wert zu gross -&amp;gt; MK schwebt nicht so gern still auf einer Stelle. Null -&amp;gt; Driftkompensation aus, Standart ist 4, also eher konservativ &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3931
          </property>
3932
         </widget>
3933
        </item>
3934
        <item row="0" column="3">
3935
         <widget class="QFrame" name="frame_7">
3936
          <property name="sizePolicy">
3937
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
3938
            <horstretch>0</horstretch>
3939
            <verstretch>0</verstretch>
3940
           </sizepolicy>
3941
          </property>
3942
          <property name="frameShape">
3943
           <enum>QFrame::StyledPanel</enum>
3944
          </property>
3945
          <property name="frameShadow">
3946
           <enum>QFrame::Raised</enum>
3947
          </property>
3948
          <layout class="QGridLayout" name="gridLayout_3">
3949
           <item row="0" column="0">
3950
            <widget class="QLabel" name="label_37">
3951
             <property name="font">
3952
              <font>
3953
               <weight>75</weight>
3954
               <bold>true</bold>
3955
              </font>
3956
             </property>
3957
             <property name="text">
3958
              <string>Gyro P-Anteil:</string>
3959
             </property>
3960
            </widget>
3961
           </item>
3962
           <item row="0" column="1">
3963
            <widget class="QComboBox" name="cb_5_1">
3964
             <property name="editable">
3965
              <bool>true</bool>
3966
             </property>
3967
             <item>
3968
              <property name="text">
3969
               <string>Poti 1</string>
3970
              </property>
3971
             </item>
3972
             <item>
3973
              <property name="text">
3974
               <string>Poti 2</string>
3975
              </property>
3976
             </item>
3977
             <item>
3978
              <property name="text">
3979
               <string>Poti 3</string>
3980
              </property>
3981
             </item>
3982
             <item>
3983
              <property name="text">
3984
               <string>Poti 4</string>
3985
              </property>
3986
             </item>
3987
             <item>
3988
              <property name="text">
750 KeyOz 3989
               <string>Poti 5</string>
3990
              </property>
3991
             </item>
3992
             <item>
3993
              <property name="text">
3994
               <string>Poti 6</string>
3995
              </property>
3996
             </item>
3997
             <item>
3998
              <property name="text">
3999
               <string>Poti 7</string>
4000
              </property>
4001
             </item>
4002
             <item>
4003
              <property name="text">
4004
               <string>Poti 8</string>
4005
              </property>
4006
             </item>
4007
             <item>
4008
              <property name="text">
674 KeyOz 4009
               <string>0</string>
4010
              </property>
4011
             </item>
4012
            </widget>
4013
           </item>
4014
           <item row="0" column="2">
4015
            <widget class="QLabel" name="label_44">
4016
             <property name="font">
4017
              <font>
4018
               <weight>75</weight>
4019
               <bold>true</bold>
4020
              </font>
4021
             </property>
4022
             <property name="text">
4023
              <string>Gier P-Anteil</string>
4024
             </property>
4025
            </widget>
4026
           </item>
4027
           <item row="0" column="3">
4028
            <widget class="QComboBox" name="cb_5_9">
4029
             <property name="editable">
4030
              <bool>true</bool>
4031
             </property>
4032
             <item>
4033
              <property name="text">
4034
               <string>Poti 1</string>
4035
              </property>
4036
             </item>
4037
             <item>
4038
              <property name="text">
4039
               <string>Poti 2</string>
4040
              </property>
4041
             </item>
4042
             <item>
4043
              <property name="text">
4044
               <string>Poti 3</string>
4045
              </property>
4046
             </item>
4047
             <item>
4048
              <property name="text">
4049
               <string>Poti 4</string>
4050
              </property>
4051
             </item>
4052
             <item>
4053
              <property name="text">
750 KeyOz 4054
               <string>Poti 5</string>
4055
              </property>
4056
             </item>
4057
             <item>
4058
              <property name="text">
4059
               <string>Poti 6</string>
4060
              </property>
4061
             </item>
4062
             <item>
4063
              <property name="text">
4064
               <string>Poti 7</string>
4065
              </property>
4066
             </item>
4067
             <item>
4068
              <property name="text">
4069
               <string>Poti 8</string>
4070
              </property>
4071
             </item>
4072
             <item>
4073
              <property name="text">
674 KeyOz 4074
               <string>0</string>
4075
              </property>
4076
             </item>
4077
            </widget>
4078
           </item>
4079
           <item row="9" column="0">
4080
            <widget class="QLabel" name="label_40">
4081
             <property name="font">
4082
              <font>
4083
               <weight>75</weight>
4084
               <bold>true</bold>
4085
              </font>
4086
             </property>
4087
             <property name="text">
4088
              <string>ACC/Gyro-Faktor:</string>
4089
             </property>
4090
            </widget>
4091
           </item>
4092
           <item row="9" column="1">
4093
            <widget class="QSpinBox" name="sb_5_4">
4094
             <property name="maximum">
4095
              <number>250</number>
4096
             </property>
4097
            </widget>
4098
           </item>
4099
           <item row="5" column="2">
4100
            <widget class="QLabel" name="label_43">
4101
             <property name="font">
4102
              <font>
4103
               <weight>75</weight>
4104
               <bold>true</bold>
4105
              </font>
4106
             </property>
4107
             <property name="text">
4108
              <string>Driftkompensation:</string>
4109
             </property>
4110
            </widget>
4111
           </item>
4112
           <item row="1" column="3">
4113
            <widget class="QComboBox" name="cb_5_10">
4114
             <property name="editable">
4115
              <bool>true</bool>
4116
             </property>
4117
             <item>
4118
              <property name="text">
4119
               <string>Poti 1</string>
4120
              </property>
4121
             </item>
4122
             <item>
4123
              <property name="text">
4124
               <string>Poti 2</string>
4125
              </property>
4126
             </item>
4127
             <item>
4128
              <property name="text">
4129
               <string>Poti 3</string>
4130
              </property>
4131
             </item>
4132
             <item>
4133
              <property name="text">
4134
               <string>Poti 4</string>
4135
              </property>
4136
             </item>
4137
             <item>
4138
              <property name="text">
750 KeyOz 4139
               <string>Poti 5</string>
4140
              </property>
4141
             </item>
4142
             <item>
4143
              <property name="text">
4144
               <string>Poti 6</string>
4145
              </property>
4146
             </item>
4147
             <item>
4148
              <property name="text">
4149
               <string>Poti 7</string>
4150
              </property>
4151
             </item>
4152
             <item>
4153
              <property name="text">
4154
               <string>Poti 8</string>
4155
              </property>
4156
             </item>
4157
             <item>
4158
              <property name="text">
674 KeyOz 4159
               <string>0</string>
4160
              </property>
4161
             </item>
4162
            </widget>
4163
           </item>
4164
           <item row="1" column="2">
4165
            <widget class="QLabel" name="label_45">
4166
             <property name="font">
4167
              <font>
4168
               <weight>75</weight>
4169
               <bold>true</bold>
4170
              </font>
4171
             </property>
4172
             <property name="text">
4173
              <string>Gier I-Anteil</string>
4174
             </property>
4175
            </widget>
4176
           </item>
4177
           <item row="1" column="1">
4178
            <widget class="QComboBox" name="cb_5_2">
4179
             <property name="editable">
4180
              <bool>true</bool>
4181
             </property>
4182
             <item>
4183
              <property name="text">
4184
               <string>Poti 1</string>
4185
              </property>
4186
             </item>
4187
             <item>
4188
              <property name="text">
4189
               <string>Poti 2</string>
4190
              </property>
4191
             </item>
4192
             <item>
4193
              <property name="text">
4194
               <string>Poti 3</string>
4195
              </property>
4196
             </item>
4197
             <item>
4198
              <property name="text">
4199
               <string>Poti 4</string>
4200
              </property>
4201
             </item>
4202
             <item>
4203
              <property name="text">
750 KeyOz 4204
               <string>Poti 5</string>
4205
              </property>
4206
             </item>
4207
             <item>
4208
              <property name="text">
4209
               <string>Poti 6</string>
4210
              </property>
4211
             </item>
4212
             <item>
4213
              <property name="text">
4214
               <string>Poti 7</string>
4215
              </property>
4216
             </item>
4217
             <item>
4218
              <property name="text">
4219
               <string>Poti 8</string>
4220
              </property>
4221
             </item>
4222
             <item>
4223
              <property name="text">
674 KeyOz 4224
               <string>0</string>
4225
              </property>
4226
             </item>
4227
            </widget>
4228
           </item>
4229
           <item row="1" column="0">
4230
            <widget class="QLabel" name="label_38">
4231
             <property name="font">
4232
              <font>
4233
               <weight>75</weight>
4234
               <bold>true</bold>
4235
              </font>
4236
             </property>
4237
             <property name="text">
4238
              <string>Gyro I-Anteil:</string>
4239
             </property>
4240
            </widget>
4241
           </item>
4242
           <item row="5" column="3">
4243
            <widget class="QSpinBox" name="sb_5_7">
4244
             <property name="maximum">
4245
              <number>250</number>
4246
             </property>
4247
            </widget>
4248
           </item>
4249
           <item row="3" column="1">
4250
            <widget class="QComboBox" name="cb_5_8">
4251
             <property name="editable">
4252
              <bool>true</bool>
4253
             </property>
4254
             <item>
4255
              <property name="text">
4256
               <string>Poti 1</string>
4257
              </property>
4258
             </item>
4259
             <item>
4260
              <property name="text">
4261
               <string>Poti 2</string>
4262
              </property>
4263
             </item>
4264
             <item>
4265
              <property name="text">
4266
               <string>Poti 3</string>
4267
              </property>
4268
             </item>
4269
             <item>
4270
              <property name="text">
4271
               <string>Poti 4</string>
4272
              </property>
4273
             </item>
4274
             <item>
4275
              <property name="text">
750 KeyOz 4276
               <string>Poti 5</string>
4277
              </property>
4278
             </item>
4279
             <item>
4280
              <property name="text">
4281
               <string>Poti 6</string>
4282
              </property>
4283
             </item>
4284
             <item>
4285
              <property name="text">
4286
               <string>Poti 7</string>
4287
              </property>
4288
             </item>
4289
             <item>
4290
              <property name="text">
4291
               <string>Poti 8</string>
4292
              </property>
4293
             </item>
4294
             <item>
4295
              <property name="text">
674 KeyOz 4296
               <string>0</string>
4297
              </property>
4298
             </item>
4299
            </widget>
4300
           </item>
4301
           <item row="3" column="0">
4302
            <widget class="QLabel" name="label_135">
4303
             <property name="font">
4304
              <font>
4305
               <weight>75</weight>
4306
               <bold>true</bold>
4307
              </font>
4308
             </property>
4309
             <property name="text">
4310
              <string>Gyro D-Anteil:</string>
4311
             </property>
4312
            </widget>
4313
           </item>
4314
           <item row="5" column="1">
4315
            <widget class="QComboBox" name="cb_5_3">
4316
             <property name="editable">
4317
              <bool>true</bool>
4318
             </property>
4319
             <item>
4320
              <property name="text">
4321
               <string>Poti 1</string>
4322
              </property>
4323
             </item>
4324
             <item>
4325
              <property name="text">
4326
               <string>Poti 2</string>
4327
              </property>
4328
             </item>
4329
             <item>
4330
              <property name="text">
4331
               <string>Poti 3</string>
4332
              </property>
4333
             </item>
4334
             <item>
4335
              <property name="text">
4336
               <string>Poti 4</string>
4337
              </property>
4338
             </item>
4339
             <item>
4340
              <property name="text">
750 KeyOz 4341
               <string>Poti 5</string>
4342
              </property>
4343
             </item>
4344
             <item>
4345
              <property name="text">
4346
               <string>Poti 6</string>
4347
              </property>
4348
             </item>
4349
             <item>
4350
              <property name="text">
4351
               <string>Poti 7</string>
4352
              </property>
4353
             </item>
4354
             <item>
4355
              <property name="text">
4356
               <string>Poti 8</string>
4357
              </property>
4358
             </item>
4359
             <item>
4360
              <property name="text">
674 KeyOz 4361
               <string>0</string>
4362
              </property>
4363
             </item>
4364
            </widget>
4365
           </item>
4366
           <item row="5" column="0">
4367
            <widget class="QLabel" name="label_39">
4368
             <property name="font">
4369
              <font>
4370
               <weight>75</weight>
4371
               <bold>true</bold>
4372
              </font>
4373
             </property>
4374
             <property name="text">
750 KeyOz 4375
              <string>Dynamische Stabilität:</string>
674 KeyOz 4376
             </property>
4377
            </widget>
4378
           </item>
4379
           <item row="12" column="0">
4380
            <spacer name="verticalSpacer_10">
4381
             <property name="orientation">
4382
              <enum>Qt::Vertical</enum>
4383
             </property>
4384
             <property name="sizeHint" stdset="0">
4385
              <size>
4386
               <width>20</width>
4387
               <height>40</height>
4388
              </size>
4389
             </property>
4390
            </spacer>
4391
           </item>
4392
           <item row="4" column="1">
4393
            <spacer name="verticalSpacer_12">
4394
             <property name="orientation">
4395
              <enum>Qt::Vertical</enum>
4396
             </property>
4397
             <property name="sizeHint" stdset="0">
4398
              <size>
4399
               <width>20</width>
4400
               <height>40</height>
4401
              </size>
4402
             </property>
4403
            </spacer>
4404
           </item>
4405
           <item row="6" column="1">
4406
            <spacer name="verticalSpacer_13">
4407
             <property name="orientation">
4408
              <enum>Qt::Vertical</enum>
4409
             </property>
4410
             <property name="sizeHint" stdset="0">
4411
              <size>
4412
               <width>20</width>
4413
               <height>40</height>
4414
              </size>
4415
             </property>
4416
            </spacer>
4417
           </item>
4418
           <item row="9" column="2">
4419
            <widget class="QLabel" name="label_41">
4420
             <property name="font">
4421
              <font>
4422
               <weight>75</weight>
4423
               <bold>true</bold>
4424
              </font>
4425
             </property>
4426
             <property name="text">
750 KeyOz 4427
              <string>ACC/Gyro-Komp.:</string>
674 KeyOz 4428
             </property>
4429
            </widget>
4430
           </item>
4431
           <item row="9" column="3">
4432
            <layout class="QHBoxLayout" name="horizontalLayout_3">
4433
             <item>
4434
              <widget class="QSpinBox" name="sb_5_5">
4435
               <property name="maximum">
4436
                <number>250</number>
4437
               </property>
4438
              </widget>
4439
             </item>
4440
             <item>
4441
              <widget class="QLabel" name="label_48">
4442
               <property name="text">
4443
                <string>(1/x)</string>
4444
               </property>
4445
              </widget>
4446
             </item>
4447
            </layout>
4448
           </item>
4449
           <item row="11" column="0">
4450
            <widget class="QLabel" name="label_42">
4451
             <property name="font">
4452
              <font>
4453
               <weight>75</weight>
4454
               <bold>true</bold>
4455
              </font>
4456
             </property>
4457
             <property name="text">
4458
              <string>Hauptregler I-Anteil:</string>
4459
             </property>
4460
            </widget>
4461
           </item>
4462
           <item row="11" column="1">
4463
            <widget class="QComboBox" name="cb_5_6">
4464
             <property name="editable">
4465
              <bool>true</bool>
4466
             </property>
4467
             <item>
4468
              <property name="text">
4469
               <string>Poti 1</string>
4470
              </property>
4471
             </item>
4472
             <item>
4473
              <property name="text">
4474
               <string>Poti 2</string>
4475
              </property>
4476
             </item>
4477
             <item>
4478
              <property name="text">
4479
               <string>Poti 3</string>
4480
              </property>
4481
             </item>
4482
             <item>
4483
              <property name="text">
4484
               <string>Poti 4</string>
4485
              </property>
4486
             </item>
4487
             <item>
4488
              <property name="text">
750 KeyOz 4489
               <string>Poti 5</string>
4490
              </property>
4491
             </item>
4492
             <item>
4493
              <property name="text">
4494
               <string>Poti 6</string>
4495
              </property>
4496
             </item>
4497
             <item>
4498
              <property name="text">
4499
               <string>Poti 7</string>
4500
              </property>
4501
             </item>
4502
             <item>
4503
              <property name="text">
4504
               <string>Poti 8</string>
4505
              </property>
4506
             </item>
4507
             <item>
4508
              <property name="text">
674 KeyOz 4509
               <string>0</string>
4510
              </property>
4511
             </item>
4512
            </widget>
4513
           </item>
4514
           <item row="10" column="1">
4515
            <spacer name="verticalSpacer_15">
4516
             <property name="orientation">
4517
              <enum>Qt::Vertical</enum>
4518
             </property>
4519
             <property name="sizeHint" stdset="0">
4520
              <size>
4521
               <width>20</width>
4522
               <height>40</height>
4523
              </size>
4524
             </property>
4525
            </spacer>
4526
           </item>
4527
          </layout>
4528
         </widget>
4529
        </item>
4530
       </layout>
4531
      </widget>
4532
      <widget class="QWidget" name="Seite_6">
4533
       <layout class="QGridLayout" name="gridLayout_39">
750 KeyOz 4534
        <item row="0" column="5">
674 KeyOz 4535
         <widget class="QTextEdit" name="te_Help_6">
4536
          <property name="minimumSize">
4537
           <size>
4538
            <width>180</width>
4539
            <height>0</height>
4540
           </size>
4541
          </property>
4542
          <property name="maximumSize">
4543
           <size>
4544
            <width>180</width>
4545
            <height>16777215</height>
4546
           </size>
4547
          </property>
4548
          <property name="readOnly">
4549
           <bool>true</bool>
4550
          </property>
4551
          <property name="html">
4552
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
4553
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
4554
p, li { white-space: pre-wrap; }
750 KeyOz 4555
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 4556
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Einstellungen für das Kamera-Servo an J7 der FlightCtrl.&lt;/span&gt;&lt;/p&gt;
4557
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Servo-Control: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Servowert zum Schwenken der Kamera. Entweder fixen Wert, oder Poti eintragen. &lt;/span&gt;&lt;/p&gt;
4558
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Nick-Kompensation: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Einfluss des Nickwinkels auf den Servo. &lt;/span&gt;&lt;/p&gt;
4559
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Invert direction:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Drehrichtung invertieren. &lt;/span&gt;&lt;/p&gt;
4560
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Servo Min:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Minimalwert als Anschlag. &lt;/span&gt;&lt;/p&gt;
4561
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Servo Max:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Maximalwert als Anschlag. &lt;/span&gt;&lt;/p&gt;
4562
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Servo Refresh-Rate:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Ansteuergeschwindigkeit. Einige Servos können nicht mit schnellen Werten angesteuert werden &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
4563
          </property>
4564
         </widget>
4565
        </item>
750 KeyOz 4566
        <item row="0" column="4">
674 KeyOz 4567
         <widget class="QFrame" name="frame_8">
4568
          <property name="sizePolicy">
4569
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
4570
            <horstretch>0</horstretch>
4571
            <verstretch>0</verstretch>
4572
           </sizepolicy>
4573
          </property>
4574
          <property name="frameShape">
4575
           <enum>QFrame::StyledPanel</enum>
4576
          </property>
4577
          <property name="frameShadow">
4578
           <enum>QFrame::Raised</enum>
4579
          </property>
750 KeyOz 4580
          <layout class="QGridLayout" name="gridLayout_24">
4581
           <item row="0" column="0" rowspan="2">
4582
            <layout class="QGridLayout" name="gridLayout_22">
4583
             <item row="0" column="1">
4584
              <widget class="QLabel" name="label_137">
4585
               <property name="font">
4586
                <font>
4587
                 <weight>75</weight>
4588
                 <bold>true</bold>
4589
                </font>
4590
               </property>
4591
               <property name="text">
4592
                <string>Nick</string>
4593
               </property>
4594
              </widget>
674 KeyOz 4595
             </item>
750 KeyOz 4596
             <item row="0" column="3">
4597
              <widget class="QLabel" name="label_138">
4598
               <property name="font">
4599
                <font>
4600
                 <weight>75</weight>
4601
                 <bold>true</bold>
4602
                </font>
4603
               </property>
4604
               <property name="text">
4605
                <string>Roll</string>
4606
               </property>
4607
              </widget>
674 KeyOz 4608
             </item>
750 KeyOz 4609
             <item row="1" column="0">
4610
              <widget class="QLabel" name="label_55">
4611
               <property name="font">
4612
                <font>
4613
                 <weight>75</weight>
4614
                 <bold>true</bold>
4615
                </font>
4616
               </property>
4617
               <property name="text">
4618
                <string>Servo Ansteuerung:</string>
4619
               </property>
4620
              </widget>
674 KeyOz 4621
             </item>
750 KeyOz 4622
             <item row="1" column="1">
4623
              <widget class="QComboBox" name="cb_6_1">
4624
               <property name="editable">
4625
                <bool>true</bool>
4626
               </property>
4627
               <item>
4628
                <property name="text">
4629
                 <string>Poti 1</string>
4630
                </property>
4631
               </item>
4632
               <item>
4633
                <property name="text">
4634
                 <string>Poti 2</string>
4635
                </property>
4636
               </item>
4637
               <item>
4638
                <property name="text">
4639
                 <string>Poti 3</string>
4640
                </property>
4641
               </item>
4642
               <item>
4643
                <property name="text">
4644
                 <string>Poti 4</string>
4645
                </property>
4646
               </item>
4647
               <item>
4648
                <property name="text">
4649
                 <string>Poti 5</string>
4650
                </property>
4651
               </item>
4652
               <item>
4653
                <property name="text">
4654
                 <string>Poti 6</string>
4655
                </property>
4656
               </item>
4657
               <item>
4658
                <property name="text">
4659
                 <string>Poti 7</string>
4660
                </property>
4661
               </item>
4662
               <item>
4663
                <property name="text">
4664
                 <string>Poti 8</string>
4665
                </property>
4666
               </item>
4667
               <item>
4668
                <property name="text">
4669
                 <string>0</string>
4670
                </property>
4671
               </item>
4672
              </widget>
674 KeyOz 4673
             </item>
750 KeyOz 4674
             <item row="1" column="3">
4675
              <widget class="QComboBox" name="cb_6_7">
4676
               <property name="editable">
4677
                <bool>true</bool>
4678
               </property>
4679
               <item>
4680
                <property name="text">
4681
                 <string>Poti 1</string>
4682
                </property>
4683
               </item>
4684
               <item>
4685
                <property name="text">
4686
                 <string>Poti 2</string>
4687
                </property>
4688
               </item>
4689
               <item>
4690
                <property name="text">
4691
                 <string>Poti 3</string>
4692
                </property>
4693
               </item>
4694
               <item>
4695
                <property name="text">
4696
                 <string>Poti 4</string>
4697
                </property>
4698
               </item>
4699
               <item>
4700
                <property name="text">
4701
                 <string>Poti 5</string>
4702
                </property>
4703
               </item>
4704
               <item>
4705
                <property name="text">
4706
                 <string>Poti 6</string>
4707
                </property>
4708
               </item>
4709
               <item>
4710
                <property name="text">
4711
                 <string>Poti 7</string>
4712
                </property>
4713
               </item>
4714
               <item>
4715
                <property name="text">
4716
                 <string>Poti 8</string>
4717
                </property>
4718
               </item>
4719
               <item>
4720
                <property name="text">
4721
                 <string>0</string>
4722
                </property>
4723
               </item>
4724
              </widget>
674 KeyOz 4725
             </item>
750 KeyOz 4726
             <item row="2" column="0">
4727
              <widget class="QLabel" name="label_56">
4728
               <property name="font">
4729
                <font>
4730
                 <weight>75</weight>
4731
                 <bold>true</bold>
4732
                </font>
4733
               </property>
4734
               <property name="text">
4735
                <string>Kompensation:</string>
4736
               </property>
4737
              </widget>
674 KeyOz 4738
             </item>
750 KeyOz 4739
             <item row="2" column="1">
4740
              <widget class="QSpinBox" name="sb_6_2">
4741
               <property name="maximum">
4742
                <number>250</number>
4743
               </property>
4744
              </widget>
674 KeyOz 4745
             </item>
750 KeyOz 4746
             <item row="2" column="3">
4747
              <widget class="QSpinBox" name="sb_6_8">
4748
               <property name="maximum">
4749
                <number>250</number>
4750
               </property>
4751
              </widget>
674 KeyOz 4752
             </item>
750 KeyOz 4753
             <item row="3" column="0">
4754
              <widget class="QLabel" name="label_130">
4755
               <property name="font">
4756
                <font>
4757
                 <weight>75</weight>
4758
                 <bold>true</bold>
4759
                </font>
4760
               </property>
4761
               <property name="text">
4762
                <string>Richtung umkehren</string>
4763
               </property>
4764
              </widget>
674 KeyOz 4765
             </item>
750 KeyOz 4766
             <item row="3" column="1">
4767
              <widget class="QCheckBox" name="cb_6_6">
4768
               <property name="text">
4769
                <string/>
4770
               </property>
4771
              </widget>
674 KeyOz 4772
             </item>
750 KeyOz 4773
             <item row="3" column="3">
4774
              <widget class="QCheckBox" name="cb_6_9">
4775
               <property name="text">
4776
                <string/>
4777
               </property>
4778
              </widget>
4779
             </item>
4780
             <item row="4" column="0">
4781
              <widget class="QLabel" name="label_57">
4782
               <property name="font">
4783
                <font>
4784
                 <weight>75</weight>
4785
                 <bold>true</bold>
4786
                </font>
4787
               </property>
4788
               <property name="text">
4789
                <string>Servo min:</string>
4790
               </property>
4791
              </widget>
4792
             </item>
4793
             <item row="4" column="1">
4794
              <widget class="QSpinBox" name="sb_6_3">
4795
               <property name="maximum">
4796
                <number>250</number>
4797
               </property>
4798
              </widget>
4799
             </item>
4800
             <item row="4" column="3">
4801
              <widget class="QSpinBox" name="sb_6_10">
4802
               <property name="maximum">
4803
                <number>250</number>
4804
               </property>
4805
              </widget>
4806
             </item>
4807
             <item row="5" column="0">
4808
              <widget class="QLabel" name="label_58">
4809
               <property name="font">
4810
                <font>
4811
                 <weight>75</weight>
4812
                 <bold>true</bold>
4813
                </font>
4814
               </property>
4815
               <property name="text">
4816
                <string>Servo max:</string>
4817
               </property>
4818
              </widget>
4819
             </item>
4820
             <item row="5" column="1">
4821
              <widget class="QSpinBox" name="sb_6_4">
4822
               <property name="maximum">
4823
                <number>250</number>
4824
               </property>
4825
              </widget>
4826
             </item>
4827
             <item row="5" column="3">
4828
              <widget class="QSpinBox" name="sb_6_11">
4829
               <property name="maximum">
4830
                <number>250</number>
4831
               </property>
4832
              </widget>
4833
             </item>
4834
             <item row="0" column="2" rowspan="6">
4835
              <widget class="Line" name="line_4">
4836
               <property name="orientation">
4837
                <enum>Qt::Vertical</enum>
4838
               </property>
4839
              </widget>
4840
             </item>
4841
            </layout>
674 KeyOz 4842
           </item>
750 KeyOz 4843
           <item row="0" column="1">
4844
            <widget class="QLabel" name="label_54">
674 KeyOz 4845
             <property name="text">
4846
              <string/>
4847
             </property>
4848
            </widget>
4849
           </item>
750 KeyOz 4850
           <item row="1" column="1">
674 KeyOz 4851
            <widget class="QLabel" name="label_61">
4852
             <property name="text">
4853
              <string/>
4854
             </property>
4855
            </widget>
4856
           </item>
750 KeyOz 4857
           <item row="2" column="0">
4858
            <layout class="QHBoxLayout" name="horizontalLayout_2">
4859
             <item>
4860
              <spacer name="horizontalSpacer_10">
4861
               <property name="orientation">
4862
                <enum>Qt::Horizontal</enum>
4863
               </property>
4864
               <property name="sizeHint" stdset="0">
4865
                <size>
4866
                 <width>40</width>
4867
                 <height>20</height>
4868
                </size>
4869
               </property>
4870
              </spacer>
4871
             </item>
4872
             <item>
4873
              <widget class="QLabel" name="label_59">
4874
               <property name="font">
4875
                <font>
4876
                 <weight>75</weight>
4877
                 <bold>true</bold>
4878
                </font>
4879
               </property>
4880
               <property name="text">
4881
                <string>Ansteuergeschwindigkeit</string>
4882
               </property>
4883
              </widget>
4884
             </item>
4885
             <item>
4886
              <widget class="QSpinBox" name="sb_6_5">
4887
               <property name="maximum">
4888
                <number>250</number>
4889
               </property>
4890
              </widget>
4891
             </item>
4892
             <item>
4893
              <spacer name="horizontalSpacer_11">
4894
               <property name="orientation">
4895
                <enum>Qt::Horizontal</enum>
4896
               </property>
4897
               <property name="sizeHint" stdset="0">
4898
                <size>
4899
                 <width>40</width>
4900
                 <height>20</height>
4901
                </size>
4902
               </property>
4903
              </spacer>
4904
             </item>
4905
            </layout>
674 KeyOz 4906
           </item>
750 KeyOz 4907
           <item row="2" column="1">
674 KeyOz 4908
            <widget class="QLabel" name="label_62">
4909
             <property name="text">
4910
              <string/>
4911
             </property>
4912
            </widget>
4913
           </item>
750 KeyOz 4914
           <item row="4" column="0" colspan="2">
4915
            <widget class="Line" name="line_6">
4916
             <property name="orientation">
4917
              <enum>Qt::Horizontal</enum>
674 KeyOz 4918
             </property>
4919
            </widget>
4920
           </item>
750 KeyOz 4921
           <item row="5" column="0">
4922
            <layout class="QHBoxLayout" name="horizontalLayout">
4923
             <item>
4924
              <spacer name="horizontalSpacer">
4925
               <property name="orientation">
4926
                <enum>Qt::Horizontal</enum>
4927
               </property>
4928
               <property name="sizeHint" stdset="0">
4929
                <size>
4930
                 <width>40</width>
4931
                 <height>20</height>
4932
                </size>
4933
               </property>
4934
              </spacer>
4935
             </item>
4936
             <item>
4937
              <layout class="QGridLayout" name="gridLayout_10">
4938
               <item row="0" column="0">
4939
                <widget class="QLabel" name="label_156">
4940
                 <property name="font">
4941
                  <font>
4942
                   <weight>75</weight>
4943
                   <bold>true</bold>
4944
                  </font>
4945
                 </property>
4946
                 <property name="text">
4947
                  <string>Servo 3:</string>
4948
                 </property>
4949
                </widget>
4950
               </item>
4951
               <item row="0" column="1">
4952
                <widget class="QComboBox" name="cb_6_12">
4953
                 <property name="editable">
4954
                  <bool>true</bool>
4955
                 </property>
4956
                 <item>
4957
                  <property name="text">
4958
                   <string>Poti 1</string>
4959
                  </property>
4960
                 </item>
4961
                 <item>
4962
                  <property name="text">
4963
                   <string>Poti 2</string>
4964
                  </property>
4965
                 </item>
4966
                 <item>
4967
                  <property name="text">
4968
                   <string>Poti 3</string>
4969
                  </property>
4970
                 </item>
4971
                 <item>
4972
                  <property name="text">
4973
                   <string>Poti 4</string>
4974
                  </property>
4975
                 </item>
4976
                 <item>
4977
                  <property name="text">
4978
                   <string>Poti 5</string>
4979
                  </property>
4980
                 </item>
4981
                 <item>
4982
                  <property name="text">
4983
                   <string>Poti 6</string>
4984
                  </property>
4985
                 </item>
4986
                 <item>
4987
                  <property name="text">
4988
                   <string>Poti 7</string>
4989
                  </property>
4990
                 </item>
4991
                 <item>
4992
                  <property name="text">
4993
                   <string>Poti 8</string>
4994
                  </property>
4995
                 </item>
4996
                 <item>
4997
                  <property name="text">
4998
                   <string>0</string>
4999
                  </property>
5000
                 </item>
5001
                </widget>
5002
               </item>
5003
               <item row="0" column="2">
5004
                <widget class="QLabel" name="label_157">
5005
                 <property name="font">
5006
                  <font>
5007
                   <weight>75</weight>
5008
                   <bold>true</bold>
5009
                  </font>
5010
                 </property>
5011
                 <property name="text">
5012
                  <string>Servo 4:</string>
5013
                 </property>
5014
                </widget>
5015
               </item>
5016
               <item row="0" column="3">
5017
                <widget class="QComboBox" name="cb_6_13">
5018
                 <property name="editable">
5019
                  <bool>true</bool>
5020
                 </property>
5021
                 <item>
5022
                  <property name="text">
5023
                   <string>Poti 1</string>
5024
                  </property>
5025
                 </item>
5026
                 <item>
5027
                  <property name="text">
5028
                   <string>Poti 2</string>
5029
                  </property>
5030
                 </item>
5031
                 <item>
5032
                  <property name="text">
5033
                   <string>Poti 3</string>
5034
                  </property>
5035
                 </item>
5036
                 <item>
5037
                  <property name="text">
5038
                   <string>Poti 4</string>
5039
                  </property>
5040
                 </item>
5041
                 <item>
5042
                  <property name="text">
5043
                   <string>Poti 5</string>
5044
                  </property>
5045
                 </item>
5046
                 <item>
5047
                  <property name="text">
5048
                   <string>Poti 6</string>
5049
                  </property>
5050
                 </item>
5051
                 <item>
5052
                  <property name="text">
5053
                   <string>Poti 7</string>
5054
                  </property>
5055
                 </item>
5056
                 <item>
5057
                  <property name="text">
5058
                   <string>Poti 8</string>
5059
                  </property>
5060
                 </item>
5061
                 <item>
5062
                  <property name="text">
5063
                   <string>0</string>
5064
                  </property>
5065
                 </item>
5066
                </widget>
5067
               </item>
5068
               <item row="1" column="0">
5069
                <widget class="QLabel" name="label_158">
5070
                 <property name="font">
5071
                  <font>
5072
                   <weight>75</weight>
5073
                   <bold>true</bold>
5074
                  </font>
5075
                 </property>
5076
                 <property name="text">
5077
                  <string>Servo 5:</string>
5078
                 </property>
5079
                </widget>
5080
               </item>
5081
               <item row="1" column="1">
5082
                <widget class="QComboBox" name="cb_6_14">
5083
                 <property name="editable">
5084
                  <bool>true</bool>
5085
                 </property>
5086
                 <item>
5087
                  <property name="text">
5088
                   <string>Poti 1</string>
5089
                  </property>
5090
                 </item>
5091
                 <item>
5092
                  <property name="text">
5093
                   <string>Poti 2</string>
5094
                  </property>
5095
                 </item>
5096
                 <item>
5097
                  <property name="text">
5098
                   <string>Poti 3</string>
5099
                  </property>
5100
                 </item>
5101
                 <item>
5102
                  <property name="text">
5103
                   <string>Poti 4</string>
5104
                  </property>
5105
                 </item>
5106
                 <item>
5107
                  <property name="text">
5108
                   <string>Poti 5</string>
5109
                  </property>
5110
                 </item>
5111
                 <item>
5112
                  <property name="text">
5113
                   <string>Poti 6</string>
5114
                  </property>
5115
                 </item>
5116
                 <item>
5117
                  <property name="text">
5118
                   <string>Poti 7</string>
5119
                  </property>
5120
                 </item>
5121
                 <item>
5122
                  <property name="text">
5123
                   <string>Poti 8</string>
5124
                  </property>
5125
                 </item>
5126
                 <item>
5127
                  <property name="text">
5128
                   <string>0</string>
5129
                  </property>
5130
                 </item>
5131
                </widget>
5132
               </item>
5133
              </layout>
5134
             </item>
5135
             <item>
5136
              <spacer name="horizontalSpacer_9">
5137
               <property name="orientation">
5138
                <enum>Qt::Horizontal</enum>
5139
               </property>
5140
               <property name="sizeHint" stdset="0">
5141
                <size>
5142
                 <width>40</width>
5143
                 <height>20</height>
5144
                </size>
5145
               </property>
5146
              </spacer>
5147
             </item>
5148
            </layout>
674 KeyOz 5149
           </item>
750 KeyOz 5150
           <item row="3" column="0">
674 KeyOz 5151
            <spacer name="verticalSpacer">
5152
             <property name="orientation">
5153
              <enum>Qt::Vertical</enum>
5154
             </property>
5155
             <property name="sizeHint" stdset="0">
5156
              <size>
5157
               <width>20</width>
750 KeyOz 5158
               <height>1</height>
674 KeyOz 5159
              </size>
5160
             </property>
5161
            </spacer>
5162
           </item>
5163
          </layout>
5164
         </widget>
5165
        </item>
5166
       </layout>
5167
      </widget>
5168
      <widget class="QWidget" name="Seite_7">
5169
       <layout class="QGridLayout" name="gridLayout_38">
5170
        <item row="0" column="0">
5171
         <widget class="QFrame" name="frame_9">
5172
          <property name="sizePolicy">
5173
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
5174
            <horstretch>0</horstretch>
5175
            <verstretch>0</verstretch>
5176
           </sizepolicy>
5177
          </property>
5178
          <property name="frameShape">
5179
           <enum>QFrame::StyledPanel</enum>
5180
          </property>
5181
          <property name="frameShadow">
5182
           <enum>QFrame::Raised</enum>
5183
          </property>
5184
          <layout class="QGridLayout" name="gridLayout_23">
5185
           <item row="0" column="0">
5186
            <widget class="QLabel" name="label_68">
5187
             <property name="font">
5188
              <font>
5189
               <weight>75</weight>
5190
               <bold>true</bold>
5191
              </font>
5192
             </property>
5193
             <property name="text">
5194
              <string>Min. Gas:</string>
5195
             </property>
5196
            </widget>
5197
           </item>
5198
           <item row="0" column="1">
5199
            <widget class="QSpinBox" name="sb_7_1">
5200
             <property name="maximum">
5201
              <number>250</number>
5202
             </property>
5203
            </widget>
5204
           </item>
5205
           <item row="0" column="2">
5206
            <widget class="QLabel" name="label_67">
5207
             <property name="text">
5208
              <string/>
5209
             </property>
5210
            </widget>
5211
           </item>
5212
           <item row="1" column="0">
5213
            <widget class="QLabel" name="label_65">
5214
             <property name="font">
5215
              <font>
5216
               <weight>75</weight>
5217
               <bold>true</bold>
5218
              </font>
5219
             </property>
5220
             <property name="text">
5221
              <string>Max. Gas:</string>
5222
             </property>
5223
            </widget>
5224
           </item>
5225
           <item row="1" column="1">
5226
            <widget class="QSpinBox" name="sb_7_2">
5227
             <property name="maximum">
5228
              <number>250</number>
5229
             </property>
5230
            </widget>
5231
           </item>
5232
           <item row="1" column="2">
5233
            <widget class="QLabel" name="label_64">
5234
             <property name="text">
5235
              <string/>
5236
             </property>
5237
            </widget>
5238
           </item>
5239
           <item row="3" column="0">
5240
            <widget class="QLabel" name="label_66">
5241
             <property name="font">
5242
              <font>
5243
               <weight>75</weight>
5244
               <bold>true</bold>
5245
              </font>
5246
             </property>
5247
             <property name="text">
5248
              <string>Kompass-Wirkung:</string>
5249
             </property>
5250
            </widget>
5251
           </item>
5252
           <item row="3" column="1">
5253
            <widget class="QComboBox" name="cb_7_3">
5254
             <property name="editable">
5255
              <bool>true</bool>
5256
             </property>
5257
             <item>
5258
              <property name="text">
5259
               <string>Poti 1</string>
5260
              </property>
5261
             </item>
5262
             <item>
5263
              <property name="text">
5264
               <string>Poti 2</string>
5265
              </property>
5266
             </item>
5267
             <item>
5268
              <property name="text">
5269
               <string>Poti 3</string>
5270
              </property>
5271
             </item>
5272
             <item>
5273
              <property name="text">
5274
               <string>Poti 4</string>
5275
              </property>
5276
             </item>
5277
             <item>
5278
              <property name="text">
750 KeyOz 5279
               <string>Poti 5</string>
5280
              </property>
5281
             </item>
5282
             <item>
5283
              <property name="text">
5284
               <string>Poti 6</string>
5285
              </property>
5286
             </item>
5287
             <item>
5288
              <property name="text">
5289
               <string>Poti 7</string>
5290
              </property>
5291
             </item>
5292
             <item>
5293
              <property name="text">
5294
               <string>Poti 8</string>
5295
              </property>
5296
             </item>
5297
             <item>
5298
              <property name="text">
674 KeyOz 5299
               <string>0</string>
5300
              </property>
5301
             </item>
5302
            </widget>
5303
           </item>
5304
           <item row="3" column="2">
5305
            <widget class="QLabel" name="label_60">
5306
             <property name="text">
5307
              <string/>
5308
             </property>
5309
            </widget>
5310
           </item>
5311
           <item row="4" column="1">
5312
            <spacer name="verticalSpacer_7">
5313
             <property name="orientation">
5314
              <enum>Qt::Vertical</enum>
5315
             </property>
5316
             <property name="sizeType">
5317
              <enum>QSizePolicy::Fixed</enum>
5318
             </property>
5319
             <property name="sizeHint" stdset="0">
5320
              <size>
5321
               <width>20</width>
5322
               <height>10</height>
5323
              </size>
5324
             </property>
5325
            </spacer>
5326
           </item>
5327
           <item row="5" column="0">
5328
            <widget class="QLabel" name="label_70">
5329
             <property name="font">
5330
              <font>
5331
               <weight>75</weight>
5332
               <bold>true</bold>
5333
              </font>
5334
             </property>
5335
             <property name="text">
5336
              <string>Unterspannung [0.1V]:</string>
5337
             </property>
5338
            </widget>
5339
           </item>
5340
           <item row="5" column="1">
5341
            <widget class="QSpinBox" name="sb_7_4">
5342
             <property name="maximum">
5343
              <number>250</number>
5344
             </property>
5345
            </widget>
5346
           </item>
5347
           <item row="5" column="2">
5348
            <widget class="QLabel" name="label_69">
5349
             <property name="text">
5350
              <string/>
5351
             </property>
5352
            </widget>
5353
           </item>
5354
           <item row="7" column="0" colspan="3">
5355
            <widget class="QLabel" name="label_75">
5356
             <property name="text">
5357
              <string>Bei Empfangsverlust:</string>
5358
             </property>
5359
            </widget>
5360
           </item>
5361
           <item row="8" column="0">
5362
            <widget class="QLabel" name="label_72">
5363
             <property name="font">
5364
              <font>
5365
               <weight>75</weight>
5366
               <bold>true</bold>
5367
              </font>
5368
             </property>
5369
             <property name="text">
5370
              <string>Not-Gas Zeit [0.1s]:</string>
5371
             </property>
5372
            </widget>
5373
           </item>
5374
           <item row="8" column="1">
5375
            <widget class="QSpinBox" name="sb_7_5">
5376
             <property name="maximum">
5377
              <number>250</number>
5378
             </property>
5379
            </widget>
5380
           </item>
5381
           <item row="8" column="2">
5382
            <widget class="QLabel" name="label_71">
5383
             <property name="text">
5384
              <string/>
5385
             </property>
5386
            </widget>
5387
           </item>
5388
           <item row="10" column="0">
5389
            <widget class="QLabel" name="label_74">
5390
             <property name="font">
5391
              <font>
5392
               <weight>75</weight>
5393
               <bold>true</bold>
5394
              </font>
5395
             </property>
5396
             <property name="text">
5397
              <string>Not-Gas:</string>
5398
             </property>
5399
            </widget>
5400
           </item>
5401
           <item row="10" column="1">
5402
            <widget class="QSpinBox" name="sb_7_6">
5403
             <property name="maximum">
5404
              <number>250</number>
5405
             </property>
5406
            </widget>
5407
           </item>
5408
           <item row="10" column="2">
5409
            <widget class="QLabel" name="label_73">
5410
             <property name="text">
5411
              <string/>
5412
             </property>
5413
            </widget>
5414
           </item>
5415
           <item row="2" column="1">
5416
            <spacer name="verticalSpacer_9">
5417
             <property name="orientation">
5418
              <enum>Qt::Vertical</enum>
5419
             </property>
5420
             <property name="sizeType">
5421
              <enum>QSizePolicy::Fixed</enum>
5422
             </property>
5423
             <property name="sizeHint" stdset="0">
5424
              <size>
5425
               <width>61</width>
5426
               <height>10</height>
5427
              </size>
5428
             </property>
5429
            </spacer>
5430
           </item>
5431
           <item row="6" column="0" colspan="3">
5432
            <widget class="QLabel" name="label_142">
5433
             <property name="text">
5434
              <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
5435
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
5436
p, li { white-space: pre-wrap; }
5437
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
5438
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:9pt; color:#550000;&quot;&gt;Eine Zelle oder Total (&lt;/span&gt;&lt;span style=&quot; font-size:9pt; font-weight:600; color:#550000;&quot;&gt;3s=9.9V / 4s=13.2V&lt;/span&gt;&lt;span style=&quot; font-size:9pt; color:#550000;&quot;&gt;)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
5439
             </property>
5440
            </widget>
5441
           </item>
5442
           <item row="11" column="1">
5443
            <spacer name="verticalSpacer_20">
5444
             <property name="orientation">
5445
              <enum>Qt::Vertical</enum>
5446
             </property>
5447
             <property name="sizeHint" stdset="0">
5448
              <size>
5449
               <width>20</width>
5450
               <height>40</height>
5451
              </size>
5452
             </property>
5453
            </spacer>
5454
           </item>
5455
          </layout>
5456
         </widget>
5457
        </item>
5458
        <item row="0" column="1">
5459
         <widget class="QTextEdit" name="te_Help_7">
5460
          <property name="minimumSize">
5461
           <size>
5462
            <width>180</width>
5463
            <height>0</height>
5464
           </size>
5465
          </property>
5466
          <property name="maximumSize">
5467
           <size>
5468
            <width>180</width>
5469
            <height>16777215</height>
5470
           </size>
5471
          </property>
5472
          <property name="readOnly">
5473
           <bool>true</bool>
5474
          </property>
5475
          <property name="html">
5476
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
5477
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
5478
p, li { white-space: pre-wrap; }
750 KeyOz 5479
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 5480
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Bei Empfangsverlust: Geht der Funkempfang verloren (außer Reichweite oder Sender aus), tritt die Not-Gas-Regelung in Kraft um dem Piloten Zeit für Gegenmaßnahmen zu geben. Die gesamte Not-Gas-Regelung wird allerdings erst aktiv, wenn ein Gas-Wert von 40 für mindestens 4 Sekunden überschritten war (d.h. der Kopter wahrscheinlich fliegt)! &lt;/span&gt;&lt;/p&gt;
5481
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Min.Gas &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Minimaler Gaswert, der an die Motoren geht &lt;/span&gt;&lt;/p&gt;
5482
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Max.Gas &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Maximaler Gaswert, der an die Motoren geht. &lt;/span&gt;&lt;/p&gt;
5483
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Kompasswirkung &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;:Ist ein Kompass angeschlossen, kann hiermit der Einfluss auf Gier eingestellt werden &lt;/span&gt;&lt;/p&gt;
5484
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Unterspannung &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Schwellwert in 0,1V zum Melden der Akku-Unterspannung &lt;/span&gt;&lt;/p&gt;
5485
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Not-Gas Zeit [0.1s]:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Hier wird die Zeit in Zehntelsekunden eingetragen, für die das Not-Gas nach Empfangsverlust aktiv wird. &lt;/span&gt;&lt;/p&gt;
5486
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:1; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Not-Gas:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Wert für das Not-Gas. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
5487
          </property>
5488
         </widget>
5489
        </item>
5490
       </layout>
5491
      </widget>
5492
      <widget class="QWidget" name="Seite_8">
5493
       <layout class="QGridLayout" name="gridLayout_37">
5494
        <item row="0" column="0">
5495
         <widget class="QFrame" name="frame_10">
5496
          <property name="sizePolicy">
5497
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
5498
            <horstretch>0</horstretch>
5499
            <verstretch>0</verstretch>
5500
           </sizepolicy>
5501
          </property>
5502
          <property name="frameShape">
5503
           <enum>QFrame::StyledPanel</enum>
5504
          </property>
5505
          <property name="frameShadow">
5506
           <enum>QFrame::Raised</enum>
5507
          </property>
5508
          <layout class="QGridLayout" name="gridLayout_20">
5509
           <item row="0" column="0">
5510
            <widget class="QCheckBox" name="s_8_4_cb">
5511
             <property name="font">
5512
              <font>
5513
               <weight>75</weight>
5514
               <bold>true</bold>
5515
              </font>
5516
             </property>
5517
             <property name="text">
750 KeyOz 5518
              <string>Achs-(ent-)kopplung</string>
674 KeyOz 5519
             </property>
5520
            </widget>
5521
           </item>
5522
           <item row="1" column="0" rowspan="2">
5523
            <widget class="QFrame" name="frame_15">
5524
             <property name="enabled">
5525
              <bool>false</bool>
5526
             </property>
5527
             <property name="frameShape">
5528
              <enum>QFrame::NoFrame</enum>
5529
             </property>
5530
             <property name="frameShadow">
5531
              <enum>QFrame::Raised</enum>
5532
             </property>
5533
             <layout class="QGridLayout" name="gridLayout_4">
5534
              <item row="0" column="0">
5535
               <widget class="QLabel" name="label_80">
5536
                <property name="font">
5537
                 <font>
5538
                  <weight>75</weight>
5539
                  <bold>true</bold>
5540
                 </font>
5541
                </property>
5542
                <property name="text">
750 KeyOz 5543
                 <string>Gier pos. Rückkopplung:</string>
674 KeyOz 5544
                </property>
5545
               </widget>
5546
              </item>
5547
              <item row="0" column="1">
5548
               <widget class="QComboBox" name="cb_8_1">
5549
                <property name="editable">
5550
                 <bool>true</bool>
5551
                </property>
5552
                <item>
5553
                 <property name="text">
5554
                  <string>Poti 1</string>
5555
                 </property>
5556
                </item>
5557
                <item>
5558
                 <property name="text">
5559
                  <string>Poti 2</string>
5560
                 </property>
5561
                </item>
5562
                <item>
5563
                 <property name="text">
5564
                  <string>Poti 3</string>
5565
                 </property>
5566
                </item>
5567
                <item>
5568
                 <property name="text">
5569
                  <string>Poti 4</string>
5570
                 </property>
5571
                </item>
5572
                <item>
5573
                 <property name="text">
750 KeyOz 5574
                  <string>Poti 5</string>
5575
                 </property>
5576
                </item>
5577
                <item>
5578
                 <property name="text">
5579
                  <string>Poti 6</string>
5580
                 </property>
5581
                </item>
5582
                <item>
5583
                 <property name="text">
5584
                  <string>Poti 7</string>
5585
                 </property>
5586
                </item>
5587
                <item>
5588
                 <property name="text">
5589
                  <string>Poti 8</string>
5590
                 </property>
5591
                </item>
5592
                <item>
5593
                 <property name="text">
674 KeyOz 5594
                  <string>0</string>
5595
                 </property>
5596
                </item>
5597
               </widget>
5598
              </item>
5599
              <item row="1" column="0">
5600
               <widget class="QLabel" name="label_79">
5601
                <property name="font">
5602
                 <font>
5603
                  <weight>75</weight>
5604
                  <bold>true</bold>
5605
                 </font>
5606
                </property>
5607
                <property name="text">
750 KeyOz 5608
                 <string>Nick/Roll Rückkopplung:</string>
674 KeyOz 5609
                </property>
5610
               </widget>
5611
              </item>
5612
              <item row="1" column="1">
5613
               <widget class="QComboBox" name="cb_8_2">
5614
                <property name="editable">
5615
                 <bool>true</bool>
5616
                </property>
5617
                <item>
5618
                 <property name="text">
5619
                  <string>Poti 1</string>
5620
                 </property>
5621
                </item>
5622
                <item>
5623
                 <property name="text">
5624
                  <string>Poti 2</string>
5625
                 </property>
5626
                </item>
5627
                <item>
5628
                 <property name="text">
5629
                  <string>Poti 3</string>
5630
                 </property>
5631
                </item>
5632
                <item>
5633
                 <property name="text">
5634
                  <string>Poti 4</string>
5635
                 </property>
5636
                </item>
5637
                <item>
5638
                 <property name="text">
750 KeyOz 5639
                  <string>Poti 5</string>
5640
                 </property>
5641
                </item>
5642
                <item>
5643
                 <property name="text">
5644
                  <string>Poti 6</string>
5645
                 </property>
5646
                </item>
5647
                <item>
5648
                 <property name="text">
5649
                  <string>Poti 7</string>
5650
                 </property>
5651
                </item>
5652
                <item>
5653
                 <property name="text">
5654
                  <string>Poti 8</string>
5655
                 </property>
5656
                </item>
5657
                <item>
5658
                 <property name="text">
674 KeyOz 5659
                  <string>0</string>
5660
                 </property>
5661
                </item>
5662
               </widget>
5663
              </item>
5664
              <item row="2" column="0">
5665
               <widget class="QLabel" name="label_81">
5666
                <property name="font">
5667
                 <font>
5668
                  <weight>75</weight>
5669
                  <bold>true</bold>
5670
                 </font>
5671
                </property>
5672
                <property name="text">
750 KeyOz 5673
                 <string>Gier-Korrektur:</string>
674 KeyOz 5674
                </property>
5675
               </widget>
5676
              </item>
5677
              <item row="2" column="1">
5678
               <widget class="QComboBox" name="cb_8_3">
5679
                <property name="editable">
5680
                 <bool>true</bool>
5681
                </property>
5682
                <item>
5683
                 <property name="text">
5684
                  <string>Poti 1</string>
5685
                 </property>
5686
                </item>
5687
                <item>
5688
                 <property name="text">
5689
                  <string>Poti 2</string>
5690
                 </property>
5691
                </item>
5692
                <item>
5693
                 <property name="text">
5694
                  <string>Poti 3</string>
5695
                 </property>
5696
                </item>
5697
                <item>
5698
                 <property name="text">
5699
                  <string>Poti 4</string>
5700
                 </property>
5701
                </item>
5702
                <item>
5703
                 <property name="text">
750 KeyOz 5704
                  <string>Poti 5</string>
5705
                 </property>
5706
                </item>
5707
                <item>
5708
                 <property name="text">
5709
                  <string>Poti 6</string>
5710
                 </property>
5711
                </item>
5712
                <item>
5713
                 <property name="text">
5714
                  <string>Poti 7</string>
5715
                 </property>
5716
                </item>
5717
                <item>
5718
                 <property name="text">
5719
                  <string>Poti 8</string>
5720
                 </property>
5721
                </item>
5722
                <item>
5723
                 <property name="text">
674 KeyOz 5724
                  <string>0</string>
5725
                 </property>
5726
                </item>
5727
               </widget>
5728
              </item>
5729
             </layout>
5730
            </widget>
5731
           </item>
5732
           <item row="3" column="0">
5733
            <spacer name="verticalSpacer_11">
5734
             <property name="orientation">
5735
              <enum>Qt::Vertical</enum>
5736
             </property>
5737
             <property name="sizeHint" stdset="0">
5738
              <size>
5739
               <width>20</width>
5740
               <height>156</height>
5741
              </size>
5742
             </property>
5743
            </spacer>
5744
           </item>
5745
          </layout>
5746
         </widget>
5747
        </item>
5748
        <item row="0" column="1">
5749
         <widget class="QTextEdit" name="te_Help_8">
5750
          <property name="minimumSize">
5751
           <size>
5752
            <width>180</width>
5753
            <height>0</height>
5754
           </size>
5755
          </property>
5756
          <property name="maximumSize">
5757
           <size>
5758
            <width>180</width>
5759
            <height>16777215</height>
5760
           </size>
5761
          </property>
5762
          <property name="readOnly">
5763
           <bool>true</bool>
5764
          </property>
5765
          <property name="html">
5766
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
5767
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
5768
p, li { white-space: pre-wrap; }
750 KeyOz 5769
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 5770
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Achskopplung&lt;/span&gt;&lt;/p&gt;
5771
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Eine Gierbewegung verkoppelt jetzt Nick und Roll. Das bedeutet, dass der MK jetzt eine Kurve fliegt, wenn man z.B. nickt und gleichzeitig giert. Es verhindert, dass dem MK nach Kurven schwindelig wird &lt;/span&gt;&lt;/p&gt;
5772
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Gier-Feedback &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: Der Grad der Achsenkopplung. Ist der Wert zu klein, hängt der MK bei (und nach) einer Linkskurve nach rechts &lt;/span&gt;&lt;/p&gt;
5773
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Nick/Roll-Feedback&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;: TEXT&lt;/span&gt;&lt;/p&gt;
5774
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:1px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Gier-Korrektion: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Damit versucht der MK, der (evtl. ungewollten) Richtungsänderung (siehe Video) entgegenzuwirken. Das funktioniert allerdings nur bei langsamen Manövern, weil Gier erheblich träger ist, als Nick oder Roll.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
5775
          </property>
5776
         </widget>
5777
        </item>
5778
       </layout>
5779
      </widget>
5780
      <widget class="QWidget" name="Seite_9">
5781
       <layout class="QGridLayout" name="gridLayout_36">
5782
        <item row="0" column="0">
5783
         <widget class="QFrame" name="frame_11">
5784
          <property name="sizePolicy">
5785
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
5786
            <horstretch>0</horstretch>
5787
            <verstretch>0</verstretch>
5788
           </sizepolicy>
5789
          </property>
5790
          <property name="frameShape">
5791
           <enum>QFrame::StyledPanel</enum>
5792
          </property>
5793
          <property name="frameShadow">
5794
           <enum>QFrame::Raised</enum>
5795
          </property>
5796
          <layout class="QGridLayout" name="gridLayout_31">
5797
           <item row="0" column="0" colspan="4">
5798
            <layout class="QVBoxLayout" name="verticalLayout_5">
5799
             <property name="spacing">
5800
              <number>0</number>
5801
             </property>
5802
             <item>
5803
              <layout class="QHBoxLayout" name="horizontalLayout_8">
5804
               <item>
5805
                <spacer name="horizontalSpacer_6">
5806
                 <property name="orientation">
5807
                  <enum>Qt::Horizontal</enum>
5808
                 </property>
5809
                 <property name="sizeHint" stdset="0">
5810
                  <size>
5811
                   <width>40</width>
5812
                   <height>20</height>
5813
                  </size>
5814
                 </property>
5815
                </spacer>
5816
               </item>
5817
               <item>
5818
                <widget class="QLabel" name="label_104">
5819
                 <property name="text">
5820
                  <string>loop, while stick up</string>
5821
                 </property>
5822
                </widget>
5823
               </item>
5824
               <item>
5825
                <spacer name="horizontalSpacer_7">
5826
                 <property name="orientation">
5827
                  <enum>Qt::Horizontal</enum>
5828
                 </property>
5829
                 <property name="sizeHint" stdset="0">
5830
                  <size>
5831
                   <width>40</width>
5832
                   <height>20</height>
5833
                  </size>
5834
                 </property>
5835
                </spacer>
5836
               </item>
5837
              </layout>
5838
             </item>
5839
             <item>
5840
              <layout class="QHBoxLayout" name="horizontalLayout_6">
5841
               <item>
5842
                <layout class="QHBoxLayout" name="horizontalLayout_5">
5843
                 <item>
5844
                  <spacer name="horizontalSpacer_3">
5845
                   <property name="orientation">
5846
                    <enum>Qt::Horizontal</enum>
5847
                   </property>
5848
                   <property name="sizeHint" stdset="0">
5849
                    <size>
5850
                     <width>40</width>
5851
                     <height>20</height>
5852
                    </size>
5853
                   </property>
5854
                  </spacer>
5855
                 </item>
5856
                 <item>
5857
                  <widget class="QLabel" name="label_105">
5858
                   <property name="text">
5859
                    <string>Loop, while&lt;br&gt; stick left</string>
5860
                   </property>
5861
                  </widget>
5862
                 </item>
5863
                 <item>
5864
                  <widget class="QToolButton" name="tb_9_8">
5865
                   <property name="text">
5866
                    <string>0</string>
5867
                   </property>
5868
                   <property name="icon">
5869
                    <iconset resource="../QMK-Settings.qrc">
5870
                     <normaloff>:/Arrows/Global/Images/Arrows/Left-1.png</normaloff>
5871
                     <normalon>:/Arrows/Global/Images/Arrows/Left-2.png</normalon>:/Arrows/Global/Images/Arrows/Left-1.png</iconset>
5872
                   </property>
5873
                   <property name="iconSize">
5874
                    <size>
5875
                     <width>32</width>
5876
                     <height>32</height>
5877
                    </size>
5878
                   </property>
5879
                   <property name="checkable">
5880
                    <bool>true</bool>
5881
                   </property>
5882
                   <property name="checked">
5883
                    <bool>false</bool>
5884
                   </property>
5885
                   <property name="autoRaise">
5886
                    <bool>true</bool>
5887
                   </property>
5888
                  </widget>
5889
                 </item>
5890
                </layout>
5891
               </item>
5892
               <item>
5893
                <layout class="QVBoxLayout" name="verticalLayout_4">
5894
                 <property name="spacing">
5895
                  <number>0</number>
5896
                 </property>
5897
                 <item>
5898
                  <widget class="QToolButton" name="tb_9_6">
5899
                   <property name="text">
5900
                    <string>0</string>
5901
                   </property>
5902
                   <property name="icon">
5903
                    <iconset resource="../QMK-Settings.qrc">
5904
                     <normaloff>:/Arrows/Global/Images/Arrows/Up-1.png</normaloff>
5905
                     <normalon>:/Arrows/Global/Images/Arrows/Up-2.png</normalon>:/Arrows/Global/Images/Arrows/Up-1.png</iconset>
5906
                   </property>
5907
                   <property name="iconSize">
5908
                    <size>
5909
                     <width>32</width>
5910
                     <height>32</height>
5911
                    </size>
5912
                   </property>
5913
                   <property name="checkable">
5914
                    <bool>true</bool>
5915
                   </property>
5916
                   <property name="checked">
5917
                    <bool>false</bool>
5918
                   </property>
5919
                   <property name="autoRaise">
5920
                    <bool>true</bool>
5921
                   </property>
5922
                  </widget>
5923
                 </item>
5924
                 <item>
5925
                  <widget class="QToolButton" name="tb_9_7">
5926
                   <property name="text">
5927
                    <string>0</string>
5928
                   </property>
5929
                   <property name="icon">
5930
                    <iconset resource="../QMK-Settings.qrc">
5931
                     <normaloff>:/Arrows/Global/Images/Arrows/Down-1.png</normaloff>
5932
                     <normalon>:/Arrows/Global/Images/Arrows/Down-2.png</normalon>:/Arrows/Global/Images/Arrows/Down-1.png</iconset>
5933
                   </property>
5934
                   <property name="iconSize">
5935
                    <size>
5936
                     <width>32</width>
5937
                     <height>32</height>
5938
                    </size>
5939
                   </property>
5940
                   <property name="checkable">
5941
                    <bool>true</bool>
5942
                   </property>
5943
                   <property name="autoRaise">
5944
                    <bool>true</bool>
5945
                   </property>
5946
                  </widget>
5947
                 </item>
5948
                </layout>
5949
               </item>
5950
               <item>
5951
                <layout class="QHBoxLayout" name="horizontalLayout_4">
5952
                 <item>
5953
                  <widget class="QToolButton" name="tb_9_9">
5954
                   <property name="text">
5955
                    <string>0</string>
5956
                   </property>
5957
                   <property name="icon">
5958
                    <iconset resource="../QMK-Settings.qrc">
5959
                     <normaloff>:/Arrows/Global/Images/Arrows/Right-1.png</normaloff>
5960
                     <normalon>:/Arrows/Global/Images/Arrows/Right-2.png</normalon>:/Arrows/Global/Images/Arrows/Right-1.png</iconset>
5961
                   </property>
5962
                   <property name="iconSize">
5963
                    <size>
5964
                     <width>32</width>
5965
                     <height>32</height>
5966
                    </size>
5967
                   </property>
5968
                   <property name="checkable">
5969
                    <bool>true</bool>
5970
                   </property>
5971
                   <property name="popupMode">
5972
                    <enum>QToolButton::DelayedPopup</enum>
5973
                   </property>
5974
                   <property name="autoRaise">
5975
                    <bool>true</bool>
5976
                   </property>
5977
                   <property name="arrowType">
5978
                    <enum>Qt::NoArrow</enum>
5979
                   </property>
5980
                  </widget>
5981
                 </item>
5982
                 <item>
5983
                  <widget class="QLabel" name="label_106">
5984
                   <property name="text">
5985
                    <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
5986
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
5987
p, li { white-space: pre-wrap; }
5988
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
5989
&lt;p align=&quot;right&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Loop, while&lt;br /&gt;stick right&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
5990
                   </property>
5991
                  </widget>
5992
                 </item>
5993
                 <item>
5994
                  <spacer name="horizontalSpacer_4">
5995
                   <property name="orientation">
5996
                    <enum>Qt::Horizontal</enum>
5997
                   </property>
5998
                   <property name="sizeHint" stdset="0">
5999
                    <size>
6000
                     <width>40</width>
6001
                     <height>20</height>
6002
                    </size>
6003
                   </property>
6004
                  </spacer>
6005
                 </item>
6006
                </layout>
6007
               </item>
6008
              </layout>
6009
             </item>
6010
             <item>
6011
              <layout class="QHBoxLayout" name="horizontalLayout_7">
6012
               <item>
6013
                <spacer name="horizontalSpacer_5">
6014
                 <property name="orientation">
6015
                  <enum>Qt::Horizontal</enum>
6016
                 </property>
6017
                 <property name="sizeHint" stdset="0">
6018
                  <size>
6019
                   <width>40</width>
6020
                   <height>20</height>
6021
                  </size>
6022
                 </property>
6023
                </spacer>
6024
               </item>
6025
               <item>
6026
                <widget class="QLabel" name="label_103">
6027
                 <property name="text">
6028
                  <string>Loop, while stick down</string>
6029
                 </property>
6030
                </widget>
6031
               </item>
6032
               <item>
6033
                <spacer name="horizontalSpacer_8">
6034
                 <property name="orientation">
6035
                  <enum>Qt::Horizontal</enum>
6036
                 </property>
6037
                 <property name="sizeHint" stdset="0">
6038
                  <size>
6039
                   <width>40</width>
6040
                   <height>20</height>
6041
                  </size>
6042
                 </property>
6043
                </spacer>
6044
               </item>
6045
              </layout>
6046
             </item>
6047
            </layout>
6048
           </item>
6049
           <item row="1" column="0">
6050
            <widget class="QLabel" name="label_99">
6051
             <property name="font">
6052
              <font>
6053
               <weight>75</weight>
6054
               <bold>true</bold>
6055
              </font>
6056
             </property>
6057
             <property name="text">
6058
              <string>Gas limit:</string>
6059
             </property>
6060
            </widget>
6061
           </item>
6062
           <item row="1" column="1">
6063
            <widget class="QComboBox" name="cb_9_1">
6064
             <property name="editable">
6065
              <bool>true</bool>
6066
             </property>
6067
             <item>
6068
              <property name="text">
6069
               <string>Poti 1</string>
6070
              </property>
6071
             </item>
6072
             <item>
6073
              <property name="text">
6074
               <string>Poti 2</string>
6075
              </property>
6076
             </item>
6077
             <item>
6078
              <property name="text">
6079
               <string>Poti 3</string>
6080
              </property>
6081
             </item>
6082
             <item>
6083
              <property name="text">
6084
               <string>Poti 4</string>
6085
              </property>
6086
             </item>
6087
             <item>
6088
              <property name="text">
750 KeyOz 6089
               <string>Poti 5</string>
6090
              </property>
6091
             </item>
6092
             <item>
6093
              <property name="text">
6094
               <string>Poti 6</string>
6095
              </property>
6096
             </item>
6097
             <item>
6098
              <property name="text">
6099
               <string>Poti 7</string>
6100
              </property>
6101
             </item>
6102
             <item>
6103
              <property name="text">
6104
               <string>Poti 8</string>
6105
              </property>
6106
             </item>
6107
             <item>
6108
              <property name="text">
674 KeyOz 6109
               <string>0</string>
6110
              </property>
6111
             </item>
6112
            </widget>
6113
           </item>
6114
           <item row="2" column="0">
6115
            <widget class="QLabel" name="label_98">
6116
             <property name="font">
6117
              <font>
6118
               <weight>75</weight>
6119
               <bold>true</bold>
6120
              </font>
6121
             </property>
6122
             <property name="text">
6123
              <string>Ansprechschwelle:</string>
6124
             </property>
6125
            </widget>
6126
           </item>
6127
           <item row="2" column="1">
6128
            <widget class="QSpinBox" name="sb_9_2">
6129
             <property name="maximum">
6130
              <number>250</number>
6131
             </property>
6132
            </widget>
6133
           </item>
6134
           <item row="2" column="2">
6135
            <widget class="QLabel" name="label_102">
6136
             <property name="font">
6137
              <font>
6138
               <weight>75</weight>
6139
               <bold>true</bold>
6140
              </font>
6141
             </property>
6142
             <property name="text">
6143
              <string>Hysterese:</string>
6144
             </property>
6145
            </widget>
6146
           </item>
6147
           <item row="2" column="3">
6148
            <widget class="QSpinBox" name="sb_9_4">
6149
             <property name="maximum">
6150
              <number>250</number>
6151
             </property>
6152
            </widget>
6153
           </item>
6154
           <item row="3" column="0">
6155
            <widget class="QLabel" name="label_100">
6156
             <property name="font">
6157
              <font>
6158
               <weight>75</weight>
6159
               <bold>true</bold>
6160
              </font>
6161
             </property>
6162
             <property name="text">
6163
              <string>Turn over Nick:</string>
6164
             </property>
6165
            </widget>
6166
           </item>
6167
           <item row="3" column="1">
6168
            <widget class="QSpinBox" name="sb_9_3">
6169
             <property name="maximum">
6170
              <number>250</number>
6171
             </property>
6172
            </widget>
6173
           </item>
6174
           <item row="3" column="3">
6175
            <widget class="QSpinBox" name="sb_9_5">
6176
             <property name="maximum">
6177
              <number>250</number>
6178
             </property>
6179
            </widget>
6180
           </item>
6181
           <item row="3" column="2">
6182
            <widget class="QLabel" name="label_101">
6183
             <property name="font">
6184
              <font>
6185
               <weight>75</weight>
6186
               <bold>true</bold>
6187
              </font>
6188
             </property>
6189
             <property name="text">
6190
              <string>Turn over Roll:</string>
6191
             </property>
6192
            </widget>
6193
           </item>
6194
           <item row="4" column="1">
6195
            <spacer name="verticalSpacer_19">
6196
             <property name="orientation">
6197
              <enum>Qt::Vertical</enum>
6198
             </property>
6199
             <property name="sizeHint" stdset="0">
6200
              <size>
6201
               <width>20</width>
6202
               <height>40</height>
6203
              </size>
6204
             </property>
6205
            </spacer>
6206
           </item>
6207
          </layout>
6208
         </widget>
6209
        </item>
6210
        <item row="0" column="1">
6211
         <widget class="QTextEdit" name="te_Help_9">
6212
          <property name="minimumSize">
6213
           <size>
6214
            <width>20</width>
6215
            <height>0</height>
6216
           </size>
6217
          </property>
6218
          <property name="maximumSize">
6219
           <size>
6220
            <width>200</width>
6221
            <height>16777215</height>
6222
           </size>
6223
          </property>
6224
          <property name="readOnly">
6225
           <bool>true</bool>
6226
          </property>
6227
          <property name="html">
6228
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
6229
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
6230
p, li { white-space: pre-wrap; }
750 KeyOz 6231
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 6232
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Pfeile:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Der Looping wird in diese entsprechende Richtung zugelassen. Dabei zeigt der Pfeil den entsprechenden Stickanschlag an &lt;/span&gt;&lt;/p&gt;
6233
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Gas Limit:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Auf diesen Wert wird das Gas während des Loopings begrenzt &lt;/span&gt;&lt;/p&gt;
6234
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Ansprechschwelle:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Ab diesen Stickwert wird aus der Lageregelung eine Drehratenregelung, um den Looping durchzuführen &lt;/span&gt;&lt;/p&gt;
6235
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Hysteresis:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Stick-Hysterese für die Ansprechschwelle. In der Regel immer niedriger, als die Ansprechschwelle &lt;/span&gt;&lt;/p&gt;
6236
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;TurnOver Nick: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;100 bedeutet 100% einer 360° Drehung. Wenn nach dem Looping der MK zu weit dreht, muss der Wert verringert werden. Dreht er nicht weit genug, muss der Wert vergrößert werden. Also entspricht 1 einem Winkel von 3,6° &lt;/span&gt;&lt;/p&gt;
6237
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;TurnOver Roll:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; analog &lt;/span&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;TurnOver Nick&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
750 KeyOz 6238
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Wichtig:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Ansprechschwelle - Hysteresis sollte etwa bei 20-40 liegen, da sonst der Kopter beim verlassen der Loopingfunktion versucht, sehr schnell die Schräglage, die man mit dem Stick vorgibt, einzunehmen. Dies kann gerade bei sehr flotten Settings dazu führen, das der Kopter bei der Drehung &amp;quot;springt&amp;quot; und einige Gerade der Winkelbewegung nicht mitbekommt, was dazu führt, das sich der Kopter sehr schräg steht. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
674 KeyOz 6239
          </property>
6240
         </widget>
6241
        </item>
6242
       </layout>
6243
      </widget>
6244
      <widget class="QWidget" name="Seite_10">
6245
       <layout class="QGridLayout" name="gridLayout_35">
6246
        <item row="0" column="0">
6247
         <widget class="QFrame" name="frame_12">
6248
          <property name="sizePolicy">
6249
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
6250
            <horstretch>0</horstretch>
6251
            <verstretch>0</verstretch>
6252
           </sizepolicy>
6253
          </property>
6254
          <property name="frameShape">
6255
           <enum>QFrame::StyledPanel</enum>
6256
          </property>
6257
          <property name="frameShadow">
6258
           <enum>QFrame::Raised</enum>
6259
          </property>
6260
          <layout class="QGridLayout" name="gridLayout_14">
6261
           <item row="0" column="0">
6262
            <widget class="QLabel" name="label_83">
6263
             <property name="font">
6264
              <font>
6265
               <weight>75</weight>
6266
               <bold>true</bold>
6267
              </font>
6268
             </property>
6269
             <property name="text">
6270
              <string>Parameter 1:</string>
6271
             </property>
6272
            </widget>
6273
           </item>
6274
           <item row="0" column="1">
6275
            <widget class="QComboBox" name="cb_10_1">
6276
             <property name="editable">
6277
              <bool>true</bool>
6278
             </property>
6279
             <item>
6280
              <property name="text">
6281
               <string>Poti 1</string>
6282
              </property>
6283
             </item>
6284
             <item>
6285
              <property name="text">
6286
               <string>Poti 2</string>
6287
              </property>
6288
             </item>
6289
             <item>
6290
              <property name="text">
6291
               <string>Poti 3</string>
6292
              </property>
6293
             </item>
6294
             <item>
6295
              <property name="text">
6296
               <string>Poti 4</string>
6297
              </property>
6298
             </item>
6299
             <item>
6300
              <property name="text">
750 KeyOz 6301
               <string>Poti 5</string>
6302
              </property>
6303
             </item>
6304
             <item>
6305
              <property name="text">
6306
               <string>Poti 6</string>
6307
              </property>
6308
             </item>
6309
             <item>
6310
              <property name="text">
6311
               <string>Poti 7</string>
6312
              </property>
6313
             </item>
6314
             <item>
6315
              <property name="text">
6316
               <string>Poti 8</string>
6317
              </property>
6318
             </item>
6319
             <item>
6320
              <property name="text">
674 KeyOz 6321
               <string>0</string>
6322
              </property>
6323
             </item>
6324
            </widget>
6325
           </item>
6326
           <item row="0" column="2">
6327
            <widget class="QLabel" name="label_82">
6328
             <property name="text">
6329
              <string>[0..250]</string>
6330
             </property>
6331
            </widget>
6332
           </item>
6333
           <item row="1" column="0">
6334
            <widget class="QLabel" name="label_85">
6335
             <property name="font">
6336
              <font>
6337
               <weight>75</weight>
6338
               <bold>true</bold>
6339
              </font>
6340
             </property>
6341
             <property name="text">
6342
              <string>Parameter 2:</string>
6343
             </property>
6344
            </widget>
6345
           </item>
6346
           <item row="1" column="1">
6347
            <widget class="QComboBox" name="cb_10_2">
6348
             <property name="editable">
6349
              <bool>true</bool>
6350
             </property>
6351
             <item>
6352
              <property name="text">
6353
               <string>Poti 1</string>
6354
              </property>
6355
             </item>
6356
             <item>
6357
              <property name="text">
6358
               <string>Poti 2</string>
6359
              </property>
6360
             </item>
6361
             <item>
6362
              <property name="text">
6363
               <string>Poti 3</string>
6364
              </property>
6365
             </item>
6366
             <item>
6367
              <property name="text">
6368
               <string>Poti 4</string>
6369
              </property>
6370
             </item>
6371
             <item>
6372
              <property name="text">
750 KeyOz 6373
               <string>Poti 5</string>
6374
              </property>
6375
             </item>
6376
             <item>
6377
              <property name="text">
6378
               <string>Poti 6</string>
6379
              </property>
6380
             </item>
6381
             <item>
6382
              <property name="text">
6383
               <string>Poti 7</string>
6384
              </property>
6385
             </item>
6386
             <item>
6387
              <property name="text">
6388
               <string>Poti 8</string>
6389
              </property>
6390
             </item>
6391
             <item>
6392
              <property name="text">
674 KeyOz 6393
               <string>0</string>
6394
              </property>
6395
             </item>
6396
            </widget>
6397
           </item>
6398
           <item row="1" column="2">
6399
            <widget class="QLabel" name="label_84">
6400
             <property name="text">
6401
              <string>[0..250]</string>
6402
             </property>
6403
            </widget>
6404
           </item>
6405
           <item row="2" column="0">
6406
            <widget class="QLabel" name="label_87">
6407
             <property name="font">
6408
              <font>
6409
               <weight>75</weight>
6410
               <bold>true</bold>
6411
              </font>
6412
             </property>
6413
             <property name="text">
6414
              <string>Parameter 3:</string>
6415
             </property>
6416
            </widget>
6417
           </item>
6418
           <item row="2" column="1">
6419
            <widget class="QComboBox" name="cb_10_3">
6420
             <property name="editable">
6421
              <bool>true</bool>
6422
             </property>
6423
             <item>
6424
              <property name="text">
6425
               <string>Poti 1</string>
6426
              </property>
6427
             </item>
6428
             <item>
6429
              <property name="text">
6430
               <string>Poti 2</string>
6431
              </property>
6432
             </item>
6433
             <item>
6434
              <property name="text">
6435
               <string>Poti 3</string>
6436
              </property>
6437
             </item>
6438
             <item>
6439
              <property name="text">
6440
               <string>Poti 4</string>
6441
              </property>
6442
             </item>
6443
             <item>
6444
              <property name="text">
750 KeyOz 6445
               <string>Poti 5</string>
6446
              </property>
6447
             </item>
6448
             <item>
6449
              <property name="text">
6450
               <string>Poti 6</string>
6451
              </property>
6452
             </item>
6453
             <item>
6454
              <property name="text">
6455
               <string>Poti 7</string>
6456
              </property>
6457
             </item>
6458
             <item>
6459
              <property name="text">
6460
               <string>Poti 8</string>
6461
              </property>
6462
             </item>
6463
             <item>
6464
              <property name="text">
674 KeyOz 6465
               <string>0</string>
6466
              </property>
6467
             </item>
6468
            </widget>
6469
           </item>
6470
           <item row="2" column="2">
6471
            <widget class="QLabel" name="label_86">
6472
             <property name="text">
6473
              <string>[0..250]</string>
6474
             </property>
6475
            </widget>
6476
           </item>
6477
           <item row="3" column="0">
6478
            <widget class="QLabel" name="label_89">
6479
             <property name="font">
6480
              <font>
6481
               <weight>75</weight>
6482
               <bold>true</bold>
6483
              </font>
6484
             </property>
6485
             <property name="text">
6486
              <string>Parameter 4:</string>
6487
             </property>
6488
            </widget>
6489
           </item>
6490
           <item row="3" column="1">
6491
            <widget class="QComboBox" name="cb_10_4">
6492
             <property name="editable">
6493
              <bool>true</bool>
6494
             </property>
6495
             <item>
6496
              <property name="text">
6497
               <string>Poti 1</string>
6498
              </property>
6499
             </item>
6500
             <item>
6501
              <property name="text">
6502
               <string>Poti 2</string>
6503
              </property>
6504
             </item>
6505
             <item>
6506
              <property name="text">
6507
               <string>Poti 3</string>
6508
              </property>
6509
             </item>
6510
             <item>
6511
              <property name="text">
6512
               <string>Poti 4</string>
6513
              </property>
6514
             </item>
6515
             <item>
6516
              <property name="text">
750 KeyOz 6517
               <string>Poti 5</string>
6518
              </property>
6519
             </item>
6520
             <item>
6521
              <property name="text">
6522
               <string>Poti 6</string>
6523
              </property>
6524
             </item>
6525
             <item>
6526
              <property name="text">
6527
               <string>Poti 7</string>
6528
              </property>
6529
             </item>
6530
             <item>
6531
              <property name="text">
6532
               <string>Poti 8</string>
6533
              </property>
6534
             </item>
6535
             <item>
6536
              <property name="text">
674 KeyOz 6537
               <string>0</string>
6538
              </property>
6539
             </item>
6540
            </widget>
6541
           </item>
6542
           <item row="3" column="2">
6543
            <widget class="QLabel" name="label_88">
6544
             <property name="text">
6545
              <string>[0..250]</string>
6546
             </property>
6547
            </widget>
6548
           </item>
6549
           <item row="4" column="0">
6550
            <widget class="QLabel" name="label_91">
6551
             <property name="font">
6552
              <font>
6553
               <weight>75</weight>
6554
               <bold>true</bold>
6555
              </font>
6556
             </property>
6557
             <property name="text">
6558
              <string>Parameter 5:</string>
6559
             </property>
6560
            </widget>
6561
           </item>
6562
           <item row="4" column="1">
6563
            <widget class="QComboBox" name="cb_10_5">
6564
             <property name="editable">
6565
              <bool>true</bool>
6566
             </property>
6567
             <item>
6568
              <property name="text">
6569
               <string>Poti 1</string>
6570
              </property>
6571
             </item>
6572
             <item>
6573
              <property name="text">
6574
               <string>Poti 2</string>
6575
              </property>
6576
             </item>
6577
             <item>
6578
              <property name="text">
6579
               <string>Poti 3</string>
6580
              </property>
6581
             </item>
6582
             <item>
6583
              <property name="text">
6584
               <string>Poti 4</string>
6585
              </property>
6586
             </item>
6587
             <item>
6588
              <property name="text">
750 KeyOz 6589
               <string>Poti 5</string>
6590
              </property>
6591
             </item>
6592
             <item>
6593
              <property name="text">
6594
               <string>Poti 6</string>
6595
              </property>
6596
             </item>
6597
             <item>
6598
              <property name="text">
6599
               <string>Poti 7</string>
6600
              </property>
6601
             </item>
6602
             <item>
6603
              <property name="text">
6604
               <string>Poti 8</string>
6605
              </property>
6606
             </item>
6607
             <item>
6608
              <property name="text">
674 KeyOz 6609
               <string>0</string>
6610
              </property>
6611
             </item>
6612
            </widget>
6613
           </item>
6614
           <item row="4" column="2">
6615
            <widget class="QLabel" name="label_90">
6616
             <property name="text">
6617
              <string>[0..250]</string>
6618
             </property>
6619
            </widget>
6620
           </item>
6621
           <item row="5" column="0">
6622
            <widget class="QLabel" name="label_93">
6623
             <property name="font">
6624
              <font>
6625
               <weight>75</weight>
6626
               <bold>true</bold>
6627
              </font>
6628
             </property>
6629
             <property name="text">
6630
              <string>Parameter 6:</string>
6631
             </property>
6632
            </widget>
6633
           </item>
6634
           <item row="5" column="1">
6635
            <widget class="QComboBox" name="cb_10_6">
6636
             <property name="editable">
6637
              <bool>true</bool>
6638
             </property>
6639
             <item>
6640
              <property name="text">
6641
               <string>Poti 1</string>
6642
              </property>
6643
             </item>
6644
             <item>
6645
              <property name="text">
6646
               <string>Poti 2</string>
6647
              </property>
6648
             </item>
6649
             <item>
6650
              <property name="text">
6651
               <string>Poti 3</string>
6652
              </property>
6653
             </item>
6654
             <item>
6655
              <property name="text">
6656
               <string>Poti 4</string>
6657
              </property>
6658
             </item>
6659
             <item>
6660
              <property name="text">
750 KeyOz 6661
               <string>Poti 5</string>
6662
              </property>
6663
             </item>
6664
             <item>
6665
              <property name="text">
6666
               <string>Poti 6</string>
6667
              </property>
6668
             </item>
6669
             <item>
6670
              <property name="text">
6671
               <string>Poti 7</string>
6672
              </property>
6673
             </item>
6674
             <item>
6675
              <property name="text">
6676
               <string>Poti 8</string>
6677
              </property>
6678
             </item>
6679
             <item>
6680
              <property name="text">
674 KeyOz 6681
               <string>0</string>
6682
              </property>
6683
             </item>
6684
            </widget>
6685
           </item>
6686
           <item row="5" column="2">
6687
            <widget class="QLabel" name="label_92">
6688
             <property name="text">
6689
              <string>[0..250]</string>
6690
             </property>
6691
            </widget>
6692
           </item>
6693
           <item row="6" column="0">
6694
            <widget class="QLabel" name="label_95">
6695
             <property name="font">
6696
              <font>
6697
               <weight>75</weight>
6698
               <bold>true</bold>
6699
              </font>
6700
             </property>
6701
             <property name="text">
6702
              <string>Parameter 7:</string>
6703
             </property>
6704
            </widget>
6705
           </item>
6706
           <item row="6" column="1">
6707
            <widget class="QComboBox" name="cb_10_7">
6708
             <property name="editable">
6709
              <bool>true</bool>
6710
             </property>
6711
             <item>
6712
              <property name="text">
6713
               <string>Poti 1</string>
6714
              </property>
6715
             </item>
6716
             <item>
6717
              <property name="text">
6718
               <string>Poti 2</string>
6719
              </property>
6720
             </item>
6721
             <item>
6722
              <property name="text">
6723
               <string>Poti 3</string>
6724
              </property>
6725
             </item>
6726
             <item>
6727
              <property name="text">
6728
               <string>Poti 4</string>
6729
              </property>
6730
             </item>
6731
             <item>
6732
              <property name="text">
750 KeyOz 6733
               <string>Poti 5</string>
6734
              </property>
6735
             </item>
6736
             <item>
6737
              <property name="text">
6738
               <string>Poti 6</string>
6739
              </property>
6740
             </item>
6741
             <item>
6742
              <property name="text">
6743
               <string>Poti 7</string>
6744
              </property>
6745
             </item>
6746
             <item>
6747
              <property name="text">
6748
               <string>Poti 8</string>
6749
              </property>
6750
             </item>
6751
             <item>
6752
              <property name="text">
674 KeyOz 6753
               <string>0</string>
6754
              </property>
6755
             </item>
6756
            </widget>
6757
           </item>
6758
           <item row="6" column="2">
6759
            <widget class="QLabel" name="label_94">
6760
             <property name="text">
6761
              <string>[0..250]</string>
6762
             </property>
6763
            </widget>
6764
           </item>
6765
           <item row="7" column="0">
6766
            <widget class="QLabel" name="label_97">
6767
             <property name="font">
6768
              <font>
6769
               <weight>75</weight>
6770
               <bold>true</bold>
6771
              </font>
6772
             </property>
6773
             <property name="text">
6774
              <string>Parameter 8:</string>
6775
             </property>
6776
            </widget>
6777
           </item>
6778
           <item row="7" column="1">
6779
            <widget class="QComboBox" name="cb_10_8">
6780
             <property name="editable">
6781
              <bool>true</bool>
6782
             </property>
6783
             <item>
6784
              <property name="text">
6785
               <string>Poti 1</string>
6786
              </property>
6787
             </item>
6788
             <item>
6789
              <property name="text">
6790
               <string>Poti 2</string>
6791
              </property>
6792
             </item>
6793
             <item>
6794
              <property name="text">
6795
               <string>Poti 3</string>
6796
              </property>
6797
             </item>
6798
             <item>
6799
              <property name="text">
6800
               <string>Poti 4</string>
6801
              </property>
6802
             </item>
6803
             <item>
6804
              <property name="text">
750 KeyOz 6805
               <string>Poti 5</string>
6806
              </property>
6807
             </item>
6808
             <item>
6809
              <property name="text">
6810
               <string>Poti 6</string>
6811
              </property>
6812
             </item>
6813
             <item>
6814
              <property name="text">
6815
               <string>Poti 7</string>
6816
              </property>
6817
             </item>
6818
             <item>
6819
              <property name="text">
6820
               <string>Poti 8</string>
6821
              </property>
6822
             </item>
6823
             <item>
6824
              <property name="text">
674 KeyOz 6825
               <string>0</string>
6826
              </property>
6827
             </item>
6828
            </widget>
6829
           </item>
6830
           <item row="7" column="2">
6831
            <widget class="QLabel" name="label_96">
6832
             <property name="text">
6833
              <string>[0..250]</string>
6834
             </property>
6835
            </widget>
6836
           </item>
6837
           <item row="8" column="1">
6838
            <spacer name="verticalSpacer_18">
6839
             <property name="orientation">
6840
              <enum>Qt::Vertical</enum>
6841
             </property>
6842
             <property name="sizeHint" stdset="0">
6843
              <size>
6844
               <width>20</width>
6845
               <height>40</height>
6846
              </size>
6847
             </property>
6848
            </spacer>
6849
           </item>
6850
          </layout>
6851
         </widget>
6852
        </item>
6853
        <item row="0" column="1">
6854
         <widget class="QTextEdit" name="te_Help_10">
6855
          <property name="minimumSize">
6856
           <size>
6857
            <width>180</width>
6858
            <height>0</height>
6859
           </size>
6860
          </property>
6861
          <property name="maximumSize">
6862
           <size>
6863
            <width>180</width>
6864
            <height>16777215</height>
6865
           </size>
6866
          </property>
6867
          <property name="readOnly">
6868
           <bool>true</bool>
6869
          </property>
6870
          <property name="html">
6871
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
6872
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
6873
p, li { white-space: pre-wrap; }
750 KeyOz 6874
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 6875
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Frei definierbare Parameter für eigene Erweiterungen im Quellcode. &lt;/span&gt;&lt;/p&gt;
6876
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Die Werte sind für Softwareentwickler zur freien Verfügung &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
6877
          </property>
6878
         </widget>
6879
        </item>
6880
       </layout>
6881
      </widget>
6882
      <widget class="QWidget" name="Seite_11">
6883
       <layout class="QGridLayout" name="gridLayout_34">
6884
        <item row="1" column="2">
6885
         <widget class="QTextEdit" name="te_Help_11">
6886
          <property name="minimumSize">
6887
           <size>
6888
            <width>180</width>
6889
            <height>0</height>
6890
           </size>
6891
          </property>
6892
          <property name="maximumSize">
6893
           <size>
6894
            <width>180</width>
6895
            <height>16777215</height>
6896
           </size>
6897
          </property>
6898
          <property name="readOnly">
6899
           <bool>true</bool>
6900
          </property>
6901
          <property name="html">
6902
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
6903
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
6904
p, li { white-space: pre-wrap; }
750 KeyOz 6905
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 6906
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Einstellungen für die Ausgänge J16 und J17.&lt;/span&gt;&lt;/p&gt;
6907
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Blinkmuster&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;&lt;br /&gt;Man kann ein Blinkmuster (von links nach rechts) und das Timing dafür im Koptertool einstellen. Automatisches Schalten von 10ms bis 20sek ist damit möglich&lt;/span&gt;&lt;/p&gt;
6908
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Schaltfunktion&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;&lt;br /&gt;Wenn man als Timing einen Schalter auf der Funke belegt, kann man auch den Ausgang damit schalten. Dann nimmt der Ausgang den Pegel des obersten Bits (in der Darstellung links) an. Wenn damit etwas geschaltet werden soll (z.B. Kameraauslöser usw.), ist es besser, kein Blinkmuster einzugeben, sondern dann alle Bits entweder ein- oder auszuschalten. Ansonsten könnte das Blinkmuster während des Umschaltens einmal kurz durchlaufen.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
6909
          </property>
6910
         </widget>
6911
        </item>
6912
        <item row="1" column="1">
6913
         <widget class="QFrame" name="frame_13">
6914
          <property name="sizePolicy">
6915
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
6916
            <horstretch>0</horstretch>
6917
            <verstretch>0</verstretch>
6918
           </sizepolicy>
6919
          </property>
6920
          <property name="frameShape">
6921
           <enum>QFrame::StyledPanel</enum>
6922
          </property>
6923
          <property name="frameShadow">
6924
           <enum>QFrame::Raised</enum>
6925
          </property>
6926
          <layout class="QGridLayout" name="gridLayout_12">
6927
           <item row="0" column="0">
6928
            <widget class="QLabel" name="label_116">
6929
             <property name="font">
6930
              <font>
6931
               <weight>75</weight>
6932
               <bold>true</bold>
6933
              </font>
6934
             </property>
6935
             <property name="text">
6936
              <string>Ausgang J16</string>
6937
             </property>
6938
            </widget>
6939
           </item>
6940
           <item row="0" column="1">
6941
            <widget class="QSpinBox" name="sb_11_1">
6942
             <property name="maximum">
6943
              <number>255</number>
6944
             </property>
6945
            </widget>
6946
           </item>
6947
           <item row="0" column="2">
6948
            <layout class="QHBoxLayout" name="horizontalLayout_9">
6949
             <property name="spacing">
6950
              <number>0</number>
6951
             </property>
6952
             <item>
6953
              <widget class="QToolButton" name="J16_0">
6954
               <property name="maximumSize">
6955
                <size>
6956
                 <width>15</width>
6957
                 <height>15</height>
6958
                </size>
6959
               </property>
6960
               <property name="toolTip">
6961
                <string>128</string>
6962
               </property>
6963
               <property name="text">
6964
                <string>0</string>
6965
               </property>
6966
               <property name="icon">
6967
                <iconset resource="../QMK-Settings.qrc">
6968
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
6969
               </property>
6970
               <property name="iconSize">
6971
                <size>
6972
                 <width>12</width>
6973
                 <height>12</height>
6974
                </size>
6975
               </property>
6976
               <property name="autoRaise">
6977
                <bool>true</bool>
6978
               </property>
6979
              </widget>
6980
             </item>
6981
             <item>
6982
              <widget class="QToolButton" name="J16_1">
6983
               <property name="maximumSize">
6984
                <size>
6985
                 <width>15</width>
6986
                 <height>15</height>
6987
                </size>
6988
               </property>
6989
               <property name="toolTip">
6990
                <string>64</string>
6991
               </property>
6992
               <property name="text">
6993
                <string>0</string>
6994
               </property>
6995
               <property name="icon">
6996
                <iconset resource="../QMK-Settings.qrc">
6997
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
6998
               </property>
6999
               <property name="iconSize">
7000
                <size>
7001
                 <width>12</width>
7002
                 <height>12</height>
7003
                </size>
7004
               </property>
7005
               <property name="autoRaise">
7006
                <bool>true</bool>
7007
               </property>
7008
              </widget>
7009
             </item>
7010
             <item>
7011
              <widget class="QToolButton" name="J16_2">
7012
               <property name="maximumSize">
7013
                <size>
7014
                 <width>15</width>
7015
                 <height>15</height>
7016
                </size>
7017
               </property>
7018
               <property name="toolTip">
7019
                <string>32</string>
7020
               </property>
7021
               <property name="text">
7022
                <string>0</string>
7023
               </property>
7024
               <property name="icon">
7025
                <iconset resource="../QMK-Settings.qrc">
7026
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7027
               </property>
7028
               <property name="iconSize">
7029
                <size>
7030
                 <width>12</width>
7031
                 <height>12</height>
7032
                </size>
7033
               </property>
7034
               <property name="autoRaise">
7035
                <bool>true</bool>
7036
               </property>
7037
              </widget>
7038
             </item>
7039
             <item>
7040
              <widget class="QToolButton" name="J16_3">
7041
               <property name="maximumSize">
7042
                <size>
7043
                 <width>15</width>
7044
                 <height>15</height>
7045
                </size>
7046
               </property>
7047
               <property name="toolTip">
7048
                <string>16</string>
7049
               </property>
7050
               <property name="text">
7051
                <string>0</string>
7052
               </property>
7053
               <property name="icon">
7054
                <iconset resource="../QMK-Settings.qrc">
7055
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7056
               </property>
7057
               <property name="iconSize">
7058
                <size>
7059
                 <width>12</width>
7060
                 <height>12</height>
7061
                </size>
7062
               </property>
7063
               <property name="autoRaise">
7064
                <bool>true</bool>
7065
               </property>
7066
              </widget>
7067
             </item>
7068
             <item>
7069
              <widget class="QToolButton" name="J16_4">
7070
               <property name="maximumSize">
7071
                <size>
7072
                 <width>15</width>
7073
                 <height>15</height>
7074
                </size>
7075
               </property>
7076
               <property name="toolTip">
7077
                <string>8</string>
7078
               </property>
7079
               <property name="text">
7080
                <string>0</string>
7081
               </property>
7082
               <property name="icon">
7083
                <iconset resource="../QMK-Settings.qrc">
7084
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7085
               </property>
7086
               <property name="iconSize">
7087
                <size>
7088
                 <width>12</width>
7089
                 <height>12</height>
7090
                </size>
7091
               </property>
7092
               <property name="autoRaise">
7093
                <bool>true</bool>
7094
               </property>
7095
              </widget>
7096
             </item>
7097
             <item>
7098
              <widget class="QToolButton" name="J16_5">
7099
               <property name="maximumSize">
7100
                <size>
7101
                 <width>15</width>
7102
                 <height>15</height>
7103
                </size>
7104
               </property>
7105
               <property name="toolTip">
7106
                <string>4</string>
7107
               </property>
7108
               <property name="text">
7109
                <string>0</string>
7110
               </property>
7111
               <property name="icon">
7112
                <iconset resource="../QMK-Settings.qrc">
7113
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7114
               </property>
7115
               <property name="iconSize">
7116
                <size>
7117
                 <width>12</width>
7118
                 <height>12</height>
7119
                </size>
7120
               </property>
7121
               <property name="autoRaise">
7122
                <bool>true</bool>
7123
               </property>
7124
              </widget>
7125
             </item>
7126
             <item>
7127
              <widget class="QToolButton" name="J16_6">
7128
               <property name="maximumSize">
7129
                <size>
7130
                 <width>15</width>
7131
                 <height>15</height>
7132
                </size>
7133
               </property>
7134
               <property name="toolTip">
7135
                <string>2</string>
7136
               </property>
7137
               <property name="text">
7138
                <string>0</string>
7139
               </property>
7140
               <property name="icon">
7141
                <iconset resource="../QMK-Settings.qrc">
7142
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7143
               </property>
7144
               <property name="iconSize">
7145
                <size>
7146
                 <width>12</width>
7147
                 <height>12</height>
7148
                </size>
7149
               </property>
7150
               <property name="autoRaise">
7151
                <bool>true</bool>
7152
               </property>
7153
              </widget>
7154
             </item>
7155
             <item>
7156
              <widget class="QToolButton" name="J16_7">
7157
               <property name="maximumSize">
7158
                <size>
7159
                 <width>15</width>
7160
                 <height>15</height>
7161
                </size>
7162
               </property>
7163
               <property name="toolTip">
7164
                <string>1</string>
7165
               </property>
7166
               <property name="text">
7167
                <string>0</string>
7168
               </property>
7169
               <property name="icon">
7170
                <iconset resource="../QMK-Settings.qrc">
7171
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7172
               </property>
7173
               <property name="iconSize">
7174
                <size>
7175
                 <width>12</width>
7176
                 <height>12</height>
7177
                </size>
7178
               </property>
7179
               <property name="autoRaise">
7180
                <bool>true</bool>
7181
               </property>
7182
              </widget>
7183
             </item>
7184
            </layout>
7185
           </item>
7186
           <item row="1" column="0">
7187
            <widget class="QLabel" name="label_107">
7188
             <property name="font">
7189
              <font>
7190
               <weight>75</weight>
7191
               <bold>true</bold>
7192
              </font>
7193
             </property>
7194
             <property name="text">
7195
              <string>Timing:</string>
7196
             </property>
7197
            </widget>
7198
           </item>
7199
           <item row="1" column="1">
7200
            <widget class="QComboBox" name="cb_11_2">
7201
             <property name="editable">
7202
              <bool>true</bool>
7203
             </property>
7204
             <item>
7205
              <property name="text">
7206
               <string>Poti 1</string>
7207
              </property>
7208
             </item>
7209
             <item>
7210
              <property name="text">
7211
               <string>Poti 2</string>
7212
              </property>
7213
             </item>
7214
             <item>
7215
              <property name="text">
7216
               <string>Poti 3</string>
7217
              </property>
7218
             </item>
7219
             <item>
7220
              <property name="text">
7221
               <string>Poti 4</string>
7222
              </property>
7223
             </item>
7224
             <item>
7225
              <property name="text">
750 KeyOz 7226
               <string>Poti 5</string>
7227
              </property>
7228
             </item>
7229
             <item>
7230
              <property name="text">
7231
               <string>Poti 6</string>
7232
              </property>
7233
             </item>
7234
             <item>
7235
              <property name="text">
7236
               <string>Poti 7</string>
7237
              </property>
7238
             </item>
7239
             <item>
7240
              <property name="text">
7241
               <string>Poti 8</string>
7242
              </property>
7243
             </item>
7244
             <item>
7245
              <property name="text">
674 KeyOz 7246
               <string>0</string>
7247
              </property>
7248
             </item>
7249
            </widget>
7250
           </item>
7251
           <item row="1" column="2">
7252
            <widget class="QLabel" name="label_110">
7253
             <property name="text">
7254
              <string>[x 10ms]</string>
7255
             </property>
7256
            </widget>
7257
           </item>
7258
           <item row="2" column="0">
7259
            <widget class="QLabel" name="label_115">
7260
             <property name="font">
7261
              <font>
7262
               <weight>75</weight>
7263
               <bold>true</bold>
7264
              </font>
7265
             </property>
7266
             <property name="text">
7267
              <string>Ausgang J17</string>
7268
             </property>
7269
            </widget>
7270
           </item>
7271
           <item row="2" column="1">
7272
            <widget class="QSpinBox" name="sb_11_3">
7273
             <property name="maximum">
7274
              <number>255</number>
7275
             </property>
7276
            </widget>
7277
           </item>
7278
           <item row="2" column="2">
7279
            <layout class="QHBoxLayout" name="horizontalLayout_10">
7280
             <property name="spacing">
7281
              <number>0</number>
7282
             </property>
7283
             <item>
7284
              <widget class="QToolButton" name="J17_0">
7285
               <property name="maximumSize">
7286
                <size>
7287
                 <width>15</width>
7288
                 <height>15</height>
7289
                </size>
7290
               </property>
7291
               <property name="toolTip">
7292
                <string>128</string>
7293
               </property>
7294
               <property name="text">
7295
                <string>00</string>
7296
               </property>
7297
               <property name="icon">
7298
                <iconset resource="../QMK-Settings.qrc">
7299
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7300
               </property>
7301
               <property name="iconSize">
7302
                <size>
7303
                 <width>12</width>
7304
                 <height>12</height>
7305
                </size>
7306
               </property>
7307
               <property name="autoRaise">
7308
                <bool>true</bool>
7309
               </property>
7310
              </widget>
7311
             </item>
7312
             <item>
7313
              <widget class="QToolButton" name="J17_1">
7314
               <property name="maximumSize">
7315
                <size>
7316
                 <width>15</width>
7317
                 <height>15</height>
7318
                </size>
7319
               </property>
7320
               <property name="toolTip">
7321
                <string>64</string>
7322
               </property>
7323
               <property name="text">
7324
                <string>00</string>
7325
               </property>
7326
               <property name="icon">
7327
                <iconset resource="../QMK-Settings.qrc">
7328
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7329
               </property>
7330
               <property name="iconSize">
7331
                <size>
7332
                 <width>12</width>
7333
                 <height>12</height>
7334
                </size>
7335
               </property>
7336
               <property name="autoRaise">
7337
                <bool>true</bool>
7338
               </property>
7339
              </widget>
7340
             </item>
7341
             <item>
7342
              <widget class="QToolButton" name="J17_2">
7343
               <property name="maximumSize">
7344
                <size>
7345
                 <width>15</width>
7346
                 <height>15</height>
7347
                </size>
7348
               </property>
7349
               <property name="toolTip">
7350
                <string>32</string>
7351
               </property>
7352
               <property name="text">
7353
                <string>00</string>
7354
               </property>
7355
               <property name="icon">
7356
                <iconset resource="../QMK-Settings.qrc">
7357
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7358
               </property>
7359
               <property name="iconSize">
7360
                <size>
7361
                 <width>12</width>
7362
                 <height>12</height>
7363
                </size>
7364
               </property>
7365
               <property name="autoRaise">
7366
                <bool>true</bool>
7367
               </property>
7368
              </widget>
7369
             </item>
7370
             <item>
7371
              <widget class="QToolButton" name="J17_3">
7372
               <property name="maximumSize">
7373
                <size>
7374
                 <width>15</width>
7375
                 <height>15</height>
7376
                </size>
7377
               </property>
7378
               <property name="toolTip">
7379
                <string>16</string>
7380
               </property>
7381
               <property name="text">
7382
                <string>00</string>
7383
               </property>
7384
               <property name="icon">
7385
                <iconset resource="../QMK-Settings.qrc">
7386
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7387
               </property>
7388
               <property name="iconSize">
7389
                <size>
7390
                 <width>12</width>
7391
                 <height>12</height>
7392
                </size>
7393
               </property>
7394
               <property name="autoRaise">
7395
                <bool>true</bool>
7396
               </property>
7397
              </widget>
7398
             </item>
7399
             <item>
7400
              <widget class="QToolButton" name="J17_4">
7401
               <property name="maximumSize">
7402
                <size>
7403
                 <width>15</width>
7404
                 <height>15</height>
7405
                </size>
7406
               </property>
7407
               <property name="toolTip">
7408
                <string>8</string>
7409
               </property>
7410
               <property name="text">
7411
                <string>00</string>
7412
               </property>
7413
               <property name="icon">
7414
                <iconset resource="../QMK-Settings.qrc">
7415
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7416
               </property>
7417
               <property name="iconSize">
7418
                <size>
7419
                 <width>12</width>
7420
                 <height>12</height>
7421
                </size>
7422
               </property>
7423
               <property name="autoRaise">
7424
                <bool>true</bool>
7425
               </property>
7426
              </widget>
7427
             </item>
7428
             <item>
7429
              <widget class="QToolButton" name="J17_5">
7430
               <property name="maximumSize">
7431
                <size>
7432
                 <width>15</width>
7433
                 <height>15</height>
7434
                </size>
7435
               </property>
7436
               <property name="toolTip">
7437
                <string>4</string>
7438
               </property>
7439
               <property name="text">
7440
                <string>00</string>
7441
               </property>
7442
               <property name="icon">
7443
                <iconset resource="../QMK-Settings.qrc">
7444
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7445
               </property>
7446
               <property name="iconSize">
7447
                <size>
7448
                 <width>12</width>
7449
                 <height>12</height>
7450
                </size>
7451
               </property>
7452
               <property name="autoRaise">
7453
                <bool>true</bool>
7454
               </property>
7455
              </widget>
7456
             </item>
7457
             <item>
7458
              <widget class="QToolButton" name="J17_6">
7459
               <property name="maximumSize">
7460
                <size>
7461
                 <width>15</width>
7462
                 <height>15</height>
7463
                </size>
7464
               </property>
7465
               <property name="toolTip">
7466
                <string>2</string>
7467
               </property>
7468
               <property name="text">
7469
                <string>00</string>
7470
               </property>
7471
               <property name="icon">
7472
                <iconset resource="../QMK-Settings.qrc">
7473
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7474
               </property>
7475
               <property name="iconSize">
7476
                <size>
7477
                 <width>12</width>
7478
                 <height>12</height>
7479
                </size>
7480
               </property>
7481
               <property name="autoRaise">
7482
                <bool>true</bool>
7483
               </property>
7484
              </widget>
7485
             </item>
7486
             <item>
7487
              <widget class="QToolButton" name="J17_7">
7488
               <property name="maximumSize">
7489
                <size>
7490
                 <width>15</width>
7491
                 <height>15</height>
7492
                </size>
7493
               </property>
7494
               <property name="toolTip">
7495
                <string>1</string>
7496
               </property>
7497
               <property name="text">
7498
                <string>00</string>
7499
               </property>
7500
               <property name="icon">
7501
                <iconset resource="../QMK-Settings.qrc">
7502
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7503
               </property>
7504
               <property name="iconSize">
7505
                <size>
7506
                 <width>12</width>
7507
                 <height>12</height>
7508
                </size>
7509
               </property>
7510
               <property name="autoRaise">
7511
                <bool>true</bool>
7512
               </property>
7513
              </widget>
7514
             </item>
7515
            </layout>
7516
           </item>
7517
           <item row="3" column="0">
7518
            <widget class="QLabel" name="label_112">
7519
             <property name="font">
7520
              <font>
7521
               <weight>75</weight>
7522
               <bold>true</bold>
7523
              </font>
7524
             </property>
7525
             <property name="text">
7526
              <string>Timing:</string>
7527
             </property>
7528
            </widget>
7529
           </item>
7530
           <item row="3" column="1">
7531
            <widget class="QComboBox" name="cb_11_4">
7532
             <property name="editable">
7533
              <bool>true</bool>
7534
             </property>
7535
             <item>
7536
              <property name="text">
7537
               <string>Poti 1</string>
7538
              </property>
7539
             </item>
7540
             <item>
7541
              <property name="text">
7542
               <string>Poti 2</string>
7543
              </property>
7544
             </item>
7545
             <item>
7546
              <property name="text">
7547
               <string>Poti 3</string>
7548
              </property>
7549
             </item>
7550
             <item>
7551
              <property name="text">
7552
               <string>Poti 4</string>
7553
              </property>
7554
             </item>
7555
             <item>
7556
              <property name="text">
750 KeyOz 7557
               <string>Poti 5</string>
7558
              </property>
7559
             </item>
7560
             <item>
7561
              <property name="text">
7562
               <string>Poti 6</string>
7563
              </property>
7564
             </item>
7565
             <item>
7566
              <property name="text">
7567
               <string>Poti 7</string>
7568
              </property>
7569
             </item>
7570
             <item>
7571
              <property name="text">
7572
               <string>Poti 8</string>
7573
              </property>
7574
             </item>
7575
             <item>
7576
              <property name="text">
674 KeyOz 7577
               <string>0</string>
7578
              </property>
7579
             </item>
7580
            </widget>
7581
           </item>
7582
           <item row="3" column="2">
7583
            <widget class="QLabel" name="label_113">
7584
             <property name="text">
7585
              <string>[x 10ms]</string>
7586
             </property>
7587
            </widget>
7588
           </item>
750 KeyOz 7589
           <item row="4" column="0" colspan="4">
674 KeyOz 7590
            <widget class="QCheckBox" name="cb_11_7">
7591
             <property name="font">
7592
              <font>
7593
               <weight>75</weight>
7594
               <bold>true</bold>
7595
              </font>
7596
             </property>
7597
             <property name="text">
7598
              <string>Nur bei laufenden Motoren einschalten</string>
7599
             </property>
7600
            </widget>
7601
           </item>
7602
           <item row="5" column="0" colspan="3">
7603
            <widget class="Line" name="line_3">
7604
             <property name="orientation">
7605
              <enum>Qt::Horizontal</enum>
7606
             </property>
7607
            </widget>
7608
           </item>
7609
           <item row="6" column="0" colspan="2">
7610
            <widget class="QLabel" name="label_144">
7611
             <property name="font">
7612
              <font>
7613
               <weight>75</weight>
7614
               <bold>true</bold>
7615
              </font>
7616
             </property>
7617
             <property name="text">
7618
              <string>Unterspannungswarnung:</string>
7619
             </property>
7620
            </widget>
7621
           </item>
7622
           <item row="7" column="0">
7623
            <widget class="QLabel" name="label_2">
7624
             <property name="font">
7625
              <font>
7626
               <weight>75</weight>
7627
               <bold>true</bold>
7628
              </font>
7629
             </property>
7630
             <property name="text">
7631
              <string>an J16</string>
7632
             </property>
7633
            </widget>
7634
           </item>
7635
           <item row="7" column="1">
7636
            <widget class="QSpinBox" name="sb_11_5">
7637
             <property name="maximum">
7638
              <number>255</number>
7639
             </property>
7640
            </widget>
7641
           </item>
7642
           <item row="7" column="2">
7643
            <layout class="QHBoxLayout" name="horizontalLayout_12">
7644
             <property name="spacing">
7645
              <number>0</number>
7646
             </property>
7647
             <item>
7648
              <widget class="QToolButton" name="J16_A_0">
7649
               <property name="maximumSize">
7650
                <size>
7651
                 <width>15</width>
7652
                 <height>15</height>
7653
                </size>
7654
               </property>
7655
               <property name="toolTip">
7656
                <string>128</string>
7657
               </property>
7658
               <property name="text">
7659
                <string>000</string>
7660
               </property>
7661
               <property name="icon">
7662
                <iconset resource="../QMK-Settings.qrc">
7663
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7664
               </property>
7665
               <property name="iconSize">
7666
                <size>
7667
                 <width>12</width>
7668
                 <height>12</height>
7669
                </size>
7670
               </property>
7671
               <property name="autoRaise">
7672
                <bool>true</bool>
7673
               </property>
7674
              </widget>
7675
             </item>
7676
             <item>
7677
              <widget class="QToolButton" name="J16_A_1">
7678
               <property name="maximumSize">
7679
                <size>
7680
                 <width>15</width>
7681
                 <height>15</height>
7682
                </size>
7683
               </property>
7684
               <property name="toolTip">
7685
                <string>64</string>
7686
               </property>
7687
               <property name="text">
7688
                <string>000</string>
7689
               </property>
7690
               <property name="icon">
7691
                <iconset resource="../QMK-Settings.qrc">
7692
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7693
               </property>
7694
               <property name="iconSize">
7695
                <size>
7696
                 <width>12</width>
7697
                 <height>12</height>
7698
                </size>
7699
               </property>
7700
               <property name="autoRaise">
7701
                <bool>true</bool>
7702
               </property>
7703
              </widget>
7704
             </item>
7705
             <item>
7706
              <widget class="QToolButton" name="J16_A_2">
7707
               <property name="maximumSize">
7708
                <size>
7709
                 <width>15</width>
7710
                 <height>15</height>
7711
                </size>
7712
               </property>
7713
               <property name="toolTip">
7714
                <string>32</string>
7715
               </property>
7716
               <property name="text">
7717
                <string>000</string>
7718
               </property>
7719
               <property name="icon">
7720
                <iconset resource="../QMK-Settings.qrc">
7721
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7722
               </property>
7723
               <property name="iconSize">
7724
                <size>
7725
                 <width>12</width>
7726
                 <height>12</height>
7727
                </size>
7728
               </property>
7729
               <property name="autoRaise">
7730
                <bool>true</bool>
7731
               </property>
7732
              </widget>
7733
             </item>
7734
             <item>
7735
              <widget class="QToolButton" name="J16_A_3">
7736
               <property name="maximumSize">
7737
                <size>
7738
                 <width>15</width>
7739
                 <height>15</height>
7740
                </size>
7741
               </property>
7742
               <property name="toolTip">
7743
                <string>16</string>
7744
               </property>
7745
               <property name="text">
7746
                <string>000</string>
7747
               </property>
7748
               <property name="icon">
7749
                <iconset resource="../QMK-Settings.qrc">
7750
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7751
               </property>
7752
               <property name="iconSize">
7753
                <size>
7754
                 <width>12</width>
7755
                 <height>12</height>
7756
                </size>
7757
               </property>
7758
               <property name="autoRaise">
7759
                <bool>true</bool>
7760
               </property>
7761
              </widget>
7762
             </item>
7763
             <item>
7764
              <widget class="QToolButton" name="J16_A_4">
7765
               <property name="maximumSize">
7766
                <size>
7767
                 <width>15</width>
7768
                 <height>15</height>
7769
                </size>
7770
               </property>
7771
               <property name="toolTip">
7772
                <string>8</string>
7773
               </property>
7774
               <property name="text">
7775
                <string>000</string>
7776
               </property>
7777
               <property name="icon">
7778
                <iconset resource="../QMK-Settings.qrc">
7779
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7780
               </property>
7781
               <property name="iconSize">
7782
                <size>
7783
                 <width>12</width>
7784
                 <height>12</height>
7785
                </size>
7786
               </property>
7787
               <property name="autoRaise">
7788
                <bool>true</bool>
7789
               </property>
7790
              </widget>
7791
             </item>
7792
             <item>
7793
              <widget class="QToolButton" name="J16_A_5">
7794
               <property name="maximumSize">
7795
                <size>
7796
                 <width>15</width>
7797
                 <height>15</height>
7798
                </size>
7799
               </property>
7800
               <property name="toolTip">
7801
                <string>4</string>
7802
               </property>
7803
               <property name="text">
7804
                <string>000</string>
7805
               </property>
7806
               <property name="icon">
7807
                <iconset resource="../QMK-Settings.qrc">
7808
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7809
               </property>
7810
               <property name="iconSize">
7811
                <size>
7812
                 <width>12</width>
7813
                 <height>12</height>
7814
                </size>
7815
               </property>
7816
               <property name="autoRaise">
7817
                <bool>true</bool>
7818
               </property>
7819
              </widget>
7820
             </item>
7821
             <item>
7822
              <widget class="QToolButton" name="J16_A_6">
7823
               <property name="maximumSize">
7824
                <size>
7825
                 <width>15</width>
7826
                 <height>15</height>
7827
                </size>
7828
               </property>
7829
               <property name="toolTip">
7830
                <string>2</string>
7831
               </property>
7832
               <property name="text">
7833
                <string>000</string>
7834
               </property>
7835
               <property name="icon">
7836
                <iconset resource="../QMK-Settings.qrc">
7837
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7838
               </property>
7839
               <property name="iconSize">
7840
                <size>
7841
                 <width>12</width>
7842
                 <height>12</height>
7843
                </size>
7844
               </property>
7845
               <property name="autoRaise">
7846
                <bool>true</bool>
7847
               </property>
7848
              </widget>
7849
             </item>
7850
             <item>
7851
              <widget class="QToolButton" name="J16_A_7">
7852
               <property name="maximumSize">
7853
                <size>
7854
                 <width>15</width>
7855
                 <height>15</height>
7856
                </size>
7857
               </property>
7858
               <property name="toolTip">
7859
                <string>1</string>
7860
               </property>
7861
               <property name="text">
7862
                <string>000</string>
7863
               </property>
7864
               <property name="icon">
7865
                <iconset resource="../QMK-Settings.qrc">
7866
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7867
               </property>
7868
               <property name="iconSize">
7869
                <size>
7870
                 <width>12</width>
7871
                 <height>12</height>
7872
                </size>
7873
               </property>
7874
               <property name="autoRaise">
7875
                <bool>true</bool>
7876
               </property>
7877
              </widget>
7878
             </item>
7879
            </layout>
7880
           </item>
7881
           <item row="8" column="0">
7882
            <widget class="QLabel" name="label_145">
7883
             <property name="font">
7884
              <font>
7885
               <weight>75</weight>
7886
               <bold>true</bold>
7887
              </font>
7888
             </property>
7889
             <property name="mouseTracking">
7890
              <bool>false</bool>
7891
             </property>
7892
             <property name="text">
7893
              <string>an J17</string>
7894
             </property>
7895
            </widget>
7896
           </item>
7897
           <item row="8" column="1">
7898
            <widget class="QSpinBox" name="sb_11_6">
7899
             <property name="maximum">
7900
              <number>255</number>
7901
             </property>
7902
            </widget>
7903
           </item>
7904
           <item row="8" column="2">
7905
            <layout class="QHBoxLayout" name="horizontalLayout_11">
7906
             <property name="spacing">
7907
              <number>0</number>
7908
             </property>
7909
             <item>
7910
              <widget class="QToolButton" name="J17_A_0">
7911
               <property name="maximumSize">
7912
                <size>
7913
                 <width>15</width>
7914
                 <height>15</height>
7915
                </size>
7916
               </property>
7917
               <property name="toolTip">
7918
                <string>128</string>
7919
               </property>
7920
               <property name="text">
7921
                <string>0000</string>
7922
               </property>
7923
               <property name="icon">
7924
                <iconset resource="../QMK-Settings.qrc">
7925
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7926
               </property>
7927
               <property name="iconSize">
7928
                <size>
7929
                 <width>12</width>
7930
                 <height>12</height>
7931
                </size>
7932
               </property>
7933
               <property name="autoRaise">
7934
                <bool>true</bool>
7935
               </property>
7936
              </widget>
7937
             </item>
7938
             <item>
7939
              <widget class="QToolButton" name="J17_A_1">
7940
               <property name="maximumSize">
7941
                <size>
7942
                 <width>15</width>
7943
                 <height>15</height>
7944
                </size>
7945
               </property>
7946
               <property name="toolTip">
7947
                <string>64</string>
7948
               </property>
7949
               <property name="text">
7950
                <string>0000</string>
7951
               </property>
7952
               <property name="icon">
7953
                <iconset resource="../QMK-Settings.qrc">
7954
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7955
               </property>
7956
               <property name="iconSize">
7957
                <size>
7958
                 <width>12</width>
7959
                 <height>12</height>
7960
                </size>
7961
               </property>
7962
               <property name="autoRaise">
7963
                <bool>true</bool>
7964
               </property>
7965
              </widget>
7966
             </item>
7967
             <item>
7968
              <widget class="QToolButton" name="J17_A_2">
7969
               <property name="maximumSize">
7970
                <size>
7971
                 <width>15</width>
7972
                 <height>15</height>
7973
                </size>
7974
               </property>
7975
               <property name="toolTip">
7976
                <string>32</string>
7977
               </property>
7978
               <property name="text">
7979
                <string>0000</string>
7980
               </property>
7981
               <property name="icon">
7982
                <iconset resource="../QMK-Settings.qrc">
7983
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
7984
               </property>
7985
               <property name="iconSize">
7986
                <size>
7987
                 <width>12</width>
7988
                 <height>12</height>
7989
                </size>
7990
               </property>
7991
               <property name="autoRaise">
7992
                <bool>true</bool>
7993
               </property>
7994
              </widget>
7995
             </item>
7996
             <item>
7997
              <widget class="QToolButton" name="J17_A_3">
7998
               <property name="maximumSize">
7999
                <size>
8000
                 <width>15</width>
8001
                 <height>15</height>
8002
                </size>
8003
               </property>
8004
               <property name="toolTip">
8005
                <string>16</string>
8006
               </property>
8007
               <property name="text">
8008
                <string>0000</string>
8009
               </property>
8010
               <property name="icon">
8011
                <iconset resource="../QMK-Settings.qrc">
8012
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
8013
               </property>
8014
               <property name="iconSize">
8015
                <size>
8016
                 <width>12</width>
8017
                 <height>12</height>
8018
                </size>
8019
               </property>
8020
               <property name="autoRaise">
8021
                <bool>true</bool>
8022
               </property>
8023
              </widget>
8024
             </item>
8025
             <item>
8026
              <widget class="QToolButton" name="J17_A_4">
8027
               <property name="maximumSize">
8028
                <size>
8029
                 <width>15</width>
8030
                 <height>15</height>
8031
                </size>
8032
               </property>
8033
               <property name="toolTip">
8034
                <string>8</string>
8035
               </property>
8036
               <property name="text">
8037
                <string>0000</string>
8038
               </property>
8039
               <property name="icon">
8040
                <iconset resource="../QMK-Settings.qrc">
8041
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
8042
               </property>
8043
               <property name="iconSize">
8044
                <size>
8045
                 <width>12</width>
8046
                 <height>12</height>
8047
                </size>
8048
               </property>
8049
               <property name="autoRaise">
8050
                <bool>true</bool>
8051
               </property>
8052
              </widget>
8053
             </item>
8054
             <item>
8055
              <widget class="QToolButton" name="J17_A_5">
8056
               <property name="maximumSize">
8057
                <size>
8058
                 <width>15</width>
8059
                 <height>15</height>
8060
                </size>
8061
               </property>
8062
               <property name="toolTip">
8063
                <string>4</string>
8064
               </property>
8065
               <property name="text">
8066
                <string>0000</string>
8067
               </property>
8068
               <property name="icon">
8069
                <iconset resource="../QMK-Settings.qrc">
8070
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
8071
               </property>
8072
               <property name="iconSize">
8073
                <size>
8074
                 <width>12</width>
8075
                 <height>12</height>
8076
                </size>
8077
               </property>
8078
               <property name="autoRaise">
8079
                <bool>true</bool>
8080
               </property>
8081
              </widget>
8082
             </item>
8083
             <item>
8084
              <widget class="QToolButton" name="J17_A_6">
8085
               <property name="maximumSize">
8086
                <size>
8087
                 <width>15</width>
8088
                 <height>15</height>
8089
                </size>
8090
               </property>
8091
               <property name="toolTip">
8092
                <string>2</string>
8093
               </property>
8094
               <property name="text">
8095
                <string>0000</string>
8096
               </property>
8097
               <property name="icon">
8098
                <iconset resource="../QMK-Settings.qrc">
8099
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
8100
               </property>
8101
               <property name="iconSize">
8102
                <size>
8103
                 <width>12</width>
8104
                 <height>12</height>
8105
                </size>
8106
               </property>
8107
               <property name="autoRaise">
8108
                <bool>true</bool>
8109
               </property>
8110
              </widget>
8111
             </item>
8112
             <item>
8113
              <widget class="QToolButton" name="J17_A_7">
8114
               <property name="maximumSize">
8115
                <size>
8116
                 <width>15</width>
8117
                 <height>15</height>
8118
                </size>
8119
               </property>
8120
               <property name="toolTip">
8121
                <string>1</string>
8122
               </property>
8123
               <property name="text">
8124
                <string>0000</string>
8125
               </property>
8126
               <property name="icon">
8127
                <iconset resource="../QMK-Settings.qrc">
8128
                 <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
8129
               </property>
8130
               <property name="iconSize">
8131
                <size>
8132
                 <width>12</width>
8133
                 <height>12</height>
8134
                </size>
8135
               </property>
8136
               <property name="autoRaise">
8137
                <bool>true</bool>
8138
               </property>
8139
              </widget>
8140
             </item>
8141
            </layout>
8142
           </item>
750 KeyOz 8143
           <item row="10" column="1">
674 KeyOz 8144
            <spacer name="verticalSpacer_16">
8145
             <property name="orientation">
8146
              <enum>Qt::Vertical</enum>
8147
             </property>
8148
             <property name="sizeHint" stdset="0">
8149
              <size>
8150
               <width>20</width>
8151
               <height>40</height>
8152
              </size>
8153
             </property>
8154
            </spacer>
8155
           </item>
750 KeyOz 8156
           <item row="9" column="1" colspan="2">
8157
            <widget class="QLabel" name="label_63">
8158
             <property name="font">
8159
              <font>
8160
               <weight>75</weight>
8161
               <bold>true</bold>
8162
              </font>
8163
             </property>
8164
             <property name="text">
8165
              <string>festes Timing 0.1s</string>
8166
             </property>
8167
            </widget>
8168
           </item>
674 KeyOz 8169
           <item row="7" column="3">
750 KeyOz 8170
            <widget class="QCheckBox" name="s_11_7_cb">
8171
             <property name="font">
8172
              <font>
8173
               <weight>75</weight>
8174
               <bold>true</bold>
8175
              </font>
674 KeyOz 8176
             </property>
750 KeyOz 8177
             <property name="text">
8178
              <string>aktiv</string>
674 KeyOz 8179
             </property>
750 KeyOz 8180
            </widget>
8181
           </item>
8182
           <item row="8" column="3">
8183
            <widget class="QCheckBox" name="s_11_8_cb">
8184
             <property name="font">
8185
              <font>
8186
               <weight>75</weight>
8187
               <bold>true</bold>
8188
              </font>
674 KeyOz 8189
             </property>
750 KeyOz 8190
             <property name="text">
8191
              <string>aktiv</string>
8192
             </property>
8193
            </widget>
674 KeyOz 8194
           </item>
8195
          </layout>
8196
         </widget>
8197
        </item>
8198
       </layout>
8199
      </widget>
8200
      <widget class="QWidget" name="page_2">
8201
       <layout class="QGridLayout" name="gridLayout_33">
8202
        <item row="0" column="0">
8203
         <widget class="QFrame" name="frame_14">
8204
          <property name="sizePolicy">
8205
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
8206
            <horstretch>0</horstretch>
8207
            <verstretch>0</verstretch>
8208
           </sizepolicy>
8209
          </property>
8210
          <property name="frameShape">
8211
           <enum>QFrame::StyledPanel</enum>
8212
          </property>
8213
          <property name="frameShadow">
8214
           <enum>QFrame::Raised</enum>
8215
          </property>
8216
          <layout class="QGridLayout" name="gridLayout_15">
8217
           <item row="0" column="0" colspan="2">
8218
            <widget class="QCheckBox" name="s_12_1_cb">
8219
             <property name="font">
8220
              <font>
8221
               <weight>75</weight>
8222
               <bold>true</bold>
8223
              </font>
8224
             </property>
8225
             <property name="text">
750 KeyOz 8226
              <string>GPS aktiv</string>
674 KeyOz 8227
             </property>
8228
            </widget>
8229
           </item>
8230
           <item row="1" column="0" rowspan="2" colspan="2">
8231
            <widget class="QFrame" name="Frame_GPS1">
8232
             <property name="enabled">
8233
              <bool>false</bool>
8234
             </property>
8235
             <property name="frameShape">
8236
              <enum>QFrame::NoFrame</enum>
8237
             </property>
8238
             <property name="frameShadow">
8239
              <enum>QFrame::Raised</enum>
8240
             </property>
8241
             <layout class="QGridLayout" name="gridLayout_16">
8242
              <item row="0" column="0" colspan="2">
8243
               <widget class="QLabel" name="label_120">
8244
                <property name="font">
8245
                 <font>
8246
                  <weight>75</weight>
8247
                  <bold>true</bold>
8248
                 </font>
8249
                </property>
8250
                <property name="text">
750 KeyOz 8251
                 <string>GPS Modus Steuerung:</string>
674 KeyOz 8252
                </property>
8253
               </widget>
8254
              </item>
8255
              <item row="0" column="2">
8256
               <widget class="QComboBox" name="cb_12_1">
8257
                <property name="editable">
8258
                 <bool>true</bool>
8259
                </property>
8260
                <item>
8261
                 <property name="text">
8262
                  <string>Poti 1</string>
8263
                 </property>
8264
                </item>
8265
                <item>
8266
                 <property name="text">
8267
                  <string>Poti 2</string>
8268
                 </property>
8269
                </item>
8270
                <item>
8271
                 <property name="text">
8272
                  <string>Poti 3</string>
8273
                 </property>
8274
                </item>
8275
                <item>
8276
                 <property name="text">
8277
                  <string>Poti 4</string>
8278
                 </property>
8279
                </item>
8280
                <item>
8281
                 <property name="text">
750 KeyOz 8282
                  <string>Poti 5</string>
8283
                 </property>
8284
                </item>
8285
                <item>
8286
                 <property name="text">
8287
                  <string>Poti 6</string>
8288
                 </property>
8289
                </item>
8290
                <item>
8291
                 <property name="text">
8292
                  <string>Poti 7</string>
8293
                 </property>
8294
                </item>
8295
                <item>
8296
                 <property name="text">
8297
                  <string>Poti 8</string>
8298
                 </property>
8299
                </item>
8300
                <item>
8301
                 <property name="text">
674 KeyOz 8302
                  <string>0</string>
8303
                 </property>
8304
                </item>
8305
               </widget>
8306
              </item>
8307
              <item row="1" column="0" colspan="2">
8308
               <widget class="QLabel" name="label_123">
8309
                <property name="font">
8310
                 <font>
8311
                  <weight>75</weight>
8312
                  <bold>true</bold>
8313
                 </font>
8314
                </property>
8315
                <property name="text">
750 KeyOz 8316
                 <string>GPS Verstärkung</string>
674 KeyOz 8317
                </property>
8318
               </widget>
8319
              </item>
8320
              <item row="1" column="2">
8321
               <widget class="QComboBox" name="cb_12_2">
8322
                <property name="editable">
8323
                 <bool>true</bool>
8324
                </property>
8325
                <item>
8326
                 <property name="text">
8327
                  <string>Poti 1</string>
8328
                 </property>
8329
                </item>
8330
                <item>
8331
                 <property name="text">
8332
                  <string>Poti 2</string>
8333
                 </property>
8334
                </item>
8335
                <item>
8336
                 <property name="text">
8337
                  <string>Poti 3</string>
8338
                 </property>
8339
                </item>
8340
                <item>
8341
                 <property name="text">
8342
                  <string>Poti 4</string>
8343
                 </property>
8344
                </item>
8345
                <item>
8346
                 <property name="text">
750 KeyOz 8347
                  <string>Poti 5</string>
8348
                 </property>
8349
                </item>
8350
                <item>
8351
                 <property name="text">
8352
                  <string>Poti 6</string>
8353
                 </property>
8354
                </item>
8355
                <item>
8356
                 <property name="text">
8357
                  <string>Poti 7</string>
8358
                 </property>
8359
                </item>
8360
                <item>
8361
                 <property name="text">
8362
                  <string>Poti 8</string>
8363
                 </property>
8364
                </item>
8365
                <item>
8366
                 <property name="text">
674 KeyOz 8367
                  <string>0</string>
8368
                 </property>
8369
                </item>
8370
               </widget>
8371
              </item>
8372
              <item row="1" column="3">
8373
               <widget class="QLabel" name="label_124">
8374
                <property name="text">
8375
                 <string>[%]</string>
8376
                </property>
8377
               </widget>
8378
              </item>
8379
              <item row="2" column="0" colspan="2">
8380
               <widget class="QLabel" name="label_119">
8381
                <property name="font">
8382
                 <font>
8383
                  <weight>75</weight>
8384
                  <bold>true</bold>
8385
                 </font>
8386
                </property>
8387
                <property name="text">
750 KeyOz 8388
                 <string>GPS Stick Schwelle:</string>
674 KeyOz 8389
                </property>
8390
               </widget>
8391
              </item>
8392
              <item row="2" column="2">
8393
               <widget class="QSpinBox" name="sb_12_3">
8394
                <property name="maximum">
8395
                 <number>250</number>
8396
                </property>
8397
               </widget>
8398
              </item>
8399
              <item row="3" column="0" colspan="2">
8400
               <widget class="QLabel" name="label_122">
8401
                <property name="font">
8402
                 <font>
8403
                  <weight>75</weight>
8404
                  <bold>true</bold>
8405
                 </font>
8406
                </property>
8407
                <property name="text">
8408
                 <string>Min. Sat.</string>
8409
                </property>
8410
               </widget>
8411
              </item>
8412
              <item row="3" column="2">
8413
               <widget class="QSpinBox" name="sb_12_4">
8414
                <property name="maximum">
8415
                 <number>250</number>
8416
                </property>
8417
               </widget>
8418
              </item>
8419
              <item row="4" column="0">
8420
               <widget class="QLabel" name="label_125">
8421
                <property name="font">
8422
                 <font>
8423
                  <weight>75</weight>
8424
                  <bold>true</bold>
8425
                 </font>
8426
                </property>
8427
                <property name="text">
8428
                 <string>GPS P:</string>
8429
                </property>
8430
               </widget>
8431
              </item>
8432
              <item row="4" column="2">
8433
               <widget class="QComboBox" name="cb_12_5">
8434
                <property name="editable">
8435
                 <bool>true</bool>
8436
                </property>
8437
                <item>
8438
                 <property name="text">
8439
                  <string>Poti 1</string>
8440
                 </property>
8441
                </item>
8442
                <item>
8443
                 <property name="text">
8444
                  <string>Poti 2</string>
8445
                 </property>
8446
                </item>
8447
                <item>
8448
                 <property name="text">
8449
                  <string>Poti 3</string>
8450
                 </property>
8451
                </item>
8452
                <item>
8453
                 <property name="text">
8454
                  <string>Poti 4</string>
8455
                 </property>
8456
                </item>
8457
                <item>
8458
                 <property name="text">
750 KeyOz 8459
                  <string>Poti 5</string>
8460
                 </property>
8461
                </item>
8462
                <item>
8463
                 <property name="text">
8464
                  <string>Poti 6</string>
8465
                 </property>
8466
                </item>
8467
                <item>
8468
                 <property name="text">
8469
                  <string>Poti 7</string>
8470
                 </property>
8471
                </item>
8472
                <item>
8473
                 <property name="text">
8474
                  <string>Poti 8</string>
8475
                 </property>
8476
                </item>
8477
                <item>
8478
                 <property name="text">
674 KeyOz 8479
                  <string>0</string>
8480
                 </property>
8481
                </item>
8482
               </widget>
8483
              </item>
8484
              <item row="4" column="3">
8485
               <widget class="QLabel" name="label_77">
8486
                <property name="font">
8487
                 <font>
8488
                  <weight>75</weight>
8489
                  <bold>true</bold>
8490
                 </font>
8491
                </property>
8492
                <property name="text">
8493
                 <string>Limit:</string>
8494
                </property>
8495
               </widget>
8496
              </item>
8497
              <item row="4" column="4">
8498
               <widget class="QComboBox" name="cb_12_9">
8499
                <property name="editable">
8500
                 <bool>true</bool>
8501
                </property>
8502
                <item>
8503
                 <property name="text">
8504
                  <string>Poti 1</string>
8505
                 </property>
8506
                </item>
8507
                <item>
8508
                 <property name="text">
8509
                  <string>Poti 2</string>
8510
                 </property>
8511
                </item>
8512
                <item>
8513
                 <property name="text">
8514
                  <string>Poti 3</string>
8515
                 </property>
8516
                </item>
8517
                <item>
8518
                 <property name="text">
8519
                  <string>Poti 4</string>
8520
                 </property>
8521
                </item>
8522
                <item>
8523
                 <property name="text">
750 KeyOz 8524
                  <string>Poti 5</string>
8525
                 </property>
8526
                </item>
8527
                <item>
8528
                 <property name="text">
8529
                  <string>Poti 6</string>
8530
                 </property>
8531
                </item>
8532
                <item>
8533
                 <property name="text">
8534
                  <string>Poti 7</string>
8535
                 </property>
8536
                </item>
8537
                <item>
8538
                 <property name="text">
8539
                  <string>Poti 8</string>
8540
                 </property>
8541
                </item>
8542
                <item>
8543
                 <property name="text">
674 KeyOz 8544
                  <string>0</string>
8545
                 </property>
8546
                </item>
8547
               </widget>
8548
              </item>
8549
              <item row="5" column="0">
8550
               <widget class="QLabel" name="label_127">
8551
                <property name="font">
8552
                 <font>
8553
                  <weight>75</weight>
8554
                  <bold>true</bold>
8555
                 </font>
8556
                </property>
8557
                <property name="text">
8558
                 <string>GPS I:</string>
8559
                </property>
8560
               </widget>
8561
              </item>
8562
              <item row="5" column="2">
8563
               <widget class="QComboBox" name="cb_12_6">
8564
                <property name="editable">
8565
                 <bool>true</bool>
8566
                </property>
8567
                <item>
8568
                 <property name="text">
8569
                  <string>Poti 1</string>
8570
                 </property>
8571
                </item>
8572
                <item>
8573
                 <property name="text">
8574
                  <string>Poti 2</string>
8575
                 </property>
8576
                </item>
8577
                <item>
8578
                 <property name="text">
8579
                  <string>Poti 3</string>
8580
                 </property>
8581
                </item>
8582
                <item>
8583
                 <property name="text">
8584
                  <string>Poti 4</string>
8585
                 </property>
8586
                </item>
8587
                <item>
8588
                 <property name="text">
750 KeyOz 8589
                  <string>Poti 5</string>
8590
                 </property>
8591
                </item>
8592
                <item>
8593
                 <property name="text">
8594
                  <string>Poti 6</string>
8595
                 </property>
8596
                </item>
8597
                <item>
8598
                 <property name="text">
8599
                  <string>Poti 7</string>
8600
                 </property>
8601
                </item>
8602
                <item>
8603
                 <property name="text">
8604
                  <string>Poti 8</string>
8605
                 </property>
8606
                </item>
8607
                <item>
8608
                 <property name="text">
674 KeyOz 8609
                  <string>0</string>
8610
                 </property>
8611
                </item>
8612
               </widget>
8613
              </item>
8614
              <item row="5" column="3">
8615
               <widget class="QLabel" name="label_126">
8616
                <property name="font">
8617
                 <font>
8618
                  <weight>75</weight>
8619
                  <bold>true</bold>
8620
                 </font>
8621
                </property>
8622
                <property name="text">
8623
                 <string>Limit:</string>
8624
                </property>
8625
               </widget>
8626
              </item>
8627
              <item row="5" column="4">
8628
               <widget class="QComboBox" name="cb_12_10">
8629
                <property name="editable">
8630
                 <bool>true</bool>
8631
                </property>
8632
                <item>
8633
                 <property name="text">
8634
                  <string>Poti 1</string>
8635
                 </property>
8636
                </item>
8637
                <item>
8638
                 <property name="text">
8639
                  <string>Poti 2</string>
8640
                 </property>
8641
                </item>
8642
                <item>
8643
                 <property name="text">
8644
                  <string>Poti 3</string>
8645
                 </property>
8646
                </item>
8647
                <item>
8648
                 <property name="text">
8649
                  <string>Poti 4</string>
8650
                 </property>
8651
                </item>
8652
                <item>
8653
                 <property name="text">
750 KeyOz 8654
                  <string>Poti 5</string>
8655
                 </property>
8656
                </item>
8657
                <item>
8658
                 <property name="text">
8659
                  <string>Poti 6</string>
8660
                 </property>
8661
                </item>
8662
                <item>
8663
                 <property name="text">
8664
                  <string>Poti 7</string>
8665
                 </property>
8666
                </item>
8667
                <item>
8668
                 <property name="text">
8669
                  <string>Poti 8</string>
8670
                 </property>
8671
                </item>
8672
                <item>
8673
                 <property name="text">
674 KeyOz 8674
                  <string>0</string>
8675
                 </property>
8676
                </item>
8677
               </widget>
8678
              </item>
8679
              <item row="6" column="0">
8680
               <widget class="QLabel" name="label_129">
8681
                <property name="font">
8682
                 <font>
8683
                  <weight>75</weight>
8684
                  <bold>true</bold>
8685
                 </font>
8686
                </property>
8687
                <property name="text">
8688
                 <string>GPS D:</string>
8689
                </property>
8690
               </widget>
8691
              </item>
8692
              <item row="6" column="2">
8693
               <widget class="QComboBox" name="cb_12_7">
8694
                <property name="editable">
8695
                 <bool>true</bool>
8696
                </property>
8697
                <item>
8698
                 <property name="text">
8699
                  <string>Poti 1</string>
8700
                 </property>
8701
                </item>
8702
                <item>
8703
                 <property name="text">
8704
                  <string>Poti 2</string>
8705
                 </property>
8706
                </item>
8707
                <item>
8708
                 <property name="text">
8709
                  <string>Poti 3</string>
8710
                 </property>
8711
                </item>
8712
                <item>
8713
                 <property name="text">
8714
                  <string>Poti 4</string>
8715
                 </property>
8716
                </item>
8717
                <item>
8718
                 <property name="text">
750 KeyOz 8719
                  <string>Poti 5</string>
8720
                 </property>
8721
                </item>
8722
                <item>
8723
                 <property name="text">
8724
                  <string>Poti 6</string>
8725
                 </property>
8726
                </item>
8727
                <item>
8728
                 <property name="text">
8729
                  <string>Poti 7</string>
8730
                 </property>
8731
                </item>
8732
                <item>
8733
                 <property name="text">
8734
                  <string>Poti 8</string>
8735
                 </property>
8736
                </item>
8737
                <item>
8738
                 <property name="text">
674 KeyOz 8739
                  <string>0</string>
8740
                 </property>
8741
                </item>
8742
               </widget>
8743
              </item>
8744
              <item row="6" column="3">
8745
               <widget class="QLabel" name="label_134">
8746
                <property name="font">
8747
                 <font>
8748
                  <weight>75</weight>
8749
                  <bold>true</bold>
8750
                 </font>
8751
                </property>
8752
                <property name="text">
8753
                 <string>Limit</string>
8754
                </property>
8755
               </widget>
8756
              </item>
8757
              <item row="6" column="4">
8758
               <widget class="QComboBox" name="cb_12_11">
8759
                <property name="editable">
8760
                 <bool>true</bool>
8761
                </property>
8762
                <item>
8763
                 <property name="text">
8764
                  <string>Poti 1</string>
8765
                 </property>
8766
                </item>
8767
                <item>
8768
                 <property name="text">
8769
                  <string>Poti 2</string>
8770
                 </property>
8771
                </item>
8772
                <item>
8773
                 <property name="text">
8774
                  <string>Poti 3</string>
8775
                 </property>
8776
                </item>
8777
                <item>
8778
                 <property name="text">
8779
                  <string>Poti 4</string>
8780
                 </property>
8781
                </item>
8782
                <item>
8783
                 <property name="text">
750 KeyOz 8784
                  <string>Poti 5</string>
8785
                 </property>
8786
                </item>
8787
                <item>
8788
                 <property name="text">
8789
                  <string>Poti 6</string>
8790
                 </property>
8791
                </item>
8792
                <item>
8793
                 <property name="text">
8794
                  <string>Poti 7</string>
8795
                 </property>
8796
                </item>
8797
                <item>
8798
                 <property name="text">
8799
                  <string>Poti 8</string>
8800
                 </property>
8801
                </item>
8802
                <item>
8803
                 <property name="text">
674 KeyOz 8804
                  <string>0</string>
8805
                 </property>
8806
                </item>
8807
               </widget>
8808
              </item>
8809
              <item row="7" column="0" colspan="2">
8810
               <widget class="QLabel" name="label_131">
8811
                <property name="font">
8812
                 <font>
8813
                  <weight>75</weight>
8814
                  <bold>true</bold>
8815
                 </font>
8816
                </property>
8817
                <property name="text">
8818
                 <string>GPS ACC:</string>
8819
                </property>
8820
               </widget>
8821
              </item>
8822
              <item row="7" column="2" rowspan="2">
8823
               <widget class="QComboBox" name="cb_12_8">
8824
                <property name="editable">
8825
                 <bool>true</bool>
8826
                </property>
8827
                <item>
8828
                 <property name="text">
8829
                  <string>Poti 1</string>
8830
                 </property>
8831
                </item>
8832
                <item>
8833
                 <property name="text">
8834
                  <string>Poti 2</string>
8835
                 </property>
8836
                </item>
8837
                <item>
8838
                 <property name="text">
8839
                  <string>Poti 3</string>
8840
                 </property>
8841
                </item>
8842
                <item>
8843
                 <property name="text">
8844
                  <string>Poti 4</string>
8845
                 </property>
8846
                </item>
8847
                <item>
8848
                 <property name="text">
750 KeyOz 8849
                  <string>Poti 5</string>
8850
                 </property>
8851
                </item>
8852
                <item>
8853
                 <property name="text">
8854
                  <string>Poti 6</string>
8855
                 </property>
8856
                </item>
8857
                <item>
8858
                 <property name="text">
8859
                  <string>Poti 7</string>
8860
                 </property>
8861
                </item>
8862
                <item>
8863
                 <property name="text">
8864
                  <string>Poti 8</string>
8865
                 </property>
8866
                </item>
8867
                <item>
8868
                 <property name="text">
674 KeyOz 8869
                  <string>0</string>
8870
                 </property>
8871
                </item>
8872
               </widget>
8873
              </item>
8874
             </layout>
8875
            </widget>
8876
           </item>
8877
           <item row="3" column="0" colspan="2">
8878
            <spacer name="verticalSpacer_3">
8879
             <property name="orientation">
8880
              <enum>Qt::Vertical</enum>
8881
             </property>
8882
             <property name="sizeHint" stdset="0">
8883
              <size>
8884
               <width>20</width>
750 KeyOz 8885
               <height>1</height>
674 KeyOz 8886
              </size>
8887
             </property>
8888
            </spacer>
8889
           </item>
8890
          </layout>
8891
         </widget>
8892
        </item>
8893
        <item row="0" column="1">
8894
         <widget class="QTextEdit" name="te_Help_12">
8895
          <property name="minimumSize">
8896
           <size>
8897
            <width>180</width>
8898
            <height>0</height>
8899
           </size>
8900
          </property>
8901
          <property name="maximumSize">
8902
           <size>
8903
            <width>180</width>
8904
            <height>16777215</height>
8905
           </size>
8906
          </property>
8907
          <property name="readOnly">
8908
           <bool>true</bool>
8909
          </property>
8910
          <property name="html">
8911
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
8912
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
8913
p, li { white-space: pre-wrap; }
750 KeyOz 8914
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 8915
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Einstellungen für das Navi-Ctrl.&lt;/span&gt;&lt;/p&gt;
8916
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;GPS Mode Control:&lt;/span&gt;&lt;/p&gt;
8917
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;0 = Free, 100 = Position Hold, 200 = Coming Home&lt;/span&gt;&lt;/p&gt;
8918
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;GPS Stick Threshold:&lt;/span&gt;&lt;/p&gt;
8919
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;0 = Position Hold by Mode Control&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
8920
          </property>
8921
         </widget>
8922
        </item>
8923
       </layout>
8924
      </widget>
8925
      <widget class="QWidget" name="Seite_12">
8926
       <layout class="QGridLayout" name="gridLayout_30">
8927
        <item row="0" column="0">
8928
         <widget class="QFrame" name="frame_19">
8929
          <property name="sizePolicy">
8930
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
8931
            <horstretch>0</horstretch>
8932
            <verstretch>0</verstretch>
8933
           </sizepolicy>
8934
          </property>
8935
          <property name="frameShape">
8936
           <enum>QFrame::StyledPanel</enum>
8937
          </property>
8938
          <property name="frameShadow">
8939
           <enum>QFrame::Raised</enum>
8940
          </property>
8941
          <layout class="QGridLayout" name="gridLayout_6">
8942
           <item row="0" column="0">
8943
            <widget class="QCheckBox" name="s_13_1_cb">
8944
             <property name="font">
8945
              <font>
8946
               <weight>75</weight>
8947
               <bold>true</bold>
8948
              </font>
8949
             </property>
8950
             <property name="text">
750 KeyOz 8951
              <string>GPS aktiv</string>
674 KeyOz 8952
             </property>
8953
            </widget>
8954
           </item>
8955
           <item row="1" column="0">
8956
            <widget class="QFrame" name="Frame_GPS2">
8957
             <property name="enabled">
8958
              <bool>false</bool>
8959
             </property>
8960
             <property name="frameShape">
8961
              <enum>QFrame::NoFrame</enum>
8962
             </property>
8963
             <property name="frameShadow">
8964
              <enum>QFrame::Raised</enum>
8965
             </property>
8966
             <layout class="QGridLayout" name="gridLayout_5">
8967
              <item row="0" column="0">
8968
               <widget class="QLabel" name="label_139">
8969
                <property name="font">
8970
                 <font>
8971
                  <weight>75</weight>
8972
                  <bold>true</bold>
8973
                 </font>
8974
                </property>
8975
                <property name="text">
750 KeyOz 8976
                 <string>GPS Windkorrektur:</string>
674 KeyOz 8977
                </property>
8978
               </widget>
8979
              </item>
8980
              <item row="0" column="1">
8981
               <widget class="QComboBox" name="cb_13_1">
8982
                <property name="editable">
8983
                 <bool>true</bool>
8984
                </property>
8985
                <item>
8986
                 <property name="text">
8987
                  <string>Poti 1</string>
8988
                 </property>
8989
                </item>
8990
                <item>
8991
                 <property name="text">
8992
                  <string>Poti 2</string>
8993
                 </property>
8994
                </item>
8995
                <item>
8996
                 <property name="text">
8997
                  <string>Poti 3</string>
8998
                 </property>
8999
                </item>
9000
                <item>
9001
                 <property name="text">
9002
                  <string>Poti 4</string>
9003
                 </property>
9004
                </item>
9005
                <item>
9006
                 <property name="text">
750 KeyOz 9007
                  <string>Poti 5</string>
9008
                 </property>
9009
                </item>
9010
                <item>
9011
                 <property name="text">
9012
                  <string>Poti 6</string>
9013
                 </property>
9014
                </item>
9015
                <item>
9016
                 <property name="text">
9017
                  <string>Poti 7</string>
9018
                 </property>
9019
                </item>
9020
                <item>
9021
                 <property name="text">
9022
                  <string>Poti 8</string>
9023
                 </property>
9024
                </item>
9025
                <item>
9026
                 <property name="text">
674 KeyOz 9027
                  <string>0</string>
9028
                 </property>
9029
                </item>
9030
               </widget>
9031
              </item>
9032
              <item row="0" column="2">
9033
               <widget class="QLabel" name="label_140">
9034
                <property name="text">
9035
                 <string>[%]</string>
9036
                </property>
9037
               </widget>
9038
              </item>
9039
              <item row="1" column="0">
9040
               <widget class="QLabel" name="label_141">
9041
                <property name="font">
9042
                 <font>
9043
                  <weight>75</weight>
9044
                  <bold>true</bold>
9045
                 </font>
9046
                </property>
9047
                <property name="text">
750 KeyOz 9048
                 <string>Bremswirkung:</string>
674 KeyOz 9049
                </property>
9050
               </widget>
9051
              </item>
9052
              <item row="1" column="1">
9053
               <widget class="QComboBox" name="cb_13_2">
9054
                <property name="editable">
9055
                 <bool>true</bool>
9056
                </property>
9057
                <item>
9058
                 <property name="text">
9059
                  <string>Poti 1</string>
9060
                 </property>
9061
                </item>
9062
                <item>
9063
                 <property name="text">
9064
                  <string>Poti 2</string>
9065
                 </property>
9066
                </item>
9067
                <item>
9068
                 <property name="text">
9069
                  <string>Poti 3</string>
9070
                 </property>
9071
                </item>
9072
                <item>
9073
                 <property name="text">
9074
                  <string>Poti 4</string>
9075
                 </property>
9076
                </item>
9077
                <item>
9078
                 <property name="text">
750 KeyOz 9079
                  <string>Poti 5</string>
9080
                 </property>
9081
                </item>
9082
                <item>
9083
                 <property name="text">
9084
                  <string>Poti 6</string>
9085
                 </property>
9086
                </item>
9087
                <item>
9088
                 <property name="text">
9089
                  <string>Poti 7</string>
9090
                 </property>
9091
                </item>
9092
                <item>
9093
                 <property name="text">
9094
                  <string>Poti 8</string>
9095
                 </property>
9096
                </item>
9097
                <item>
9098
                 <property name="text">
674 KeyOz 9099
                  <string>0</string>
9100
                 </property>
9101
                </item>
9102
               </widget>
9103
              </item>
9104
              <item row="1" column="2">
9105
               <widget class="QLabel" name="label_143">
9106
                <property name="text">
9107
                 <string>[%]</string>
9108
                </property>
9109
               </widget>
9110
              </item>
9111
              <item row="2" column="0">
9112
               <widget class="QLabel" name="label_148">
9113
                <property name="font">
9114
                 <font>
9115
                  <weight>75</weight>
9116
                  <bold>true</bold>
9117
                 </font>
9118
                </property>
9119
                <property name="text">
9120
                 <string>GPS-Maxradius:</string>
9121
                </property>
9122
               </widget>
9123
              </item>
9124
              <item row="2" column="1">
9125
               <widget class="QComboBox" name="cb_13_3">
9126
                <property name="editable">
9127
                 <bool>true</bool>
9128
                </property>
9129
                <item>
9130
                 <property name="text">
9131
                  <string>Poti 1</string>
9132
                 </property>
9133
                </item>
9134
                <item>
9135
                 <property name="text">
9136
                  <string>Poti 2</string>
9137
                 </property>
9138
                </item>
9139
                <item>
9140
                 <property name="text">
9141
                  <string>Poti 3</string>
9142
                 </property>
9143
                </item>
9144
                <item>
9145
                 <property name="text">
9146
                  <string>Poti 4</string>
9147
                 </property>
9148
                </item>
9149
                <item>
9150
                 <property name="text">
750 KeyOz 9151
                  <string>Poti 5</string>
9152
                 </property>
9153
                </item>
9154
                <item>
9155
                 <property name="text">
9156
                  <string>Poti 6</string>
9157
                 </property>
9158
                </item>
9159
                <item>
9160
                 <property name="text">
9161
                  <string>Poti 7</string>
9162
                 </property>
9163
                </item>
9164
                <item>
9165
                 <property name="text">
9166
                  <string>Poti 8</string>
9167
                 </property>
9168
                </item>
9169
                <item>
9170
                 <property name="text">
674 KeyOz 9171
                  <string>0</string>
9172
                 </property>
9173
                </item>
9174
               </widget>
9175
              </item>
9176
              <item row="2" column="2">
9177
               <widget class="QLabel" name="label_149">
9178
                <property name="text">
9179
                 <string>[m]</string>
9180
                </property>
9181
               </widget>
9182
              </item>
9183
              <item row="3" column="0">
9184
               <widget class="QLabel" name="label_151">
9185
                <property name="font">
9186
                 <font>
9187
                  <weight>75</weight>
9188
                  <bold>true</bold>
9189
                 </font>
9190
                </property>
9191
                <property name="text">
9192
                 <string>GPS Winkelbegrenzung:</string>
9193
                </property>
9194
               </widget>
9195
              </item>
9196
              <item row="3" column="1">
9197
               <widget class="QComboBox" name="cb_13_4">
9198
                <property name="editable">
9199
                 <bool>true</bool>
9200
                </property>
9201
                <item>
9202
                 <property name="text">
9203
                  <string>Poti 1</string>
9204
                 </property>
9205
                </item>
9206
                <item>
9207
                 <property name="text">
9208
                  <string>Poti 2</string>
9209
                 </property>
9210
                </item>
9211
                <item>
9212
                 <property name="text">
9213
                  <string>Poti 3</string>
9214
                 </property>
9215
                </item>
9216
                <item>
9217
                 <property name="text">
9218
                  <string>Poti 4</string>
9219
                 </property>
9220
                </item>
9221
                <item>
9222
                 <property name="text">
750 KeyOz 9223
                  <string>Poti 5</string>
9224
                 </property>
9225
                </item>
9226
                <item>
9227
                 <property name="text">
9228
                  <string>Poti 6</string>
9229
                 </property>
9230
                </item>
9231
                <item>
9232
                 <property name="text">
9233
                  <string>Poti 7</string>
9234
                 </property>
9235
                </item>
9236
                <item>
9237
                 <property name="text">
9238
                  <string>Poti 8</string>
9239
                 </property>
9240
                </item>
9241
                <item>
9242
                 <property name="text">
674 KeyOz 9243
                  <string>0</string>
9244
                 </property>
9245
                </item>
9246
               </widget>
9247
              </item>
9248
              <item row="3" column="2">
9249
               <widget class="QLabel" name="label_150">
9250
                <property name="text">
9251
                 <string>[x 0.5 Grad]</string>
9252
                </property>
9253
               </widget>
9254
              </item>
9255
              <item row="4" column="0">
9256
               <widget class="QLabel" name="label_153">
9257
                <property name="font">
9258
                 <font>
9259
                  <weight>75</weight>
9260
                  <bold>true</bold>
9261
                 </font>
9262
                </property>
9263
                <property name="text">
750 KeyOz 9264
                 <string>Position Hold Login-Zeit:</string>
674 KeyOz 9265
                </property>
9266
               </widget>
9267
              </item>
9268
              <item row="4" column="1">
9269
               <widget class="QSpinBox" name="sb_13_5">
9270
                <property name="maximum">
9271
                 <number>250</number>
9272
                </property>
9273
               </widget>
9274
              </item>
9275
              <item row="4" column="2">
9276
               <widget class="QLabel" name="label_152">
9277
                <property name="text">
9278
                 <string>[s]</string>
9279
                </property>
9280
               </widget>
9281
              </item>
9282
             </layout>
9283
            </widget>
9284
           </item>
9285
           <item row="2" column="0">
9286
            <spacer name="verticalSpacer_6">
9287
             <property name="orientation">
9288
              <enum>Qt::Vertical</enum>
9289
             </property>
9290
             <property name="sizeHint" stdset="0">
9291
              <size>
9292
               <width>20</width>
9293
               <height>40</height>
9294
              </size>
9295
             </property>
9296
            </spacer>
9297
           </item>
9298
          </layout>
9299
         </widget>
9300
        </item>
9301
        <item row="0" column="1">
9302
         <widget class="QTextEdit" name="te_Help_13">
9303
          <property name="minimumSize">
9304
           <size>
9305
            <width>180</width>
9306
            <height>0</height>
9307
           </size>
9308
          </property>
9309
          <property name="maximumSize">
9310
           <size>
9311
            <width>180</width>
9312
            <height>16777215</height>
9313
           </size>
9314
          </property>
9315
          <property name="readOnly">
9316
           <bool>true</bool>
9317
          </property>
9318
          <property name="html">
9319
           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
9320
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
9321
p, li { white-space: pre-wrap; }
750 KeyOz 9322
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
674 KeyOz 9323
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;Einstellungen für das Navi-Ctrl (Seite 2).&lt;/span&gt;&lt;/p&gt;
9324
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt; font-weight:600; text-decoration: underline;&quot;&gt;&lt;/p&gt;
9325
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;GPS-Wind-Correction: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;soll den MK bei Coming-Home direkter zurückfliegen und die Drift durch Wind kompensieren&lt;/span&gt;&lt;/p&gt;
9326
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
9327
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Speed Compensation: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Greift bei AID unterstützend ein, wenn man einen neuen Punkt anfliegt Wenn zuviel Geschwindigkeit aufgebaut wird, bremst das den MK&lt;/span&gt;&lt;/p&gt;
9328
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;GPS-Maxradius: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Soll eine virtuelle Grenze bilden, die mit GPS nicht überschritten wird.&lt;br /&gt;Wenn der MK ausserhalb des Kreises einloggen soll, nimmt er als neue Position einen Punkt auf dem Kreisrand.&lt;br /&gt;Man kann den Radius auch auf ein Poti legen. Wegpunkte und Soll-Positionen werden damit auch auf einen Kreis von max. 512m Durchmesser begrenzt.&lt;/span&gt;&lt;/p&gt;
9329
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
9330
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;GPS Winkelbegrenzung: &lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Damit lässt sich die maximale Neigung der GPS-Regelung begrenzen. &lt;br /&gt;Ein Wert von 60 entspricht ca.35°&lt;/span&gt;&lt;/p&gt;
9331
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;/p&gt;
9332
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt; font-weight:600;&quot;&gt;Position Hold Login Time:&lt;/span&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt; Das ist die maximale Zeit, nach der der MK die neue Position einloggt.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
9333
          </property>
9334
         </widget>
9335
        </item>
9336
       </layout>
9337
      </widget>
750 KeyOz 9338
      <widget class="QWidget" name="Seite"/>
674 KeyOz 9339
     </widget>
9340
    </item>
750 KeyOz 9341
    <item row="0" column="2">
9342
     <widget class="QFrame" name="frame">
9343
      <property name="frameShape">
9344
       <enum>QFrame::StyledPanel</enum>
9345
      </property>
9346
      <property name="frameShadow">
9347
       <enum>QFrame::Raised</enum>
9348
      </property>
9349
      <layout class="QGridLayout" name="gridLayout_27">
9350
       <property name="margin">
9351
        <number>0</number>
9352
       </property>
9353
       <item row="0" column="0">
9354
        <widget class="QWidget" name="wg_Set" native="true">
9355
         <layout class="QGridLayout" name="gridLayout_8">
9356
          <property name="topMargin">
9357
           <number>0</number>
9358
          </property>
9359
          <property name="bottomMargin">
9360
           <number>0</number>
9361
          </property>
9362
          <item row="0" column="0">
9363
           <widget class="QLabel" name="label_146">
9364
            <property name="text">
9365
             <string>Parametersatz</string>
9366
            </property>
9367
           </widget>
9368
          </item>
9369
          <item row="0" column="1">
9370
           <widget class="QSpinBox" name="sb_Set">
9371
            <property name="minimum">
9372
             <number>1</number>
9373
            </property>
9374
            <property name="maximum">
9375
             <number>5</number>
9376
            </property>
9377
           </widget>
9378
          </item>
9379
          <item row="0" column="2">
9380
           <widget class="QLineEdit" name="le_SetName">
9381
            <property name="sizePolicy">
9382
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
9383
              <horstretch>0</horstretch>
9384
              <verstretch>0</verstretch>
9385
             </sizepolicy>
9386
            </property>
9387
            <property name="minimumSize">
9388
             <size>
9389
              <width>100</width>
9390
              <height>0</height>
9391
             </size>
9392
            </property>
9393
           </widget>
9394
          </item>
9395
         </layout>
9396
        </widget>
9397
       </item>
9398
      </layout>
9399
     </widget>
9400
    </item>
9401
    <item row="0" column="0" colspan="2">
9402
     <widget class="wgt_Connection" name="wg_Connection" native="true"/>
9403
    </item>
674 KeyOz 9404
   </layout>
9405
  </widget>
9406
  <widget class="QMenuBar" name="menuBar">
9407
   <property name="geometry">
9408
    <rect>
9409
     <x>0</x>
9410
     <y>0</y>
750 KeyOz 9411
     <width>778</width>
9412
     <height>19</height>
674 KeyOz 9413
    </rect>
9414
   </property>
9415
   <widget class="QMenu" name="menu_Program">
9416
    <property name="title">
9417
     <string>Programm</string>
9418
    </property>
9419
    <addaction name="ac_Quit"/>
9420
    <addaction name="ac_Connect"/>
9421
   </widget>
9422
   <widget class="QMenu" name="menu_Help">
9423
    <property name="title">
9424
     <string>Hilfe</string>
9425
    </property>
9426
    <addaction name="ac_About"/>
9427
   </widget>
750 KeyOz 9428
   <widget class="QMenu" name="menuKonfiguration">
9429
    <property name="title">
9430
     <string>Konfiguration</string>
9431
    </property>
9432
    <addaction name="ac_Read"/>
9433
    <addaction name="ac_Write"/>
9434
    <addaction name="separator"/>
9435
    <addaction name="ac_Load"/>
9436
    <addaction name="ac_Save"/>
9437
   </widget>
9438
   <widget class="QMenu" name="menuA_nsicht">
9439
    <property name="title">
9440
     <string>Ansicht</string>
9441
    </property>
9442
    <addaction name="ac_Toolbar"/>
9443
    <addaction name="ac_SmallIcons"/>
9444
   </widget>
674 KeyOz 9445
   <widget class="QMenu" name="menuExtras">
9446
    <property name="title">
9447
     <string>Extras</string>
9448
    </property>
9449
    <addaction name="ac_MotorMixer"/>
750 KeyOz 9450
    <addaction name="ac_MotorTest"/>
674 KeyOz 9451
   </widget>
9452
   <addaction name="menu_Program"/>
750 KeyOz 9453
   <addaction name="menuA_nsicht"/>
9454
   <addaction name="menuKonfiguration"/>
674 KeyOz 9455
   <addaction name="menuExtras"/>
9456
   <addaction name="menu_Help"/>
9457
  </widget>
9458
  <widget class="QToolBar" name="ToolBar">
9459
   <property name="windowTitle">
9460
    <string>toolBar</string>
9461
   </property>
9462
   <property name="movable">
9463
    <bool>false</bool>
9464
   </property>
9465
   <property name="allowedAreas">
9466
    <set>Qt::LeftToolBarArea</set>
9467
   </property>
9468
   <property name="iconSize">
9469
    <size>
9470
     <width>30</width>
9471
     <height>30</height>
9472
    </size>
9473
   </property>
9474
   <property name="toolButtonStyle">
9475
    <enum>Qt::ToolButtonTextUnderIcon</enum>
9476
   </property>
9477
   <attribute name="toolBarArea">
9478
    <enum>LeftToolBarArea</enum>
9479
   </attribute>
9480
   <attribute name="toolBarBreak">
9481
    <bool>false</bool>
9482
   </attribute>
9483
   <addaction name="ac_Connect"/>
9484
   <addaction name="separator"/>
9485
   <addaction name="ac_Read"/>
9486
   <addaction name="ac_Write"/>
9487
   <addaction name="separator"/>
9488
   <addaction name="ac_Load"/>
9489
   <addaction name="ac_Save"/>
9490
  </widget>
9491
  <action name="ac_Quit">
9492
   <property name="icon">
9493
    <iconset resource="../QMK-Settings.qrc">
9494
     <normaloff>:/Actions/Global/Images/Actions/Exit.png</normaloff>:/Actions/Global/Images/Actions/Exit.png</iconset>
9495
   </property>
9496
   <property name="text">
9497
    <string>Beenden</string>
9498
   </property>
9499
  </action>
9500
  <action name="ac_About">
9501
   <property name="icon">
9502
    <iconset resource="../QMK-Settings.qrc">
9503
     <normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</iconset>
9504
   </property>
9505
   <property name="text">
9506
    <string>Über QMK-Settings</string>
9507
   </property>
9508
  </action>
9509
  <action name="ac_Connect">
9510
   <property name="checkable">
9511
    <bool>true</bool>
9512
   </property>
9513
   <property name="checked">
9514
    <bool>false</bool>
9515
   </property>
9516
   <property name="icon">
9517
    <iconset resource="../QMK-Settings.qrc">
9518
     <normaloff>:/Actions/Global/Images/Actions/Connection-NO.png</normaloff>
9519
     <normalon>:/Actions/Global/Images/Actions/Connection-OK.png</normalon>:/Actions/Global/Images/Actions/Connection-NO.png</iconset>
9520
   </property>
9521
   <property name="text">
9522
    <string>Verbinden</string>
9523
   </property>
9524
  </action>
9525
  <action name="ac_Read">
9526
   <property name="enabled">
9527
    <bool>true</bool>
9528
   </property>
9529
   <property name="icon">
9530
    <iconset resource="../QMK-Settings.qrc">
9531
     <normaloff>:/Actions/Global/Images/Actions/Read.png</normaloff>:/Actions/Global/Images/Actions/Read.png</iconset>
9532
   </property>
9533
   <property name="text">
9534
    <string>Lesen</string>
9535
   </property>
9536
   <property name="toolTip">
9537
    <string>Settings aus der FC lesen</string>
9538
   </property>
9539
  </action>
9540
  <action name="ac_Write">
9541
   <property name="icon">
9542
    <iconset resource="../QMK-Settings.qrc">
9543
     <normaloff>:/Actions/Global/Images/Actions/Write.png</normaloff>:/Actions/Global/Images/Actions/Write.png</iconset>
9544
   </property>
9545
   <property name="text">
9546
    <string>Schreiben</string>
9547
   </property>
9548
   <property name="toolTip">
9549
    <string>Settings in die FC schreiben</string>
9550
   </property>
9551
  </action>
9552
  <action name="ac_Load">
9553
   <property name="icon">
9554
    <iconset resource="../QMK-Settings.qrc">
9555
     <normaloff>:/Actions/Global/Images/Actions/Load.png</normaloff>:/Actions/Global/Images/Actions/Load.png</iconset>
9556
   </property>
9557
   <property name="text">
9558
    <string>Laden</string>
9559
   </property>
9560
  </action>
9561
  <action name="ac_Save">
9562
   <property name="icon">
9563
    <iconset resource="../QMK-Settings.qrc">
9564
     <normaloff>:/Actions/Global/Images/Actions/Save.png</normaloff>:/Actions/Global/Images/Actions/Save.png</iconset>
9565
   </property>
9566
   <property name="text">
9567
    <string>Speichern</string>
9568
   </property>
9569
  </action>
9570
  <action name="ac_MotorMixer">
9571
   <property name="text">
9572
    <string>Motor-Mixer</string>
9573
   </property>
9574
  </action>
750 KeyOz 9575
  <action name="ac_Toolbar">
9576
   <property name="checkable">
9577
    <bool>true</bool>
9578
   </property>
9579
   <property name="checked">
9580
    <bool>true</bool>
9581
   </property>
9582
   <property name="text">
9583
    <string>Toolbar anzeigen</string>
9584
   </property>
9585
  </action>
9586
  <action name="ac_SmallIcons">
9587
   <property name="enabled">
9588
    <bool>false</bool>
9589
   </property>
9590
   <property name="text">
9591
    <string>nur kleine Icons</string>
9592
   </property>
9593
  </action>
9594
  <action name="ac_MotorTest">
9595
   <property name="text">
9596
    <string>Motor-Test</string>
9597
   </property>
9598
  </action>
674 KeyOz 9599
 </widget>
9600
 <layoutdefault spacing="4" margin="11"/>
750 KeyOz 9601
 <customwidgets>
9602
  <customwidget>
9603
   <class>wgt_Connection</class>
9604
   <extends>QWidget</extends>
9605
   <header>wgt_Connection.h</header>
9606
   <container>1</container>
9607
  </customwidget>
9608
 </customwidgets>
674 KeyOz 9609
 <resources>
9610
  <include location="../QMK-Settings.qrc"/>
750 KeyOz 9611
  <include location="../../QMK-Maps/QMK-Maps.qrc"/>
674 KeyOz 9612
 </resources>
9613
 <connections>
9614
  <connection>
9615
   <sender>ac_Quit</sender>
9616
   <signal>triggered()</signal>
9617
   <receiver>dlg_Main_UI</receiver>
9618
   <slot>close()</slot>
9619
   <hints>
9620
    <hint type="sourcelabel">
9621
     <x>-1</x>
9622
     <y>-1</y>
9623
    </hint>
9624
    <hint type="destinationlabel">
9625
     <x>182</x>
9626
     <y>88</y>
9627
    </hint>
9628
   </hints>
9629
  </connection>
9630
  <connection>
9631
   <sender>listWidget</sender>
9632
   <signal>currentRowChanged(int)</signal>
9633
   <receiver>stackedWidget</receiver>
9634
   <slot>setCurrentIndex(int)</slot>
9635
   <hints>
9636
    <hint type="sourcelabel">
9637
     <x>135</x>
9638
     <y>197</y>
9639
    </hint>
9640
    <hint type="destinationlabel">
9641
     <x>479</x>
9642
     <y>197</y>
9643
    </hint>
9644
   </hints>
9645
  </connection>
9646
  <connection>
9647
   <sender>s_4_2_rb</sender>
9648
   <signal>toggled(bool)</signal>
9649
   <receiver>s_4_4_cb</receiver>
9650
   <slot>setEnabled(bool)</slot>
9651
   <hints>
9652
    <hint type="sourcelabel">
750 KeyOz 9653
     <x>279</x>
9654
     <y>97</y>
674 KeyOz 9655
    </hint>
9656
    <hint type="destinationlabel">
750 KeyOz 9657
     <x>279</x>
9658
     <y>97</y>
674 KeyOz 9659
    </hint>
9660
   </hints>
9661
  </connection>
9662
  <connection>
9663
   <sender>s_4_3_rb</sender>
9664
   <signal>toggled(bool)</signal>
9665
   <receiver>s_4_5_cb</receiver>
9666
   <slot>setEnabled(bool)</slot>
9667
   <hints>
9668
    <hint type="sourcelabel">
750 KeyOz 9669
     <x>279</x>
9670
     <y>97</y>
674 KeyOz 9671
    </hint>
9672
    <hint type="destinationlabel">
750 KeyOz 9673
     <x>279</x>
9674
     <y>97</y>
674 KeyOz 9675
    </hint>
9676
   </hints>
9677
  </connection>
9678
  <connection>
9679
   <sender>s_1_1_cb</sender>
9680
   <signal>toggled(bool)</signal>
9681
   <receiver>s_4_1_cb</receiver>
9682
   <slot>setChecked(bool)</slot>
9683
   <hints>
9684
    <hint type="sourcelabel">
9685
     <x>363</x>
9686
     <y>93</y>
9687
    </hint>
9688
    <hint type="destinationlabel">
9689
     <x>204</x>
9690
     <y>80</y>
9691
    </hint>
9692
   </hints>
9693
  </connection>
9694
  <connection>
9695
   <sender>s_4_1_cb</sender>
9696
   <signal>toggled(bool)</signal>
9697
   <receiver>s_1_1_cb</receiver>
9698
   <slot>setChecked(bool)</slot>
9699
   <hints>
9700
    <hint type="sourcelabel">
9701
     <x>204</x>
9702
     <y>80</y>
9703
    </hint>
9704
    <hint type="destinationlabel">
9705
     <x>363</x>
9706
     <y>93</y>
9707
    </hint>
9708
   </hints>
9709
  </connection>
9710
  <connection>
9711
   <sender>s_12_1_cb</sender>
9712
   <signal>toggled(bool)</signal>
9713
   <receiver>Frame_GPS1</receiver>
9714
   <slot>setEnabled(bool)</slot>
9715
   <hints>
9716
    <hint type="sourcelabel">
9717
     <x>220</x>
9718
     <y>78</y>
9719
    </hint>
9720
    <hint type="destinationlabel">
9721
     <x>220</x>
9722
     <y>82</y>
9723
    </hint>
9724
   </hints>
9725
  </connection>
9726
  <connection>
9727
   <sender>s_13_1_cb</sender>
9728
   <signal>toggled(bool)</signal>
9729
   <receiver>Frame_GPS2</receiver>
9730
   <slot>setEnabled(bool)</slot>
9731
   <hints>
9732
    <hint type="sourcelabel">
9733
     <x>220</x>
9734
     <y>78</y>
9735
    </hint>
9736
    <hint type="destinationlabel">
9737
     <x>220</x>
9738
     <y>82</y>
9739
    </hint>
9740
   </hints>
9741
  </connection>
9742
  <connection>
9743
   <sender>s_1_4_cb</sender>
9744
   <signal>toggled(bool)</signal>
9745
   <receiver>s_12_1_cb</receiver>
9746
   <slot>setChecked(bool)</slot>
9747
   <hints>
9748
    <hint type="sourcelabel">
9749
     <x>272</x>
9750
     <y>129</y>
9751
    </hint>
9752
    <hint type="destinationlabel">
9753
     <x>220</x>
9754
     <y>78</y>
9755
    </hint>
9756
   </hints>
9757
  </connection>
9758
  <connection>
9759
   <sender>s_1_4_cb</sender>
9760
   <signal>toggled(bool)</signal>
9761
   <receiver>s_13_1_cb</receiver>
9762
   <slot>setChecked(bool)</slot>
9763
   <hints>
9764
    <hint type="sourcelabel">
9765
     <x>272</x>
9766
     <y>129</y>
9767
    </hint>
9768
    <hint type="destinationlabel">
9769
     <x>220</x>
9770
     <y>78</y>
9771
    </hint>
9772
   </hints>
9773
  </connection>
9774
  <connection>
9775
   <sender>s_12_1_cb</sender>
9776
   <signal>toggled(bool)</signal>
9777
   <receiver>s_1_4_cb</receiver>
9778
   <slot>setChecked(bool)</slot>
9779
   <hints>
9780
    <hint type="sourcelabel">
9781
     <x>220</x>
9782
     <y>78</y>
9783
    </hint>
9784
    <hint type="destinationlabel">
9785
     <x>272</x>
9786
     <y>129</y>
9787
    </hint>
9788
   </hints>
9789
  </connection>
9790
  <connection>
9791
   <sender>s_13_1_cb</sender>
9792
   <signal>toggled(bool)</signal>
9793
   <receiver>s_1_4_cb</receiver>
9794
   <slot>setChecked(bool)</slot>
9795
   <hints>
9796
    <hint type="sourcelabel">
9797
     <x>220</x>
9798
     <y>78</y>
9799
    </hint>
9800
    <hint type="destinationlabel">
9801
     <x>272</x>
9802
     <y>129</y>
9803
    </hint>
9804
   </hints>
9805
  </connection>
9806
  <connection>
9807
   <sender>s_4_1_cb</sender>
9808
   <signal>toggled(bool)</signal>
9809
   <receiver>Frame_4</receiver>
9810
   <slot>setEnabled(bool)</slot>
9811
   <hints>
9812
    <hint type="sourcelabel">
9813
     <x>204</x>
9814
     <y>80</y>
9815
    </hint>
9816
    <hint type="destinationlabel">
750 KeyOz 9817
     <x>279</x>
9818
     <y>97</y>
674 KeyOz 9819
    </hint>
9820
   </hints>
9821
  </connection>
9822
  <connection>
9823
   <sender>s_1_4_cb</sender>
9824
   <signal>toggled(bool)</signal>
9825
   <receiver>s_1_2_cb</receiver>
9826
   <slot>setChecked(bool)</slot>
9827
   <hints>
9828
    <hint type="sourcelabel">
9829
     <x>272</x>
9830
     <y>129</y>
9831
    </hint>
9832
    <hint type="destinationlabel">
9833
     <x>226</x>
9834
     <y>136</y>
9835
    </hint>
9836
   </hints>
9837
  </connection>
9838
  <connection>
9839
   <sender>s_1_2_cb</sender>
9840
   <signal>toggled(bool)</signal>
9841
   <receiver>s_1_3_cb</receiver>
9842
   <slot>setEnabled(bool)</slot>
9843
   <hints>
9844
    <hint type="sourcelabel">
9845
     <x>272</x>
9846
     <y>156</y>
9847
    </hint>
9848
    <hint type="destinationlabel">
9849
     <x>346</x>
9850
     <y>183</y>
9851
    </hint>
9852
   </hints>
9853
  </connection>
9854
  <connection>
9855
   <sender>s_1_4_cb</sender>
9856
   <signal>toggled(bool)</signal>
9857
   <receiver>s_1_2_cb</receiver>
9858
   <slot>setDisabled(bool)</slot>
9859
   <hints>
9860
    <hint type="sourcelabel">
9861
     <x>249</x>
9862
     <y>118</y>
9863
    </hint>
9864
    <hint type="destinationlabel">
9865
     <x>248</x>
9866
     <y>147</y>
9867
    </hint>
9868
   </hints>
9869
  </connection>
9870
  <connection>
9871
   <sender>s_2_9_cb</sender>
9872
   <signal>toggled(bool)</signal>
9873
   <receiver>s_1_5_cb</receiver>
9874
   <slot>setChecked(bool)</slot>
9875
   <hints>
9876
    <hint type="sourcelabel">
750 KeyOz 9877
     <x>279</x>
9878
     <y>97</y>
674 KeyOz 9879
    </hint>
9880
    <hint type="destinationlabel">
9881
     <x>367</x>
9882
     <y>199</y>
9883
    </hint>
9884
   </hints>
9885
  </connection>
9886
  <connection>
9887
   <sender>s_1_5_cb</sender>
9888
   <signal>toggled(bool)</signal>
9889
   <receiver>s_2_9_cb</receiver>
9890
   <slot>setChecked(bool)</slot>
9891
   <hints>
9892
    <hint type="sourcelabel">
9893
     <x>367</x>
9894
     <y>199</y>
9895
    </hint>
9896
    <hint type="destinationlabel">
750 KeyOz 9897
     <x>279</x>
9898
     <y>97</y>
674 KeyOz 9899
    </hint>
9900
   </hints>
9901
  </connection>
9902
  <connection>
9903
   <sender>s_4_2_rb</sender>
9904
   <signal>toggled(bool)</signal>
9905
   <receiver>label_30</receiver>
9906
   <slot>setDisabled(bool)</slot>
9907
   <hints>
9908
    <hint type="sourcelabel">
750 KeyOz 9909
     <x>279</x>
9910
     <y>97</y>
674 KeyOz 9911
    </hint>
9912
    <hint type="destinationlabel">
750 KeyOz 9913
     <x>279</x>
9914
     <y>97</y>
674 KeyOz 9915
    </hint>
9916
   </hints>
9917
  </connection>
9918
  <connection>
9919
   <sender>s_4_2_rb</sender>
9920
   <signal>toggled(bool)</signal>
9921
   <receiver>sb_4_6</receiver>
9922
   <slot>setDisabled(bool)</slot>
9923
   <hints>
9924
    <hint type="sourcelabel">
750 KeyOz 9925
     <x>279</x>
9926
     <y>97</y>
674 KeyOz 9927
    </hint>
9928
    <hint type="destinationlabel">
750 KeyOz 9929
     <x>279</x>
9930
     <y>97</y>
674 KeyOz 9931
    </hint>
9932
   </hints>
9933
  </connection>
9934
  <connection>
9935
   <sender>s_4_2_rb</sender>
9936
   <signal>toggled(bool)</signal>
9937
   <receiver>label_147</receiver>
9938
   <slot>setDisabled(bool)</slot>
9939
   <hints>
9940
    <hint type="sourcelabel">
750 KeyOz 9941
     <x>279</x>
9942
     <y>97</y>
674 KeyOz 9943
    </hint>
9944
    <hint type="destinationlabel">
750 KeyOz 9945
     <x>279</x>
9946
     <y>97</y>
674 KeyOz 9947
    </hint>
9948
   </hints>
9949
  </connection>
9950
  <connection>
9951
   <sender>s_4_2_rb</sender>
9952
   <signal>toggled(bool)</signal>
9953
   <receiver>sb_4_9</receiver>
9954
   <slot>setDisabled(bool)</slot>
9955
   <hints>
9956
    <hint type="sourcelabel">
750 KeyOz 9957
     <x>279</x>
9958
     <y>97</y>
674 KeyOz 9959
    </hint>
9960
    <hint type="destinationlabel">
750 KeyOz 9961
     <x>279</x>
9962
     <y>97</y>
674 KeyOz 9963
    </hint>
9964
   </hints>
9965
  </connection>
9966
  <connection>
9967
   <sender>s_4_2_rb</sender>
9968
   <signal>toggled(bool)</signal>
9969
   <receiver>label_31</receiver>
9970
   <slot>setDisabled(bool)</slot>
9971
   <hints>
9972
    <hint type="sourcelabel">
750 KeyOz 9973
     <x>279</x>
9974
     <y>97</y>
674 KeyOz 9975
    </hint>
9976
    <hint type="destinationlabel">
750 KeyOz 9977
     <x>279</x>
9978
     <y>97</y>
674 KeyOz 9979
    </hint>
9980
   </hints>
9981
  </connection>
9982
  <connection>
9983
   <sender>s_8_4_cb</sender>
9984
   <signal>toggled(bool)</signal>
9985
   <receiver>frame_15</receiver>
9986
   <slot>setEnabled(bool)</slot>
9987
   <hints>
9988
    <hint type="sourcelabel">
750 KeyOz 9989
     <x>279</x>
9990
     <y>97</y>
674 KeyOz 9991
    </hint>
9992
    <hint type="destinationlabel">
750 KeyOz 9993
     <x>279</x>
9994
     <y>97</y>
674 KeyOz 9995
    </hint>
9996
   </hints>
9997
  </connection>
9998
  <connection>
9999
   <sender>s_8_4_cb</sender>
10000
   <signal>toggled(bool)</signal>
10001
   <receiver>s_1_6_cb</receiver>
10002
   <slot>setChecked(bool)</slot>
10003
   <hints>
10004
    <hint type="sourcelabel">
750 KeyOz 10005
     <x>279</x>
10006
     <y>97</y>
674 KeyOz 10007
    </hint>
10008
    <hint type="destinationlabel">
10009
     <x>367</x>
10010
     <y>226</y>
10011
    </hint>
10012
   </hints>
10013
  </connection>
10014
  <connection>
10015
   <sender>s_1_6_cb</sender>
10016
   <signal>toggled(bool)</signal>
10017
   <receiver>s_8_4_cb</receiver>
10018
   <slot>setChecked(bool)</slot>
10019
   <hints>
10020
    <hint type="sourcelabel">
10021
     <x>367</x>
10022
     <y>226</y>
10023
    </hint>
10024
    <hint type="destinationlabel">
750 KeyOz 10025
     <x>279</x>
10026
     <y>97</y>
674 KeyOz 10027
    </hint>
10028
   </hints>
10029
  </connection>
10030
 </connections>
10031
</ui>