1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-311 Update text on Basic/Advanced GUI to be more informative. Added tooltip explaining in more detail.

This commit is contained in:
Fredrik Arvidsson 2016-05-29 10:31:16 +02:00
parent 6440d78b2c
commit 81575ab462

View File

@ -997,8 +997,11 @@ margin-top: -1px;
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QCheckBox" name="basicResponsivenessCheckBox"> <widget class="QCheckBox" name="basicResponsivenessCheckBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When this option is selected the simplified version of the configuration view will be used. &lt;/p&gt;&lt;p&gt;This view hides some settings that are considered advanced and will make it easier for users to get a first working configuration.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Use Basic Configuration</string> <string>Use Basic Configuration View</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>false</bool> <bool>false</bool>
@ -7873,8 +7876,11 @@ border-radius: 5;</string>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When this option is selected the advanced version of the configuration view will be used. &lt;/p&gt;&lt;p&gt;This view shows all settings that are considered advanced and will enable users to to tweak all possible settings to fine tune configuration.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text"> <property name="text">
<string>Use Advanced Configuration</string> <string>Use Advanced Configuration View</string>
</property> </property>
</widget> </widget>
</item> </item>