summaryrefslogtreecommitdiffhomepage
path: root/FaceTrackNoIR/FaceTrackNoIR.ui
diff options
context:
space:
mode:
authorWim Vriend <facetracknoir@gmail.com>2011-01-24 21:18:52 +0000
committerWim Vriend <facetracknoir@gmail.com>2011-01-24 21:18:52 +0000
commit5a63e2a7735fa982885b1164e35aedbaabf95047 (patch)
tree786a2317a3d51f9116006b44f5eea0f5ab249c2a /FaceTrackNoIR/FaceTrackNoIR.ui
parenta1126d63fe3068cc5651c8c3060647a33e4bb710 (diff)
EWMA2-filter implemented.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@43 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/FaceTrackNoIR.ui')
-rw-r--r--FaceTrackNoIR/FaceTrackNoIR.ui686
1 files changed, 271 insertions, 415 deletions
diff --git a/FaceTrackNoIR/FaceTrackNoIR.ui b/FaceTrackNoIR/FaceTrackNoIR.ui
index 15d960bd..22e5bcf4 100644
--- a/FaceTrackNoIR/FaceTrackNoIR.ui
+++ b/FaceTrackNoIR/FaceTrackNoIR.ui
@@ -1244,115 +1244,17 @@ background:none;</string>
</property>
</widget>
</item>
- <item row="1" column="0">
- <widget class="QLabel" name="lblSensYaw">
- <property name="minimumSize">
- <size>
- <width>25</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>150</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
- <property name="styleSheet">
- <string notr="true">color:#ccc;
-background:none;</string>
- </property>
- <property name="text">
- <string>Yaw</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="lblSensPitch">
- <property name="minimumSize">
- <size>
- <width>25</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>150</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
- <property name="styleSheet">
- <string notr="true">color:#ccc;
-background:none;</string>
- </property>
- <property name="text">
- <string>Pitch</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="lblSensRoll">
- <property name="minimumSize">
- <size>
- <width>25</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>150</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
- <property name="styleSheet">
- <string notr="true">color:#ccc;
-background:none;</string>
- </property>
- <property name="text">
- <string>Roll</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLabel" name="lblSensitivity_2">
- <property name="minimumSize">
- <size>
- <width>110</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>150</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">color:#ccc;
-background:none;</string>
- </property>
- <property name="text">
- <string>Red.factor (100 = 1)</string>
- </property>
- </widget>
- </item>
<item row="1" column="1">
- <widget class="QSlider" name="redYaw">
+ <widget class="QSlider" name="minSmooth">
<property name="minimumSize">
<size>
<width>45</width>
<height>15</height>
</size>
</property>
+ <property name="minimum">
+ <number>1</number>
+ </property>
<property name="maximum">
<number>100</number>
</property>
@@ -1360,7 +1262,7 @@ background:none;</string>
<number>10</number>
</property>
<property name="value">
- <number>70</number>
+ <number>2</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -1371,13 +1273,16 @@ background:none;</string>
</widget>
</item>
<item row="2" column="1">
- <widget class="QSlider" name="redPitch">
+ <widget class="QSlider" name="maxSmooth">
<property name="minimumSize">
<size>
<width>45</width>
<height>15</height>
</size>
</property>
+ <property name="minimum">
+ <number>1</number>
+ </property>
<property name="maximum">
<number>100</number>
</property>
@@ -1385,7 +1290,7 @@ background:none;</string>
<number>10</number>
</property>
<property name="value">
- <number>70</number>
+ <number>10</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -1396,13 +1301,16 @@ background:none;</string>
</widget>
</item>
<item row="3" column="1">
- <widget class="QSlider" name="redRoll">
+ <widget class="QSlider" name="powCurve">
<property name="minimumSize">
<size>
<width>45</width>
<height>15</height>
</size>
</property>
+ <property name="minimum">
+ <number>1</number>
+ </property>
<property name="maximum">
<number>100</number>
</property>
@@ -1410,7 +1318,7 @@ background:none;</string>
<number>10</number>
</property>
<property name="value">
- <number>70</number>
+ <number>10</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -1421,7 +1329,7 @@ background:none;</string>
</widget>
</item>
<item row="1" column="2">
- <widget class="QSpinBox" name="spinRedYaw">
+ <widget class="QSpinBox" name="spinMinSmooth">
<property name="minimumSize">
<size>
<width>40</width>
@@ -1431,6 +1339,9 @@ background:none;</string>
<property name="styleSheet">
<string notr="true">background:none;</string>
</property>
+ <property name="minimum">
+ <number>1</number>
+ </property>
<property name="maximum">
<number>100</number>
</property>
@@ -1438,12 +1349,12 @@ background:none;</string>
<number>5</number>
</property>
<property name="value">
- <number>70</number>
+ <number>2</number>
</property>
</widget>
</item>
<item row="2" column="2">
- <widget class="QSpinBox" name="spinRedPitch">
+ <widget class="QSpinBox" name="spinMaxSmooth">
<property name="minimumSize">
<size>
<width>40</width>
@@ -1453,6 +1364,9 @@ background:none;</string>
<property name="styleSheet">
<string notr="true">background:none;</string>
</property>
+ <property name="minimum">
+ <number>1</number>
+ </property>
<property name="maximum">
<number>100</number>
</property>
@@ -1460,12 +1374,12 @@ background:none;</string>
<number>5</number>
</property>
<property name="value">
- <number>70</number>
+ <number>10</number>
</property>
</widget>
</item>
<item row="3" column="2">
- <widget class="QSpinBox" name="spinRedRoll">
+ <widget class="QSpinBox" name="spinPowCurve">
<property name="minimumSize">
<size>
<width>40</width>
@@ -1482,42 +1396,58 @@ background:none;</string>
<number>5</number>
</property>
<property name="value">
- <number>70</number>
+ <number>10</number>
</property>
</widget>
</item>
<item row="1" column="3">
- <widget class="QCheckBox" name="chkInvertYaw">
+ <widget class="QLabel" name="lblInvert1">
+ <property name="minimumSize">
+ <size>
+ <width>35</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>30</width>
+ <height>16777215</height>
+ </size>
+ </property>
<property name="styleSheet">
- <string notr="true">background:none;</string>
+ <string notr="true">color:#ccc;
+background:none;</string>
</property>
<property name="text">
- <string/>
+ <string>frames</string>
</property>
</widget>
</item>
<item row="2" column="3">
- <widget class="QCheckBox" name="chkInvertPitch">
- <property name="styleSheet">
- <string notr="true">background:none;</string>
+ <widget class="QLabel" name="lblInvert1_4">
+ <property name="minimumSize">
+ <size>
+ <width>35</width>
+ <height>0</height>
+ </size>
</property>
- <property name="text">
- <string/>
+ <property name="maximumSize">
+ <size>
+ <width>30</width>
+ <height>16777215</height>
+ </size>
</property>
- </widget>
- </item>
- <item row="3" column="3">
- <widget class="QCheckBox" name="chkInvertRoll">
<property name="styleSheet">
- <string notr="true">background:none;</string>
+ <string notr="true">color:#ccc;
+background:none;</string>
</property>
<property name="text">
- <string/>
+ <string>frames</string>
</property>
</widget>
</item>
- <item row="0" column="3">
- <widget class="QLabel" name="lblInvert1">
+ <item row="3" column="3">
+ <widget class="QLabel" name="lblInvert1_5">
<property name="minimumSize">
<size>
<width>0</width>
@@ -1535,99 +1465,90 @@ background:none;</string>
background:none;</string>
</property>
<property name="text">
- <string>Invert</string>
+ <string>pow</string>
</property>
</widget>
</item>
- </layout>
- </item>
- <item>
- <widget class="Line" name="line_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QGridLayout" name="gridEWMATranslations">
<item row="1" column="0">
- <widget class="QLabel" name="lblSensX">
+ <widget class="QLabel" name="lblInvert1_6">
<property name="minimumSize">
<size>
- <width>25</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>150</width>
+ <width>30</width>
<height>16777215</height>
</size>
</property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
<property name="styleSheet">
<string notr="true">color:#ccc;
background:none;</string>
</property>
<property name="text">
- <string>X</string>
+ <string>Min.</string>
</property>
</widget>
</item>
<item row="2" column="0">
- <widget class="QLabel" name="lblSensY">
+ <widget class="QLabel" name="lblInvert1_7">
<property name="minimumSize">
<size>
- <width>25</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>150</width>
+ <width>30</width>
<height>16777215</height>
</size>
</property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
<property name="styleSheet">
<string notr="true">color:#ccc;
background:none;</string>
</property>
<property name="text">
- <string>Y</string>
+ <string>Max.</string>
</property>
</widget>
</item>
<item row="3" column="0">
- <widget class="QLabel" name="lblSensZ">
+ <widget class="QLabel" name="lblInvert1_8">
<property name="minimumSize">
<size>
- <width>25</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>150</width>
+ <width>30</width>
<height>16777215</height>
</size>
</property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
<property name="styleSheet">
<string notr="true">color:#ccc;
background:none;</string>
</property>
<property name="text">
- <string>Z</string>
+ <string>Curve</string>
</property>
</widget>
</item>
+ </layout>
+ </item>
+ <item>
+ <widget class="Line" name="line_2">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QGridLayout" name="gridEWMATranslations">
<item row="1" column="3">
<widget class="QCheckBox" name="chkInvertX">
<property name="styleSheet">
@@ -1681,158 +1602,219 @@ background:none;</string>
</property>
</widget>
</item>
- <item row="1" column="1">
- <widget class="QSlider" name="redX">
+ <item row="1" column="2">
+ <widget class="QLabel" name="lblSensX">
<property name="minimumSize">
<size>
- <width>45</width>
- <height>15</height>
+ <width>25</width>
+ <height>0</height>
</size>
</property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="pageStep">
- <number>10</number>
+ <property name="maximumSize">
+ <size>
+ <width>150</width>
+ <height>16777215</height>
+ </size>
</property>
- <property name="value">
- <number>70</number>
+ <property name="layoutDirection">
+ <enum>Qt::RightToLeft</enum>
</property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
+ <property name="styleSheet">
+ <string notr="true">color:#ccc;
+background:none;</string>
</property>
- <property name="tickPosition">
- <enum>QSlider::NoTicks</enum>
+ <property name="text">
+ <string>X</string>
</property>
</widget>
</item>
- <item row="2" column="1">
- <widget class="QSlider" name="redY">
+ <item row="2" column="2">
+ <widget class="QLabel" name="lblSensY">
<property name="minimumSize">
<size>
- <width>45</width>
- <height>15</height>
+ <width>25</width>
+ <height>0</height>
</size>
</property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="pageStep">
- <number>10</number>
+ <property name="maximumSize">
+ <size>
+ <width>150</width>
+ <height>16777215</height>
+ </size>
</property>
- <property name="value">
- <number>70</number>
+ <property name="layoutDirection">
+ <enum>Qt::RightToLeft</enum>
</property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
+ <property name="styleSheet">
+ <string notr="true">color:#ccc;
+background:none;</string>
</property>
- <property name="tickPosition">
- <enum>QSlider::NoTicks</enum>
+ <property name="text">
+ <string>Y</string>
</property>
</widget>
</item>
- <item row="3" column="1">
- <widget class="QSlider" name="redZ">
+ <item row="3" column="2">
+ <widget class="QLabel" name="lblSensZ">
<property name="minimumSize">
<size>
- <width>45</width>
- <height>15</height>
+ <width>25</width>
+ <height>0</height>
</size>
</property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="pageStep">
- <number>10</number>
+ <property name="maximumSize">
+ <size>
+ <width>150</width>
+ <height>16777215</height>
+ </size>
</property>
- <property name="value">
- <number>70</number>
+ <property name="layoutDirection">
+ <enum>Qt::RightToLeft</enum>
</property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
+ <property name="styleSheet">
+ <string notr="true">color:#ccc;
+background:none;</string>
</property>
- <property name="tickPosition">
- <enum>QSlider::NoTicks</enum>
+ <property name="text">
+ <string>Z</string>
</property>
</widget>
</item>
- <item row="1" column="2">
- <widget class="QSpinBox" name="spinRedX">
+ <item row="1" column="0">
+ <widget class="QLabel" name="lblSensYaw">
<property name="minimumSize">
<size>
- <width>40</width>
- <height>22</height>
+ <width>25</width>
+ <height>0</height>
</size>
</property>
- <property name="styleSheet">
- <string notr="true">background:none;</string>
+ <property name="maximumSize">
+ <size>
+ <width>150</width>
+ <height>16777215</height>
+ </size>
</property>
- <property name="maximum">
- <number>100</number>
+ <property name="layoutDirection">
+ <enum>Qt::RightToLeft</enum>
</property>
- <property name="singleStep">
- <number>5</number>
+ <property name="styleSheet">
+ <string notr="true">color:#ccc;
+background:none;</string>
</property>
- <property name="value">
- <number>70</number>
+ <property name="text">
+ <string>Yaw</string>
</property>
</widget>
</item>
- <item row="2" column="2">
- <widget class="QSpinBox" name="spinRedY">
+ <item row="2" column="0">
+ <widget class="QLabel" name="lblSensPitch">
<property name="minimumSize">
<size>
- <width>40</width>
- <height>22</height>
+ <width>25</width>
+ <height>0</height>
</size>
</property>
- <property name="styleSheet">
- <string notr="true">background:none;</string>
+ <property name="maximumSize">
+ <size>
+ <width>150</width>
+ <height>16777215</height>
+ </size>
</property>
- <property name="maximum">
- <number>100</number>
+ <property name="layoutDirection">
+ <enum>Qt::RightToLeft</enum>
</property>
- <property name="singleStep">
- <number>5</number>
+ <property name="styleSheet">
+ <string notr="true">color:#ccc;
+background:none;</string>
</property>
- <property name="value">
- <number>70</number>
+ <property name="text">
+ <string>Pitch</string>
</property>
</widget>
</item>
- <item row="3" column="2">
- <widget class="QSpinBox" name="spinRedZ">
+ <item row="3" column="0">
+ <widget class="QLabel" name="lblSensRoll">
<property name="minimumSize">
<size>
- <width>40</width>
- <height>22</height>
+ <width>25</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>150</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="layoutDirection">
+ <enum>Qt::RightToLeft</enum>
+ </property>
+ <property name="styleSheet">
+ <string notr="true">color:#ccc;
+background:none;</string>
+ </property>
+ <property name="text">
+ <string>Roll</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="4">
+ <spacer name="horizontalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Minimum</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>20</height>
</size>
</property>
+ </spacer>
+ </item>
+ <item row="1" column="1">
+ <widget class="QCheckBox" name="chkInvertYaw">
<property name="styleSheet">
<string notr="true">background:none;</string>
</property>
- <property name="maximum">
- <number>100</number>
+ <property name="text">
+ <string/>
</property>
- <property name="singleStep">
- <number>5</number>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QCheckBox" name="chkInvertPitch">
+ <property name="styleSheet">
+ <string notr="true">background:none;</string>
</property>
- <property name="value">
- <number>70</number>
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <widget class="QCheckBox" name="chkInvertRoll">
+ <property name="styleSheet">
+ <string notr="true">background:none;</string>
+ </property>
+ <property name="text">
+ <string/>
</property>
</widget>
</item>
<item row="0" column="1">
- <widget class="QLabel" name="lblSensitivity_3">
+ <widget class="QLabel" name="lblInvert1_3">
<property name="minimumSize">
<size>
- <width>110</width>
+ <width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>150</width>
+ <width>30</width>
<height>16777215</height>
</size>
</property>
@@ -1841,42 +1823,12 @@ background:none;</string>
background:none;</string>
</property>
<property name="text">
- <string>Red.factor (100 = 1)</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="label_3">
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
- <property name="styleSheet">
- <string notr="true">color:#ccc;
-background:none;</string>
- </property>
- <property name="text">
- <string>EWMA</string>
+ <string>Invert</string>
</property>
</widget>
</item>
</layout>
</item>
- <item>
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Minimum</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
</layout>
</widget>
</item>
@@ -2244,12 +2196,12 @@ background:none;</string>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>776</x>
- <y>180</y>
+ <x>442</x>
+ <y>347</y>
</hint>
<hint type="destinationlabel">
- <x>832</x>
- <y>182</y>
+ <x>494</x>
+ <y>349</y>
</hint>
</hints>
</connection>
@@ -2260,204 +2212,108 @@ background:none;</string>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>832</x>
- <y>182</y>
- </hint>
- <hint type="destinationlabel">
- <x>776</x>
- <y>180</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>redYaw</sender>
- <signal>valueChanged(int)</signal>
- <receiver>spinRedYaw</receiver>
- <slot>setValue(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>492</x>
- <y>431</y>
- </hint>
- <hint type="destinationlabel">
- <x>543</x>
- <y>432</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>spinRedYaw</sender>
- <signal>valueChanged(int)</signal>
- <receiver>redYaw</receiver>
- <slot>setValue(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>532</x>
- <y>433</y>
- </hint>
- <hint type="destinationlabel">
- <x>481</x>
- <y>433</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>redPitch</sender>
- <signal>valueChanged(int)</signal>
- <receiver>spinRedPitch</receiver>
- <slot>setValue(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>486</x>
- <y>462</y>
- </hint>
- <hint type="destinationlabel">
- <x>540</x>
- <y>469</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>spinRedPitch</sender>
- <signal>valueChanged(int)</signal>
- <receiver>redPitch</receiver>
- <slot>setValue(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>533</x>
- <y>458</y>
- </hint>
- <hint type="destinationlabel">
- <x>501</x>
- <y>460</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>redRoll</sender>
- <signal>valueChanged(int)</signal>
- <receiver>spinRedRoll</receiver>
- <slot>setValue(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>498</x>
- <y>487</y>
- </hint>
- <hint type="destinationlabel">
- <x>542</x>
- <y>492</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>spinRedRoll</sender>
- <signal>valueChanged(int)</signal>
- <receiver>redRoll</receiver>
- <slot>setValue(int)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>537</x>
- <y>495</y>
+ <x>494</x>
+ <y>349</y>
</hint>
<hint type="destinationlabel">
- <x>504</x>
- <y>490</y>
+ <x>442</x>
+ <y>347</y>
</hint>
</hints>
</connection>
<connection>
- <sender>redX</sender>
+ <sender>minSmooth</sender>
<signal>valueChanged(int)</signal>
- <receiver>spinRedX</receiver>
+ <receiver>spinMinSmooth</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>803</x>
- <y>432</y>
+ <x>648</x>
+ <y>293</y>
</hint>
<hint type="destinationlabel">
- <x>847</x>
- <y>439</y>
+ <x>696</x>
+ <y>295</y>
</hint>
</hints>
</connection>
<connection>
- <sender>spinRedX</sender>
+ <sender>spinMinSmooth</sender>
<signal>valueChanged(int)</signal>
- <receiver>redX</receiver>
+ <receiver>minSmooth</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>844</x>
- <y>429</y>
+ <x>696</x>
+ <y>295</y>
</hint>
<hint type="destinationlabel">
- <x>800</x>
- <y>428</y>
+ <x>648</x>
+ <y>293</y>
</hint>
</hints>
</connection>
<connection>
- <sender>redY</sender>
+ <sender>maxSmooth</sender>
<signal>valueChanged(int)</signal>
- <receiver>spinRedY</receiver>
+ <receiver>spinMaxSmooth</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>785</x>
- <y>461</y>
+ <x>648</x>
+ <y>320</y>
</hint>
<hint type="destinationlabel">
- <x>851</x>
- <y>465</y>
+ <x>696</x>
+ <y>322</y>
</hint>
</hints>
</connection>
<connection>
- <sender>spinRedY</sender>
+ <sender>spinMaxSmooth</sender>
<signal>valueChanged(int)</signal>
- <receiver>redY</receiver>
+ <receiver>maxSmooth</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>845</x>
- <y>463</y>
+ <x>696</x>
+ <y>322</y>
</hint>
<hint type="destinationlabel">
- <x>792</x>
- <y>464</y>
+ <x>648</x>
+ <y>320</y>
</hint>
</hints>
</connection>
<connection>
- <sender>redZ</sender>
+ <sender>powCurve</sender>
<signal>valueChanged(int)</signal>
- <receiver>spinRedZ</receiver>
+ <receiver>spinPowCurve</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>794</x>
- <y>483</y>
+ <x>648</x>
+ <y>347</y>
</hint>
<hint type="destinationlabel">
- <x>845</x>
- <y>486</y>
+ <x>696</x>
+ <y>349</y>
</hint>
</hints>
</connection>
<connection>
- <sender>spinRedZ</sender>
+ <sender>spinPowCurve</sender>
<signal>valueChanged(int)</signal>
- <receiver>redZ</receiver>
+ <receiver>powCurve</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
- <x>843</x>
- <y>499</y>
+ <x>696</x>
+ <y>349</y>
</hint>
<hint type="destinationlabel">
- <x>805</x>
- <y>493</y>
+ <x>648</x>
+ <y>347</y>
</hint>
</hints>
</connection>