mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-16 08:29:15 +01:00
LP-67 - Fix tooltips
This commit is contained in:
parent
2f93596c9c
commit
044f1604cd
@ -598,12 +598,12 @@ Throttle channel greater or equal to Throttle Max value.</string>
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>PID values update mode which can be set to:
|
||||
<string>PID values update mode, which can be set to:
|
||||
- Never: this disables PID updates (but module still will be run if enabled),
|
||||
- When Armed: PID updated only when system is armed,
|
||||
- Always: PID updated always regardless of arm state.
|
||||
- Always: PID updated always, regardless of arm state.
|
||||
|
||||
Since the GCS updates GUI PID values in real time on change, could be
|
||||
Since the GCS updates GUI PID values in real time on change, it could be
|
||||
tricky to change other PID values from the GUI if the module is enabled
|
||||
and constantly updates stabilization settings object. As a workaround,
|
||||
this option can be used to temporarily disable updates or enable them
|
||||
@ -927,6 +927,9 @@ font:bold;</string>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Roll/Pitch D factor for full PID mode</string>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>4</number>
|
||||
</property>
|
||||
@ -961,6 +964,9 @@ font:bold;</string>
|
||||
<height>27</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Calculate Yaw PIDs based on Roll/Pitch PIDs</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>AutoCalc Yaw</string>
|
||||
</property>
|
||||
@ -1004,7 +1010,7 @@ font:bold;</string>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Roll/Pitch I factor for full PID mode</string>
|
||||
<string>Yaw P factor for full PID mode</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>10</number>
|
||||
@ -1077,6 +1083,9 @@ font:bold;</string>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Yaw I factor for full PID mode</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>0.000000000000000</double>
|
||||
</property>
|
||||
@ -1136,6 +1145,9 @@ font:bold;</string>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Yaw D factor for full PID mode</string>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>4</number>
|
||||
</property>
|
||||
@ -1251,6 +1263,9 @@ font:bold;</string>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Yaw P factor for full PID mode</string>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>1</number>
|
||||
</property>
|
||||
@ -1291,6 +1306,9 @@ font:bold;</string>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Roll/Pitch I factor for full PID mode</string>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>1</number>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user