<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1122</width>
    <height>936</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QTabWidget" name="imageTabWidget">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>10</y>
      <width>1101</width>
      <height>821</height>
     </rect>
    </property>
    <property name="currentIndex">
     <number>0</number>
    </property>
    <widget class="QWidget" name="tab">
     <attribute name="title">
      <string>Image View</string>
     </attribute>
     <widget class="QTabWidget" name="imageTypeSelector">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>1091</width>
        <height>781</height>
       </rect>
      </property>
      <property name="currentIndex">
       <number>1</number>
      </property>
      <widget class="QWidget" name="rawImage">
       <attribute name="title">
        <string>Total Focus</string>
       </attribute>
       <widget class="GraphicsView" name="totalFocusGraphicsView">
        <property name="geometry">
         <rect>
          <x>10</x>
          <y>0</y>
          <width>711</width>
          <height>711</height>
         </rect>
        </property>
       </widget>
       <widget class="QWidget" name="layoutWidget">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>720</y>
          <width>721</width>
          <height>31</height>
         </rect>
        </property>
        <layout class="QHBoxLayout" name="horizontalLayout">
         <item>
          <widget class="QSlider" name="rawDisplayScale">
           <property name="minimum">
            <number>1</number>
           </property>
           <property name="maximum">
            <number>255</number>
           </property>
           <property name="value">
            <number>255</number>
           </property>
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLabel" name="label_2">
           <property name="text">
            <string>Display Scale </string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QSpinBox" name="rawDisplayScaleSpinBox">
           <property name="maximum">
            <number>255</number>
           </property>
           <property name="value">
            <number>255</number>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
      </widget>
      <widget class="QWidget" name="tab_5">
       <attribute name="title">
        <string>Depth Map</string>
       </attribute>
       <widget class="GraphicsView" name="depthGraphicsView">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>10</y>
          <width>711</width>
          <height>711</height>
         </rect>
        </property>
       </widget>
       <widget class="QWidget" name="layoutWidget_2">
        <property name="geometry">
         <rect>
          <x>760</x>
          <y>110</y>
          <width>281</width>
          <height>27</height>
         </rect>
        </property>
        <layout class="QHBoxLayout" name="horizontalLayout_4">
         <item>
          <widget class="QLabel" name="label_4">
           <property name="font">
            <font>
             <family>Arial</family>
             <pointsize>12</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
           <property name="text">
            <string>Max Depth (mm)</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QSlider" name="maxDepthSlider">
           <property name="minimum">
            <number>1</number>
           </property>
           <property name="maximum">
            <number>2000</number>
           </property>
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QSpinBox" name="maxDepthSpinBox">
           <property name="font">
            <font>
             <family>Arial</family>
             <pointsize>12</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
           <property name="minimum">
            <number>1</number>
           </property>
           <property name="maximum">
            <number>2000</number>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
       <widget class="QWidget" name="">
        <property name="geometry">
         <rect>
          <x>760</x>
          <y>70</y>
          <width>281</width>
          <height>27</height>
         </rect>
        </property>
        <layout class="QHBoxLayout" name="horizontalLayout_3">
         <item>
          <widget class="QLabel" name="label_3">
           <property name="font">
            <font>
             <family>Arial</family>
             <pointsize>12</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
           <property name="text">
            <string>Min Depth (mm)</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QSlider" name="minDepthSlider">
           <property name="minimum">
            <number>1</number>
           </property>
           <property name="maximum">
            <number>2000</number>
           </property>
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QSpinBox" name="minDepthSpinBox">
           <property name="font">
            <font>
             <family>Arial</family>
             <pointsize>12</pointsize>
             <weight>75</weight>
             <bold>true</bold>
            </font>
           </property>
           <property name="minimum">
            <number>1</number>
           </property>
           <property name="maximum">
            <number>2000</number>
           </property>
          </widget>
         </item>
        </layout>
       </widget>
      </widget>
      <widget class="QWidget" name="tab_6">
       <attribute name="title">
        <string>Processed</string>
       </attribute>
       <widget class="GraphicsView" name="procGraphicsView">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>10</y>
          <width>711</width>
          <height>711</height>
         </rect>
        </property>
       </widget>
       <widget class="QComboBox" name="comboBox">
        <property name="geometry">
         <rect>
          <x>730</x>
          <y>30</y>
          <width>131</width>
          <height>22</height>
         </rect>
        </property>
        <property name="font">
         <font>
          <family>Arial</family>
          <pointsize>10</pointsize>
          <weight>75</weight>
          <bold>true</bold>
         </font>
        </property>
        <item>
         <property name="text">
          <string>Preprocessing</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>Localization</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>Tracking</string>
         </property>
        </item>
        <item>
         <property name="text">
          <string>Estimation</string>
         </property>
        </item>
       </widget>
       <widget class="QStackedWidget" name="stackedWidget">
        <property name="geometry">
         <rect>
          <x>730</x>
          <y>70</y>
          <width>341</width>
          <height>651</height>
         </rect>
        </property>
        <widget class="QWidget" name="PreProcessing"/>
        <widget class="QWidget" name="Localization"/>
        <widget class="QWidget" name="Tracking"/>
        <widget class="QWidget" name="Tracking"/>
        <widget class="QWidget" name="page_2"/>
       </widget>
      </widget>
     </widget>
    </widget>
    <widget class="QWidget" name="tab_2">
     <attribute name="title">
      <string>DataView</string>
     </attribute>
     <widget class="PlotWidget" name="fpsPlot">
      <property name="geometry">
       <rect>
        <x>10</x>
        <y>20</y>
        <width>711</width>
        <height>321</height>
       </rect>
      </property>
     </widget>
    </widget>
   </widget>
   <widget class="QScrollBar" name="frameSelector">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>840</y>
      <width>341</width>
      <height>31</height>
     </rect>
    </property>
    <property name="pageStep">
     <number>1</number>
    </property>
    <property name="orientation">
     <enum>Qt::Horizontal</enum>
    </property>
    <property name="invertedAppearance">
     <bool>false</bool>
    </property>
   </widget>
   <widget class="QSpinBox" name="frameNumberSpinBox">
    <property name="geometry">
     <rect>
      <x>360</x>
      <y>840</y>
      <width>101</width>
      <height>31</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>12</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
   </widget>
   <widget class="QProgressBar" name="imagesLoadedProgressBar">
    <property name="geometry">
     <rect>
      <x>490</x>
      <y>880</y>
      <width>251</width>
      <height>31</height>
     </rect>
    </property>
    <property name="value">
     <number>24</number>
    </property>
   </widget>
   <widget class="QLineEdit" name="playbackRate">
    <property name="geometry">
     <rect>
      <x>512</x>
      <y>840</y>
      <width>71</width>
      <height>31</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="label">
    <property name="geometry">
     <rect>
      <x>590</x>
      <y>840</y>
      <width>151</width>
      <height>20</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <family>Arial</family>
      <pointsize>12</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string>Playback Rate (Hz)</string>
    </property>
   </widget>
   <widget class="QWidget" name="">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>880</y>
      <width>451</width>
      <height>29</height>
     </rect>
    </property>
    <layout class="QHBoxLayout" name="horizontalLayout_2">
     <item>
      <widget class="QPushButton" name="playButton">
       <property name="font">
        <font>
         <family>Arial</family>
         <pointsize>12</pointsize>
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="text">
        <string>PLAY</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="prevButton">
       <property name="font">
        <font>
         <family>Arial</family>
         <pointsize>12</pointsize>
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="text">
        <string>PREV</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="nextButton">
       <property name="font">
        <font>
         <family>Arial</family>
         <pointsize>12</pointsize>
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="text">
        <string>NEXT</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="quitButton">
       <property name="font">
        <font>
         <family>Arial</family>
         <pointsize>12</pointsize>
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="text">
        <string>QUIT</string>
       </property>
      </widget>
     </item>
    </layout>
   </widget>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>GraphicsView</class>
   <extends>QGraphicsView</extends>
   <header>pyqtgraph</header>
  </customwidget>
  <customwidget>
   <class>PlotWidget</class>
   <extends>QGraphicsView</extends>
   <header>pyqtgraph.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>quitButton</sender>
   <signal>clicked()</signal>
   <receiver>MainWindow</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>405</x>
     <y>894</y>
    </hint>
    <hint type="destinationlabel">
     <x>525</x>
     <y>467</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>frameSelector</sender>
   <signal>valueChanged(int)</signal>
   <receiver>frameNumberSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>180</x>
     <y>855</y>
    </hint>
    <hint type="destinationlabel">
     <x>410</x>
     <y>855</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>rawDisplayScale</sender>
   <signal>valueChanged(int)</signal>
   <receiver>rawDisplayScaleSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>247</x>
     <y>708</y>
    </hint>
    <hint type="destinationlabel">
     <x>613</x>
     <y>713</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>rawDisplayScaleSpinBox</sender>
   <signal>valueChanged(int)</signal>
   <receiver>rawDisplayScale</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>613</x>
     <y>713</y>
    </hint>
    <hint type="destinationlabel">
     <x>247</x>
     <y>708</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>minDepthSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>minDepthSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>942</x>
     <y>136</y>
    </hint>
    <hint type="destinationlabel">
     <x>1022</x>
     <y>137</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>maxDepthSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>maxDepthSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>944</x>
     <y>176</y>
    </hint>
    <hint type="destinationlabel">
     <x>1022</x>
     <y>177</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
