Subversion Repositories Projects

Rev

Rev 674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 674 Rev 750
Line 4... Line 4...
4
 <widget class="QMainWindow" name="dlg_Main_UI">
4
 <widget class="QMainWindow" name="dlg_Main_UI">
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>764</width>
9
    <width>778</width>
10
    <height>363</height>
10
    <height>366</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>QMK-Template</string>
14
   <string>QMK-Template</string>
15
  </property>
15
  </property>
16
  <property name="windowIcon">
16
  <property name="windowIcon">
17
   <iconset resource="../QMK-Settings.qrc">
17
   <iconset resource="../QMK-Settings.qrc">
18
    <normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</iconset>
18
    <normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</normaloff>:/Icon/Global/Images/Icons/QMK-Settings.png</iconset>
19
  </property>
19
  </property>
20
  <widget class="QWidget" name="centralWidget">
20
  <widget class="QWidget" name="centralWidget">
21
   <layout class="QGridLayout" name="gridLayout_8">
21
   <layout class="QGridLayout" name="gridLayout_25">
22
    <item row="0" column="0" colspan="2">
-
 
23
     <widget class="QFrame" name="frame">
-
 
24
      <property name="frameShape">
-
 
25
       <enum>QFrame::StyledPanel</enum>
-
 
26
      </property>
-
 
27
      <property name="frameShadow">
-
 
28
       <enum>QFrame::Raised</enum>
-
 
29
      </property>
-
 
30
      <layout class="QHBoxLayout" name="horizontalLayout">
-
 
31
       <property name="spacing">
-
 
32
        <number>4</number>
-
 
33
       </property>
-
 
34
       <property name="margin">
-
 
35
        <number>4</number>
-
 
36
       </property>
-
 
37
       <item>
-
 
38
        <widget class="QLabel" name="label">
-
 
39
         <property name="text">
-
 
40
          <string>Server:</string>
-
 
41
         </property>
-
 
42
        </widget>
-
 
43
       </item>
-
 
44
       <item>
-
 
45
        <widget class="QComboBox" name="cb_Server">
-
 
46
         <property name="minimumSize">
-
 
47
          <size>
-
 
48
           <width>120</width>
-
 
49
           <height>0</height>
-
 
50
          </size>
-
 
51
         </property>
-
 
52
         <property name="editable">
-
 
53
          <bool>true</bool>
-
 
54
         </property>
-
 
55
        </widget>
-
 
56
       </item>
-
 
57
       <item>
-
 
58
        <widget class="QLabel" name="label_108">
-
 
59
         <property name="text">
-
 
60
          <string>PW:</string>
-
 
61
         </property>
-
 
62
        </widget>
-
 
63
       </item>
-
 
64
       <item>
-
 
65
        <widget class="QLineEdit" name="le_Password">
-
 
66
         <property name="sizePolicy">
-
 
67
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
-
 
68
           <horstretch>0</horstretch>
-
 
69
           <verstretch>0</verstretch>
-
 
70
          </sizepolicy>
-
 
71
         </property>
-
 
72
         <property name="minimumSize">
-
 
73
          <size>
-
 
74
           <width>120</width>
-
 
75
           <height>0</height>
-
 
76
          </size>
-
 
77
         </property>
-
 
78
         <property name="text">
-
 
79
          <string/>
-
 
80
         </property>
-
 
81
         <property name="echoMode">
-
 
82
          <enum>QLineEdit::Password</enum>
-
 
83
         </property>
-
 
84
        </widget>
-
 
85
       </item>
-
 
86
       <item>
-
 
87
        <widget class="Line" name="line">
-
 
88
         <property name="orientation">
-
 
89
          <enum>Qt::Vertical</enum>
-
 
90
         </property>
-
 
91
        </widget>
-
 
92
       </item>
-
 
93
       <item>
-
 
94
        <widget class="QLabel" name="label_146">
-
 
95
         <property name="text">
-
 
96
          <string>Parametersatz</string>
-
 
97
         </property>
-
 
98
        </widget>
-
 
99
       </item>
-
 
100
       <item>
-
 
101
        <widget class="QSpinBox" name="sb_Set">
-
 
102
         <property name="minimum">
-
 
103
          <number>1</number>
-
 
104
         </property>
-
 
105
         <property name="maximum">
-
 
106
          <number>5</number>
-
 
107
         </property>
-
 
108
        </widget>
-
 
109
       </item>
-
 
110
       <item>
-
 
111
        <widget class="QLineEdit" name="le_SetName">
-
 
112
         <property name="sizePolicy">
-
 
113
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
-
 
114
           <horstretch>0</horstretch>
-
 
115
           <verstretch>0</verstretch>
-
 
116
          </sizepolicy>
-
 
117
         </property>
-
 
118
         <property name="minimumSize">
-
 
119
          <size>
-
 
120
           <width>100</width>
-
 
121
           <height>0</height>
-
 
122
          </size>
-
 
123
         </property>
-
 
124
        </widget>
-
 
125
       </item>
-
 
126
       <item>
-
 
127
        <spacer name="horizontalSpacer_2">
-
 
128
         <property name="orientation">
-
 
129
          <enum>Qt::Horizontal</enum>
-
 
130
         </property>
-
 
131
         <property name="sizeHint" stdset="0">
-
 
132
          <size>
-
 
133
           <width>35</width>
-
 
134
           <height>20</height>
-
 
135
          </size>
-
 
136
         </property>
-
 
137
        </spacer>
-
 
138
       </item>
-
 
139
      </layout>
-
 
140
     </widget>
-
 
141
    </item>
-
 
142
    <item row="1" column="0">
22
    <item row="1" column="0">
143
     <widget class="QListWidget" name="listWidget">
23
     <widget class="QListWidget" name="listWidget">
144
      <property name="minimumSize">
24
      <property name="minimumSize">
145
       <size>
25
       <size>
146
        <width>100</width>
26
        <width>100</width>
Line 355... Line 235...
355
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
235
        <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
356
       </property>
236
       </property>
357
      </item>
237
      </item>
358
     </widget>
238
     </widget>
359
    </item>
239
    </item>
360
    <item row="1" column="1">
240
    <item row="1" column="1" colspan="2">
361
     <widget class="QStackedWidget" name="stackedWidget">
241
     <widget class="QStackedWidget" name="stackedWidget">
362
      <property name="frameShape">
242
      <property name="frameShape">
363
       <enum>QFrame::Box</enum>
243
       <enum>QFrame::Box</enum>
364
      </property>
244
      </property>
365
      <property name="currentIndex">
245
      <property name="currentIndex">
Line 386... Line 266...
386
          </property>
266
          </property>
387
          <property name="html">
267
          <property name="html">
388
           <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;
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;
389
&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;
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;
390
p, li { white-space: pre-wrap; }
270
p, li { white-space: pre-wrap; }
391
&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;
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;
392
&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;
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;
393
&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;
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;
394
&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;
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;
395
&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;
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;
396
&lt;ul style=&quot;-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;
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;
397
&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;
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;
398
&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;
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;
399
&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 &quot;Autonomes Fliegen&quot;.&lt;/span&gt;&lt;/p&gt;
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;
400
&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;
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;
401
&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>
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>
402
          </property>
282
          </property>
403
         </widget>
283
         </widget>
404
        </item>
284
        </item>
Line 424... Line 304...
424
               <weight>75</weight>
304
               <weight>75</weight>
425
               <bold>true</bold>
305
               <bold>true</bold>
426
              </font>
306
              </font>
427
             </property>
307
             </property>
428
             <property name="text">
308
             <property name="text">
429
              <string>Altitude control</string>
309
              <string>Höhenregelung</string>
430
             </property>
310
             </property>
431
            </widget>
311
            </widget>
432
           </item>
312
           </item>
433
           <item row="1" column="0" colspan="3">
313
           <item row="1" column="0" colspan="3">
434
            <widget class="QCheckBox" name="s_1_4_cb">
314
            <widget class="QCheckBox" name="s_1_4_cb">
Line 437... Line 317...
437
               <weight>75</weight>
317
               <weight>75</weight>
438
               <bold>true</bold>
318
               <bold>true</bold>
439
              </font>
319
              </font>
440
             </property>
320
             </property>
441
             <property name="text">
321
             <property name="text">
442
              <string>GPS</string>
322
              <string>GPS aktiv</string>
443
             </property>
323
             </property>
444
            </widget>
324
            </widget>
445
           </item>
325
           </item>
446
           <item row="2" column="0" rowspan="2" colspan="3">
326
           <item row="2" column="0" rowspan="2" colspan="3">
447
            <widget class="QCheckBox" name="s_1_2_cb">
327
            <widget class="QCheckBox" name="s_1_2_cb">
Line 450... Line 330...
450
               <weight>75</weight>
330
               <weight>75</weight>
451
               <bold>true</bold>
331
               <bold>true</bold>
452
              </font>
332
              </font>
453
             </property>
333
             </property>
454
             <property name="text">
334
             <property name="text">
455
              <string>Compass</string>
335
              <string>Kompass</string>
456
             </property>
336
             </property>
457
            </widget>
337
            </widget>
458
           </item>
338
           </item>
459
           <item row="4" column="0">
339
           <item row="4" column="0">
460
            <widget class="QLabel" name="label_22">
340
            <widget class="QLabel" name="label_22">
Line 482... Line 362...
482
               <weight>75</weight>
362
               <weight>75</weight>
483
               <bold>true</bold>
363
               <bold>true</bold>
484
              </font>
364
              </font>
485
             </property>
365
             </property>
486
             <property name="text">
366
             <property name="text">
487
              <string>Sensitive receiver signal validation</string>
367
              <string>Erweiterte Empfangssignalprüfung</string>
488
             </property>
368
             </property>
489
            </widget>
369
            </widget>
490
           </item>
370
           </item>
491
           <item row="6" column="0" colspan="3">
371
           <item row="6" column="0" colspan="3">
492
            <widget class="QCheckBox" name="s_1_6_cb">
372
            <widget class="QCheckBox" name="s_1_6_cb">
Line 495... Line 375...
495
               <weight>75</weight>
375
               <weight>75</weight>
496
               <bold>true</bold>
376
               <bold>true</bold>
497
              </font>
377
              </font>
498
             </property>
378
             </property>
499
             <property name="text">
379
             <property name="text">
500
              <string>Axis-(de-)-Coupling</string>
380
              <string>Achs-(ent-)kopplung</string>
501
             </property>
381
             </property>
502
            </widget>
382
            </widget>
503
           </item>
383
           </item>
504
           <item row="7" column="0" colspan="3">
384
           <item row="7" column="0" colspan="3">
505
            <widget class="QCheckBox" name="s_1_7_cb">
385
            <widget class="QCheckBox" name="s_1_7_cb">
Line 508... Line 388...
508
               <weight>75</weight>
388
               <weight>75</weight>
509
               <bold>true</bold>
389
               <bold>true</bold>
510
              </font>
390
              </font>
511
             </property>
391
             </property>
512
             <property name="text">
392
             <property name="text">
513
              <string>Rotationrate limiter</string>
393
              <string>Drehratenbegrenzung</string>
514
             </property>
394
             </property>
515
            </widget>
395
            </widget>
516
           </item>
396
           </item>
517
           <item row="8" column="0" colspan="3">
397
           <item row="8" column="0" colspan="3">
518
            <widget class="QCheckBox" name="s_1_8_cb">
398
            <widget class="QCheckBox" name="s_1_8_cb">
Line 547... Line 427...
547
               <weight>75</weight>
427
               <weight>75</weight>
548
               <bold>true</bold>
428
               <bold>true</bold>
549
              </font>
429
              </font>
550
             </property>
430
             </property>
551
             <property name="text">
431
             <property name="text">
552
              <string>Orientation fixed</string>
432
              <string>Feste Ausrichtung</string>
553
             </property>
433
             </property>
554
            </widget>
434
            </widget>
555
           </item>
435
           </item>
556
          </layout>
436
          </layout>
557
         </widget>
437
         </widget>
558
        </item>
438
        </item>
559
       </layout>
439
       </layout>
560
      </widget>
440
      </widget>
561
      <widget class="QWidget" name="Seite_2">
441
      <widget class="QWidget" name="Seite_2">
562
       <layout class="QGridLayout" name="gridLayout_18">
442
       <layout class="QGridLayout" name="gridLayout_21">
563
        <item row="0" column="0">
443
        <item row="0" column="0">
564
         <widget class="QFrame" name="frame_2">
444
         <widget class="QFrame" name="frame_2">
565
          <property name="frameShape">
445
          <property name="frameShape">
566
           <enum>QFrame::StyledPanel</enum>
446
           <enum>QFrame::StyledPanel</enum>
567
          </property>
447
          </property>
Line 580... Line 460...
580
             <property name="text">
460
             <property name="text">
581
              <string>Gas:</string>
461
              <string>Gas:</string>
582
             </property>
462
             </property>
583
            </widget>
463
            </widget>
584
           </item>
464
           </item>
585
           <item row="0" column="1">
465
           <item row="0" column="2">
586
            <widget class="QSpinBox" name="sb_2_1">
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>
587
             <property name="minimum">
508
              <property name="text">
-
 
509
               <string>RC 9</string>
-
 
510
              </property>
-
 
511
             </item>
-
 
512
             <item>
588
              <number>1</number>
513
              <property name="text">
-
 
514
               <string>RC 10</string>
589
             </property>
515
              </property>
-
 
516
             </item>
-
 
517
             <item>
590
             <property name="maximum">
518
              <property name="text">
-
 
519
               <string>RC 11</string>
-
 
520
              </property>
-
 
521
             </item>
-
 
522
             <item>
591
              <number>8</number>
523
              <property name="text">
-
 
524
               <string>RC 12</string>
592
             </property>
525
              </property>
-
 
526
             </item>
593
            </widget>
527
            </widget>
594
           </item>
528
           </item>
595
           <item row="1" column="0">
529
           <item row="0" column="3">
596
            <widget class="QLabel" name="label_6">
530
            <widget class="QLabel" name="label_11">
597
             <property name="font">
531
             <property name="font">
598
              <font>
532
              <font>
599
               <weight>75</weight>
533
               <weight>75</weight>
600
               <bold>true</bold>
534
               <bold>true</bold>
601
              </font>
535
              </font>
602
             </property>
536
             </property>
603
             <property name="text">
537
             <property name="text">
604
              <string>Gier:</string>
538
              <string>Poti 3:</string>
605
             </property>
539
             </property>
606
            </widget>
540
            </widget>
607
           </item>
541
           </item>
608
           <item row="1" column="1">
542
           <item row="0" column="4">
609
            <widget class="QSpinBox" name="sb_2_2">
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>
610
             <property name="minimum">
605
              <property name="text">
611
              <number>1</number>
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>
612
             </property>
637
              </property>
-
 
638
             </item>
-
 
639
             <item>
613
             <property name="maximum">
640
              <property name="text">
614
              <number>8</number>
641
               <string>Ser 8</string>
615
             </property>
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>
616
            </widget>
664
            </widget>
617
           </item>
665
           </item>
618
           <item row="2" column="0">
666
           <item row="1" column="0">
619
            <widget class="QLabel" name="label_7">
667
            <widget class="QLabel" name="label_6">
620
             <property name="font">
668
             <property name="font">
621
              <font>
669
              <font>
622
               <weight>75</weight>
670
               <weight>75</weight>
623
               <bold>true</bold>
671
               <bold>true</bold>
624
              </font>
672
              </font>
625
             </property>
673
             </property>
626
             <property name="text">
674
             <property name="text">
627
              <string>Nick:</string>
675
              <string>Gier:</string>
628
             </property>
676
             </property>
629
            </widget>
677
            </widget>
630
           </item>
678
           </item>
631
           <item row="2" column="1">
679
           <item row="1" column="2">
632
            <widget class="QSpinBox" name="sb_2_3">
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>
633
             <property name="minimum">
722
              <property name="text">
-
 
723
               <string>RC 9</string>
-
 
724
              </property>
-
 
725
             </item>
-
 
726
             <item>
634
              <number>1</number>
727
              <property name="text">
-
 
728
               <string>RC 10</string>
635
             </property>
729
              </property>
-
 
730
             </item>
-
 
731
             <item>
636
             <property name="maximum">
732
              <property name="text">
-
 
733
               <string>RC 11</string>
-
 
734
              </property>
-
 
735
             </item>
-
 
736
             <item>
637
              <number>8</number>
737
              <property name="text">
-
 
738
               <string>RC 12</string>
638
             </property>
739
              </property>
-
 
740
             </item>
639
            </widget>
741
            </widget>
640
           </item>
742
           </item>
641
           <item row="3" column="0">
743
           <item row="1" column="3">
642
            <widget class="QLabel" name="label_8">
744
            <widget class="QLabel" name="label_12">
643
             <property name="font">
745
             <property name="font">
644
              <font>
746
              <font>
645
               <weight>75</weight>
747
               <weight>75</weight>
646
               <bold>true</bold>
748
               <bold>true</bold>
647
              </font>
749
              </font>
648
             </property>
750
             </property>
649
             <property name="text">
751
             <property name="text">
650
              <string>Roll:</string>
752
              <string>Poti 4:</string>
651
             </property>
753
             </property>
652
            </widget>
754
            </widget>
653
           </item>
755
           </item>
654
           <item row="3" column="1">
756
           <item row="1" column="4">
655
            <widget class="QSpinBox" name="sb_2_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>
656
             <property name="minimum">
819
              <property name="text">
657
              <number>1</number>
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>
658
             </property>
851
              </property>
-
 
852
             </item>
-
 
853
             <item>
659
             <property name="maximum">
854
              <property name="text">
660
              <number>8</number>
855
               <string>Ser 8</string>
661
             </property>
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>
662
            </widget>
878
            </widget>
663
           </item>
879
           </item>
664
           <item row="4" column="0">
880
           <item row="2" column="0">
665
            <widget class="QLabel" name="label_9">
881
            <widget class="QLabel" name="label_7">
666
             <property name="font">
882
             <property name="font">
667
              <font>
883
              <font>
668
               <weight>75</weight>
884
               <weight>75</weight>
669
               <bold>true</bold>
885
               <bold>true</bold>
670
              </font>
886
              </font>
671
             </property>
887
             </property>
672
             <property name="text">
888
             <property name="text">
673
              <string>Poti 1:</string>
889
              <string>Nick:</string>
674
             </property>
890
             </property>
675
            </widget>
891
            </widget>
676
           </item>
892
           </item>
677
           <item row="4" column="1">
893
           <item row="2" column="2">
678
            <widget class="QSpinBox" name="sb_2_5">
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>
679
             <property name="minimum">
936
              <property name="text">
-
 
937
               <string>RC 9</string>
-
 
938
              </property>
-
 
939
             </item>
-
 
940
             <item>
680
              <number>1</number>
941
              <property name="text">
-
 
942
               <string>RC 10</string>
681
             </property>
943
              </property>
-
 
944
             </item>
-
 
945
             <item>
682
             <property name="maximum">
946
              <property name="text">
-
 
947
               <string>RC 11</string>
-
 
948
              </property>
-
 
949
             </item>
-
 
950
             <item>
683
              <number>8</number>
951
              <property name="text">
-
 
952
               <string>RC 12</string>
684
             </property>
953
              </property>
-
 
954
             </item>
685
            </widget>
955
            </widget>
686
           </item>
956
           </item>
687
           <item row="5" column="0">
957
           <item row="2" column="3">
688
            <widget class="QLabel" name="label_10">
958
            <widget class="QLabel" name="label_32">
689
             <property name="font">
959
             <property name="font">
690
              <font>
960
              <font>
691
               <weight>75</weight>
961
               <weight>75</weight>
692
               <bold>true</bold>
962
               <bold>true</bold>
693
              </font>
963
              </font>
694
             </property>
964
             </property>
695
             <property name="text">
965
             <property name="text">
696
              <string>Poti 2:</string>
966
              <string>Poti 5:</string>
697
             </property>
967
             </property>
698
            </widget>
968
            </widget>
699
           </item>
969
           </item>
700
           <item row="5" column="1">
970
           <item row="2" column="4">
701
            <widget class="QSpinBox" name="sb_2_6">
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>
702
             <property name="minimum">
1033
              <property name="text">
703
              <number>1</number>
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>
704
             </property>
1065
              </property>
-
 
1066
             </item>
-
 
1067
             <item>
705
             <property name="maximum">
1068
              <property name="text">
706
              <number>8</number>
1069
               <string>Ser 8</string>
707
             </property>
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>
708
            </widget>
1092
            </widget>
709
           </item>
1093
           </item>
710
           <item row="6" column="0">
1094
           <item row="3" column="0">
711
            <widget class="QLabel" name="label_11">
1095
            <widget class="QLabel" name="label_8">
712
             <property name="font">
1096
             <property name="font">
713
              <font>
1097
              <font>
714
               <weight>75</weight>
1098
               <weight>75</weight>
715
               <bold>true</bold>
1099
               <bold>true</bold>
716
              </font>
1100
              </font>
717
             </property>
1101
             </property>
718
             <property name="text">
1102
             <property name="text">
719
              <string>Poti 3:</string>
1103
              <string>Roll:</string>
720
             </property>
1104
             </property>
721
            </widget>
1105
            </widget>
722
           </item>
1106
           </item>
723
           <item row="6" column="1">
1107
           <item row="3" column="2">
724
            <widget class="QSpinBox" name="sb_2_7">
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>
725
             <property name="minimum">
1150
              <property name="text">
-
 
1151
               <string>RC 9</string>
-
 
1152
              </property>
-
 
1153
             </item>
-
 
1154
             <item>
726
              <number>1</number>
1155
              <property name="text">
-
 
1156
               <string>RC 10</string>
727
             </property>
1157
              </property>
-
 
1158
             </item>
-
 
1159
             <item>
728
             <property name="maximum">
1160
              <property name="text">
-
 
1161
               <string>RC 11</string>
-
 
1162
              </property>
-
 
1163
             </item>
-
 
1164
             <item>
729
              <number>8</number>
1165
              <property name="text">
-
 
1166
               <string>RC 12</string>
730
             </property>
1167
              </property>
-
 
1168
             </item>
731
            </widget>
1169
            </widget>
732
           </item>
1170
           </item>
733
           <item row="7" column="0">
1171
           <item row="3" column="3">
734
            <widget class="QLabel" name="label_12">
1172
            <widget class="QLabel" name="label_34">
735
             <property name="font">
1173
             <property name="font">
736
              <font>
1174
              <font>
737
               <weight>75</weight>
1175
               <weight>75</weight>
738
               <bold>true</bold>
1176
               <bold>true</bold>
739
              </font>
1177
              </font>
740
             </property>
1178
             </property>
741
             <property name="text">
1179
             <property name="text">
742
              <string>Poti 4:</string>
1180
              <string>Poti 6:</string>
743
             </property>
1181
             </property>
744
            </widget>
1182
            </widget>
745
           </item>
1183
           </item>
746
           <item row="7" column="1">
1184
           <item row="3" column="4">
747
            <widget class="QSpinBox" name="sb_2_8">
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>
748
             <property name="minimum">
1247
              <property name="text">
749
              <number>1</number>
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>
750
             </property>
1279
              </property>
-
 
1280
             </item>
-
 
1281
             <item>
751
             <property name="maximum">
1282
              <property name="text">
752
              <number>8</number>
1283
               <string>Ser 8</string>
753
             </property>
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>
754
            </widget>
1306
            </widget>
755
           </item>
1307
           </item>
756
           <item row="8" column="1">
1308
           <item row="4" column="0">
757
            <spacer name="verticalSpacer_21">
1309
            <widget class="QLabel" name="label_9">
758
             <property name="orientation">
1310
             <property name="font">
759
              <enum>Qt::Vertical</enum>
-
 
760
             </property>
-
 
761
             <property name="sizeHint" stdset="0">
-
 
762
              <size>
1311
              <font>
763
               <width>20</width>
1312
               <weight>75</weight>
764
               <height>40</height>
1313
               <bold>true</bold>
765
              </size>
1314
              </font>
766
             </property>
1315
             </property>
767
            </spacer>
-
 
768
           </item>
-
 
769
          </layout>
-
 
770
         </widget>
-
 
771
        </item>
-
 
772
        <item row="0" column="1">
-
 
773
         <widget class="QFrame" name="frame_3">
-
 
774
          <property name="frameShape">
-
 
775
           <enum>QFrame::StyledPanel</enum>
-
 
776
          </property>
-
 
777
          <property name="frameShadow">
-
 
778
           <enum>QFrame::Raised</enum>
-
 
779
          </property>
-
 
780
          <layout class="QGridLayout" name="gridLayout_2">
-
 
781
           <item row="1" column="1">
-
 
782
            <widget class="QLabel" name="label_3">
-
 
783
             <property name="text">
1316
             <property name="text">
784
              <string>1</string>
1317
              <string>Poti 1:</string>
785
             </property>
-
 
786
             <property name="alignment">
-
 
787
              <set>Qt::AlignCenter</set>
-
 
788
             </property>
1318
             </property>
789
            </widget>
1319
            </widget>
790
           </item>
1320
           </item>
791
           <item row="1" column="2">
1321
           <item row="4" column="2">
792
            <widget class="QLabel" name="label_4">
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>
793
             <property name="text">
1329
              <property name="text">
794
              <string>2</string>
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>
795
             </property>
1426
              </property>
-
 
1427
             </item>
-
 
1428
             <item>
796
             <property name="alignment">
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">
797
              <set>Qt::AlignCenter</set>
1440
               <string>Ser 12</string>
798
             </property>
1441
              </property>
-
 
1442
             </item>
799
            </widget>
1443
            </widget>
800
           </item>
1444
           </item>
801
           <item row="1" column="3">
1445
           <item row="4" column="3">
802
            <widget class="QLabel" name="label_13">
1446
            <widget class="QLabel" name="label_33">
803
             <property name="text">
1447
             <property name="font">
804
              <string>3</string>
1448
              <font>
805
             </property>
1449
               <weight>75</weight>
806
             <property name="alignment">
1450
               <bold>true</bold>
807
              <set>Qt::AlignCenter</set>
1451
              </font>
808
             </property>
1452
             </property>
809
            </widget>
-
 
810
           </item>
-
 
811
           <item row="1" column="4">
-
 
812
            <widget class="QLabel" name="label_14">
-
 
813
             <property name="text">
1453
             <property name="text">
814
              <string>4</string>
1454
              <string>Poti 7:</string>
815
             </property>
-
 
816
             <property name="alignment">
-
 
817
              <set>Qt::AlignCenter</set>
-
 
818
             </property>
1455
             </property>
819
            </widget>
1456
            </widget>
820
           </item>
1457
           </item>
821
           <item row="1" column="5">
1458
           <item row="4" column="4">
822
            <widget class="QLabel" name="label_15">
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>
823
             <property name="text">
1481
              <property name="text">
824
              <string>5</string>
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>
825
             </property>
1563
              </property>
-
 
1564
             </item>
-
 
1565
             <item>
826
             <property name="alignment">
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">
827
              <set>Qt::AlignCenter</set>
1577
               <string>Ser 12</string>
828
             </property>
1578
              </property>
-
 
1579
             </item>
829
            </widget>
1580
            </widget>
830
           </item>
1581
           </item>
831
           <item row="1" column="6">
1582
           <item row="5" column="0">
832
            <widget class="QLabel" name="label_16">
1583
            <widget class="QLabel" name="label_10">
833
             <property name="text">
1584
             <property name="font">
834
              <string>6</string>
1585
              <font>
835
             </property>
1586
               <weight>75</weight>
836
             <property name="alignment">
1587
               <bold>true</bold>
837
              <set>Qt::AlignCenter</set>
1588
              </font>
838
             </property>
1589
             </property>
839
            </widget>
-
 
840
           </item>
-
 
841
           <item row="1" column="7">
-
 
842
            <widget class="QLabel" name="label_17">
-
 
843
             <property name="text">
1590
             <property name="text">
844
              <string>7</string>
1591
              <string>Poti 2:</string>
845
             </property>
-
 
846
             <property name="alignment">
-
 
847
              <set>Qt::AlignCenter</set>
-
 
848
             </property>
-
 
849
            </widget>
-
 
850
           </item>
-
 
851
           <item row="2" column="1">
-
 
852
            <widget class="QProgressBar" name="pb_K1">
-
 
853
             <property name="minimum">
-
 
854
              <number>-128</number>
-
 
855
             </property>
-
 
856
             <property name="maximum">
-
 
857
              <number>128</number>
-
 
858
             </property>
-
 
859
             <property name="value">
-
 
860
              <number>0</number>
-
 
861
             </property>
-
 
862
             <property name="orientation">
-
 
863
              <enum>Qt::Vertical</enum>
-
 
864
             </property>
-
 
865
             <property name="textDirection">
-
 
866
              <enum>QProgressBar::TopToBottom</enum>
-
 
867
             </property>
-
 
868
             <property name="format">
-
 
869
              <string>                                      %v</string>
-
 
870
             </property>
-
 
871
            </widget>
-
 
872
           </item>
-
 
873
           <item row="2" column="2">
-
 
874
            <widget class="QProgressBar" name="pb_K2">
-
 
875
             <property name="minimum">
-
 
876
              <number>-128</number>
-
 
877
             </property>
-
 
878
             <property name="maximum">
-
 
879
              <number>128</number>
-
 
880
             </property>
-
 
881
             <property name="value">
-
 
882
              <number>0</number>
-
 
883
             </property>
-
 
884
             <property name="orientation">
-
 
885
              <enum>Qt::Vertical</enum>
-
 
886
             </property>
-
 
887
             <property name="invertedAppearance">
-
 
888
              <bool>false</bool>
-
 
889
             </property>
-
 
890
             <property name="textDirection">
-
 
891
              <enum>QProgressBar::TopToBottom</enum>
-
 
892
             </property>
-
 
893
             <property name="format">
-
 
894
              <string>                                      %v</string>
-
 
895
             </property>
-
 
896
            </widget>
-
 
897
           </item>
-
 
898
           <item row="2" column="3">
-
 
899
            <widget class="QProgressBar" name="pb_K3">
-
 
900
             <property name="minimum">
-
 
901
              <number>-128</number>
-
 
902
             </property>
-
 
903
             <property name="maximum">
-
 
904
              <number>128</number>
-
 
905
             </property>
-
 
906
             <property name="value">
-
 
907
              <number>0</number>
-
 
908
             </property>
-
 
909
             <property name="orientation">
-
 
910
              <enum>Qt::Vertical</enum>
-
 
911
             </property>
-
 
912
             <property name="textDirection">
-
 
913
              <enum>QProgressBar::TopToBottom</enum>
-
 
914
             </property>
-
 
915
             <property name="format">
-
 
916
              <string>                                      %v</string>
-
 
917
             </property>
-
 
918
            </widget>
-
 
919
           </item>
-
 
920
           <item row="2" column="4">
-
 
921
            <widget class="QProgressBar" name="pb_K4">
-
 
922
             <property name="minimum">
-
 
923
              <number>-128</number>
-
 
924
             </property>
-
 
925
             <property name="maximum">
-
 
926
              <number>128</number>
-
 
927
             </property>
-
 
928
             <property name="value">
-
 
929
              <number>0</number>
-
 
930
             </property>
-
 
931
             <property name="orientation">
-
 
932
              <enum>Qt::Vertical</enum>
-
 
933
             </property>
-
 
934
             <property name="textDirection">
-
 
935
              <enum>QProgressBar::TopToBottom</enum>
-
 
936
             </property>
-
 
937
             <property name="format">
-
 
938
              <string>                                      %v</string>
-
 
939
             </property>
-
 
940
            </widget>
-
 
941
           </item>
-
 
942
           <item row="2" column="5">
-
 
943
            <widget class="QProgressBar" name="pb_K5">
-
 
944
             <property name="minimum">
-
 
945
              <number>-128</number>
-
 
946
             </property>
-
 
947
             <property name="maximum">
-
 
948
              <number>128</number>
-
 
949
             </property>
-
 
950
             <property name="value">
-
 
951
              <number>0</number>
-
 
952
             </property>
-
 
953
             <property name="orientation">
-
 
954
              <enum>Qt::Vertical</enum>
-
 
955
             </property>
-
 
956
             <property name="textDirection">
-
 
957
              <enum>QProgressBar::TopToBottom</enum>
-
 
958
             </property>
-
 
959
             <property name="format">
-
 
960
              <string>                                      %v</string>
-
 
961
             </property>
-
 
962
            </widget>
-
 
963
           </item>
-
 
964
           <item row="2" column="6">
-
 
965
            <widget class="QProgressBar" name="pb_K6">
-
 
966
             <property name="minimum">
-
 
967
              <number>-128</number>
-
 
968
             </property>
-
 
969
             <property name="maximum">
-
 
970
              <number>128</number>
-
 
971
             </property>
-
 
972
             <property name="value">
-
 
973
              <number>0</number>
-
 
974
             </property>
-
 
975
             <property name="orientation">
-
 
976
              <enum>Qt::Vertical</enum>
-
 
977
             </property>
-
 
978
             <property name="textDirection">
-
 
979
              <enum>QProgressBar::TopToBottom</enum>
-
 
980
             </property>
-
 
981
             <property name="format">
-
 
982
              <string>                                      %v</string>
-
 
983
             </property>
1592
             </property>
984
            </widget>
1593
            </widget>
985
           </item>
1594
           </item>
986
           <item row="2" column="7">
1595
           <item row="5" column="2">
987
            <widget class="QProgressBar" name="pb_K7">
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>
988
             <property name="minimum">
1633
              <property name="text">
989
              <number>-128</number>
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>
990
             </property>
1650
              </property>
-
 
1651
             </item>
-
 
1652
             <item>
991
             <property name="maximum">
1653
              <property name="text">
992
              <number>128</number>
1654
               <string>RC 12</string>
993
             </property>
1655
              </property>
-
 
1656
             </item>
-
 
1657
             <item>
994
             <property name="value">
1658
              <property name="text">
995
              <number>0</number>
1659
               <string>Ser 1</string>
996
             </property>
1660
              </property>
-
 
1661
             </item>
-
 
1662
             <item>
997
             <property name="orientation">
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">
998
              <enum>Qt::Vertical</enum>
1699
               <string>Ser 9</string>
999
             </property>
1700
              </property>
-
 
1701
             </item>
-
 
1702
             <item>
1000
             <property name="textDirection">
1703
              <property name="text">
-
 
1704
               <string>Ser 10</string>
-
 
1705
              </property>
-
 
1706
             </item>
-
 
1707
             <item>
1001
              <enum>QProgressBar::TopToBottom</enum>
1708
              <property name="text">
-
 
1709
               <string>Ser 11</string>
1002
             </property>
1710
              </property>
-
 
1711
             </item>
-
 
1712
             <item>
1003
             <property name="format">
1713
              <property name="text">
1004
              <string>                                      %v</string>
1714
               <string>Ser 12</string>
1005
             </property>
1715
              </property>
-
 
1716
             </item>
1006
            </widget>
1717
            </widget>
1007
           </item>
1718
           </item>
1008
           <item row="0" column="1" colspan="8">
1719
           <item row="5" column="3">
1009
            <widget class="QLabel" name="label_128">
1720
            <widget class="QLabel" name="label_35">
1010
             <property name="font">
1721
             <property name="font">
1011
              <font>
1722
              <font>
1012
               <weight>75</weight>
1723
               <weight>75</weight>
1013
               <bold>true</bold>
1724
               <bold>true</bold>
1014
              </font>
1725
              </font>
1015
             </property>
1726
             </property>
1016
             <property name="text">
1727
             <property name="text">
1017
              <string>Kanäle der Fernsteuerung</string>
1728
              <string>Poti 8:</string>
1018
             </property>
-
 
1019
             <property name="alignment">
-
 
1020
              <set>Qt::AlignCenter</set>
-
 
1021
             </property>
1729
             </property>
1022
            </widget>
1730
            </widget>
1023
           </item>
1731
           </item>
1024
           <item row="1" column="8">
1732
           <item row="5" column="4">
1025
            <widget class="QLabel" name="label_18">
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>
1026
             <property name="text">
1770
              <property name="text">
1027
              <string>8</string>
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>
1028
             </property>
1837
              </property>
-
 
1838
             </item>
-
 
1839
             <item>
1029
             <property name="alignment">
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">
1030
              <set>Qt::AlignCenter</set>
1851
               <string>Ser 12</string>
1031
             </property>
1852
              </property>
-
 
1853
             </item>
1032
            </widget>
1854
            </widget>
1033
           </item>
1855
           </item>
1034
           <item row="2" column="8">
1856
           <item row="6" column="2">
1035
            <widget class="QProgressBar" name="pb_K8">
-
 
1036
             <property name="minimum">
-
 
1037
              <number>-128</number>
-
 
1038
             </property>
-
 
1039
             <property name="maximum">
-
 
1040
              <number>128</number>
-
 
1041
             </property>
-
 
1042
             <property name="value">
1857
            <spacer name="verticalSpacer_21">
1043
              <number>0</number>
-
 
1044
             </property>
-
 
1045
             <property name="orientation">
1858
             <property name="orientation">
1046
              <enum>Qt::Vertical</enum>
1859
              <enum>Qt::Vertical</enum>
1047
             </property>
1860
             </property>
1048
             <property name="textDirection">
-
 
1049
              <enum>QProgressBar::TopToBottom</enum>
-
 
1050
             </property>
-
 
1051
             <property name="format">
-
 
1052
              <string>                                      %v</string>
-
 
1053
             </property>
-
 
1054
            </widget>
-
 
1055
           </item>
-
 
1056
           <item row="2" column="9">
-
 
1057
            <spacer name="horizontalSpacer_12">
-
 
1058
             <property name="orientation">
-
 
1059
              <enum>Qt::Horizontal</enum>
-
 
1060
             </property>
-
 
1061
             <property name="sizeHint" stdset="0">
1861
             <property name="sizeHint" stdset="0">
1062
              <size>
1862
              <size>
1063
               <width>40</width>
1863
               <width>20</width>
1064
               <height>20</height>
1864
               <height>1</height>
1065
              </size>
1865
              </size>
1066
             </property>
1866
             </property>
1067
            </spacer>
1867
            </spacer>
1068
           </item>
1868
           </item>
-
 
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>
1069
           <item row="2" column="0">
1920
           <item row="7" column="0" colspan="5">
1070
            <spacer name="horizontalSpacer_13">
1921
            <widget class="Line" name="line_5">
1071
             <property name="orientation">
1922
             <property name="orientation">
1072
              <enum>Qt::Horizontal</enum>
1923
              <enum>Qt::Horizontal</enum>
1073
             </property>
1924
             </property>
1074
             <property name="sizeHint" stdset="0">
-
 
1075
              <size>
-
 
1076
               <width>40</width>
-
 
1077
               <height>20</height>
-
 
1078
              </size>
-
 
1079
             </property>
-
 
1080
            </spacer>
1925
            </widget>
1081
           </item>
1926
           </item>
1082
          </layout>
1927
          </layout>
1083
         </widget>
1928
         </widget>
1084
        </item>
1929
        </item>
-
 
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>
1085
        <item row="0" column="2" rowspan="2">
2941
        <item row="0" column="2" rowspan="2">
1086
         <widget class="QTextEdit" name="te_Help_2">
2942
         <widget class="QTextEdit" name="te_Help_2">
1087
          <property name="minimumSize">
2943
          <property name="minimumSize">
1088
           <size>
2944
           <size>
1089
            <width>180</width>
2945
            <width>180</width>
Line 1101... Line 2957...
1101
          </property>
2957
          </property>
1102
          <property name="html">
2958
          <property name="html">
1103
           <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;
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;
1104
&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;
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;
1105
p, li { white-space: pre-wrap; }
2961
p, li { white-space: pre-wrap; }
1106
&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;
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;
1107
&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;
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;
1108
&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;
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;
1109
&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-4 sind per Sender frei einstellbare Werte.&lt;/span&gt;&lt;/p&gt;
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;
1110
&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;
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;
1111
&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>
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>
1112
          </property>
2968
          </property>
1113
         </widget>
2969
         </widget>
1114
        </item>
2970
        </item>
Line 1119... Line 2975...
1119
            <weight>75</weight>
2975
            <weight>75</weight>
1120
            <bold>true</bold>
2976
            <bold>true</bold>
1121
           </font>
2977
           </font>
1122
          </property>
2978
          </property>
1123
          <property name="text">
2979
          <property name="text">
1124
           <string>Sensitive receiver signal validation</string>
2980
           <string>Erweiterte Empfangssignalprüfung</string>
1125
          </property>
2981
          </property>
1126
         </widget>
2982
         </widget>
1127
        </item>
2983
        </item>
1128
       </layout>
2984
       </layout>
1129
      </widget>
2985
      </widget>
Line 1244... Line 3100...
1244
               <string>Poti 4</string>
3100
               <string>Poti 4</string>
1245
              </property>
3101
              </property>
1246
             </item>
3102
             </item>
1247
             <item>
3103
             <item>
1248
              <property name="text">
3104
              <property name="text">
-
 
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">
1249
               <string>0</string>
3125
               <string>0</string>
1250
              </property>
3126
              </property>
1251
             </item>
3127
             </item>
1252
            </widget>
3128
            </widget>
1253
           </item>
3129
           </item>
Line 1272... Line 3148...
1272
               <weight>75</weight>
3148
               <weight>75</weight>
1273
               <bold>true</bold>
3149
               <bold>true</bold>
1274
              </font>
3150
              </font>
1275
             </property>
3151
             </property>
1276
             <property name="text">
3152
             <property name="text">
1277
              <string>External Control:</string>
3153
              <string>Externe Kontrolle:</string>
1278
             </property>
3154
             </property>
1279
            </widget>
3155
            </widget>
1280
           </item>
3156
           </item>
1281
           <item row="5" column="1">
3157
           <item row="5" column="1">
1282
            <widget class="QComboBox" name="cb_3_4">
3158
            <widget class="QComboBox" name="cb_3_4">
Line 1303... Line 3179...
1303
               <string>Poti 4</string>
3179
               <string>Poti 4</string>
1304
              </property>
3180
              </property>
1305
             </item>
3181
             </item>
1306
             <item>
3182
             <item>
1307
              <property name="text">
3183
              <property name="text">
-
 
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">
1308
               <string>0</string>
3204
               <string>0</string>
1309
              </property>
3205
              </property>
1310
             </item>
3206
             </item>
1311
            </widget>
3207
            </widget>
1312
           </item>
3208
           </item>
Line 1366... Line 3262...
1366
          </property>
3262
          </property>
1367
          <property name="html">
3263
          <property name="html">
1368
           <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;
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;
1369
&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;
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;
1370
p, li { white-space: pre-wrap; }
3266
p, li { white-space: pre-wrap; }
1371
&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;
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;
1372
&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;
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;
1373
&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;
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;
1374
&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;
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;
1375
&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;
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;
1376
&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;
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;
Line 1402... Line 3298...
1402
          </property>
3298
          </property>
1403
          <property name="html">
3299
          <property name="html">
1404
           <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;
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;
1405
&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;
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;
1406
p, li { white-space: pre-wrap; }
3302
p, li { white-space: pre-wrap; }
1407
&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;
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;
1408
&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;
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;
1409
&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;
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;
1410
&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;
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;
1411
&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;
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;
1412
&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;
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;
Line 1439... Line 3335...
1439
               <weight>75</weight>
3335
               <weight>75</weight>
1440
               <bold>true</bold>
3336
               <bold>true</bold>
1441
              </font>
3337
              </font>
1442
             </property>
3338
             </property>
1443
             <property name="text">
3339
             <property name="text">
1444
              <string>Enable Altitude control</string>
3340
              <string>Höhenregelung aktiv</string>
1445
             </property>
3341
             </property>
1446
            </widget>
3342
            </widget>
1447
           </item>
3343
           </item>
1448
           <item row="1" column="0" rowspan="2" colspan="2">
3344
           <item row="1" column="0" rowspan="2" colspan="2">
1449
            <widget class="QFrame" name="Frame_4">
3345
            <widget class="QFrame" name="Frame_4">
Line 1483... Line 3379...
1483
                  <weight>75</weight>
3379
                  <weight>75</weight>
1484
                  <bold>true</bold>
3380
                  <bold>true</bold>
1485
                 </font>
3381
                 </font>
1486
                </property>
3382
                </property>
1487
                <property name="text">
3383
                <property name="text">
1488
                 <string>Height limitation control</string>
3384
                 <string>Höhenbegrenzung</string>
1489
                </property>
3385
                </property>
1490
                <property name="checked">
3386
                <property name="checked">
1491
                 <bool>true</bool>
3387
                 <bool>true</bool>
1492
                </property>
3388
                </property>
1493
               </widget>
3389
               </widget>
Line 1499... Line 3395...
1499
                  <weight>75</weight>
3395
                  <weight>75</weight>
1500
                  <bold>true</bold>
3396
                  <bold>true</bold>
1501
                 </font>
3397
                 </font>
1502
                </property>
3398
                </property>
1503
                <property name="text">
3399
                <property name="text">
1504
                 <string>use switch for setpoint</string>
3400
                 <string>Schalter für Höhe</string>
1505
                </property>
3401
                </property>
1506
               </widget>
3402
               </widget>
1507
              </item>
3403
              </item>
1508
              <item row="1" column="1" colspan="2">
3404
              <item row="1" column="1" colspan="2">
1509
               <widget class="QRadioButton" name="s_4_3_rb">
3405
               <widget class="QRadioButton" name="s_4_3_rb">
Line 1512... Line 3408...
1512
                  <weight>75</weight>
3408
                  <weight>75</weight>
1513
                  <bold>true</bold>
3409
                  <bold>true</bold>
1514
                 </font>
3410
                 </font>
1515
                </property>
3411
                </property>
1516
                <property name="text">
3412
                <property name="text">
1517
                 <string>Vario altitude control</string>
3413
                 <string>Vario-Höhe</string>
1518
                </property>
3414
                </property>
1519
               </widget>
3415
               </widget>
1520
              </item>
3416
              </item>
1521
              <item row="1" column="3" colspan="3">
3417
              <item row="1" column="3" colspan="3">
1522
               <widget class="QCheckBox" name="s_4_5_cb">
3418
               <widget class="QCheckBox" name="s_4_5_cb">
Line 1528... Line 3424...
1528
                  <weight>75</weight>
3424
                  <weight>75</weight>
1529
                  <bold>true</bold>
3425
                  <bold>true</bold>
1530
                 </font>
3426
                 </font>
1531
                </property>
3427
                </property>
1532
                <property name="text">
3428
                <property name="text">
1533
                 <string>enable acoustic vario</string>
3429
                 <string>akustisches Variometer</string>
1534
                </property>
3430
                </property>
1535
               </widget>
3431
               </widget>
1536
              </item>
3432
              </item>
1537
              <item row="3" column="0" colspan="2">
3433
              <item row="3" column="0" colspan="2">
1538
               <widget class="QLabel" name="label_25">
3434
               <widget class="QLabel" name="label_25">
Line 1541... Line 3437...
1541
                  <weight>75</weight>
3437
                  <weight>75</weight>
1542
                  <bold>true</bold>
3438
                  <bold>true</bold>
1543
                 </font>
3439
                 </font>
1544
                </property>
3440
                </property>
1545
                <property name="text">
3441
                <property name="text">
1546
                 <string>SollHöhe:</string>
3442
                 <string>Sollwert:</string>
1547
                </property>
3443
                </property>
1548
               </widget>
3444
               </widget>
1549
              </item>
3445
              </item>
1550
              <item row="3" column="2">
3446
              <item row="3" column="2">
1551
               <widget class="QComboBox" name="cb_4_1">
3447
               <widget class="QComboBox" name="cb_4_1">
Line 1572... Line 3468...
1572
                  <string>Poti 4</string>
3468
                  <string>Poti 4</string>
1573
                 </property>
3469
                 </property>
1574
                </item>
3470
                </item>
1575
                <item>
3471
                <item>
1576
                 <property name="text">
3472
                 <property name="text">
-
 
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">
1577
                  <string>0</string>
3493
                  <string>0</string>
1578
                 </property>
3494
                 </property>
1579
                </item>
3495
                </item>
1580
               </widget>
3496
               </widget>
1581
              </item>
3497
              </item>
Line 1637... Line 3553...
1637
                  <string>Poti 4</string>
3553
                  <string>Poti 4</string>
1638
                 </property>
3554
                 </property>
1639
                </item>
3555
                </item>
1640
                <item>
3556
                <item>
1641
                 <property name="text">
3557
                 <property name="text">
-
 
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">
1642
                  <string>0</string>
3578
                  <string>0</string>
1643
                 </property>
3579
                 </property>
1644
                </item>
3580
                </item>
1645
               </widget>
3581
               </widget>
1646
              </item>
3582
              </item>
Line 1682... Line 3618...
1682
                  <string>Poti 4</string>
3618
                  <string>Poti 4</string>
1683
                 </property>
3619
                 </property>
1684
                </item>
3620
                </item>
1685
                <item>
3621
                <item>
1686
                 <property name="text">
3622
                 <property name="text">
-
 
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">
1687
                  <string>0</string>
3643
                  <string>0</string>
1688
                 </property>
3644
                 </property>
1689
                </item>
3645
                </item>
1690
               </widget>
3646
               </widget>
1691
              </item>
3647
              </item>
Line 1714... Line 3670...
1714
                  <string>Poti 4</string>
3670
                  <string>Poti 4</string>
1715
                 </property>
3671
                 </property>
1716
                </item>
3672
                </item>
1717
                <item>
3673
                <item>
1718
                 <property name="text">
3674
                 <property name="text">
-
 
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">
1719
                  <string>0</string>
3695
                  <string>0</string>
1720
                 </property>
3696
                 </property>
1721
                </item>
3697
                </item>
1722
               </widget>
3698
               </widget>
1723
              </item>
3699
              </item>
Line 1760... Line 3736...
1760
                  <weight>75</weight>
3736
                  <weight>75</weight>
1761
                  <bold>true</bold>
3737
                  <bold>true</bold>
1762
                 </font>
3738
                 </font>
1763
                </property>
3739
                </property>
1764
                <property name="text">
3740
                <property name="text">
1765
                 <string>Verstärkung:</string>
3741
                 <string>Verstärkung/Rate:</string>
1766
                </property>
3742
                </property>
1767
               </widget>
3743
               </widget>
1768
              </item>
3744
              </item>
1769
              <item row="3" column="4">
3745
              <item row="3" column="4">
1770
               <widget class="QSpinBox" name="sb_4_6">
3746
               <widget class="QSpinBox" name="sb_4_6">
Line 1783... Line 3759...
1783
                  <weight>75</weight>
3759
                  <weight>75</weight>
1784
                  <bold>true</bold>
3760
                  <bold>true</bold>
1785
                 </font>
3761
                 </font>
1786
                </property>
3762
                </property>
1787
                <property name="text">
3763
                <property name="text">
1788
                 <string>Hover variation:</string>
3764
                 <string>Schwebe-Gas +/-:</string>
1789
                </property>
3765
                </property>
1790
               </widget>
3766
               </widget>
1791
              </item>
3767
              </item>
1792
              <item row="4" column="4">
3768
              <item row="4" column="4">
1793
               <widget class="QSpinBox" name="sb_4_7">
3769
               <widget class="QSpinBox" name="sb_4_7">
Line 1834... Line 3810...
1834
                  <string>Poti 4</string>
3810
                  <string>Poti 4</string>
1835
                 </property>
3811
                 </property>
1836
                </item>
3812
                </item>
1837
                <item>
3813
                <item>
1838
                 <property name="text">
3814
                 <property name="text">
-
 
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">
1839
                  <string>0</string>
3835
                  <string>0</string>
1840
                 </property>
3836
                 </property>
1841
                </item>
3837
                </item>
1842
               </widget>
3838
               </widget>
1843
              </item>
3839
              </item>
Line 1851... Line 3847...
1851
                  <weight>75</weight>
3847
                  <weight>75</weight>
1852
                  <bold>true</bold>
3848
                  <bold>true</bold>
1853
                 </font>
3849
                 </font>
1854
                </property>
3850
                </property>
1855
                <property name="text">
3851
                <property name="text">
1856
                 <string>Stick neutral:</string>
3852
                 <string>Stick Neutral-Punkt:</string>
1857
                </property>
3853
                </property>
1858
               </widget>
3854
               </widget>
1859
              </item>
3855
              </item>
1860
              <item row="6" column="4">
3856
              <item row="6" column="4">
1861
               <widget class="QSpinBox" name="sb_4_9">
3857
               <widget class="QSpinBox" name="sb_4_9">
Line 1871... Line 3867...
1871
               <widget class="QLabel" name="label_31">
3867
               <widget class="QLabel" name="label_31">
1872
                <property name="enabled">
3868
                <property name="enabled">
1873
                 <bool>false</bool>
3869
                 <bool>false</bool>
1874
                </property>
3870
                </property>
1875
                <property name="text">
3871
                <property name="text">
1876
                 <string>     0 = automatic
3872
                 <string>     0 = automatisch
1877
     120 = middle position</string>
3873
     120 = Mittelposition</string>
1878
                </property>
3874
                </property>
1879
               </widget>
3875
               </widget>
1880
              </item>
3876
              </item>
1881
             </layout>
3877
             </layout>
1882
            </widget>
3878
            </widget>
Line 1920... Line 3916...
1920
          </property>
3916
          </property>
1921
          <property name="html">
3917
          <property name="html">
1922
           <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;
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;
1923
&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;
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;
1924
p, li { white-space: pre-wrap; }
3920
p, li { white-space: pre-wrap; }
1925
&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;
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;
1926
&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;
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;
1927
&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;
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;
1928
&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;
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;
1929
&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;
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;
1930
&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;
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;
Line 1988... Line 3984...
1988
               <string>Poti 4</string>
3984
               <string>Poti 4</string>
1989
              </property>
3985
              </property>
1990
             </item>
3986
             </item>
1991
             <item>
3987
             <item>
1992
              <property name="text">
3988
              <property name="text">
-
 
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">
1993
               <string>0</string>
4009
               <string>0</string>
1994
              </property>
4010
              </property>
1995
             </item>
4011
             </item>
1996
            </widget>
4012
            </widget>
1997
           </item>
4013
           </item>
Line 2033... Line 4049...
2033
               <string>Poti 4</string>
4049
               <string>Poti 4</string>
2034
              </property>
4050
              </property>
2035
             </item>
4051
             </item>
2036
             <item>
4052
             <item>
2037
              <property name="text">
4053
              <property name="text">
-
 
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">
2038
               <string>0</string>
4074
               <string>0</string>
2039
              </property>
4075
              </property>
2040
             </item>
4076
             </item>
2041
            </widget>
4077
            </widget>
2042
           </item>
4078
           </item>
Line 2098... Line 4134...
2098
               <string>Poti 4</string>
4134
               <string>Poti 4</string>
2099
              </property>
4135
              </property>
2100
             </item>
4136
             </item>
2101
             <item>
4137
             <item>
2102
              <property name="text">
4138
              <property name="text">
-
 
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">
2103
               <string>0</string>
4159
               <string>0</string>
2104
              </property>
4160
              </property>
2105
             </item>
4161
             </item>
2106
            </widget>
4162
            </widget>
2107
           </item>
4163
           </item>
Line 2143... Line 4199...
2143
               <string>Poti 4</string>
4199
               <string>Poti 4</string>
2144
              </property>
4200
              </property>
2145
             </item>
4201
             </item>
2146
             <item>
4202
             <item>
2147
              <property name="text">
4203
              <property name="text">
-
 
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">
2148
               <string>0</string>
4224
               <string>0</string>
2149
              </property>
4225
              </property>
2150
             </item>
4226
             </item>
2151
            </widget>
4227
            </widget>
2152
           </item>
4228
           </item>
Line 2195... Line 4271...
2195
               <string>Poti 4</string>
4271
               <string>Poti 4</string>
2196
              </property>
4272
              </property>
2197
             </item>
4273
             </item>
2198
             <item>
4274
             <item>
2199
              <property name="text">
4275
              <property name="text">
-
 
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">
2200
               <string>0</string>
4296
               <string>0</string>
2201
              </property>
4297
              </property>
2202
             </item>
4298
             </item>
2203
            </widget>
4299
            </widget>
2204
           </item>
4300
           </item>
Line 2240... Line 4336...
2240
               <string>Poti 4</string>
4336
               <string>Poti 4</string>
2241
              </property>
4337
              </property>
2242
             </item>
4338
             </item>
2243
             <item>
4339
             <item>
2244
              <property name="text">
4340
              <property name="text">
-
 
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">
2245
               <string>0</string>
4361
               <string>0</string>
2246
              </property>
4362
              </property>
2247
             </item>
4363
             </item>
2248
            </widget>
4364
            </widget>
2249
           </item>
4365
           </item>
Line 2254... Line 4370...
2254
               <weight>75</weight>
4370
               <weight>75</weight>
2255
               <bold>true</bold>
4371
               <bold>true</bold>
2256
              </font>
4372
              </font>
2257
             </property>
4373
             </property>
2258
             <property name="text">
4374
             <property name="text">
2259
              <string>Dynamic Stability:</string>
4375
              <string>Dynamische Stabilität:</string>
2260
             </property>
4376
             </property>
2261
            </widget>
4377
            </widget>
2262
           </item>
4378
           </item>
2263
           <item row="12" column="0">
4379
           <item row="12" column="0">
2264
            <spacer name="verticalSpacer_10">
4380
            <spacer name="verticalSpacer_10">
Line 2306... Line 4422...
2306
               <weight>75</weight>
4422
               <weight>75</weight>
2307
               <bold>true</bold>
4423
               <bold>true</bold>
2308
              </font>
4424
              </font>
2309
             </property>
4425
             </property>
2310
             <property name="text">
4426
             <property name="text">
2311
              <string>ACC/Gyro-Comp.:</string>
4427
              <string>ACC/Gyro-Komp.:</string>
2312
             </property>
4428
             </property>
2313
            </widget>
4429
            </widget>
2314
           </item>
4430
           </item>
2315
           <item row="9" column="3">
4431
           <item row="9" column="3">
2316
            <layout class="QHBoxLayout" name="horizontalLayout_3">
4432
            <layout class="QHBoxLayout" name="horizontalLayout_3">
Line 2368... Line 4484...
2368
               <string>Poti 4</string>
4484
               <string>Poti 4</string>
2369
              </property>
4485
              </property>
2370
             </item>
4486
             </item>
2371
             <item>
4487
             <item>
2372
              <property name="text">
4488
              <property name="text">
-
 
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">
2373
               <string>0</string>
4509
               <string>0</string>
2374
              </property>
4510
              </property>
2375
             </item>
4511
             </item>
2376
            </widget>
4512
            </widget>
2377
           </item>
4513
           </item>
Line 2393... Line 4529...
2393
        </item>
4529
        </item>
2394
       </layout>
4530
       </layout>
2395
      </widget>
4531
      </widget>
2396
      <widget class="QWidget" name="Seite_6">
4532
      <widget class="QWidget" name="Seite_6">
2397
       <layout class="QGridLayout" name="gridLayout_39">
4533
       <layout class="QGridLayout" name="gridLayout_39">
2398
        <item row="0" column="2">
4534
        <item row="0" column="5">
2399
         <widget class="QTextEdit" name="te_Help_6">
4535
         <widget class="QTextEdit" name="te_Help_6">
2400
          <property name="minimumSize">
4536
          <property name="minimumSize">
2401
           <size>
4537
           <size>
2402
            <width>180</width>
4538
            <width>180</width>
2403
            <height>0</height>
4539
            <height>0</height>
Line 2414... Line 4550...
2414
          </property>
4550
          </property>
2415
          <property name="html">
4551
          <property name="html">
2416
           <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;
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;
2417
&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;
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;
2418
p, li { white-space: pre-wrap; }
4554
p, li { white-space: pre-wrap; }
2419
&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;
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;
2420
&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;
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;
2421
&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;
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;
2422
&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;
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;
2423
&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;
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;
2424
&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;
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;
2425
&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;
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;
2426
&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>
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>
2427
          </property>
4563
          </property>
2428
         </widget>
4564
         </widget>
2429
        </item>
4565
        </item>
2430
        <item row="0" column="1">
4566
        <item row="0" column="4">
2431
         <widget class="QFrame" name="frame_8">
4567
         <widget class="QFrame" name="frame_8">
2432
          <property name="sizePolicy">
4568
          <property name="sizePolicy">
2433
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
4569
           <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
2434
            <horstretch>0</horstretch>
4570
            <horstretch>0</horstretch>
2435
            <verstretch>0</verstretch>
4571
            <verstretch>0</verstretch>
Line 2439... Line 4575...
2439
           <enum>QFrame::StyledPanel</enum>
4575
           <enum>QFrame::StyledPanel</enum>
2440
          </property>
4576
          </property>
2441
          <property name="frameShadow">
4577
          <property name="frameShadow">
2442
           <enum>QFrame::Raised</enum>
4578
           <enum>QFrame::Raised</enum>
2443
          </property>
4579
          </property>
2444
          <layout class="QGridLayout" name="gridLayout_10">
4580
          <layout class="QGridLayout" name="gridLayout_24">
2445
           <item row="0" column="1">
4581
           <item row="0" column="0" rowspan="2">
2446
            <widget class="QLabel" name="label_137">
4582
            <layout class="QGridLayout" name="gridLayout_22">
2447
             <property name="font">
-
 
2448
              <font>
-
 
2449
               <weight>75</weight>
-
 
2450
               <bold>true</bold>
-
 
2451
              </font>
-
 
2452
             </property>
-
 
2453
             <property name="text">
-
 
2454
              <string>Nick</string>
-
 
2455
             </property>
-
 
2456
            </widget>
-
 
2457
           </item>
-
 
2458
           <item row="0" column="3">
4583
             <item row="0" column="1">
2459
            <widget class="QLabel" name="label_138">
4584
              <widget class="QLabel" name="label_137">
2460
             <property name="font">
4585
               <property name="font">
2461
              <font>
4586
                <font>
2462
               <weight>75</weight>
4587
                 <weight>75</weight>
2463
               <bold>true</bold>
4588
                 <bold>true</bold>
2464
              </font>
4589
                </font>
2465
             </property>
4590
               </property>
2466
             <property name="text">
4591
               <property name="text">
2467
              <string>Roll</string>
4592
                <string>Nick</string>
2468
             </property>
4593
               </property>
2469
            </widget>
4594
              </widget>
2470
           </item>
-
 
2471
           <item row="1" column="1">
-
 
2472
            <widget class="QComboBox" name="cb_6_1">
-
 
2473
             <property name="editable">
-
 
2474
              <bool>true</bool>
-
 
2475
             </property>
-
 
2476
             <item>
-
 
2477
              <property name="text">
-
 
2478
               <string>Poti 1</string>
-
 
2479
              </property>
-
 
2480
             </item>
4595
             </item>
-
 
4596
             <item row="0" column="3">
-
 
4597
              <widget class="QLabel" name="label_138">
-
 
4598
               <property name="font">
2481
             <item>
4599
                <font>
-
 
4600
                 <weight>75</weight>
-
 
4601
                 <bold>true</bold>
-
 
4602
                </font>
-
 
4603
               </property>
2482
              <property name="text">
4604
               <property name="text">
2483
               <string>Poti 2</string>
4605
                <string>Roll</string>
2484
              </property>
4606
               </property>
-
 
4607
              </widget>
2485
             </item>
4608
             </item>
-
 
4609
             <item row="1" column="0">
-
 
4610
              <widget class="QLabel" name="label_55">
-
 
4611
               <property name="font">
2486
             <item>
4612
                <font>
-
 
4613
                 <weight>75</weight>
-
 
4614
                 <bold>true</bold>
-
 
4615
                </font>
-
 
4616
               </property>
2487
              <property name="text">
4617
               <property name="text">
2488
               <string>Poti 3</string>
4618
                <string>Servo Ansteuerung:</string>
2489
              </property>
4619
               </property>
-
 
4620
              </widget>
2490
             </item>
4621
             </item>
-
 
4622
             <item row="1" column="1">
-
 
4623
              <widget class="QComboBox" name="cb_6_1">
-
 
4624
               <property name="editable">
-
 
4625
                <bool>true</bool>
-
 
4626
               </property>
2491
             <item>
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>
2492
              <property name="text">
4643
                <property name="text">
2493
               <string>Poti 4</string>
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>
2494
              </property>
4665
                </property>
-
 
4666
               </item>
-
 
4667
               <item>
-
 
4668
                <property name="text">
-
 
4669
                 <string>0</string>
-
 
4670
                </property>
-
 
4671
               </item>
-
 
4672
              </widget>
2495
             </item>
4673
             </item>
-
 
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>
2496
             <item>
4719
               <item>
2497
              <property name="text">
4720
                <property name="text">
2498
               <string>0</string>
4721
                 <string>0</string>
2499
              </property>
4722
                </property>
-
 
4723
               </item>
-
 
4724
              </widget>
2500
             </item>
4725
             </item>
2501
            </widget>
4726
             <item row="2" column="0">
2502
           </item>
4727
              <widget class="QLabel" name="label_56">
2503
           <item row="1" column="3">
4728
               <property name="font">
2504
            <widget class="QComboBox" name="cb_6_7">
4729
                <font>
2505
             <property name="editable">
4730
                 <weight>75</weight>
2506
              <bool>true</bool>
4731
                 <bold>true</bold>
2507
             </property>
4732
                </font>
2508
             <item>
4733
               </property>
2509
              <property name="text">
4734
               <property name="text">
2510
               <string>Poti 1</string>
4735
                <string>Kompensation:</string>
2511
              </property>
4736
               </property>
-
 
4737
              </widget>
2512
             </item>
4738
             </item>
2513
             <item>
4739
             <item row="2" column="1">
-
 
4740
              <widget class="QSpinBox" name="sb_6_2">
2514
              <property name="text">
4741
               <property name="maximum">
2515
               <string>Poti 2</string>
4742
                <number>250</number>
2516
              </property>
4743
               </property>
-
 
4744
              </widget>
2517
             </item>
4745
             </item>
2518
             <item>
4746
             <item row="2" column="3">
-
 
4747
              <widget class="QSpinBox" name="sb_6_8">
2519
              <property name="text">
4748
               <property name="maximum">
2520
               <string>Poti 3</string>
4749
                <number>250</number>
2521
              </property>
4750
               </property>
-
 
4751
              </widget>
2522
             </item>
4752
             </item>
-
 
4753
             <item row="3" column="0">
-
 
4754
              <widget class="QLabel" name="label_130">
-
 
4755
               <property name="font">
2523
             <item>
4756
                <font>
-
 
4757
                 <weight>75</weight>
-
 
4758
                 <bold>true</bold>
-
 
4759
                </font>
-
 
4760
               </property>
2524
              <property name="text">
4761
               <property name="text">
2525
               <string>Poti 4</string>
4762
                <string>Richtung umkehren</string>
2526
              </property>
4763
               </property>
-
 
4764
              </widget>
2527
             </item>
4765
             </item>
2528
             <item>
4766
             <item row="3" column="1">
-
 
4767
              <widget class="QCheckBox" name="cb_6_6">
2529
              <property name="text">
4768
               <property name="text">
2530
               <string>0</string>
4769
                <string/>
2531
              </property>
4770
               </property>
-
 
4771
              </widget>
2532
             </item>
4772
             </item>
-
 
4773
             <item row="3" column="3">
-
 
4774
              <widget class="QCheckBox" name="cb_6_9">
-
 
4775
               <property name="text">
-
 
4776
                <string/>
-
 
4777
               </property>
2533
            </widget>
4778
              </widget>
2534
           </item>
4779
             </item>
2535
           <item row="5" column="0">
4780
             <item row="4" column="0">
2536
            <widget class="QLabel" name="label_130">
4781
              <widget class="QLabel" name="label_57">
2537
             <property name="font">
4782
               <property name="font">
2538
              <font>
4783
                <font>
2539
               <weight>75</weight>
4784
                 <weight>75</weight>
2540
               <bold>true</bold>
4785
                 <bold>true</bold>
2541
              </font>
4786
                </font>
2542
             </property>
4787
               </property>
2543
             <property name="text">
4788
               <property name="text">
2544
              <string>Richtung invertieren</string>
4789
                <string>Servo min:</string>
2545
             </property>
4790
               </property>
2546
            </widget>
4791
              </widget>
2547
           </item>
4792
             </item>
2548
           <item row="5" column="1">
4793
             <item row="4" column="1">
2549
            <widget class="QCheckBox" name="cb_6_6">
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>
2550
             <property name="text">
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>
2551
              <string/>
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>
2552
             </property>
4838
               </property>
2553
            </widget>
4839
              </widget>
-
 
4840
             </item>
-
 
4841
            </layout>
2554
           </item>
4842
           </item>
2555
           <item row="5" column="3">
4843
           <item row="0" column="1">
2556
            <widget class="QCheckBox" name="cb_6_9">
4844
            <widget class="QLabel" name="label_54">
2557
             <property name="text">
4845
             <property name="text">
2558
              <string/>
4846
              <string/>
2559
             </property>
4847
             </property>
2560
            </widget>
4848
            </widget>
2561
           </item>
4849
           </item>
2562
           <item row="6" column="0">
-
 
2563
            <widget class="QLabel" name="label_57">
-
 
2564
             <property name="font">
-
 
2565
              <font>
-
 
2566
               <weight>75</weight>
-
 
2567
               <bold>true</bold>
-
 
2568
              </font>
-
 
2569
             </property>
-
 
2570
             <property name="text">
-
 
2571
              <string>Servo min:</string>
-
 
2572
             </property>
-
 
2573
            </widget>
-
 
2574
           </item>
-
 
2575
           <item row="6" column="1">
4850
           <item row="1" column="1">
2576
            <widget class="QSpinBox" name="sb_6_3">
-
 
2577
             <property name="maximum">
-
 
2578
              <number>250</number>
-
 
2579
             </property>
-
 
2580
            </widget>
-
 
2581
           </item>
-
 
2582
           <item row="6" column="3">
-
 
2583
            <widget class="QSpinBox" name="sb_6_10">
-
 
2584
             <property name="maximum">
-
 
2585
              <number>250</number>
-
 
2586
             </property>
-
 
2587
            </widget>
-
 
2588
           </item>
-
 
2589
           <item row="6" column="4">
-
 
2590
            <widget class="QLabel" name="label_61">
4851
            <widget class="QLabel" name="label_61">
2591
             <property name="text">
4852
             <property name="text">
2592
              <string/>
4853
              <string/>
2593
             </property>
4854
             </property>
2594
            </widget>
4855
            </widget>
2595
           </item>
4856
           </item>
2596
           <item row="7" column="0">
-
 
2597
            <widget class="QLabel" name="label_58">
-
 
2598
             <property name="font">
-
 
2599
              <font>
-
 
2600
               <weight>75</weight>
-
 
2601
               <bold>true</bold>
-
 
2602
              </font>
-
 
2603
             </property>
-
 
2604
             <property name="text">
-
 
2605
              <string>Servo max:</string>
-
 
2606
             </property>
-
 
2607
            </widget>
-
 
2608
           </item>
-
 
2609
           <item row="7" column="1">
-
 
2610
            <widget class="QSpinBox" name="sb_6_4">
-
 
2611
             <property name="maximum">
-
 
2612
              <number>250</number>
-
 
2613
             </property>
-
 
2614
            </widget>
-
 
2615
           </item>
-
 
2616
           <item row="7" column="3">
-
 
2617
            <widget class="QSpinBox" name="sb_6_11">
-
 
2618
             <property name="maximum">
-
 
2619
              <number>250</number>
-
 
2620
             </property>
-
 
2621
            </widget>
-
 
2622
           </item>
-
 
2623
           <item row="7" column="4">
-
 
2624
            <widget class="QLabel" name="label_62">
-
 
2625
             <property name="text">
-
 
2626
              <string/>
-
 
2627
             </property>
-
 
2628
            </widget>
-
 
2629
           </item>
-
 
2630
           <item row="10" column="0">
-
 
2631
            <widget class="QLabel" name="label_59">
-
 
2632
             <property name="font">
-
 
2633
              <font>
-
 
2634
               <weight>75</weight>
-
 
2635
               <bold>true</bold>
-
 
2636
              </font>
-
 
2637
             </property>
-
 
2638
             <property name="text">
-
 
2639
              <string>Servo refresh rate:</string>
-
 
2640
             </property>
-
 
2641
            </widget>
-
 
2642
           </item>
-
 
2643
           <item row="10" column="4">
-
 
2644
            <widget class="QLabel" name="label_63">
-
 
2645
             <property name="text">
-
 
2646
              <string/>
-
 
2647
             </property>
-
 
2648
            </widget>
-
 
2649
           </item>
-
 
2650
           <item row="2" column="3">
-
 
2651
            <widget class="QSpinBox" name="sb_6_8">
-
 
2652
             <property name="maximum">
-
 
2653
              <number>250</number>
-
 
2654
             </property>
-
 
2655
            </widget>
-
 
2656
           </item>
-
 
2657
           <item row="2" column="1">
-
 
2658
            <widget class="QSpinBox" name="sb_6_2">
-
 
2659
             <property name="maximum">
-
 
2660
              <number>250</number>
-
 
2661
             </property>
-
 
2662
            </widget>
-
 
2663
           </item>
-
 
2664
           <item row="1" column="0">
-
 
2665
            <widget class="QLabel" name="label_55">
-
 
2666
             <property name="font">
-
 
2667
              <font>
-
 
2668
               <weight>75</weight>
-
 
2669
               <bold>true</bold>
-
 
2670
              </font>
-
 
2671
             </property>
-
 
2672
             <property name="text">
-
 
2673
              <string>Servo Control:</string>
-
 
2674
             </property>
-
 
2675
            </widget>
-
 
2676
           </item>
-
 
2677
           <item row="2" column="0">
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>
2678
            <widget class="QLabel" name="label_56">
4873
              <widget class="QLabel" name="label_59">
2679
             <property name="font">
4874
               <property name="font">
2680
              <font>
4875
                <font>
2681
               <weight>75</weight>
4876
                 <weight>75</weight>
2682
               <bold>true</bold>
4877
                 <bold>true</bold>
2683
              </font>
4878
                </font>
2684
             </property>
4879
               </property>
2685
             <property name="text">
4880
               <property name="text">
2686
              <string>Kompensation:</string>
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>
2687
             </property>
4889
               </property>
2688
            </widget>
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>
2689
           </item>
4906
           </item>
2690
           <item row="2" column="4">
4907
           <item row="2" column="1">
2691
            <widget class="QLabel" name="label_54">
4908
            <widget class="QLabel" name="label_62">
2692
             <property name="text">
4909
             <property name="text">
2693
              <string/>
4910
              <string/>
2694
             </property>
4911
             </property>
2695
            </widget>
4912
            </widget>
2696
           </item>
4913
           </item>
2697
           <item row="10" column="1" colspan="3">
4914
           <item row="4" column="0" colspan="2">
2698
            <widget class="QSpinBox" name="sb_6_5">
4915
            <widget class="Line" name="line_6">
2699
             <property name="maximum">
4916
             <property name="orientation">
2700
              <number>250</number>
4917
              <enum>Qt::Horizontal</enum>
2701
             </property>
4918
             </property>
2702
            </widget>
4919
            </widget>
2703
           </item>
4920
           </item>
2704
           <item row="11" column="1">
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>
2705
            <spacer name="verticalSpacer_2">
5136
              <spacer name="horizontalSpacer_9">
2706
             <property name="orientation">
5137
               <property name="orientation">
2707
              <enum>Qt::Vertical</enum>
5138
                <enum>Qt::Horizontal</enum>
2708
             </property>
5139
               </property>
2709
             <property name="sizeHint" stdset="0">
5140
               <property name="sizeHint" stdset="0">
2710
              <size>
5141
                <size>
2711
               <width>20</width>
5142
                 <width>40</width>
2712
               <height>40</height>
5143
                 <height>20</height>
2713
              </size>
5144
                </size>
2714
             </property>
5145
               </property>
2715
            </spacer>
5146
              </spacer>
-
 
5147
             </item>
-
 
5148
            </layout>
2716
           </item>
5149
           </item>
2717
           <item row="8" column="1">
5150
           <item row="3" column="0">
2718
            <spacer name="verticalSpacer">
5151
            <spacer name="verticalSpacer">
2719
             <property name="orientation">
5152
             <property name="orientation">
2720
              <enum>Qt::Vertical</enum>
5153
              <enum>Qt::Vertical</enum>
2721
             </property>
5154
             </property>
2722
             <property name="sizeHint" stdset="0">
5155
             <property name="sizeHint" stdset="0">
2723
              <size>
5156
              <size>
2724
               <width>20</width>
5157
               <width>20</width>
2725
               <height>40</height>
5158
               <height>1</height>
2726
              </size>
5159
              </size>
2727
             </property>
5160
             </property>
2728
            </spacer>
5161
            </spacer>
2729
           </item>
5162
           </item>
2730
           <item row="0" column="2" rowspan="8">
-
 
2731
            <widget class="Line" name="line_4">
-
 
2732
             <property name="orientation">
-
 
2733
              <enum>Qt::Vertical</enum>
-
 
2734
             </property>
-
 
2735
            </widget>
-
 
2736
           </item>
-
 
2737
          </layout>
5163
          </layout>
2738
         </widget>
5164
         </widget>
2739
        </item>
5165
        </item>
2740
       </layout>
5166
       </layout>
2741
      </widget>
5167
      </widget>
Line 2848... Line 5274...
2848
               <string>Poti 4</string>
5274
               <string>Poti 4</string>
2849
              </property>
5275
              </property>
2850
             </item>
5276
             </item>
2851
             <item>
5277
             <item>
2852
              <property name="text">
5278
              <property name="text">
-
 
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">
2853
               <string>0</string>
5299
               <string>0</string>
2854
              </property>
5300
              </property>
2855
             </item>
5301
             </item>
2856
            </widget>
5302
            </widget>
2857
           </item>
5303
           </item>
Line 3028... Line 5474...
3028
          </property>
5474
          </property>
3029
          <property name="html">
5475
          <property name="html">
3030
           <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;
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;
3031
&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;
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;
3032
p, li { white-space: pre-wrap; }
5478
p, li { white-space: pre-wrap; }
3033
&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;
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;
3034
&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;
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;
3035
&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;
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;
3036
&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;
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;
3037
&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;
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;
3038
&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;
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;
Line 3067... Line 5513...
3067
               <weight>75</weight>
5513
               <weight>75</weight>
3068
               <bold>true</bold>
5514
               <bold>true</bold>
3069
              </font>
5515
              </font>
3070
             </property>
5516
             </property>
3071
             <property name="text">
5517
             <property name="text">
3072
              <string>Axis-(de-)-Coupling</string>
5518
              <string>Achs-(ent-)kopplung</string>
3073
             </property>
5519
             </property>
3074
            </widget>
5520
            </widget>
3075
           </item>
5521
           </item>
3076
           <item row="1" column="0" rowspan="2">
5522
           <item row="1" column="0" rowspan="2">
3077
            <widget class="QFrame" name="frame_15">
5523
            <widget class="QFrame" name="frame_15">
Line 3092... Line 5538...
3092
                  <weight>75</weight>
5538
                  <weight>75</weight>
3093
                  <bold>true</bold>
5539
                  <bold>true</bold>
3094
                 </font>
5540
                 </font>
3095
                </property>
5541
                </property>
3096
                <property name="text">
5542
                <property name="text">
3097
                 <string>Gier-Feedback:</string>
5543
                 <string>Gier pos. Rückkopplung:</string>
3098
                </property>
5544
                </property>
3099
               </widget>
5545
               </widget>
3100
              </item>
5546
              </item>
3101
              <item row="0" column="1">
5547
              <item row="0" column="1">
3102
               <widget class="QComboBox" name="cb_8_1">
5548
               <widget class="QComboBox" name="cb_8_1">
Line 3123... Line 5569...
3123
                  <string>Poti 4</string>
5569
                  <string>Poti 4</string>
3124
                 </property>
5570
                 </property>
3125
                </item>
5571
                </item>
3126
                <item>
5572
                <item>
3127
                 <property name="text">
5573
                 <property name="text">
-
 
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">
3128
                  <string>0</string>
5594
                  <string>0</string>
3129
                 </property>
5595
                 </property>
3130
                </item>
5596
                </item>
3131
               </widget>
5597
               </widget>
3132
              </item>
5598
              </item>
Line 3137... Line 5603...
3137
                  <weight>75</weight>
5603
                  <weight>75</weight>
3138
                  <bold>true</bold>
5604
                  <bold>true</bold>
3139
                 </font>
5605
                 </font>
3140
                </property>
5606
                </property>
3141
                <property name="text">
5607
                <property name="text">
3142
                 <string>Nick/Roll-Feedback:</string>
5608
                 <string>Nick/Roll Rückkopplung:</string>
3143
                </property>
5609
                </property>
3144
               </widget>
5610
               </widget>
3145
              </item>
5611
              </item>
3146
              <item row="1" column="1">
5612
              <item row="1" column="1">
3147
               <widget class="QComboBox" name="cb_8_2">
5613
               <widget class="QComboBox" name="cb_8_2">
Line 3168... Line 5634...
3168
                  <string>Poti 4</string>
5634
                  <string>Poti 4</string>
3169
                 </property>
5635
                 </property>
3170
                </item>
5636
                </item>
3171
                <item>
5637
                <item>
3172
                 <property name="text">
5638
                 <property name="text">
-
 
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">
3173
                  <string>0</string>
5659
                  <string>0</string>
3174
                 </property>
5660
                 </property>
3175
                </item>
5661
                </item>
3176
               </widget>
5662
               </widget>
3177
              </item>
5663
              </item>
Line 3182... Line 5668...
3182
                  <weight>75</weight>
5668
                  <weight>75</weight>
3183
                  <bold>true</bold>
5669
                  <bold>true</bold>
3184
                 </font>
5670
                 </font>
3185
                </property>
5671
                </property>
3186
                <property name="text">
5672
                <property name="text">
3187
                 <string>Gier-Korrektion:</string>
5673
                 <string>Gier-Korrektur:</string>
3188
                </property>
5674
                </property>
3189
               </widget>
5675
               </widget>
3190
              </item>
5676
              </item>
3191
              <item row="2" column="1">
5677
              <item row="2" column="1">
3192
               <widget class="QComboBox" name="cb_8_3">
5678
               <widget class="QComboBox" name="cb_8_3">
Line 3213... Line 5699...
3213
                  <string>Poti 4</string>
5699
                  <string>Poti 4</string>
3214
                 </property>
5700
                 </property>
3215
                </item>
5701
                </item>
3216
                <item>
5702
                <item>
3217
                 <property name="text">
5703
                 <property name="text">
-
 
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">
3218
                  <string>0</string>
5724
                  <string>0</string>
3219
                 </property>
5725
                 </property>
3220
                </item>
5726
                </item>
3221
               </widget>
5727
               </widget>
3222
              </item>
5728
              </item>
Line 3258... Line 5764...
3258
          </property>
5764
          </property>
3259
          <property name="html">
5765
          <property name="html">
3260
           <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;
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;
3261
&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;
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;
3262
p, li { white-space: pre-wrap; }
5768
p, li { white-space: pre-wrap; }
3263
&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;
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;
3264
&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;
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;
3265
&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;
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;
3266
&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;
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;
3267
&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;
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;
3268
&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>
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>
Line 3578... Line 6084...
3578
               <string>Poti 4</string>
6084
               <string>Poti 4</string>
3579
              </property>
6085
              </property>
3580
             </item>
6086
             </item>
3581
             <item>
6087
             <item>
3582
              <property name="text">
6088
              <property name="text">
-
 
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">
3583
               <string>0</string>
6109
               <string>0</string>
3584
              </property>
6110
              </property>
3585
             </item>
6111
             </item>
3586
            </widget>
6112
            </widget>
3587
           </item>
6113
           </item>
Line 3700... Line 6226...
3700
          </property>
6226
          </property>
3701
          <property name="html">
6227
          <property name="html">
3702
           <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;
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;
3703
&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;
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;
3704
p, li { white-space: pre-wrap; }
6230
p, li { white-space: pre-wrap; }
3705
&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;
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;
3706
&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;
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;
3707
&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;
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;
3708
&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;
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;
3709
&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;
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;
3710
&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;
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;
3711
&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;
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;
3712
&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 &quot;springt&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>
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>
3713
          </property>
6239
          </property>
3714
         </widget>
6240
         </widget>
3715
        </item>
6241
        </item>
3716
       </layout>
6242
       </layout>
3717
      </widget>
6243
      </widget>
Line 3770... Line 6296...
3770
               <string>Poti 4</string>
6296
               <string>Poti 4</string>
3771
              </property>
6297
              </property>
3772
             </item>
6298
             </item>
3773
             <item>
6299
             <item>
3774
              <property name="text">
6300
              <property name="text">
-
 
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">
3775
               <string>0</string>
6321
               <string>0</string>
3776
              </property>
6322
              </property>
3777
             </item>
6323
             </item>
3778
            </widget>
6324
            </widget>
3779
           </item>
6325
           </item>
Line 3822... Line 6368...
3822
               <string>Poti 4</string>
6368
               <string>Poti 4</string>
3823
              </property>
6369
              </property>
3824
             </item>
6370
             </item>
3825
             <item>
6371
             <item>
3826
              <property name="text">
6372
              <property name="text">
-
 
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">
3827
               <string>0</string>
6393
               <string>0</string>
3828
              </property>
6394
              </property>
3829
             </item>
6395
             </item>
3830
            </widget>
6396
            </widget>
3831
           </item>
6397
           </item>
Line 3874... Line 6440...
3874
               <string>Poti 4</string>
6440
               <string>Poti 4</string>
3875
              </property>
6441
              </property>
3876
             </item>
6442
             </item>
3877
             <item>
6443
             <item>
3878
              <property name="text">
6444
              <property name="text">
-
 
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">
3879
               <string>0</string>
6465
               <string>0</string>
3880
              </property>
6466
              </property>
3881
             </item>
6467
             </item>
3882
            </widget>
6468
            </widget>
3883
           </item>
6469
           </item>
Line 3926... Line 6512...
3926
               <string>Poti 4</string>
6512
               <string>Poti 4</string>
3927
              </property>
6513
              </property>
3928
             </item>
6514
             </item>
3929
             <item>
6515
             <item>
3930
              <property name="text">
6516
              <property name="text">
-
 
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">
3931
               <string>0</string>
6537
               <string>0</string>
3932
              </property>
6538
              </property>
3933
             </item>
6539
             </item>
3934
            </widget>
6540
            </widget>
3935
           </item>
6541
           </item>
Line 3978... Line 6584...
3978
               <string>Poti 4</string>
6584
               <string>Poti 4</string>
3979
              </property>
6585
              </property>
3980
             </item>
6586
             </item>
3981
             <item>
6587
             <item>
3982
              <property name="text">
6588
              <property name="text">
-
 
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">
3983
               <string>0</string>
6609
               <string>0</string>
3984
              </property>
6610
              </property>
3985
             </item>
6611
             </item>
3986
            </widget>
6612
            </widget>
3987
           </item>
6613
           </item>
Line 4030... Line 6656...
4030
               <string>Poti 4</string>
6656
               <string>Poti 4</string>
4031
              </property>
6657
              </property>
4032
             </item>
6658
             </item>
4033
             <item>
6659
             <item>
4034
              <property name="text">
6660
              <property name="text">
-
 
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">
4035
               <string>0</string>
6681
               <string>0</string>
4036
              </property>
6682
              </property>
4037
             </item>
6683
             </item>
4038
            </widget>
6684
            </widget>
4039
           </item>
6685
           </item>
Line 4082... Line 6728...
4082
               <string>Poti 4</string>
6728
               <string>Poti 4</string>
4083
              </property>
6729
              </property>
4084
             </item>
6730
             </item>
4085
             <item>
6731
             <item>
4086
              <property name="text">
6732
              <property name="text">
-
 
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">
4087
               <string>0</string>
6753
               <string>0</string>
4088
              </property>
6754
              </property>
4089
             </item>
6755
             </item>
4090
            </widget>
6756
            </widget>
4091
           </item>
6757
           </item>
Line 4134... Line 6800...
4134
               <string>Poti 4</string>
6800
               <string>Poti 4</string>
4135
              </property>
6801
              </property>
4136
             </item>
6802
             </item>
4137
             <item>
6803
             <item>
4138
              <property name="text">
6804
              <property name="text">
-
 
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">
4139
               <string>0</string>
6825
               <string>0</string>
4140
              </property>
6826
              </property>
4141
             </item>
6827
             </item>
4142
            </widget>
6828
            </widget>
4143
           </item>
6829
           </item>
Line 4183... Line 6869...
4183
          </property>
6869
          </property>
4184
          <property name="html">
6870
          <property name="html">
4185
           <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;
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;
4186
&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;
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;
4187
p, li { white-space: pre-wrap; }
6873
p, li { white-space: pre-wrap; }
4188
&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;
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;
4189
&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;
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;
4190
&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>
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>
4191
          </property>
6877
          </property>
4192
         </widget>
6878
         </widget>
4193
        </item>
6879
        </item>
Line 4214... Line 6900...
4214
          </property>
6900
          </property>
4215
          <property name="html">
6901
          <property name="html">
4216
           <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;
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;
4217
&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;
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;
4218
p, li { white-space: pre-wrap; }
6904
p, li { white-space: pre-wrap; }
4219
&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;
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;
4220
&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;
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;
4221
&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;
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;
4222
&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>
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>
4223
          </property>
6909
          </property>
4224
         </widget>
6910
         </widget>
Line 4495... Line 7181...
4495
               </property>
7181
               </property>
4496
              </widget>
7182
              </widget>
4497
             </item>
7183
             </item>
4498
            </layout>
7184
            </layout>
4499
           </item>
7185
           </item>
4500
           <item row="0" column="3">
-
 
4501
            <widget class="QToolButton" name="J16_8">
-
 
4502
             <property name="maximumSize">
-
 
4503
              <size>
-
 
4504
               <width>15</width>
-
 
4505
               <height>15</height>
-
 
4506
              </size>
-
 
4507
             </property>
-
 
4508
             <property name="text">
-
 
4509
              <string>00</string>
-
 
4510
             </property>
-
 
4511
             <property name="icon">
-
 
4512
              <iconset resource="../QMK-Settings.qrc">
-
 
4513
               <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>
-
 
4514
               <normalon>:/Flags/Global/Images/Actions/LED_Green.png</normalon>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
-
 
4515
             </property>
-
 
4516
             <property name="checkable">
-
 
4517
              <bool>true</bool>
-
 
4518
             </property>
-
 
4519
             <property name="autoRaise">
-
 
4520
              <bool>true</bool>
-
 
4521
             </property>
-
 
4522
            </widget>
-
 
4523
           </item>
-
 
4524
           <item row="1" column="0">
7186
           <item row="1" column="0">
4525
            <widget class="QLabel" name="label_107">
7187
            <widget class="QLabel" name="label_107">
4526
             <property name="font">
7188
             <property name="font">
4527
              <font>
7189
              <font>
4528
               <weight>75</weight>
7190
               <weight>75</weight>
Line 4559... Line 7221...
4559
               <string>Poti 4</string>
7221
               <string>Poti 4</string>
4560
              </property>
7222
              </property>
4561
             </item>
7223
             </item>
4562
             <item>
7224
             <item>
4563
              <property name="text">
7225
              <property name="text">
-
 
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">
4564
               <string>0</string>
7246
               <string>0</string>
4565
              </property>
7247
              </property>
4566
             </item>
7248
             </item>
4567
            </widget>
7249
            </widget>
4568
           </item>
7250
           </item>
Line 4830... Line 7512...
4830
               </property>
7512
               </property>
4831
              </widget>
7513
              </widget>
4832
             </item>
7514
             </item>
4833
            </layout>
7515
            </layout>
4834
           </item>
7516
           </item>
4835
           <item row="2" column="3">
-
 
4836
            <widget class="QToolButton" name="J17_8">
-
 
4837
             <property name="maximumSize">
-
 
4838
              <size>
-
 
4839
               <width>15</width>
-
 
4840
               <height>15</height>
-
 
4841
              </size>
-
 
4842
             </property>
-
 
4843
             <property name="toolTip">
-
 
4844
              <string>1</string>
-
 
4845
             </property>
-
 
4846
             <property name="text">
-
 
4847
              <string>00</string>
-
 
4848
             </property>
-
 
4849
             <property name="icon">
-
 
4850
              <iconset resource="../QMK-Settings.qrc">
-
 
4851
               <normaloff>:/Flags/Global/Images/Actions/LED_Off.png</normaloff>
-
 
4852
               <normalon>:/Flags/Global/Images/Actions/LED_Green.png</normalon>:/Flags/Global/Images/Actions/LED_Off.png</iconset>
-
 
4853
             </property>
-
 
4854
             <property name="checkable">
-
 
4855
              <bool>true</bool>
-
 
4856
             </property>
-
 
4857
             <property name="checked">
-
 
4858
              <bool>false</bool>
-
 
4859
             </property>
-
 
4860
             <property name="autoRaise">
-
 
4861
              <bool>true</bool>
-
 
4862
             </property>
-
 
4863
            </widget>
-
 
4864
           </item>
-
 
4865
           <item row="3" column="0">
7517
           <item row="3" column="0">
4866
            <widget class="QLabel" name="label_112">
7518
            <widget class="QLabel" name="label_112">
4867
             <property name="font">
7519
             <property name="font">
4868
              <font>
7520
              <font>
4869
               <weight>75</weight>
7521
               <weight>75</weight>
Line 4900... Line 7552...
4900
               <string>Poti 4</string>
7552
               <string>Poti 4</string>
4901
              </property>
7553
              </property>
4902
             </item>
7554
             </item>
4903
             <item>
7555
             <item>
4904
              <property name="text">
7556
              <property name="text">
-
 
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">
4905
               <string>0</string>
7577
               <string>0</string>
4906
              </property>
7578
              </property>
4907
             </item>
7579
             </item>
4908
            </widget>
7580
            </widget>
4909
           </item>
7581
           </item>
Line 4912... Line 7584...
4912
             <property name="text">
7584
             <property name="text">
4913
              <string>[x 10ms]</string>
7585
              <string>[x 10ms]</string>
4914
             </property>
7586
             </property>
4915
            </widget>
7587
            </widget>
4916
           </item>
7588
           </item>
4917
           <item row="4" column="0" colspan="3">
7589
           <item row="4" column="0" colspan="4">
4918
            <widget class="QCheckBox" name="cb_11_7">
7590
            <widget class="QCheckBox" name="cb_11_7">
4919
             <property name="font">
7591
             <property name="font">
4920
              <font>
7592
              <font>
4921
               <weight>75</weight>
7593
               <weight>75</weight>
4922
               <bold>true</bold>
7594
               <bold>true</bold>
Line 5466... Line 8138...
5466
               </property>
8138
               </property>
5467
              </widget>
8139
              </widget>
5468
             </item>
8140
             </item>
5469
            </layout>
8141
            </layout>
5470
           </item>
8142
           </item>
5471
           <item row="9" column="1">
8143
           <item row="10" column="1">
5472
            <spacer name="verticalSpacer_16">
8144
            <spacer name="verticalSpacer_16">
5473
             <property name="orientation">
8145
             <property name="orientation">
5474
              <enum>Qt::Vertical</enum>
8146
              <enum>Qt::Vertical</enum>
5475
             </property>
8147
             </property>
5476
             <property name="sizeHint" stdset="0">
8148
             <property name="sizeHint" stdset="0">
Line 5479... Line 8151...
5479
               <height>40</height>
8151
               <height>40</height>
5480
              </size>
8152
              </size>
5481
             </property>
8153
             </property>
5482
            </spacer>
8154
            </spacer>
5483
           </item>
8155
           </item>
-
 
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>
5484
           <item row="7" column="3">
8169
           <item row="7" column="3">
5485
            <spacer name="horizontalSpacer">
8170
            <widget class="QCheckBox" name="s_11_7_cb">
5486
             <property name="orientation">
8171
             <property name="font">
-
 
8172
              <font>
-
 
8173
               <weight>75</weight>
5487
              <enum>Qt::Horizontal</enum>
8174
               <bold>true</bold>
-
 
8175
              </font>
5488
             </property>
8176
             </property>
5489
             <property name="sizeType">
8177
             <property name="text">
5490
              <enum>QSizePolicy::Minimum</enum>
8178
              <string>aktiv</string>
5491
             </property>
8179
             </property>
-
 
8180
            </widget>
-
 
8181
           </item>
-
 
8182
           <item row="8" column="3">
-
 
8183
            <widget class="QCheckBox" name="s_11_8_cb">
5492
             <property name="sizeHint" stdset="0">
8184
             <property name="font">
5493
              <size>
8185
              <font>
5494
               <width>30</width>
8186
               <weight>75</weight>
5495
               <height>20</height>
8187
               <bold>true</bold>
5496
              </size>
8188
              </font>
5497
             </property>
8189
             </property>
-
 
8190
             <property name="text">
-
 
8191
              <string>aktiv</string>
-
 
8192
             </property>
5498
            </spacer>
8193
            </widget>
5499
           </item>
8194
           </item>
5500
          </layout>
8195
          </layout>
5501
         </widget>
8196
         </widget>
5502
        </item>
8197
        </item>
5503
       </layout>
8198
       </layout>
Line 5526... Line 8221...
5526
               <weight>75</weight>
8221
               <weight>75</weight>
5527
               <bold>true</bold>
8222
               <bold>true</bold>
5528
              </font>
8223
              </font>
5529
             </property>
8224
             </property>
5530
             <property name="text">
8225
             <property name="text">
5531
              <string>Enable GPS</string>
8226
              <string>GPS aktiv</string>
5532
             </property>
8227
             </property>
5533
            </widget>
8228
            </widget>
5534
           </item>
8229
           </item>
5535
           <item row="1" column="0" rowspan="2" colspan="2">
8230
           <item row="1" column="0" rowspan="2" colspan="2">
5536
            <widget class="QFrame" name="Frame_GPS1">
8231
            <widget class="QFrame" name="Frame_GPS1">
Line 5551... Line 8246...
5551
                  <weight>75</weight>
8246
                  <weight>75</weight>
5552
                  <bold>true</bold>
8247
                  <bold>true</bold>
5553
                 </font>
8248
                 </font>
5554
                </property>
8249
                </property>
5555
                <property name="text">
8250
                <property name="text">
5556
                 <string>GPS Mode Control:</string>
8251
                 <string>GPS Modus Steuerung:</string>
5557
                </property>
8252
                </property>
5558
               </widget>
8253
               </widget>
5559
              </item>
8254
              </item>
5560
              <item row="0" column="2">
8255
              <item row="0" column="2">
5561
               <widget class="QComboBox" name="cb_12_1">
8256
               <widget class="QComboBox" name="cb_12_1">
Line 5582... Line 8277...
5582
                  <string>Poti 4</string>
8277
                  <string>Poti 4</string>
5583
                 </property>
8278
                 </property>
5584
                </item>
8279
                </item>
5585
                <item>
8280
                <item>
5586
                 <property name="text">
8281
                 <property name="text">
-
 
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">
5587
                  <string>0</string>
8302
                  <string>0</string>
5588
                 </property>
8303
                 </property>
5589
                </item>
8304
                </item>
5590
               </widget>
8305
               </widget>
5591
              </item>
8306
              </item>
Line 5596... Line 8311...
5596
                  <weight>75</weight>
8311
                  <weight>75</weight>
5597
                  <bold>true</bold>
8312
                  <bold>true</bold>
5598
                 </font>
8313
                 </font>
5599
                </property>
8314
                </property>
5600
                <property name="text">
8315
                <property name="text">
5601
                 <string>GPS Gain:</string>
8316
                 <string>GPS Verstärkung</string>
5602
                </property>
8317
                </property>
5603
               </widget>
8318
               </widget>
5604
              </item>
8319
              </item>
5605
              <item row="1" column="2">
8320
              <item row="1" column="2">
5606
               <widget class="QComboBox" name="cb_12_2">
8321
               <widget class="QComboBox" name="cb_12_2">
Line 5627... Line 8342...
5627
                  <string>Poti 4</string>
8342
                  <string>Poti 4</string>
5628
                 </property>
8343
                 </property>
5629
                </item>
8344
                </item>
5630
                <item>
8345
                <item>
5631
                 <property name="text">
8346
                 <property name="text">
-
 
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">
5632
                  <string>0</string>
8367
                  <string>0</string>
5633
                 </property>
8368
                 </property>
5634
                </item>
8369
                </item>
5635
               </widget>
8370
               </widget>
5636
              </item>
8371
              </item>
Line 5648... Line 8383...
5648
                  <weight>75</weight>
8383
                  <weight>75</weight>
5649
                  <bold>true</bold>
8384
                  <bold>true</bold>
5650
                 </font>
8385
                 </font>
5651
                </property>
8386
                </property>
5652
                <property name="text">
8387
                <property name="text">
5653
                 <string>GPS Stick Threshold:</string>
8388
                 <string>GPS Stick Schwelle:</string>
5654
                </property>
8389
                </property>
5655
               </widget>
8390
               </widget>
5656
              </item>
8391
              </item>
5657
              <item row="2" column="2">
8392
              <item row="2" column="2">
5658
               <widget class="QSpinBox" name="sb_12_3">
8393
               <widget class="QSpinBox" name="sb_12_3">
Line 5719... Line 8454...
5719
                  <string>Poti 4</string>
8454
                  <string>Poti 4</string>
5720
                 </property>
8455
                 </property>
5721
                </item>
8456
                </item>
5722
                <item>
8457
                <item>
5723
                 <property name="text">
8458
                 <property name="text">
-
 
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">
5724
                  <string>0</string>
8479
                  <string>0</string>
5725
                 </property>
8480
                 </property>
5726
                </item>
8481
                </item>
5727
               </widget>
8482
               </widget>
5728
              </item>
8483
              </item>
Line 5764... Line 8519...
5764
                  <string>Poti 4</string>
8519
                  <string>Poti 4</string>
5765
                 </property>
8520
                 </property>
5766
                </item>
8521
                </item>
5767
                <item>
8522
                <item>
5768
                 <property name="text">
8523
                 <property name="text">
-
 
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">
5769
                  <string>0</string>
8544
                  <string>0</string>
5770
                 </property>
8545
                 </property>
5771
                </item>
8546
                </item>
5772
               </widget>
8547
               </widget>
5773
              </item>
8548
              </item>
Line 5809... Line 8584...
5809
                  <string>Poti 4</string>
8584
                  <string>Poti 4</string>
5810
                 </property>
8585
                 </property>
5811
                </item>
8586
                </item>
5812
                <item>
8587
                <item>
5813
                 <property name="text">
8588
                 <property name="text">
-
 
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">
5814
                  <string>0</string>
8609
                  <string>0</string>
5815
                 </property>
8610
                 </property>
5816
                </item>
8611
                </item>
5817
               </widget>
8612
               </widget>
5818
              </item>
8613
              </item>
Line 5854... Line 8649...
5854
                  <string>Poti 4</string>
8649
                  <string>Poti 4</string>
5855
                 </property>
8650
                 </property>
5856
                </item>
8651
                </item>
5857
                <item>
8652
                <item>
5858
                 <property name="text">
8653
                 <property name="text">
-
 
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">
5859
                  <string>0</string>
8674
                  <string>0</string>
5860
                 </property>
8675
                 </property>
5861
                </item>
8676
                </item>
5862
               </widget>
8677
               </widget>
5863
              </item>
8678
              </item>
Line 5899... Line 8714...
5899
                  <string>Poti 4</string>
8714
                  <string>Poti 4</string>
5900
                 </property>
8715
                 </property>
5901
                </item>
8716
                </item>
5902
                <item>
8717
                <item>
5903
                 <property name="text">
8718
                 <property name="text">
-
 
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">
5904
                  <string>0</string>
8739
                  <string>0</string>
5905
                 </property>
8740
                 </property>
5906
                </item>
8741
                </item>
5907
               </widget>
8742
               </widget>
5908
              </item>
8743
              </item>
Line 5944... Line 8779...
5944
                  <string>Poti 4</string>
8779
                  <string>Poti 4</string>
5945
                 </property>
8780
                 </property>
5946
                </item>
8781
                </item>
5947
                <item>
8782
                <item>
5948
                 <property name="text">
8783
                 <property name="text">
-
 
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">
5949
                  <string>0</string>
8804
                  <string>0</string>
5950
                 </property>
8805
                 </property>
5951
                </item>
8806
                </item>
5952
               </widget>
8807
               </widget>
5953
              </item>
8808
              </item>
Line 5989... Line 8844...
5989
                  <string>Poti 4</string>
8844
                  <string>Poti 4</string>
5990
                 </property>
8845
                 </property>
5991
                </item>
8846
                </item>
5992
                <item>
8847
                <item>
5993
                 <property name="text">
8848
                 <property name="text">
-
 
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">
5994
                  <string>0</string>
8869
                  <string>0</string>
5995
                 </property>
8870
                 </property>
5996
                </item>
8871
                </item>
5997
               </widget>
8872
               </widget>
5998
              </item>
8873
              </item>
Line 6005... Line 8880...
6005
              <enum>Qt::Vertical</enum>
8880
              <enum>Qt::Vertical</enum>
6006
             </property>
8881
             </property>
6007
             <property name="sizeHint" stdset="0">
8882
             <property name="sizeHint" stdset="0">
6008
              <size>
8883
              <size>
6009
               <width>20</width>
8884
               <width>20</width>
6010
               <height>40</height>
8885
               <height>1</height>
6011
              </size>
8886
              </size>
6012
             </property>
8887
             </property>
6013
            </spacer>
8888
            </spacer>
6014
           </item>
8889
           </item>
6015
          </layout>
8890
          </layout>
Line 6034... Line 8909...
6034
          </property>
8909
          </property>
6035
          <property name="html">
8910
          <property name="html">
6036
           <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;
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;
6037
&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;
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;
6038
p, li { white-space: pre-wrap; }
8913
p, li { white-space: pre-wrap; }
6039
&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;
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;
6040
&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;
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;
6041
&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;
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;
6042
&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;
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;
6043
&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;
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;
6044
&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>
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>
Line 6071... Line 8946...
6071
               <weight>75</weight>
8946
               <weight>75</weight>
6072
               <bold>true</bold>
8947
               <bold>true</bold>
6073
              </font>
8948
              </font>
6074
             </property>
8949
             </property>
6075
             <property name="text">
8950
             <property name="text">
6076
              <string>Enable GPS</string>
8951
              <string>GPS aktiv</string>
6077
             </property>
8952
             </property>
6078
            </widget>
8953
            </widget>
6079
           </item>
8954
           </item>
6080
           <item row="1" column="0">
8955
           <item row="1" column="0">
6081
            <widget class="QFrame" name="Frame_GPS2">
8956
            <widget class="QFrame" name="Frame_GPS2">
Line 6096... Line 8971...
6096
                  <weight>75</weight>
8971
                  <weight>75</weight>
6097
                  <bold>true</bold>
8972
                  <bold>true</bold>
6098
                 </font>
8973
                 </font>
6099
                </property>
8974
                </property>
6100
                <property name="text">
8975
                <property name="text">
6101
                 <string>GPS Wind Correction:</string>
8976
                 <string>GPS Windkorrektur:</string>
6102
                </property>
8977
                </property>
6103
               </widget>
8978
               </widget>
6104
              </item>
8979
              </item>
6105
              <item row="0" column="1">
8980
              <item row="0" column="1">
6106
               <widget class="QComboBox" name="cb_13_1">
8981
               <widget class="QComboBox" name="cb_13_1">
Line 6127... Line 9002...
6127
                  <string>Poti 4</string>
9002
                  <string>Poti 4</string>
6128
                 </property>
9003
                 </property>
6129
                </item>
9004
                </item>
6130
                <item>
9005
                <item>
6131
                 <property name="text">
9006
                 <property name="text">
-
 
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">
6132
                  <string>0</string>
9027
                  <string>0</string>
6133
                 </property>
9028
                 </property>
6134
                </item>
9029
                </item>
6135
               </widget>
9030
               </widget>
6136
              </item>
9031
              </item>
Line 6148... Line 9043...
6148
                  <weight>75</weight>
9043
                  <weight>75</weight>
6149
                  <bold>true</bold>
9044
                  <bold>true</bold>
6150
                 </font>
9045
                 </font>
6151
                </property>
9046
                </property>
6152
                <property name="text">
9047
                <property name="text">
6153
                 <string>Speed Compensation:</string>
9048
                 <string>Bremswirkung:</string>
6154
                </property>
9049
                </property>
6155
               </widget>
9050
               </widget>
6156
              </item>
9051
              </item>
6157
              <item row="1" column="1">
9052
              <item row="1" column="1">
6158
               <widget class="QComboBox" name="cb_13_2">
9053
               <widget class="QComboBox" name="cb_13_2">
Line 6179... Line 9074...
6179
                  <string>Poti 4</string>
9074
                  <string>Poti 4</string>
6180
                 </property>
9075
                 </property>
6181
                </item>
9076
                </item>
6182
                <item>
9077
                <item>
6183
                 <property name="text">
9078
                 <property name="text">
-
 
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">
6184
                  <string>0</string>
9099
                  <string>0</string>
6185
                 </property>
9100
                 </property>
6186
                </item>
9101
                </item>
6187
               </widget>
9102
               </widget>
6188
              </item>
9103
              </item>
Line 6231... Line 9146...
6231
                  <string>Poti 4</string>
9146
                  <string>Poti 4</string>
6232
                 </property>
9147
                 </property>
6233
                </item>
9148
                </item>
6234
                <item>
9149
                <item>
6235
                 <property name="text">
9150
                 <property name="text">
-
 
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">
6236
                  <string>0</string>
9171
                  <string>0</string>
6237
                 </property>
9172
                 </property>
6238
                </item>
9173
                </item>
6239
               </widget>
9174
               </widget>
6240
              </item>
9175
              </item>
Line 6283... Line 9218...
6283
                  <string>Poti 4</string>
9218
                  <string>Poti 4</string>
6284
                 </property>
9219
                 </property>
6285
                </item>
9220
                </item>
6286
                <item>
9221
                <item>
6287
                 <property name="text">
9222
                 <property name="text">
-
 
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">
6288
                  <string>0</string>
9243
                  <string>0</string>
6289
                 </property>
9244
                 </property>
6290
                </item>
9245
                </item>
6291
               </widget>
9246
               </widget>
6292
              </item>
9247
              </item>
Line 6304... Line 9259...
6304
                  <weight>75</weight>
9259
                  <weight>75</weight>
6305
                  <bold>true</bold>
9260
                  <bold>true</bold>
6306
                 </font>
9261
                 </font>
6307
                </property>
9262
                </property>
6308
                <property name="text">
9263
                <property name="text">
6309
                 <string>Position Hold Login Time:</string>
9264
                 <string>Position Hold Login-Zeit:</string>
6310
                </property>
9265
                </property>
6311
               </widget>
9266
               </widget>
6312
              </item>
9267
              </item>
6313
              <item row="4" column="1">
9268
              <item row="4" column="1">
6314
               <widget class="QSpinBox" name="sb_13_5">
9269
               <widget class="QSpinBox" name="sb_13_5">
Line 6362... Line 9317...
6362
          </property>
9317
          </property>
6363
          <property name="html">
9318
          <property name="html">
6364
           <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;
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;
6365
&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;
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;
6366
p, li { white-space: pre-wrap; }
9321
p, li { white-space: pre-wrap; }
6367
&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;
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;
6368
&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;
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;
6369
&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;
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;
6370
&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;
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;
6371
&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;
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;
6372
&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;
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;
Line 6378... Line 9333...
6378
          </property>
9333
          </property>
6379
         </widget>
9334
         </widget>
6380
        </item>
9335
        </item>
6381
       </layout>
9336
       </layout>
6382
      </widget>
9337
      </widget>
6383
      <widget class="QWidget" name="Seite">
9338
      <widget class="QWidget" name="Seite"/>
-
 
9339
     </widget>
-
 
9340
    </item>
-
 
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>
6384
       <layout class="QGridLayout" name="gridLayout_29"/>
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>
6385
      </widget>
9396
        </widget>
-
 
9397
       </item>
-
 
9398
      </layout>
6386
     </widget>
9399
     </widget>
6387
    </item>
9400
    </item>
-
 
9401
    <item row="0" column="0" colspan="2">
-
 
9402
     <widget class="wgt_Connection" name="wg_Connection" native="true"/>
-
 
9403
    </item>
6388
   </layout>
9404
   </layout>
6389
  </widget>
9405
  </widget>
6390
  <widget class="QMenuBar" name="menuBar">
9406
  <widget class="QMenuBar" name="menuBar">
6391
   <property name="geometry">
9407
   <property name="geometry">
6392
    <rect>
9408
    <rect>
6393
     <x>0</x>
9409
     <x>0</x>
6394
     <y>0</y>
9410
     <y>0</y>
6395
     <width>764</width>
9411
     <width>778</width>
6396
     <height>21</height>
9412
     <height>19</height>
6397
    </rect>
9413
    </rect>
6398
   </property>
9414
   </property>
6399
   <widget class="QMenu" name="menu_Program">
9415
   <widget class="QMenu" name="menu_Program">
6400
    <property name="title">
9416
    <property name="title">
6401
     <string>Programm</string>
9417
     <string>Programm</string>
Line 6407... Line 9423...
6407
    <property name="title">
9423
    <property name="title">
6408
     <string>Hilfe</string>
9424
     <string>Hilfe</string>
6409
    </property>
9425
    </property>
6410
    <addaction name="ac_About"/>
9426
    <addaction name="ac_About"/>
6411
   </widget>
9427
   </widget>
-
 
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>
6412
   <widget class="QMenu" name="menuExtras">
9445
   <widget class="QMenu" name="menuExtras">
6413
    <property name="title">
9446
    <property name="title">
6414
     <string>Extras</string>
9447
     <string>Extras</string>
6415
    </property>
9448
    </property>
6416
    <addaction name="ac_MotorMixer"/>
9449
    <addaction name="ac_MotorMixer"/>
-
 
9450
    <addaction name="ac_MotorTest"/>
6417
   </widget>
9451
   </widget>
6418
   <addaction name="menu_Program"/>
9452
   <addaction name="menu_Program"/>
-
 
9453
   <addaction name="menuA_nsicht"/>
-
 
9454
   <addaction name="menuKonfiguration"/>
6419
   <addaction name="menuExtras"/>
9455
   <addaction name="menuExtras"/>
6420
   <addaction name="menu_Help"/>
9456
   <addaction name="menu_Help"/>
6421
  </widget>
9457
  </widget>
6422
  <widget class="QToolBar" name="ToolBar">
9458
  <widget class="QToolBar" name="ToolBar">
6423
   <property name="windowTitle">
9459
   <property name="windowTitle">
Line 6534... Line 9570...
6534
  <action name="ac_MotorMixer">
9570
  <action name="ac_MotorMixer">
6535
   <property name="text">
9571
   <property name="text">
6536
    <string>Motor-Mixer</string>
9572
    <string>Motor-Mixer</string>
6537
   </property>
9573
   </property>
6538
  </action>
9574
  </action>
-
 
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>
6539
 </widget>
9599
 </widget>
6540
 <layoutdefault spacing="4" margin="11"/>
9600
 <layoutdefault spacing="4" margin="11"/>
-
 
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>
6541
 <resources>
9609
 <resources>
6542
  <include location="../QMK-Settings.qrc"/>
9610
  <include location="../QMK-Settings.qrc"/>
-
 
9611
  <include location="../../QMK-Maps/QMK-Maps.qrc"/>
6543
 </resources>
9612
 </resources>
6544
 <connections>
9613
 <connections>
6545
  <connection>
9614
  <connection>
6546
   <sender>ac_Quit</sender>
9615
   <sender>ac_Quit</sender>
6547
   <signal>triggered()</signal>
9616
   <signal>triggered()</signal>
Line 6579... Line 9648...
6579
   <signal>toggled(bool)</signal>
9648
   <signal>toggled(bool)</signal>
6580
   <receiver>s_4_4_cb</receiver>
9649
   <receiver>s_4_4_cb</receiver>
6581
   <slot>setEnabled(bool)</slot>
9650
   <slot>setEnabled(bool)</slot>
6582
   <hints>
9651
   <hints>
6583
    <hint type="sourcelabel">
9652
    <hint type="sourcelabel">
6584
     <x>214</x>
9653
     <x>279</x>
6585
     <y>112</y>
9654
     <y>97</y>
6586
    </hint>
9655
    </hint>
6587
    <hint type="destinationlabel">
9656
    <hint type="destinationlabel">
6588
     <x>393</x>
9657
     <x>279</x>
6589
     <y>111</y>
9658
     <y>97</y>
6590
    </hint>
9659
    </hint>
6591
   </hints>
9660
   </hints>
6592
  </connection>
9661
  </connection>
6593
  <connection>
9662
  <connection>
6594
   <sender>s_4_3_rb</sender>
9663
   <sender>s_4_3_rb</sender>
6595
   <signal>toggled(bool)</signal>
9664
   <signal>toggled(bool)</signal>
6596
   <receiver>s_4_5_cb</receiver>
9665
   <receiver>s_4_5_cb</receiver>
6597
   <slot>setEnabled(bool)</slot>
9666
   <slot>setEnabled(bool)</slot>
6598
   <hints>
9667
   <hints>
6599
    <hint type="sourcelabel">
9668
    <hint type="sourcelabel">
6600
     <x>214</x>
9669
     <x>279</x>
6601
     <y>139</y>
9670
     <y>97</y>
6602
    </hint>
9671
    </hint>
6603
    <hint type="destinationlabel">
9672
    <hint type="destinationlabel">
6604
     <x>393</x>
9673
     <x>279</x>
6605
     <y>138</y>
9674
     <y>97</y>
6606
    </hint>
9675
    </hint>
6607
   </hints>
9676
   </hints>
6608
  </connection>
9677
  </connection>
6609
  <connection>
9678
  <connection>
6610
   <sender>s_1_1_cb</sender>
9679
   <sender>s_1_1_cb</sender>
Line 6743... Line 9812...
6743
    <hint type="sourcelabel">
9812
    <hint type="sourcelabel">
6744
     <x>204</x>
9813
     <x>204</x>
6745
     <y>80</y>
9814
     <y>80</y>
6746
    </hint>
9815
    </hint>
6747
    <hint type="destinationlabel">
9816
    <hint type="destinationlabel">
6748
     <x>221</x>
9817
     <x>279</x>
6749
     <y>107</y>
9818
     <y>97</y>
6750
    </hint>
9819
    </hint>
6751
   </hints>
9820
   </hints>
6752
  </connection>
9821
  </connection>
6753
  <connection>
9822
  <connection>
6754
   <sender>s_1_4_cb</sender>
9823
   <sender>s_1_4_cb</sender>
Line 6803... Line 9872...
6803
   <signal>toggled(bool)</signal>
9872
   <signal>toggled(bool)</signal>
6804
   <receiver>s_1_5_cb</receiver>
9873
   <receiver>s_1_5_cb</receiver>
6805
   <slot>setChecked(bool)</slot>
9874
   <slot>setChecked(bool)</slot>
6806
   <hints>
9875
   <hints>
6807
    <hint type="sourcelabel">
9876
    <hint type="sourcelabel">
6808
     <x>377</x>
9877
     <x>279</x>
6809
     <y>342</y>
9878
     <y>97</y>
6810
    </hint>
9879
    </hint>
6811
    <hint type="destinationlabel">
9880
    <hint type="destinationlabel">
6812
     <x>367</x>
9881
     <x>367</x>
6813
     <y>199</y>
9882
     <y>199</y>
6814
    </hint>
9883
    </hint>
Line 6823... Line 9892...
6823
    <hint type="sourcelabel">
9892
    <hint type="sourcelabel">
6824
     <x>367</x>
9893
     <x>367</x>
6825
     <y>199</y>
9894
     <y>199</y>
6826
    </hint>
9895
    </hint>
6827
    <hint type="destinationlabel">
9896
    <hint type="destinationlabel">
6828
     <x>377</x>
9897
     <x>279</x>
6829
     <y>342</y>
9898
     <y>97</y>
6830
    </hint>
9899
    </hint>
6831
   </hints>
9900
   </hints>
6832
  </connection>
9901
  </connection>
6833
  <connection>
9902
  <connection>
6834
   <sender>s_4_2_rb</sender>
9903
   <sender>s_4_2_rb</sender>
6835
   <signal>toggled(bool)</signal>
9904
   <signal>toggled(bool)</signal>
6836
   <receiver>label_30</receiver>
9905
   <receiver>label_30</receiver>
6837
   <slot>setDisabled(bool)</slot>
9906
   <slot>setDisabled(bool)</slot>
6838
   <hints>
9907
   <hints>
6839
    <hint type="sourcelabel">
9908
    <hint type="sourcelabel">
6840
     <x>337</x>
9909
     <x>279</x>
6841
     <y>114</y>
9910
     <y>97</y>
6842
    </hint>
9911
    </hint>
6843
    <hint type="destinationlabel">
9912
    <hint type="destinationlabel">
6844
     <x>451</x>
9913
     <x>279</x>
6845
     <y>191</y>
9914
     <y>97</y>
6846
    </hint>
9915
    </hint>
6847
   </hints>
9916
   </hints>
6848
  </connection>
9917
  </connection>
6849
  <connection>
9918
  <connection>
6850
   <sender>s_4_2_rb</sender>
9919
   <sender>s_4_2_rb</sender>
6851
   <signal>toggled(bool)</signal>
9920
   <signal>toggled(bool)</signal>
6852
   <receiver>sb_4_6</receiver>
9921
   <receiver>sb_4_6</receiver>
6853
   <slot>setDisabled(bool)</slot>
9922
   <slot>setDisabled(bool)</slot>
6854
   <hints>
9923
   <hints>
6855
    <hint type="sourcelabel">
9924
    <hint type="sourcelabel">
6856
     <x>295</x>
9925
     <x>279</x>
6857
     <y>122</y>
9926
     <y>97</y>
6858
    </hint>
9927
    </hint>
6859
    <hint type="destinationlabel">
9928
    <hint type="destinationlabel">
6860
     <x>515</x>
9929
     <x>279</x>
6861
     <y>193</y>
9930
     <y>97</y>
6862
    </hint>
9931
    </hint>
6863
   </hints>
9932
   </hints>
6864
  </connection>
9933
  </connection>
6865
  <connection>
9934
  <connection>
6866
   <sender>s_4_2_rb</sender>
9935
   <sender>s_4_2_rb</sender>
6867
   <signal>toggled(bool)</signal>
9936
   <signal>toggled(bool)</signal>
6868
   <receiver>label_147</receiver>
9937
   <receiver>label_147</receiver>
6869
   <slot>setDisabled(bool)</slot>
9938
   <slot>setDisabled(bool)</slot>
6870
   <hints>
9939
   <hints>
6871
    <hint type="sourcelabel">
9940
    <hint type="sourcelabel">
6872
     <x>290</x>
9941
     <x>279</x>
6873
     <y>120</y>
9942
     <y>97</y>
6874
    </hint>
9943
    </hint>
6875
    <hint type="destinationlabel">
9944
    <hint type="destinationlabel">
6876
     <x>424</x>
9945
     <x>279</x>
6877
     <y>274</y>
9946
     <y>97</y>
6878
    </hint>
9947
    </hint>
6879
   </hints>
9948
   </hints>
6880
  </connection>
9949
  </connection>
6881
  <connection>
9950
  <connection>
6882
   <sender>s_4_2_rb</sender>
9951
   <sender>s_4_2_rb</sender>
6883
   <signal>toggled(bool)</signal>
9952
   <signal>toggled(bool)</signal>
6884
   <receiver>sb_4_9</receiver>
9953
   <receiver>sb_4_9</receiver>
6885
   <slot>setDisabled(bool)</slot>
9954
   <slot>setDisabled(bool)</slot>
6886
   <hints>
9955
   <hints>
6887
    <hint type="sourcelabel">
9956
    <hint type="sourcelabel">
6888
     <x>259</x>
9957
     <x>279</x>
6889
     <y>121</y>
9958
     <y>97</y>
6890
    </hint>
9959
    </hint>
6891
    <hint type="destinationlabel">
9960
    <hint type="destinationlabel">
6892
     <x>509</x>
9961
     <x>279</x>
6893
     <y>271</y>
9962
     <y>97</y>
6894
    </hint>
9963
    </hint>
6895
   </hints>
9964
   </hints>
6896
  </connection>
9965
  </connection>
6897
  <connection>
9966
  <connection>
6898
   <sender>s_4_2_rb</sender>
9967
   <sender>s_4_2_rb</sender>
6899
   <signal>toggled(bool)</signal>
9968
   <signal>toggled(bool)</signal>
6900
   <receiver>label_31</receiver>
9969
   <receiver>label_31</receiver>
6901
   <slot>setDisabled(bool)</slot>
9970
   <slot>setDisabled(bool)</slot>
6902
   <hints>
9971
   <hints>
6903
    <hint type="sourcelabel">
9972
    <hint type="sourcelabel">
6904
     <x>280</x>
9973
     <x>279</x>
6905
     <y>120</y>
9974
     <y>97</y>
6906
    </hint>
9975
    </hint>
6907
    <hint type="destinationlabel">
9976
    <hint type="destinationlabel">
6908
     <x>446</x>
9977
     <x>279</x>
6909
     <y>311</y>
9978
     <y>97</y>
6910
    </hint>
9979
    </hint>
6911
   </hints>
9980
   </hints>
6912
  </connection>
9981
  </connection>
6913
  <connection>
9982
  <connection>
6914
   <sender>s_8_4_cb</sender>
9983
   <sender>s_8_4_cb</sender>
6915
   <signal>toggled(bool)</signal>
9984
   <signal>toggled(bool)</signal>
6916
   <receiver>frame_15</receiver>
9985
   <receiver>frame_15</receiver>
6917
   <slot>setEnabled(bool)</slot>
9986
   <slot>setEnabled(bool)</slot>
6918
   <hints>
9987
   <hints>
6919
    <hint type="sourcelabel">
9988
    <hint type="sourcelabel">
6920
     <x>331</x>
9989
     <x>279</x>
6921
     <y>90</y>
9990
     <y>97</y>
6922
    </hint>
9991
    </hint>
6923
    <hint type="destinationlabel">
9992
    <hint type="destinationlabel">
6924
     <x>335</x>
9993
     <x>279</x>
6925
     <y>111</y>
9994
     <y>97</y>
6926
    </hint>
9995
    </hint>
6927
   </hints>
9996
   </hints>
6928
  </connection>
9997
  </connection>
6929
  <connection>
9998
  <connection>
6930
   <sender>s_8_4_cb</sender>
9999
   <sender>s_8_4_cb</sender>
6931
   <signal>toggled(bool)</signal>
10000
   <signal>toggled(bool)</signal>
6932
   <receiver>s_1_6_cb</receiver>
10001
   <receiver>s_1_6_cb</receiver>
6933
   <slot>setChecked(bool)</slot>
10002
   <slot>setChecked(bool)</slot>
6934
   <hints>
10003
   <hints>
6935
    <hint type="sourcelabel">
10004
    <hint type="sourcelabel">
6936
     <x>377</x>
10005
     <x>279</x>
6937
     <y>91</y>
10006
     <y>97</y>
6938
    </hint>
10007
    </hint>
6939
    <hint type="destinationlabel">
10008
    <hint type="destinationlabel">
6940
     <x>367</x>
10009
     <x>367</x>
6941
     <y>226</y>
10010
     <y>226</y>
6942
    </hint>
10011
    </hint>
Line 6951... Line 10020...
6951
    <hint type="sourcelabel">
10020
    <hint type="sourcelabel">
6952
     <x>367</x>
10021
     <x>367</x>
6953
     <y>226</y>
10022
     <y>226</y>
6954
    </hint>
10023
    </hint>
6955
    <hint type="destinationlabel">
10024
    <hint type="destinationlabel">
6956
     <x>377</x>
10025
     <x>279</x>
6957
     <y>91</y>
-
 
6958
    </hint>
-
 
6959
   </hints>
-
 
6960
  </connection>
-
 
6961
  <connection>
-
 
6962
   <sender>cb_11_7</sender>
-
 
6963
   <signal>toggled(bool)</signal>
-
 
6964
   <receiver>J17_8</receiver>
-
 
6965
   <slot>setVisible(bool)</slot>
-
 
6966
   <hints>
-
 
6967
    <hint type="sourcelabel">
-
 
6968
     <x>383</x>
-
 
6969
     <y>205</y>
-
 
6970
    </hint>
-
 
6971
    <hint type="destinationlabel">
-
 
6972
     <x>555</x>
-
 
6973
     <y>152</y>
-
 
6974
    </hint>
-
 
6975
   </hints>
-
 
6976
  </connection>
-
 
6977
  <connection>
-
 
6978
   <sender>cb_11_7</sender>
-
 
6979
   <signal>toggled(bool)</signal>
-
 
6980
   <receiver>J16_8</receiver>
-
 
6981
   <slot>setVisible(bool)</slot>
-
 
6982
   <hints>
-
 
6983
    <hint type="sourcelabel">
-
 
6984
     <x>402</x>
-
 
6985
     <y>201</y>
-
 
6986
    </hint>
-
 
6987
    <hint type="destinationlabel">
-
 
6988
     <x>553</x>
-
 
6989
     <y>93</y>
10026
     <y>97</y>
6990
    </hint>
10027
    </hint>
6991
   </hints>
10028
   </hints>
6992
  </connection>
10029
  </connection>
6993
 </connections>
10030
 </connections>
6994
</ui>
10031
</ui>