1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Make tooltips and text even more clear for arming procedure.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3135 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2011-04-09 15:37:57 +00:00 committed by edouard
parent dabc33c71c
commit f29f0477d4

View File

@ -17,7 +17,7 @@
<item> <item>
<widget class="QTabWidget" name="tabWidget"> <widget class="QTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>2</number>
</property> </property>
<widget class="QWidget" name="tab"> <widget class="QWidget" name="tab">
<attribute name="title"> <attribute name="title">
@ -1635,15 +1635,21 @@ if you have not done so already.</string>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QLabel" name="label_17"> <widget class="QLabel" name="label_17">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text"> <property name="text">
<string>Arm airframe using throttle off, plus:</string> <string>Arm airframe using throttle off and:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="armControl"> <widget class="QComboBox" name="armControl">
<property name="toolTip"> <property name="toolTip">
<string>Indicate the control used for arming the airframe.</string> <string>Indicate the control used for arming the airframe, in addition to setting the throttle to its minimum position. In other terms &quot;Throttle Off&quot;.</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -1674,7 +1680,7 @@ if you have not done so already.</string>
<item> <item>
<widget class="QSpinBox" name="armTimeout"> <widget class="QSpinBox" name="armTimeout">
<property name="toolTip"> <property name="toolTip">
<string>After the time indicated here, the frame will be disarmed.</string> <string>After the time indicated here, the frame go back to disarmed state.</string>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>64</number> <number>64</number>