mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1337 Simplified tooltip message for DelayComp/CC inverted mode
This commit is contained in:
parent
534a3d2282
commit
4ecc78a353
@ -8197,11 +8197,6 @@ Useful if you have accidentally changed some settings.</source>
|
|||||||
<source>MaxThrust</source>
|
<source>MaxThrust</source>
|
||||||
<translation type="unfinished">PousséeMaxi</translation>
|
<translation type="unfinished">PousséeMaxi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location/>
|
|
||||||
<source><html><head/><body><p>Moves the inverted mode power switching this fraction of a second into the future to compensate for slow responding power systems. Used to more accurately time the changing of power when entering/exiting inverted mode. Set this to equal the fraction of a second it takes for your vehicle to go from full negative thrust (10% positive thrust for multis, full negative thrust (-90%) for CP helis) to full positive thrust (+90%). Increase this if for example continuous left flips &quot;walk off&quot; to the left because power is changed too late.</p></body></html></source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location/>
|
<location/>
|
||||||
<source>fieldname:CruiseControlPowerDelayComp</source>
|
<source>fieldname:CruiseControlPowerDelayComp</source>
|
||||||
@ -8246,6 +8241,11 @@ Useful if you have accidentally changed some settings.</source>
|
|||||||
<source>Throttle/Collective Stick Response</source>
|
<source>Throttle/Collective Stick Response</source>
|
||||||
<translation>Réponse du manche Gaz/Collectif</translation>
|
<translation>Réponse du manche Gaz/Collectif</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location/>
|
||||||
|
<source><html><head/><body><p>Motor response time to go from min thrust to max thrust. It allows thrust anticipation on entering/exiting inverted mode</p></body></html></source>
|
||||||
|
<translation type="unfinished"><html><head/><body><p>Temps de réponse du moteur pour passer de la poussée minimum à la poussée maximum. Cela permet une anticipation lors de l'entrée/sortie du mode inversé.</p></body></html></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>TxPIDWidget</name>
|
<name>TxPIDWidget</name>
|
||||||
|
@ -24615,7 +24615,7 @@ border-radius: 5;</string>
|
|||||||
<item row="3" column="1">
|
<item row="3" column="1">
|
||||||
<widget class="QDoubleSpinBox" name="doubleSpinBox_7">
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_7">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Moves the inverted mode power switching this fraction of a second into the future to compensate for slow responding power systems. Used to more accurately time the changing of power when entering/exiting inverted mode. Set this to equal the fraction of a second it takes for your vehicle to go from full negative thrust (10% positive thrust for multis, full negative thrust (-90%) for CP helis) to full positive thrust (+90%). Increase this if for example continuous left flips &quot;walk off&quot; to the left because power is changed too late.</p></body></html></string>
|
<string><html><head/><body><p>Motor response time to go from min thrust to max thrust. It allows thrust anticipation on entering/exiting inverted mode</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user