mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
1361 lines
46 KiB
Plaintext
1361 lines
46 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>OutputWidget</class>
|
||
|
<widget class="QWidget" name="OutputWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>617</width>
|
||
|
<height>395</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QTabWidget" name="tabWidget">
|
||
|
<property name="currentIndex">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="tab_2">
|
||
|
<attribute name="title">
|
||
|
<string>Servo Output</string>
|
||
|
</attribute>
|
||
|
<widget class="QLabel" name="aircraftType">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>221</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Aircraft type: undefined</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator0Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>70</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 1</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator1Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>100</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 2</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator2Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>130</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 3</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator3Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>160</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 4</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator4Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>190</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 5</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator5Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>220</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 6</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch0OutSlider">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>70</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch0Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>70</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch0OutMin">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>70</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'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>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch0OutMax">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>70</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'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>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QCheckBox" name="channelOutTest">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>40</y>
|
||
|
<width>151</width>
|
||
|
<height>22</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<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>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Test outputs</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator6Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>250</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 7</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="actuator7Label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>280</y>
|
||
|
<width>71</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Channel 8</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch1Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>100</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch1OutMax">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>100</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch1OutMin">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>100</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch1OutSlider">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>100</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch2Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>130</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch2OutMax">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>130</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch2OutMin">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>130</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch2OutSlider">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>130</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch3Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>160</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch3OutMax">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>160</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch3OutMin">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>160</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch3OutSlider">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>160</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch4Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>190</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch4OutMax">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>190</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch4OutMin">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>190</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch4OutSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>190</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch5Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>220</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch5OutMax">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>220</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch5OutMin">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>220</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch5OutSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>220</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch6Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>250</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch6OutMax">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>250</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch6OutMin">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>250</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch6OutSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>250</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="ch7Output">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>280</y>
|
||
|
<width>121</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<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:'Ubuntu'; 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;"><span style=" font-family:'Sans';">This is the actuator connected to this channel.</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';">You can change this through the &quot;Airframe&quot; dialog (on the left).</span></p></body></html></string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch7OutMax">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>460</x>
|
||
|
<y>280</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="ch7OutMin">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>240</x>
|
||
|
<y>280</y>
|
||
|
<width>55</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<pointsize>8</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="ch7OutSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>300</x>
|
||
|
<y>280</y>
|
||
|
<width>160</width>
|
||
|
<height>18</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>9999</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="saveRCOutputToSD">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>490</x>
|
||
|
<y>310</y>
|
||
|
<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>
|
||
|
<x>270</x>
|
||
|
<y>310</y>
|
||
|
<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>
|
||
|
<x>380</x>
|
||
|
<y>310</y>
|
||
|
<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>
|
||
|
<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="toolTip">
|
||
|
<string>Setup "TurboPWM" here: usual value is 400 Hz for multirotor airframes.
|
||
|
Leave at 50Hz for fixed wing.</string>
|
||
|
</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="toolTip">
|
||
|
<string>Setup "TurboPWM" here: usual value is 400 Hz for multirotor airframes.
|
||
|
Leave at 50Hz for fixed wing.</string>
|
||
|
</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>
|
||
|
<widget class="QLabel" name="ch0OutValue">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>520</x>
|
||
|
<y>70</y>
|
||
|
<width>41</width>
|
||
|
<height>17</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Current value of slider.</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>0000</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="ch1OutValue">
|
||
|
<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>
|
||
|
<widget class="QLabel" name="ch2OutValue">
|
||
|
<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>
|
||
|
<widget class="QLabel" name="ch3OutValue">
|
||
|
<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>
|
||
|
<widget class="QLabel" name="ch4OutValue">
|
||
|
<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>
|
||
|
<widget class="QLabel" name="ch5OutValue">
|
||
|
<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>
|
||
|
<widget class="QLabel" name="ch6OutValue">
|
||
|
<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>
|
||
|
<widget class="QLabel" name="ch7OutValue">
|
||
|
<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>
|
||
|
<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>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<tabstops>
|
||
|
<tabstop>channelOutTest</tabstop>
|
||
|
<tabstop>outputRate1</tabstop>
|
||
|
<tabstop>outputRate2</tabstop>
|
||
|
<tabstop>ch0Output</tabstop>
|
||
|
<tabstop>ch0OutMin</tabstop>
|
||
|
<tabstop>ch0OutSlider</tabstop>
|
||
|
<tabstop>ch0OutMax</tabstop>
|
||
|
<tabstop>ch0Rev</tabstop>
|
||
|
<tabstop>ch1Output</tabstop>
|
||
|
<tabstop>ch1OutMin</tabstop>
|
||
|
<tabstop>ch1OutSlider</tabstop>
|
||
|
<tabstop>ch1OutMax</tabstop>
|
||
|
<tabstop>ch1Rev</tabstop>
|
||
|
<tabstop>ch2Output</tabstop>
|
||
|
<tabstop>ch2OutMin</tabstop>
|
||
|
<tabstop>ch2OutSlider</tabstop>
|
||
|
<tabstop>ch2OutMax</tabstop>
|
||
|
<tabstop>ch2Rev</tabstop>
|
||
|
<tabstop>ch3Output</tabstop>
|
||
|
<tabstop>ch3OutMin</tabstop>
|
||
|
<tabstop>ch3OutSlider</tabstop>
|
||
|
<tabstop>ch3OutMax</tabstop>
|
||
|
<tabstop>ch3Rev</tabstop>
|
||
|
<tabstop>ch4Output</tabstop>
|
||
|
<tabstop>ch4OutMin</tabstop>
|
||
|
<tabstop>ch4OutSlider</tabstop>
|
||
|
<tabstop>ch4OutMax</tabstop>
|
||
|
<tabstop>ch4Rev</tabstop>
|
||
|
<tabstop>ch5Output</tabstop>
|
||
|
<tabstop>ch5OutMin</tabstop>
|
||
|
<tabstop>ch5OutSlider</tabstop>
|
||
|
<tabstop>ch5OutMax</tabstop>
|
||
|
<tabstop>ch5Rev</tabstop>
|
||
|
<tabstop>ch6Output</tabstop>
|
||
|
<tabstop>ch6OutMin</tabstop>
|
||
|
<tabstop>ch6OutSlider</tabstop>
|
||
|
<tabstop>ch6OutMax</tabstop>
|
||
|
<tabstop>ch6Rev</tabstop>
|
||
|
<tabstop>ch7Output</tabstop>
|
||
|
<tabstop>ch7OutMin</tabstop>
|
||
|
<tabstop>ch7OutSlider</tabstop>
|
||
|
<tabstop>ch7OutMax</tabstop>
|
||
|
<tabstop>ch7Rev</tabstop>
|
||
|
<tabstop>getRCOutputCurrent</tabstop>
|
||
|
<tabstop>saveRCOutputToRAM</tabstop>
|
||
|
<tabstop>saveRCOutputToSD</tabstop>
|
||
|
</tabstops>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|