mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
Bug: Spinbox for PitchRateKp was linked to the wrong UAVObject
This commit is contained in:
parent
3d05256a36
commit
d38a173bed
@ -495,7 +495,7 @@
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>-162</y>
|
<y>0</y>
|
||||||
<width>648</width>
|
<width>648</width>
|
||||||
<height>802</height>
|
<height>802</height>
|
||||||
</rect>
|
</rect>
|
||||||
@ -3459,7 +3459,7 @@ border-radius: 5;</string>
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="4">
|
<item row="1" column="4">
|
||||||
<widget class="QSlider" name="horizontalSlider_77">
|
<widget class="QSlider" name="PitchPSlider">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
@ -3503,7 +3503,7 @@ border-radius: 5;</string>
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="5">
|
<item row="1" column="5">
|
||||||
<widget class="QSpinBox" name="spinBox_11">
|
<widget class="QSpinBox" name="spinBox_PitchRateP">
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>43</width>
|
<width>43</width>
|
||||||
@ -3525,7 +3525,7 @@ border-radius: 5;</string>
|
|||||||
<property name="objrelation" stdset="0">
|
<property name="objrelation" stdset="0">
|
||||||
<stringlist>
|
<stringlist>
|
||||||
<string>objname:StabilizationSettings</string>
|
<string>objname:StabilizationSettings</string>
|
||||||
<string>fieldname:RollRatePID</string>
|
<string>fieldname:PitchRatePID</string>
|
||||||
<string>element:Kp</string>
|
<string>element:Kp</string>
|
||||||
<string>haslimits:yes</string>
|
<string>haslimits:yes</string>
|
||||||
<string>scale:0.0001</string>
|
<string>scale:0.0001</string>
|
||||||
@ -11753,8 +11753,8 @@ border-radius: 4;
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>-350</y>
|
<y>0</y>
|
||||||
<width>648</width>
|
<width>401</width>
|
||||||
<height>990</height>
|
<height>990</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user