1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

OP-984 fixed jumping PID Tab in stabilization config panel

This commit is contained in:
Philippe Renon 2014-01-16 19:01:44 +01:00
parent dd32fc6612
commit b69621ba11

View File

@ -559,9 +559,6 @@
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<property name="topMargin">
<number>9</number>
</property>
<item> <item>
<widget class="QTabBar" name="basicPIDBankTabBar" native="true"/> <widget class="QTabBar" name="basicPIDBankTabBar" native="true"/>
</item> </item>
@ -573,7 +570,7 @@
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">#basicPidBankFrame{ <string notr="true">#basicPidBankFrame{
color: rgb(180, 180, 180); color: rgb(180, 180, 180);
margin-top: -1px margin-top: -1px;
}</string> }</string>
</property> </property>
<property name="frameShape"> <property name="frameShape">
@ -8617,16 +8614,16 @@ border-radius: 5;</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_11"> <layout class="QVBoxLayout" name="verticalLayout_11">
<property name="leftMargin"> <property name="leftMargin">
<number>9</number> <number>0</number>
</property> </property>
<property name="topMargin"> <property name="topMargin">
<number>9</number> <number>0</number>
</property> </property>
<property name="rightMargin"> <property name="rightMargin">
<number>9</number> <number>0</number>
</property> </property>
<property name="bottomMargin"> <property name="bottomMargin">
<number>9</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QCheckBox" name="lowThrottleZeroIntegral_8"> <widget class="QCheckBox" name="lowThrottleZeroIntegral_8">
@ -8718,7 +8715,7 @@ border-radius: 5;</string>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
@ -8766,9 +8763,6 @@ border-radius: 5;</string>
<height>708</height> <height>708</height>
</rect> </rect>
</property> </property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_29"> <layout class="QVBoxLayout" name="verticalLayout_29">
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
@ -8791,9 +8785,6 @@ border-radius: 5;</string>
<enum>QFrame::Plain</enum> <enum>QFrame::Plain</enum>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_7"> <layout class="QVBoxLayout" name="verticalLayout_7">
<property name="topMargin">
<number>9</number>
</property>
<item> <item>
<widget class="QGroupBox" name="advancedResponsivenessGroupBox"> <widget class="QGroupBox" name="advancedResponsivenessGroupBox">
<property name="sizePolicy"> <property name="sizePolicy">
@ -18664,7 +18655,7 @@ border-radius: 5;</string>
<item> <item>
<widget class="QGroupBox" name="groupBox_24"> <widget class="QGroupBox" name="groupBox_24">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -18672,16 +18663,13 @@ border-radius: 5;</string>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>60</height> <height>0</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
<string>Instant Update</string> <string>Instant Update</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_16"> <layout class="QVBoxLayout" name="verticalLayout_16">
<property name="topMargin">
<number>9</number>
</property>
<item> <item>
<widget class="QCheckBox" name="realTimeUpdates_12"> <widget class="QCheckBox" name="realTimeUpdates_12">
<property name="sizePolicy"> <property name="sizePolicy">
@ -18710,19 +18698,6 @@ border-radius: 5;</string>
</layout> </layout>
</widget> </widget>
</item> </item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<spacer name="verticalSpacer_2"> <spacer name="verticalSpacer_2">
<property name="orientation"> <property name="orientation">
@ -18731,7 +18706,7 @@ border-radius: 5;</string>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>200</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
@ -18775,26 +18750,14 @@ border-radius: 5;</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>796</width> <width>752</width>
<height>708</height> <height>526</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_9"> <layout class="QVBoxLayout" name="verticalLayout_9">
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item> <item>
<widget class="QTabBar" name="expertPIDBankTabBar" native="true"/> <widget class="QTabBar" name="expertPIDBankTabBar" native="true"/>
</item> </item>
@ -21272,18 +21235,6 @@ border-radius: 5;</string>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox_4"> <widget class="QGroupBox" name="groupBox_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="autoFillBackground"> <property name="autoFillBackground">
<bool>false</bool> <bool>false</bool>
</property> </property>
@ -21355,7 +21306,7 @@ border-radius: 5;</string>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2"> <item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox2">
<property name="styleSheet"> <property name="styleSheet">
<string>QGroupBox{border: 0px;}</string> <string>QGroupBox{border: 0px;}</string>
</property> </property>
@ -23914,24 +23865,6 @@ border-radius: 5;</string>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="RateStabilizationGroup_23"> <widget class="QGroupBox" name="RateStabilizationGroup_23">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="palette"> <property name="palette">
<palette> <palette>
<active> <active>
@ -24452,9 +24385,6 @@ border-radius: 5;</string>
<property name="title"> <property name="title">
<string>Sensor Tuning</string> <string>Sensor Tuning</string>
</property> </property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<property name="leftMargin"> <property name="leftMargin">
<number>9</number> <number>9</number>
@ -26859,7 +26789,7 @@ border-radius: 5;</string>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>20</width>
<height>9</height> <height>9</height>
</size> </size>
</property> </property>
@ -26867,18 +26797,6 @@ border-radius: 5;</string>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox_3"> <widget class="QGroupBox" name="groupBox_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>60</height>
</size>
</property>
<property name="title"> <property name="title">
<string>Instant Update</string> <string>Instant Update</string>
</property> </property>
@ -26919,7 +26837,7 @@ border-radius: 5;</string>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>149</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
@ -26963,8 +26881,8 @@ border-radius: 5;</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>796</width> <width>284</width>
<height>708</height> <height>133</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_17"> <layout class="QVBoxLayout" name="verticalLayout_17">
@ -27215,14 +27133,11 @@ border-radius: 5;</string>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>796</width> <width>347</width>
<height>708</height> <height>500</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_18"> <layout class="QVBoxLayout" name="verticalLayout_18">
<property name="spacing">
<number>9</number>
</property>
<item> <item>
<widget class="QGroupBox" name="RateStabilizationGroup_11"> <widget class="QGroupBox" name="RateStabilizationGroup_11">
<property name="sizePolicy"> <property name="sizePolicy">