2010-07-29 18:42:29 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SettingsWidget</class>
<widget class="QWidget" name="SettingsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2010-08-18 11:38:25 +02:00
<width>720</width>
<height>480</height>
2010-07-29 18:42:29 +02:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
2010-08-07 10:56:03 +02:00
<y>10</y>
2010-08-19 13:48:16 +02:00
<width>601</width>
2010-08-08 00:32:57 +02:00
<height>381</height>
2010-07-29 18:42:29 +02:00
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="currentIndex">
2010-09-08 23:31:09 +02:00
<number>1</number>
2010-08-04 16:50:44 +02:00
</property>
2010-07-29 18:42:29 +02:00
<widget class="QWidget" name="tab">
<attribute name="title">
<string>RC Input</string>
</attribute>
<widget class="QLabel" name="ch0Max">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
2010-08-04 16:50:44 +02:00
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Maximum channel value</p></body></html></string>
</property>
2010-07-29 18:42:29 +02:00
<property name="text">
<string>2000</string>
</property>
</widget>
<widget class="QSlider" name="ch4Slider">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>300</x>
2010-07-29 18:42:29 +02:00
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="ch0Cur">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
2010-08-04 16:50:44 +02:00
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:9pt; 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;">Current channel value.</p></body></html></string>
</property>
2010-07-29 18:42:29 +02:00
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch1Min">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>90</x>
2010-07-29 18:42:29 +02:00
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch6Min">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>440</x>
2010-07-29 18:42:29 +02:00
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch7Cur">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>510</x>
2010-07-29 18:42:29 +02:00
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch4Max">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>300</x>
2010-07-29 18:42:29 +02:00
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>2000</string>
</property>
</widget>
<widget class="QLabel" name="ch7Min">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>510</x>
2010-07-29 18:42:29 +02:00
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
2010-07-30 08:43:50 +02:00
<widget class="QPushButton" name="getRCInputCurrent">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-19 13:48:16 +02:00
<x>270</x>
2010-08-08 00:32:57 +02:00
<y>310</y>
2010-07-29 18:42:29 +02:00
<width>93</width>
<height>27</height>
</rect>
</property>
2010-07-30 08:43:50 +02:00
<property name="toolTip">
<string>Retrieve settings from OpenPilot</string>
</property>
2010-07-29 18:42:29 +02:00
<property name="text">
<string>Get Current</string>
</property>
</widget>
<widget class="QSlider" name="ch3Slider">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>230</x>
2010-07-29 18:42:29 +02:00
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="ch2Min">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>160</x>
2010-07-29 18:42:29 +02:00
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch6Max">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>440</x>
2010-07-29 18:42:29 +02:00
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>2000</string>
</property>
</widget>
<widget class="QLabel" name="ch5Max">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>370</x>
2010-07-29 18:42:29 +02:00
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>2000</string>
</property>
</widget>
<widget class="QLabel" name="ch3Max">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>230</x>
2010-07-29 18:42:29 +02:00
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>2000</string>
</property>
</widget>
2010-07-30 08:43:50 +02:00
<widget class="QPushButton" name="saveRCInputToSD">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-19 13:48:16 +02:00
<x>490</x>
2010-08-08 00:32:57 +02:00
<y>310</y>
2010-07-29 18:42:29 +02:00
<width>93</width>
<height>27</height>
</rect>
</property>
2010-07-30 08:43:50 +02:00
<property name="toolTip">
<string>Be sure to set the Neutral position on all sliders before sending!
Applies and Saves all settings to SD</string>
</property>
2010-07-29 18:42:29 +02:00
<property name="text">
<string>Save to SD</string>
</property>
</widget>
<widget class="QLabel" name="ch4Cur">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>300</x>
2010-07-29 18:42:29 +02:00
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch4Min">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>300</x>
2010-07-29 18:42:29 +02:00
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QSlider" name="ch7Slider">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>510</x>
2010-07-29 18:42:29 +02:00
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
2010-07-30 08:43:50 +02:00
<widget class="QPushButton" name="saveRCInputToRAM">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-19 13:48:16 +02:00
<x>380</x>
2010-08-08 00:32:57 +02:00
<y>310</y>
2010-07-29 18:42:29 +02:00
<width>93</width>
<height>27</height>
</rect>
</property>
2010-07-30 08:43:50 +02:00
<property name="toolTip">
<string>Send to OpenPilot but don't write in SD.
Be sure to set the Neutral position on all sliders before sending!</string>
</property>
2010-07-29 18:42:29 +02:00
<property name="text">
<string>Save to RAM</string>
</property>
</widget>
<widget class="QComboBox" name="ch0Assign">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="frame">
<bool>true</bool>
</property>
2010-07-29 18:42:29 +02:00
</widget>
<widget class="QSlider" name="ch1Slider">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>90</x>
2010-07-29 18:42:29 +02:00
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="ch3Min">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>230</x>
2010-07-29 18:42:29 +02:00
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch7Max">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>510</x>
2010-07-29 18:42:29 +02:00
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>2000</string>
</property>
</widget>
<widget class="QLabel" name="ch2Cur">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>160</x>
2010-07-29 18:42:29 +02:00
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch5Cur">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>370</x>
2010-07-29 18:42:29 +02:00
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QSlider" name="ch2Slider">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>160</x>
2010-07-29 18:42:29 +02:00
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="ch5Min">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>370</x>
2010-07-29 18:42:29 +02:00
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch1Cur">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>90</x>
2010-07-29 18:42:29 +02:00
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch6Cur">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>440</x>
2010-07-29 18:42:29 +02:00
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch3Cur">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>230</x>
2010-07-29 18:42:29 +02:00
<y>160</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
2010-08-04 16:50:44 +02:00
<pointsize>10</pointsize>
2010-07-29 18:42:29 +02:00
</font>
</property>
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QLabel" name="ch2Max">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>160</x>
2010-07-29 18:42:29 +02:00
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>2000</string>
</property>
</widget>
<widget class="QSlider" name="ch0Slider">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="maximum">
2010-08-04 16:50:44 +02:00
<number>2000</number>
2010-07-29 18:42:29 +02:00
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="ch1Max">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>90</x>
2010-07-29 18:42:29 +02:00
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>2000</string>
</property>
</widget>
<widget class="QLabel" name="ch0Min">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
2010-08-04 16:50:44 +02:00
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Minimum channel value.</p></body></html></string>
</property>
2010-07-29 18:42:29 +02:00
<property name="text">
2010-08-04 16:50:44 +02:00
<string>1000</string>
2010-07-29 18:42:29 +02:00
</property>
</widget>
<widget class="QSlider" name="ch5Slider">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>370</x>
2010-07-29 18:42:29 +02:00
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QSlider" name="ch6Slider">
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>440</x>
2010-07-29 18:42:29 +02:00
<y>30</y>
<width>18</width>
<height>101</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>2000</number>
</property>
2010-07-29 18:42:29 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="ch1Assign">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>80</x>
2010-07-29 18:42:29 +02:00
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
2010-07-29 18:42:29 +02:00
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="ch2Assign">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>150</x>
2010-07-29 18:42:29 +02:00
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
2010-07-29 18:42:29 +02:00
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="ch3Assign">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>220</x>
2010-07-29 18:42:29 +02:00
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
2010-07-29 18:42:29 +02:00
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="ch4Assign">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>290</x>
2010-07-29 18:42:29 +02:00
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
2010-07-29 18:42:29 +02:00
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="ch5Assign">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>360</x>
2010-07-29 18:42:29 +02:00
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
2010-07-29 18:42:29 +02:00
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="ch6Assign">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>430</x>
2010-07-29 18:42:29 +02:00
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
2010-07-29 18:42:29 +02:00
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="ch7Assign">
2010-07-29 18:42:29 +02:00
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>500</x>
2010-07-29 18:42:29 +02:00
<y>180</y>
2010-08-04 16:50:44 +02:00
<width>61</width>
2010-07-29 18:42:29 +02:00
<height>21</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="font">
<font>
<family>DejaVu Sans</family>
<pointsize>7</pointsize>
</font>
</property>
2010-07-29 18:42:29 +02:00
</widget>
2010-07-30 08:43:50 +02:00
<widget class="QCheckBox" name="doRCInputCalibration">
<property name="geometry">
<rect>
2010-08-04 16:50:44 +02:00
<x>20</x>
<y>250</y>
2010-07-30 08:43:50 +02:00
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Start calibrating the RC Inputs.
Uncheck/Check to restart calibration.</string>
</property>
<property name="text">
<string>Run Calibration</string>
</property>
</widget>
<widget class="QLabel" name="RCInputConnected">
<property name="geometry">
<rect>
<x>320</x>
<y>210</y>
<width>181</width>
<height>20</height>
</rect>
</property>
2010-08-04 16:50:44 +02:00
<property name="toolTip">
<string>Indicates whether OpenPilot is getting a signal from the RC receiver.</string>
</property>
2010-07-30 08:43:50 +02:00
<property name="text">
<string>RC Receiver Not Connected</string>
</property>
</widget>
2010-08-04 16:50:44 +02:00
<widget class="QComboBox" name="receiverType">
<property name="geometry">
<rect>
<x>130</x>
<y>210</y>
<width>89</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>Select the receiver type here:
- PWM is the most usual type
- PPM is connected to input XXX
- Spektrum is used with Spektrum 'satellite' receivers</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>131</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>RC Receiver Type:</string>
</property>
</widget>
2010-07-29 18:42:29 +02:00
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
2010-08-04 16:50:44 +02:00
<string>Servo Output</string>
2010-07-29 18:42:29 +02:00
</attribute>
2010-08-18 11:38:25 +02:00
<widget class="QLabel" name="aircraftType">
2010-08-04 16:50:44 +02:00
<property name="geometry">
<rect>
<x>10</x>
2010-08-19 13:48:16 +02:00
<y>10</y>
2010-08-18 11:38:25 +02:00
<width>221</width>
2010-08-04 16:50:44 +02:00
<height>17</height>
</rect>
</property>
<property name="text">
2010-08-18 11:38:25 +02:00
<string>Aircraft type: undefined</string>
2010-08-04 16:50:44 +02:00
</property>
</widget>
2010-08-07 10:56:03 +02:00
<widget class="QLabel" name="actuator0Label">
2010-08-04 16:50:44 +02:00
<property name="geometry">
<rect>
2010-08-07 10:56:03 +02:00
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>70</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
2010-08-04 16:50:44 +02:00
</rect>
</property>
2010-08-07 10:56:03 +02:00
<property name="text">
<string>Channel 0</string>
</property>
2010-08-04 16:50:44 +02:00
</widget>
2010-08-07 10:56:03 +02:00
<widget class="QLabel" name="actuator1Label">
<property name="geometry">
<rect>
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>100</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 1</string>
</property>
</widget>
<widget class="QLabel" name="actuator2Label">
<property name="geometry">
<rect>
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>130</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 2</string>
</property>
</widget>
<widget class="QLabel" name="actuator3Label">
<property name="geometry">
<rect>
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>160</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 3</string>
</property>
</widget>
<widget class="QLabel" name="actuator4Label">
<property name="geometry">
<rect>
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>190</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
2010-08-08 00:32:57 +02:00
<string>Channel 4</string>
2010-08-07 10:56:03 +02:00
</property>
</widget>
<widget class="QLabel" name="actuator5Label">
<property name="geometry">
<rect>
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>220</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 5</string>
</property>
</widget>
<widget class="QSlider" name="ch0OutSlider">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>70</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QComboBox" name="ch0Output">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>70</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-19 13:48:16 +02:00
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans'; font-size:8pt; 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;">Select the kind of actuator (servo) connected to this output channel.</p></body></html></string>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch0OutMin">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>70</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-19 13:48:16 +02:00
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans'; font-size:8pt; 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;">Minimum PWM value, beware of not overdriving your servo.</p></body></html></string>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch0OutMax">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>70</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-19 13:48:16 +02:00
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans'; font-size:8pt; 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;">Maximum PWM value, beware of not overdriving your servo.</p></body></html></string>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
2010-08-19 13:48:16 +02:00
<widget class="QCheckBox" name="channelOutTest">
2010-08-07 10:56:03 +02:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
2010-08-19 13:48:16 +02:00
<x>10</x>
<y>40</y>
<width>151</width>
2010-08-07 10:56:03 +02:00
<height>22</height>
</rect>
</property>
2010-08-19 13:48:16 +02:00
<property name="toolTip">
2010-08-24 00:02:49 +02:00
<string>Move the servos using the sliders. Two important things:
- Take extra care if the output is connected to an motor controller!
- Will only work if the RC receiver is working (failsafe)</string>
2010-08-19 13:48:16 +02:00
</property>
2010-08-07 10:56:03 +02:00
<property name="text">
2010-08-19 13:48:16 +02:00
<string>Test outputs</string>
2010-08-07 10:56:03 +02:00
</property>
</widget>
<widget class="QLabel" name="actuator6Label">
<property name="geometry">
<rect>
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>250</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 6</string>
</property>
</widget>
<widget class="QLabel" name="actuator7Label">
<property name="geometry">
<rect>
<x>10</x>
2010-08-08 00:32:57 +02:00
<y>280</y>
2010-08-07 10:56:03 +02:00
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 7</string>
</property>
</widget>
<widget class="QComboBox" name="ch1Output">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>100</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</widget>
<widget class="QSpinBox" name="ch1OutMax">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>100</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch1OutMin">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>100</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSlider" name="ch1OutSlider">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>100</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QComboBox" name="ch2Output">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>130</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</widget>
<widget class="QSpinBox" name="ch2OutMax">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>130</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch2OutMin">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>130</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSlider" name="ch2OutSlider">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>130</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QComboBox" name="ch3Output">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>160</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</widget>
<widget class="QSpinBox" name="ch3OutMax">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>160</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch3OutMin">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>160</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSlider" name="ch3OutSlider">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>160</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QComboBox" name="ch4Output">
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>190</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</widget>
<widget class="QSpinBox" name="ch4OutMax">
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>190</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch4OutMin">
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>190</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSlider" name="ch4OutSlider">
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>190</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QComboBox" name="ch5Output">
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>220</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</widget>
<widget class="QSpinBox" name="ch5OutMax">
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>220</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch5OutMin">
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>220</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSlider" name="ch5OutSlider">
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>220</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QComboBox" name="ch6Output">
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>250</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</widget>
<widget class="QSpinBox" name="ch6OutMax">
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>250</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch6OutMin">
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>250</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSlider" name="ch6OutSlider">
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>250</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QComboBox" name="ch7Output">
<property name="geometry">
<rect>
<x>100</x>
2010-08-08 00:32:57 +02:00
<y>280</y>
2010-08-07 10:56:03 +02:00
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</widget>
<widget class="QSpinBox" name="ch7OutMax">
<property name="geometry">
<rect>
<x>460</x>
2010-08-08 00:32:57 +02:00
<y>280</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
<widget class="QSpinBox" name="ch7OutMin">
<property name="geometry">
<rect>
<x>240</x>
2010-08-08 00:32:57 +02:00
<y>280</y>
2010-08-07 10:56:03 +02:00
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
</widget>
2010-08-08 00:32:57 +02:00
<widget class="QSlider" name="ch7OutSlider">
2010-08-07 10:56:03 +02:00
<property name="geometry">
<rect>
<x>300</x>
2010-08-08 00:32:57 +02:00
<y>280</y>
2010-08-07 10:56:03 +02:00
<width>160</width>
<height>18</height>
</rect>
</property>
2010-08-08 00:32:57 +02:00
<property name="maximum">
<number>9999</number>
</property>
2010-08-07 10:56:03 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="saveRCOutputToSD">
<property name="geometry">
<rect>
2010-08-19 13:48:16 +02:00
<x>480</x>
2010-08-08 00:32:57 +02:00
<y>310</y>
2010-08-07 10:56:03 +02:00
<width>93</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Be sure to set the Neutral position on all sliders before sending!
Applies and Saves all settings to SD</string>
</property>
<property name="text">
<string>Save to SD</string>
</property>
</widget>
<widget class="QPushButton" name="getRCOutputCurrent">
<property name="geometry">
<rect>
2010-08-19 13:48:16 +02:00
<x>260</x>
2010-08-08 00:32:57 +02:00
<y>310</y>
2010-08-07 10:56:03 +02:00
<width>93</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Retrieve settings from OpenPilot</string>
</property>
<property name="text">
<string>Get Current</string>
</property>
</widget>
<widget class="QPushButton" name="saveRCOutputToRAM">
<property name="geometry">
<rect>
2010-08-19 13:48:16 +02:00
<x>370</x>
2010-08-08 00:32:57 +02:00
<y>310</y>
2010-08-07 10:56:03 +02:00
<width>93</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Send to OpenPilot but don't write in SD.
Be sure to set the Neutral position on all sliders before sending!</string>
</property>
<property name="text">
<string>Save to RAM</string>
</property>
</widget>
2010-08-08 00:32:57 +02:00
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>240</x>
<y>10</y>
<width>291</width>
<height>51</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QSpinBox" name="outputRate2">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>55</width>
<height>27</height>
</rect>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Update rate:</string>
</property>
</widget>
<widget class="QSpinBox" name="outputRate1">
<property name="geometry">
<rect>
<x>120</x>
<y>20</y>
<width>55</width>
<height>27</height>
</rect>
</property>
<property name="maximum">
<number>9999</number>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>110</x>
<y>0</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 0-3</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>210</x>
<y>0</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Channel 4-7</string>
</property>
</widget>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch0OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>70</y>
<width>41</width>
<height>17</height>
</rect>
</property>
2010-08-19 13:48:16 +02:00
<property name="toolTip">
<string>Current value of slider.</string>
</property>
2010-08-08 00:32:57 +02:00
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch1OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>100</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch2OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>130</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch3OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>160</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch4OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>190</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch5OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>220</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch6OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>250</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QLabel" name="ch7OutValue">
2010-08-08 00:32:57 +02:00
<property name="geometry">
<rect>
<x>520</x>
<y>280</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>0000</string>
</property>
</widget>
2010-09-08 23:31:09 +02:00
<widget class="QCheckBox" name="ch5Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>220</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="ch0Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>70</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="ch2Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>130</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="ch6Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>250</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="ch7Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>280</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="ch1Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>100</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="ch3Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>160</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="ch4Rev">
<property name="geometry">
<rect>
<x>560</x>
<y>190</y>
<width>21</width>
<height>22</height>
</rect>
</property>
<property name="font">
<font>
<family>FreeSans</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'FreeSans'; font-size:8pt; 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;">Check to invert the channel.</p></body></html></string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>560</x>
<y>50</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Rev.</string>
</property>
</widget>
2010-08-07 10:56:03 +02:00
</widget>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>ch2Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch2Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>172</x>
<y>141</y>
</hint>
<hint type="destinationlabel">
<x>181</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>ch0Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch0Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>40</x>
<y>151</y>
</hint>
<hint type="destinationlabel">
<x>61</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>ch1Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch1Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>103</x>
<y>161</y>
</hint>
<hint type="destinationlabel">
<x>116</x>
<y>216</y>
</hint>
</hints>
</connection>
<connection>
<sender>ch3Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch3Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>242</x>
<y>160</y>
</hint>
<hint type="destinationlabel">
<x>242</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>ch4Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch4Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>312</x>
<y>152</y>
</hint>
<hint type="destinationlabel">
<x>312</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>ch5Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch5Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>382</x>
<y>164</y>
</hint>
<hint type="destinationlabel">
<x>382</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>ch6Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch6Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
2010-08-08 00:32:57 +02:00
<x>469</x>
<y>171</y>
2010-08-07 10:56:03 +02:00
</hint>
<hint type="destinationlabel">
<x>462</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>ch7Slider</sender>
<signal>valueChanged(int)</signal>
<receiver>ch7Cur</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
2010-08-08 00:32:57 +02:00
<x>539</x>
<y>168</y>
2010-08-07 10:56:03 +02:00
</hint>
<hint type="destinationlabel">
<x>532</x>
<y>217</y>
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch0Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>33</x>
<y>293</y>
</hint>
<hint type="destinationlabel">
<x>38</x>
<y>170</y>
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch1Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>91</x>
<y>291</y>
</hint>
<hint type="destinationlabel">
<x>103</x>
<y>112</y>
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch2Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>106</x>
<y>296</y>
</hint>
<hint type="destinationlabel">
<x>172</x>
<y>127</y>
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch3Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>104</x>
<y>291</y>
</hint>
<hint type="destinationlabel">
<x>242</x>
<y>131</y>
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch4Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>76</x>
<y>291</y>
</hint>
<hint type="destinationlabel">
<x>312</x>
<y>110</y>
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch5Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>50</x>
<y>291</y>
</hint>
<hint type="destinationlabel">
<x>382</x>
<y>124</y>
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch6Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>74</x>
<y>291</y>
</hint>
<hint type="destinationlabel">
2010-08-08 00:32:57 +02:00
<x>469</x>
<y>142</y>
2010-08-07 10:56:03 +02:00
</hint>
</hints>
</connection>
<connection>
<sender>doRCInputCalibration</sender>
<signal>toggled(bool)</signal>
<receiver>ch7Slider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>62</x>
<y>296</y>
</hint>
<hint type="destinationlabel">
2010-08-08 00:32:57 +02:00
<x>539</x>
<y>171</y>
</hint>
</hints>
</connection>
2010-07-30 08:43:50 +02:00
</connections>
2010-07-29 18:42:29 +02:00
</ui>