2011-11-09 19:35:53 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>outputChannelForm</class>
|
|
|
|
<widget class="QWidget" name="outputChannelForm">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-09-09 03:35:14 +02:00
|
|
|
<width>825</width>
|
2012-04-17 22:32:07 +02:00
|
|
|
<height>58</height>
|
2011-11-09 19:35:53 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2011-11-17 14:33:49 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>12</number>
|
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="0" column="11">
|
2012-09-09 03:35:14 +02:00
|
|
|
<widget class="QLabel" name="legend5">
|
2012-04-17 22:32:07 +02:00
|
|
|
<property name="sizePolicy">
|
2012-09-09 03:35:14 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2012-04-17 22:32:07 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-07-14 20:50:17 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>45</width>
|
2012-09-09 03:35:14 +02:00
|
|
|
<height>20</height>
|
2012-07-14 20:50:17 +02:00
|
|
|
</size>
|
2012-04-17 22:32:07 +02:00
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
font:bold;
|
|
|
|
margin:1px;</string>
|
2012-07-14 20:50:17 +02:00
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Link</string>
|
2012-07-14 20:50:17 +02:00
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="8">
|
|
|
|
<widget class="QSpinBox" name="actuatorMax">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Maximum PWM value, beware of not overdriving your servo.</string>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4" colspan="2">
|
|
|
|
<widget class="QLabel" name="legend2">
|
2011-11-09 19:35:53 +01:00
|
|
|
<property name="sizePolicy">
|
2014-02-09 11:36:57 +01:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2011-11-09 19:35:53 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
2011-11-09 19:35:53 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
font:bold;
|
|
|
|
margin:1px;</string>
|
|
|
|
</property>
|
2011-11-09 19:35:53 +01:00
|
|
|
<property name="text">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>Neutral (slowest for motor)</string>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-17 22:32:07 +02:00
|
|
|
<item row="0" column="0">
|
2012-09-09 03:35:14 +02:00
|
|
|
<widget class="QLabel" name="legend6">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
font:bold;
|
|
|
|
margin:1px;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>#</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="6">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>5</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="legend0">
|
2011-11-09 19:35:53 +01:00
|
|
|
<property name="sizePolicy">
|
2014-02-09 11:36:57 +01:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2011-11-09 19:35:53 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
2011-11-09 19:35:53 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
font:bold;
|
|
|
|
margin:1px;</string>
|
2012-04-17 22:32:07 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>Assignment</string>
|
2012-04-17 22:32:07 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2014-02-09 11:36:57 +01:00
|
|
|
<set>Qt::AlignCenter</set>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="2">
|
2012-04-17 22:32:07 +02:00
|
|
|
<widget class="QSpinBox" name="actuatorMin">
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2012-04-17 22:32:07 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
2012-04-17 22:32:07 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Minimum PWM value, beware of not overdriving your servo.</string>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
2012-04-17 22:32:07 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
2012-04-17 22:32:07 +02:00
|
|
|
</widget>
|
2011-11-09 19:35:53 +01:00
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QSlider" name="actuatorNeutral">
|
2011-12-05 21:14:52 +01:00
|
|
|
<property name="sizePolicy">
|
2014-02-09 11:36:57 +01:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2011-12-05 21:14:52 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>0</width>
|
2012-09-09 03:35:14 +02:00
|
|
|
<height>25</height>
|
2011-12-05 21:14:52 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-04-17 22:32:07 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
2011-12-05 21:14:52 +01:00
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="0" column="8">
|
|
|
|
<widget class="QLabel" name="legend3">
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="sizePolicy">
|
2014-02-09 11:36:57 +01:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2012-09-09 03:35:14 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
font:bold;
|
|
|
|
margin:1px;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>Max</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="actuatorNumber">
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="sizePolicy">
|
2014-02-09 11:36:57 +01:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2012-09-09 03:35:14 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>20</width>
|
|
|
|
<height>25</height>
|
2012-09-09 03:35:14 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Channel Number</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>TextLabel</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
2012-04-17 22:32:07 +02:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2012-09-09 03:35:14 +02:00
|
|
|
<width>5</width>
|
2012-04-17 22:32:07 +02:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="actuatorName">
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="sizePolicy">
|
2014-02-09 11:36:57 +01:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2012-09-09 03:35:14 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>110</width>
|
|
|
|
<height>25</height>
|
2012-09-09 03:35:14 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>TextLabel</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="0" column="9">
|
|
|
|
<widget class="QLabel" name="legend4">
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
font:bold;
|
|
|
|
margin:1px;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>Reversed</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="QLabel" name="actuatorValue">
|
2011-11-09 19:35:53 +01:00
|
|
|
<property name="sizePolicy">
|
2014-02-09 11:36:57 +01:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
2011-11-09 19:35:53 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-04-17 22:32:07 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>0</width>
|
2012-09-09 03:35:14 +02:00
|
|
|
<height>25</height>
|
2012-04-17 22:32:07 +02:00
|
|
|
</size>
|
2011-12-05 21:14:52 +01:00
|
|
|
</property>
|
2012-04-17 22:32:07 +02:00
|
|
|
<property name="toolTip">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>Current value of slider.</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>0000</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
</widget>
|
2012-09-09 03:35:14 +02:00
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="legend1">
|
2011-11-09 19:35:53 +01:00
|
|
|
<property name="sizePolicy">
|
2012-09-09 03:35:14 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2011-11-09 19:35:53 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
font:bold;
|
|
|
|
margin:1px;</string>
|
2011-11-09 19:35:53 +01:00
|
|
|
</property>
|
2012-07-14 20:50:17 +02:00
|
|
|
<property name="text">
|
2014-02-09 11:36:57 +01:00
|
|
|
<string>Min</string>
|
2012-09-09 03:35:14 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="9">
|
|
|
|
<widget class="QFrame" name="frame">
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>75</width>
|
|
|
|
<height>0</height>
|
2012-09-09 03:35:14 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="actuatorRev">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Check to invert the channel.</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-09-09 03:35:14 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-09 11:36:57 +01:00
|
|
|
<item row="1" column="11">
|
2014-02-26 17:17:37 +01:00
|
|
|
<widget class="QFrame" name="frame_1">
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-02-09 11:36:57 +01:00
|
|
|
<width>45</width>
|
|
|
|
<height>0</height>
|
2012-09-09 03:35:14 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2014-02-09 11:36:57 +01:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" alignment="Qt::AlignHCenter">
|
|
|
|
<widget class="QCheckBox" name="actuatorLink">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Output mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-11-09 19:35:53 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-04-17 22:32:07 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>actuatorMin</tabstop>
|
|
|
|
<tabstop>actuatorNeutral</tabstop>
|
|
|
|
<tabstop>actuatorMax</tabstop>
|
|
|
|
</tabstops>
|
2011-11-09 19:35:53 +01:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|