<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>UICCurveConfigurationDialog</class>
 <widget class="QWidget" name="UICCurveConfigurationDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>970</width>
    <height>664</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize">
   <size>
    <width>970</width>
    <height>664</height>
   </size>
  </property>
  <property name="maximumSize">
   <size>
    <width>970</width>
    <height>664</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Mapping properties</string>
  </property>
  <property name="windowIcon">
   <iconset>
    <normaloff>images/facetracknoir.png</normaloff>images/facetracknoir.png</iconset>
  </property>
  <property name="layoutDirection">
   <enum>Qt::LeftToRight</enum>
  </property>
  <property name="styleSheet">
   <string notr="true">background-color: #ccc;</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QTabWidget" name="tabWidget">
     <property name="styleSheet">
      <string notr="true"/>
     </property>
     <property name="tabPosition">
      <enum>QTabWidget::North</enum>
     </property>
     <property name="currentIndex">
      <number>0</number>
     </property>
     <widget class="QWidget" name="tabWidgetPage1">
      <attribute name="title">
       <string>Yaw</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_2">
       <item>
        <widget class="QFunctionConfigurator" name="rxconfig" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>255</red>
           <green>0</green>
           <blue>0</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="rx_altp">
         <property name="text">
          <string>Asymmetric mapping below</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QFunctionConfigurator" name="rxconfig_alt" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>255</red>
           <green>0</green>
           <blue>0</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>255</red>
           <green>255</green>
           <blue>255</blue>
          </color>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tabWidgetPage2">
      <attribute name="title">
       <string>Pitch</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_3">
       <item>
        <widget class="QFunctionConfigurator" name="ryconfig" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>0</red>
           <green>255</green>
           <blue>0</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="ry_altp">
         <property name="text">
          <string>Asymmetric mapping below</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QFunctionConfigurator" name="ryconfig_alt" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>0</red>
           <green>255</green>
           <blue>0</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tabWidgetPage3">
      <attribute name="title">
       <string>Roll</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_4">
       <item>
        <widget class="QFunctionConfigurator" name="rzconfig" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>0</red>
           <green>0</green>
           <blue>255</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="rz_altp">
         <property name="text">
          <string>Asymmetric mapping below</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QFunctionConfigurator" name="rzconfig_alt" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>0</red>
           <green>0</green>
           <blue>255</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tabWidgetPage4">
      <attribute name="title">
       <string>X</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_5">
       <item>
        <widget class="QFunctionConfigurator" name="txconfig" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>255</red>
           <green>0</green>
           <blue>255</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="tx_altp">
         <property name="text">
          <string>Asymmetric mapping below</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QFunctionConfigurator" name="txconfig_alt" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>255</red>
           <green>0</green>
           <blue>255</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tabWidgetPage5">
      <attribute name="title">
       <string>Y</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_6">
       <item>
        <widget class="QFunctionConfigurator" name="tyconfig" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>255</red>
           <green>255</green>
           <blue>0</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="ty_altp">
         <property name="text">
          <string>Asymmetric mapping below</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QFunctionConfigurator" name="tyconfig_alt" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>255</red>
           <green>255</green>
           <blue>0</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <widget class="QWidget" name="tabWidgetPage6">
      <attribute name="title">
       <string>Z</string>
      </attribute>
      <layout class="QVBoxLayout" name="verticalLayout_7">
       <item>
        <widget class="QFunctionConfigurator" name="tzconfig" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>0</red>
           <green>255</green>
           <blue>255</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QCheckBox" name="tz_altp">
         <property name="text">
          <string>Asymmetric mapping below</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QFunctionConfigurator" name="tzconfig_alt" native="true">
         <property name="colorBezier" stdset="0">
          <color>
           <red>0</red>
           <green>255</green>
           <blue>255</blue>
          </color>
         </property>
         <property name="colorBackground" stdset="0">
          <color>
           <red>240</red>
           <green>240</green>
           <blue>240</blue>
          </color>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
    </widget>
   </item>
   <item>
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="standardButtons">
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>QFunctionConfigurator</class>
   <extends>QWidget</extends>
   <header>spline-widget/qfunctionconfigurator.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>ry_altp</tabstop>
  <tabstop>rz_altp</tabstop>
  <tabstop>tx_altp</tabstop>
  <tabstop>ty_altp</tabstop>
  <tabstop>tz_altp</tabstop>
  <tabstop>tabWidget</tabstop>
  <tabstop>buttonBox</tabstop>
  <tabstop>rx_altp</tabstop>
 </tabstops>
 <resources/>
 <connections/>
 <slots>
  <slot>startEngineClicked()</slot>
  <slot>stopEngineClicked()</slot>
  <slot>cameraSettingsClicked()</slot>
 </slots>
</ui>