Skip to content

Commit

Permalink
Updated tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Nov 20, 2021
1 parent 26d284c commit 0eda416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/pagemotorcomparison.ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<item row="0" column="1">
<widget class="QRadioButton" name="testModeRpmButton">
<property name="toolTip">
<string>Sweep from 0 to the set RPM at the set torque.</string>
<string>Sweep from 0 to the end RPM at the set torque.</string>
</property>
<property name="text">
<string>RPM</string>
Expand All @@ -61,7 +61,7 @@
<item row="1" column="0">
<widget class="QRadioButton" name="testModeRpmPowerButton">
<property name="toolTip">
<string>Sweep from 0 to the set RPM at the set Power.</string>
<string>Sweep from the start RPM to the end RPM at the set Power.</string>
</property>
<property name="text">
<string>RPM/Power</string>
Expand All @@ -71,7 +71,7 @@
<item row="1" column="1">
<widget class="QRadioButton" name="testModePropButton">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Propeller mode. Sweep from 0 to full RPM and use the propeller exponent on the RPM to derive the propeller power requirement. The test will be scaled such that the specified power is at the full RPM. &lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt;: This test does not take the propeller efficiency into account, only the motor.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Propeller mode. Sweep from 0 to end RPM and use the propeller exponent on the RPM to derive the propeller power requirement. The test will be scaled such that the specified power is at the full RPM. &lt;span style=&quot; font-weight:600;&quot;&gt;Note&lt;/span&gt;: This test does not take the propeller efficiency into account, only the motor.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Propeller</string>
Expand Down

0 comments on commit 0eda416

Please sign in to comment.