1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-298 Flight mode position slider should now work properly in the config widget, please confirm it's OK for you too...

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2749 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2011-02-08 14:29:05 +00:00 committed by edouard
parent d12868f1a3
commit 536123e9c3

View File

@ -17,7 +17,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@ -2410,9 +2410,18 @@ p, li { white-space: pre-wrap; }
on your remote. Setup the flightmode channel on the RC Input tab
if you have not done so already.</string>
</property>
<property name="minimum">
<number>-100</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="pageStep">
<number>10</number>
</property>
<property name="sliderPosition">
<number>-100</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@ -2420,7 +2429,7 @@ if you have not done so already.</string>
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>33</number>
<number>66</number>
</property>
</widget>
<widget class="QLabel" name="label_7">