2010-12-14 00:54:30 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AircraftWidget</class>
<widget class="QWidget" name="AircraftWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2012-10-04 08:46:46 +02:00
<width>880</width>
<height>608</height>
2010-12-14 00:54:30 +01:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
2012-09-01 06:55:10 +02:00
<layout class="QVBoxLayout" name="verticalLayout_10">
2012-09-09 03:35:14 +02:00
<property name="margin">
2013-04-24 22:05:31 +02:00
<number>12</number>
2012-09-09 03:35:14 +02:00
</property>
2013-04-07 17:56:33 +02:00
<item>
<widget class="QGroupBox" name="vehicleTypeGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Vehicle type:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="aircraftType">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="toolTip">
<string>Select aircraft type here</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>2</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
2012-09-01 06:55:10 +02:00
<item>
2011-04-28 16:53:00 +02:00
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
2012-08-24 18:50:28 +02:00
<number>0</number>
2010-12-14 00:54:30 +01:00
</property>
2013-04-07 17:56:33 +02:00
<widget class="QWidget" name="mixerSettingsPage">
2012-08-16 22:19:24 +02:00
<property name="autoFillBackground">
<bool>true</bool>
</property>
2011-04-28 16:53:00 +02:00
<attribute name="title">
<string>Mixer Settings</string>
</attribute>
2013-04-07 17:56:33 +02:00
<layout class="QVBoxLayout" name="verticalLayout_3">
2012-08-29 08:27:36 +02:00
<property name="margin">
2013-04-07 17:56:33 +02:00
<number>9</number>
2011-04-28 16:53:00 +02:00
</property>
2013-04-07 17:56:33 +02:00
<item>
<widget class="QScrollArea" name="airframesScrollArea">
2012-07-25 08:46:21 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2011-04-28 16:53:00 +02:00
</property>
2012-07-25 08:46:21 +02:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
2011-04-28 16:53:00 +02:00
</property>
2012-07-25 08:46:21 +02:00
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-04-24 22:05:31 +02:00
<width>832</width>
<height>461</height>
2012-07-25 08:46:21 +02:00
</rect>
2010-12-14 00:54:30 +01:00
</property>
2012-08-07 22:53:13 +02:00
<layout class="QVBoxLayout" name="verticalLayout">
2012-09-01 10:20:51 +02:00
<property name="margin">
2013-04-07 17:56:33 +02:00
<number>0</number>
2012-08-07 22:53:13 +02:00
</property>
<item>
2012-07-25 08:46:21 +02:00
<widget class="QStackedWidget" name="airframesWidget">
<property name="sizePolicy">
2012-08-07 22:53:13 +02:00
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
2012-07-25 08:46:21 +02:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
2012-08-07 22:53:13 +02:00
<width>16777215</width>
2012-07-25 08:46:21 +02:00
<height>16777215</height>
</size>
</property>
2012-08-07 22:53:13 +02:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
2012-07-25 08:46:21 +02:00
<property name="currentIndex">
2013-03-24 21:41:44 +01:00
<number>-1</number>
2012-07-25 08:46:21 +02:00
</property>
</widget>
2012-03-25 18:21:58 +02:00
</item>
2011-04-28 16:53:00 +02:00
</layout>
</widget>
2010-12-14 00:54:30 +01:00
</widget>
2011-04-28 16:53:00 +02:00
</item>
</layout>
</widget>
2013-04-07 17:56:33 +02:00
<widget class="QWidget" name="feedForwardPage">
2012-08-16 22:19:24 +02:00
<property name="autoFillBackground">
<bool>true</bool>
</property>
2011-04-28 16:53:00 +02:00
<attribute name="title">
2012-09-01 06:55:10 +02:00
<string>Feed Forward</string>
2011-04-28 16:53:00 +02:00
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_25">
2012-09-09 03:35:14 +02:00
<property name="spacing">
<number>0</number>
</property>
2012-07-25 08:46:21 +02:00
<property name="margin">
2012-09-09 03:35:14 +02:00
<number>0</number>
2012-07-25 08:46:21 +02:00
</property>
2011-04-28 16:53:00 +02:00
<item>
2012-07-25 08:46:21 +02:00
<widget class="QScrollArea" name="scrollArea_2">
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="0">
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2013-04-07 17:56:33 +02:00
<width>223</width>
<height>269</height>
2012-07-25 08:46:21 +02:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_18">
2012-09-01 06:55:10 +02:00
<property name="margin">
2012-09-09 03:35:14 +02:00
<number>12</number>
2012-09-01 06:55:10 +02:00
</property>
2011-05-17 06:54:23 +02:00
<item>
2012-09-01 06:55:10 +02:00
<widget class="QGroupBox" name="groupBox_12">
<property name="title">
<string>Feed Forward Configuration</string>
2012-04-19 19:00:20 +02:00
</property>
2012-09-01 06:55:10 +02:00
<layout class="QGridLayout" name="gridLayout_8">
2012-09-09 03:35:14 +02:00
<property name="margin">
2012-09-01 06:55:10 +02:00
<number>12</number>
</property>
<item row="2" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_22">
<property name="text">
<string>Decel Time Constant</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="decelTime">
<property name="enabled">
<bool>true</bool>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>When tuning: Slowly raise decel time from zero to just
2011-04-28 16:53:00 +02:00
under the level where the motor starts to undershoot
its target speed when decelerating.
Do it after accel time is setup.</string>
2012-09-01 06:55:10 +02:00
</property>
<property name="decimals">
<number>3</number>
</property>
<property name="maximum">
<double>100.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_12">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="1" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_21">
<property name="text">
<string>Accel Time Constant</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="accelTime">
<property name="enabled">
<bool>true</bool>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>In miliseconds.
When tuning: Slowly raise accel time from zero to just
under the level where the motor starts to overshoot
its target speed.</string>
</property>
<property name="decimals">
<number>3</number>
</property>
<property name="maximum">
<double>100.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_13">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2012-09-09 03:35:14 +02:00
<item row="3" column="1">
<widget class="QLabel" name="maxAccelSliderValue">
<property name="maximumSize">
2012-09-01 06:55:10 +02:00
<size>
2012-09-09 03:35:14 +02:00
<width>16777215</width>
<height>16</height>
2012-09-01 06:55:10 +02:00
</size>
</property>
<property name="text">
2012-09-09 03:35:14 +02:00
<string>1000</string>
2012-09-01 06:55:10 +02:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
2012-09-09 03:35:14 +02:00
<item row="0" column="2">
<widget class="QSlider" name="feedForwardSlider">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
2012-09-01 06:55:10 +02:00
<size>
2012-09-09 03:35:14 +02:00
<width>0</width>
<height>32</height>
2012-09-01 06:55:10 +02:00
</size>
</property>
2012-09-09 03:35:14 +02:00
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
2012-09-01 06:55:10 +02:00
</property>
2012-09-09 03:35:14 +02:00
<property name="toolTip">
<string>Overall level of feed forward (in percentage).</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::NoTicks</enum>
2012-09-01 06:55:10 +02:00
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QSlider" name="maxAccelSlider">
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Limits how much the engines can accelerate or decelerate.
2012-07-25 08:46:21 +02:00
In 'units per second', a sound default is 1000.</string>
2012-09-01 06:55:10 +02:00
</property>
<property name="minimum">
<number>500</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
<property name="value">
<number>1000</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="invertedControls">
<bool>false</bool>
</property>
</widget>
</item>
2012-09-09 03:35:14 +02:00
<item row="3" column="0">
<widget class="QLabel" name="label_37">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>MaxAccel</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="feedForwardSliderValue">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>000</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_20">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>FeedForward </string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
2012-09-01 06:55:10 +02:00
</layout>
</widget>
2011-04-29 22:25:31 +02:00
</item>
<item>
2012-07-25 08:46:21 +02:00
<spacer name="verticalSpacer_5">
2011-04-29 22:25:31 +02:00
<property name="orientation">
2012-07-25 08:46:21 +02:00
<enum>Qt::Vertical</enum>
2011-04-29 22:25:31 +02:00
</property>
<property name="sizeHint" stdset="0">
<size>
2012-07-25 08:46:21 +02:00
<width>20</width>
<height>40</height>
2011-04-29 22:25:31 +02:00
</size>
</property>
</spacer>
</item>
<item>
2012-09-01 06:55:10 +02:00
<widget class="QGroupBox" name="groupBox_13">
<property name="title">
<string/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="margin">
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>267</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="ffTestBox1">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2011-04-28 16:53:00 +02:00
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">Beware! Check </span><span style=" font-family:'Sans'; font-size:10pt; font-weight:600;">all three</span><span style=" font-family:'Sans'; font-size:10pt;"> checkboxes to test Feed Forward.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">It will run only if your airframe armed.</span></p></body></html></string>
2012-09-01 06:55:10 +02:00
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ffTestBox2">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2011-04-28 16:53:00 +02:00
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">Beware! Check </span><span style=" font-family:'Sans'; font-size:10pt; font-weight:600;">all three</span><span style=" font-family:'Sans'; font-size:10pt;"> checkboxes to test Feed Forward.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">It will run only if your airframe armed.</span></p></body></html></string>
2012-09-01 06:55:10 +02:00
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ffTestBox3">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2011-04-28 16:53:00 +02:00
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">Beware! Check </span><span style=" font-family:'Sans'; font-size:10pt; font-weight:600;">all three</span><span style=" font-family:'Sans'; font-size:10pt;"> checkboxes to test Feed Forward.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans'; font-size:10pt;">It will run only if your airframe armed.</span></p></body></html></string>
2012-09-01 06:55:10 +02:00
</property>
<property name="text">
<string>Enable FF tuning</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>267</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
2011-04-29 22:25:31 +02:00
</item>
<item>
2012-07-25 08:46:21 +02:00
<widget class="QTextBrowser" name="textBrowser">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2011-04-29 22:25:31 +02:00
</property>
2012-07-25 08:46:21 +02:00
<property name="minimumSize">
2011-04-29 22:25:31 +02:00
<size>
2012-07-25 08:46:21 +02:00
<width>0</width>
<height>40</height>
2011-04-29 22:25:31 +02:00
</size>
</property>
2012-07-25 08:46:21 +02:00
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2011-04-28 16:53:00 +02:00
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2013-03-24 21:41:44 +01:00
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
2011-04-28 16:53:00 +02:00
<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
<tr>
<td style="border: none;">
2013-03-24 21:41:44 +01:00
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:14pt; font-weight:600; color:#ff0000;">SETTING UP FEED FORWARD REQUIRES CAUTION</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu'; font-size:11pt;"></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;"><br /></span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu'; font-size:11pt;"><br /></span></p>
2013-03-14 20:09:54 +01:00
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">Beware: Feed Forward Tuning will launch all engines around mid-throttle, you have been warned!</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">Remove your props initially, and for fine-tuning, make sure your airframe is safely held in place. Wear glasses and protect your face and body.</span></p></td></tr></table></body></html></string>
2012-07-25 08:46:21 +02:00
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
2011-04-28 16:53:00 +02:00
</layout>
</widget>
2010-12-14 00:54:30 +01:00
</widget>
</item>
2012-09-01 06:55:10 +02:00
<item>
2013-04-07 17:56:33 +02:00
<layout class="QHBoxLayout" name="bottomLayout">
2012-08-29 08:27:36 +02:00
<property name="spacing">
<number>4</number>
2012-07-25 08:46:21 +02:00
</property>
2012-08-29 08:27:36 +02:00
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>5</width>
<height>25</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="airframeHelp">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="toolTip">
<string>Takes you to the wiki page</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
2012-09-24 07:34:40 +02:00
<iconset resource="../coreplugin/core.qrc">
2012-08-29 08:27:36 +02:00
<normaloff>:/core/images/helpicon.svg</normaloff>:/core/images/helpicon.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveAircraftToRAM">
<property name="toolTip">
<string>Send to board, but don't save permanently (flash or SD).</string>
</property>
<property name="text">
<string>Apply</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveAircraftToSD">
<property name="toolTip">
<string>Applies and Saves all settings to flash or SD depending on board.</string>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
</layout>
2011-07-26 21:35:38 +02:00
</item>
2010-12-14 00:54:30 +01:00
</layout>
</widget>
2011-05-17 06:54:23 +02:00
<resources>
2012-09-24 07:34:40 +02:00
<include location="../coreplugin/core.qrc"/>
2011-05-17 06:54:23 +02:00
</resources>
2010-12-14 00:54:30 +01:00
<connections>
<connection>
<sender>feedForwardSlider</sender>
<signal>valueChanged(int)</signal>
2012-03-25 18:21:58 +02:00
<receiver>feedForwardSliderValue</receiver>
2010-12-14 00:54:30 +01:00
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
2011-04-28 16:53:00 +02:00
<x>248</x>
<y>103</y>
2010-12-14 00:54:30 +01:00
</hint>
<hint type="destinationlabel">
2011-04-28 16:53:00 +02:00
<x>146</x>
<y>107</y>
2010-12-14 00:54:30 +01:00
</hint>
</hints>
</connection>
<connection>
<sender>maxAccelSlider</sender>
<signal>valueChanged(int)</signal>
2012-03-25 18:21:58 +02:00
<receiver>maxAccelSliderValue</receiver>
2010-12-14 00:54:30 +01:00
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
2011-04-28 16:53:00 +02:00
<x>272</x>
<y>214</y>
2010-12-14 00:54:30 +01:00
</hint>
<hint type="destinationlabel">
2011-04-30 23:28:11 +02:00
<x>127</x>
<y>214</y>
</hint>
</hints>
</connection>
2010-12-14 00:54:30 +01:00
</connections>
</ui>