<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>Form</class>
 <widget class="QWidget" name="Form">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>300</width>
    <height>174</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Analysis feature properties</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <layout class="QGridLayout" name="gridLayout">
     <item row="1" column="3">
      <widget class="QCheckBox" name="formulaXCB">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="text">
        <string>formula</string>
       </property>
      </widget>
     </item>
     <item row="0" column="3">
      <widget class="QCheckBox" name="velocityXBox">
       <property name="text">
        <string>unspecified</string>
       </property>
       <property name="checked">
        <bool>true</bool>
       </property>
      </widget>
     </item>
     <item row="0" column="0">
      <widget class="QLabel" name="volocityXLbl">
       <property name="text">
        <string>Velocity x:</string>
       </property>
      </widget>
     </item>
     <item row="1" column="1">
      <widget class="QLineEdit" name="formulaX">
       <property name="enabled">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item row="0" column="1">
      <widget class="Gui::QuantitySpinBox" name="velocityX">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="unit" stdset="0">
        <string notr="true"/>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <layout class="QGridLayout" name="gridLayout_2">
     <item row="1" column="3">
      <widget class="QCheckBox" name="formulaYCB">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="text">
        <string>formula</string>
       </property>
      </widget>
     </item>
     <item row="0" column="0">
      <widget class="QLabel" name="velocityYLbl">
       <property name="text">
        <string>Velocity y:</string>
       </property>
      </widget>
     </item>
     <item row="0" column="3">
      <widget class="QCheckBox" name="velocityYBox">
       <property name="text">
        <string>unspecified</string>
       </property>
       <property name="checked">
        <bool>true</bool>
       </property>
      </widget>
     </item>
     <item row="1" column="1">
      <widget class="QLineEdit" name="formulaY">
       <property name="enabled">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item row="0" column="1">
      <widget class="Gui::QuantitySpinBox" name="velocityY">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="unit" stdset="0">
        <string notr="true"/>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <layout class="QGridLayout" name="gridLayout_3">
     <item row="0" column="3">
      <widget class="QCheckBox" name="velocityZBox">
       <property name="text">
        <string>unspecified</string>
       </property>
       <property name="checked">
        <bool>true</bool>
       </property>
      </widget>
     </item>
     <item row="1" column="3">
      <widget class="QCheckBox" name="formulaZCB">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="text">
        <string>formula</string>
       </property>
      </widget>
     </item>
     <item row="0" column="0">
      <widget class="QLabel" name="velocityZLbl">
       <property name="text">
        <string>Velocity z:</string>
       </property>
      </widget>
     </item>
     <item row="1" column="1">
      <widget class="QLineEdit" name="formulaZ">
       <property name="enabled">
        <bool>false</bool>
       </property>
      </widget>
     </item>
     <item row="0" column="1">
      <widget class="Gui::QuantitySpinBox" name="velocityZ">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="unit" stdset="0">
        <string notr="true"/>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>Gui::QuantitySpinBox</class>
   <extends>QWidget</extends>
   <header>Gui/QuantitySpinBox.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>velocityXBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>formulaXCB</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>351</x>
     <y>19</y>
    </hint>
    <hint type="destinationlabel">
     <x>351</x>
     <y>45</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>velocityYBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>formulaYCB</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>351</x>
     <y>73</y>
    </hint>
    <hint type="destinationlabel">
     <x>351</x>
     <y>99</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>velocityZBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>formulaZCB</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>351</x>
     <y>127</y>
    </hint>
    <hint type="destinationlabel">
     <x>351</x>
     <y>153</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
