mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +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:
parent
6440d78b2c
commit
81575ab462
@ -997,8 +997,11 @@ margin-top: -1px;
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="basicResponsivenessCheckBox">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>When this option is selected the simplified version of the configuration view will be used. </p><p>This view hides some settings that are considered advanced and will make it easier for users to get a first working configuration.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use Basic Configuration</string>
|
||||
<string>Use Basic Configuration View</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
@ -7873,8 +7876,11 @@ border-radius: 5;</string>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>When this option is selected the advanced version of the configuration view will be used. </p><p>This view shows all settings that are considered advanced and will enable users to to tweak all possible settings to fine tune configuration.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use Advanced Configuration</string>
|
||||
<string>Use Advanced Configuration View</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user