mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-520 Update UI using checkbox for Rssi PPM output
This commit is contained in:
parent
9bc63139c3
commit
86a8eded51
@ -2143,16 +2143,19 @@ Leave blank to use autogenerated Device ID.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="3">
|
||||
<widget class="QComboBox" name="PPMoutRssi"/>
|
||||
</item>
|
||||
<item row="2" column="1" colspan="2">
|
||||
<widget class="QLabel" name="PPMoutRssiLabel">
|
||||
<property name="text">
|
||||
<string>PPM RSSI Output</string>
|
||||
<item row="2" column="0" colspan="4">
|
||||
<widget class="QCheckBox" name="PPMoutRssi">
|
||||
<property name="toolTip">
|
||||
<string>Add RSSI to the PPM output stream (Ch9)</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
<property name="layoutDirection">
|
||||
<enum>Qt::LeftToRight</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>RSSI to PPM</string>
|
||||
</property>
|
||||
<property name="tristate">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user