2013-03-23 16:53:24 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2013-03-24 21:41:44 +01:00
|
|
|
<class>GroundConfigWidget</class>
|
|
|
|
<widget class="QWidget" name="GroundConfigWidget">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>880</width>
|
|
|
|
<height>608</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
<property name="margin">
|
2013-04-07 17:56:33 +02:00
|
|
|
<number>0</number>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
<item>
|
2013-04-07 17:56:33 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QLabel" name="label_51">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Vehicle type:</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QComboBox" name="groundVehicleType"/>
|
2013-03-23 16:53:24 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<spacer name="horizontalSpacer_31">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_41">
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-24 21:41:44 +01:00
|
|
|
<width>0</width>
|
2013-04-07 17:56:33 +02:00
|
|
|
<height>0</height>
|
2013-03-23 16:53:24 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Output channel assignments</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
2013-03-24 21:41:44 +01:00
|
|
|
<layout class="QFormLayout" name="formLayout_5">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="gvEngineLabel">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>77</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Engine</string>
|
|
|
|
</property>
|
2013-03-24 21:41:44 +01:00
|
|
|
<property name="alignment">
|
2013-04-07 17:56:33 +02:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2013-03-24 21:41:44 +01:00
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="gvEngineChannelBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select output channel for the engine</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="gvAileron1Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Aileron 1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="gvAileron1ChannelBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select output channel for the first aileron (or elevon)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="gvAileron2Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="enabled">
|
2013-04-07 17:56:33 +02:00
|
|
|
<bool>true</bool>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>60</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Aileron 2</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="gvAileron2ChannelBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="enabled">
|
2013-04-07 17:56:33 +02:00
|
|
|
<bool>true</bool>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select output channel for the second aileron (or elevon)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="gvMotor1Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-24 21:41:44 +01:00
|
|
|
<width>0</width>
|
2013-03-23 16:53:24 +01:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Motor</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QComboBox" name="gvMotor1ChannelBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="toolTip">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Select output channel for the first motor</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="gvMotor2Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="enabled">
|
2013-04-07 17:56:33 +02:00
|
|
|
<bool>true</bool>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-03-24 21:41:44 +01:00
|
|
|
<width>47</width>
|
2013-03-23 16:53:24 +01:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Motor 2</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QComboBox" name="gvMotor2ChannelBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="enabled">
|
2013-04-07 17:56:33 +02:00
|
|
|
<bool>true</bool>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Select output channel for a second motor</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="gvSteering1Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="text">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Front Steering</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QComboBox" name="gvSteering1ChannelBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="toolTip">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Select output channel for the first steering actuator</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="gvSteering2Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="text">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Rear Steering</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QComboBox" name="gvSteering2ChannelBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="toolTip">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Select output channel for a second steering actuator</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QGroupBox" name="differentialSteeringMixBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Differential Steering Mix</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
2013-03-24 21:41:44 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_33">
|
2013-03-23 16:53:24 +01:00
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_30">
|
2013-03-23 16:53:24 +01:00
|
|
|
<item>
|
2013-04-16 00:13:08 +02:00
|
|
|
<layout class="QVBoxLayout" name="diffSteering1Layout">
|
2013-03-23 16:53:24 +01:00
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QLabel" name="differentialSteeringLabel1">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>65</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2013-04-16 00:13:08 +02:00
|
|
|
<pointsize>-1</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
2013-04-07 17:56:33 +02:00
|
|
|
</font>
|
|
|
|
</property>
|
2013-04-16 00:13:08 +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 12px;
|
|
|
|
margin:1px;</string>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="text">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Left %</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QSlider" name="differentialSteeringSlider1">
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QLabel" name="gvDiffSteering1Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>50</string>
|
|
|
|
</property>
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-16 00:13:08 +02:00
|
|
|
<layout class="QVBoxLayout" name="diffSteering2Layout">
|
2013-03-23 16:53:24 +01:00
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QLabel" name="differentialSteeringLabel2">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2013-04-07 17:56:33 +02:00
|
|
|
<width>65</width>
|
2013-03-23 16:53:24 +01:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-04-16 00:13:08 +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 12px;
|
|
|
|
margin:1px;</string>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="text">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Right %</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QSlider" name="differentialSteeringSlider2">
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QLabel" name="gvDiffSteering2Label">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>50</string>
|
|
|
|
</property>
|
2013-04-07 17:56:33 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-03-23 16:53:24 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QGroupBox" name="gvThrottleCurve1GroupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>100</verstretch>
|
|
|
|
</sizepolicy>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
2013-03-24 21:41:44 +01:00
|
|
|
<property name="title">
|
|
|
|
<string>Front throttle curve</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
2013-03-24 21:41:44 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_36">
|
|
|
|
<item>
|
|
|
|
<widget class="MixerCurve" name="groundVehicleThrottle1" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-04-07 17:56:33 +02:00
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
2013-03-24 21:41:44 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
2013-04-07 17:56:33 +02:00
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2013-03-24 21:41:44 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
2013-04-07 17:56:33 +02:00
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2013-03-24 21:41:44 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-03-23 16:53:24 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QGroupBox" name="gvThrottleCurve2GroupBox">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
2013-03-24 21:41:44 +01:00
|
|
|
<verstretch>0</verstretch>
|
2013-03-23 16:53:24 +01:00
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2013-03-24 21:41:44 +01:00
|
|
|
<string>Rear throttle curve</string>
|
2013-03-23 16:53:24 +01:00
|
|
|
</property>
|
2013-03-24 21:41:44 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_37">
|
2013-03-23 16:53:24 +01:00
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="MixerCurve" name="groundVehicleThrottle2" native="true">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="sizePolicy">
|
2013-03-24 21:41:44 +01:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
2013-03-23 16:53:24 +01:00
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2013-04-07 17:56:33 +02:00
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
2013-03-23 16:53:24 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
<size>
|
2013-04-07 17:56:33 +02:00
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2013-03-23 16:53:24 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
2013-04-07 17:56:33 +02:00
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2013-03-23 16:53:24 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-04-07 17:56:33 +02:00
|
|
|
<spacer name="verticalSpacer">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_28">
|
2013-03-23 16:53:24 +01:00
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<spacer name="horizontalSpacer_21">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-03-24 21:41:44 +01:00
|
|
|
<widget class="QLabel" name="gvStatusLabel">
|
2013-03-23 16:53:24 +01:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Mixer OK</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>MixerCurve</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header location="global">mixercurve.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources>
|
|
|
|
<include location="../coreplugin/core.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2013-03-24 21:41:44 +01:00
|
|
|
<sender>differentialSteeringSlider1</sender>
|
2013-03-23 16:53:24 +01:00
|
|
|
<signal>valueChanged(int)</signal>
|
2013-03-24 21:41:44 +01:00
|
|
|
<receiver>gvDiffSteering1Label</receiver>
|
2013-03-23 16:53:24 +01:00
|
|
|
<slot>setNum(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>124</x>
|
|
|
|
<y>126</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2013-03-24 21:41:44 +01:00
|
|
|
<x>315</x>
|
|
|
|
<y>391</y>
|
2013-03-23 16:53:24 +01:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2013-03-24 21:41:44 +01:00
|
|
|
<sender>differentialSteeringSlider2</sender>
|
2013-03-23 16:53:24 +01:00
|
|
|
<signal>valueChanged(int)</signal>
|
2013-03-24 21:41:44 +01:00
|
|
|
<receiver>gvDiffSteering2Label</receiver>
|
2013-03-23 16:53:24 +01:00
|
|
|
<slot>setNum(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>124</x>
|
|
|
|
<y>126</y>
|
|
|
|
</hint>
|
2013-03-24 21:41:44 +01:00
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>390</x>
|
|
|
|
<y>391</y>
|
|
|
|
</hint>
|
2013-03-23 16:53:24 +01:00
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|