<?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>684</width>
    <height>903</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>9</x>
      <y>9</y>
      <width>661</width>
      <height>731</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>651</width>
        <height>701</height>
       </rect>
      </property>
      <property name="currentIndex">
       <number>0</number>
      </property>
      <widget class="QWidget" name="rawImage">
       <attribute name="title">
        <string>Raw Image</string>
       </attribute>
       <widget class="GraphicsView" name="graphicsView">
        <property name="geometry">
         <rect>
          <x>0</x>
          <y>0</y>
          <width>641</width>
          <height>641</height>
         </rect>
        </property>
       </widget>
       <widget class="QSlider" name="rawDisplayScale">
        <property name="geometry">
         <rect>
          <x>-1</x>
          <y>640</y>
          <width>471</width>
          <height>31</height>
         </rect>
        </property>
        <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>
       <widget class="QLabel" name="label_2">
        <property name="geometry">
         <rect>
          <x>490</x>
          <y>650</y>
          <width>71</width>
          <height>16</height>
         </rect>
        </property>
        <property name="text">
         <string>Display Scale </string>
        </property>
       </widget>
       <widget class="QSpinBox" name="rawDisplayScaleSpinBox">
        <property name="geometry">
         <rect>
          <x>560</x>
          <y>650</y>
          <width>81</width>
          <height>22</height>
         </rect>
        </property>
        <property name="maximum">
         <number>255</number>
        </property>
        <property name="value">
         <number>255</number>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="tab_4">
       <attribute name="title">
        <string>Total Focus</string>
       </attribute>
      </widget>
      <widget class="QWidget" name="tab_5">
       <attribute name="title">
        <string>Depth Map</string>
       </attribute>
      </widget>
      <widget class="QWidget" name="tab_6">
       <attribute name="title">
        <string>Point Cloud</string>
       </attribute>
      </widget>
     </widget>
    </widget>
    <widget class="QWidget" name="tab_2">
     <attribute name="title">
      <string>DataView</string>
     </attribute>
    </widget>
   </widget>
   <widget class="QWidget" name="layoutWidget">
    <property name="geometry">
     <rect>
      <x>90</x>
      <y>750</y>
      <width>102</width>
      <height>141</height>
     </rect>
    </property>
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
      <widget class="QSpinBox" name="lightPowerSpinBox">
       <property name="font">
        <font>
         <pointsize>12</pointsize>
         <weight>75</weight>
         <bold>true</bold>
        </font>
       </property>
       <property name="autoFillBackground">
        <bool>false</bool>
       </property>
       <property name="styleSheet">
        <string notr="true">background-color: #bbb</string>
       </property>
       <property name="alignment">
        <set>Qt::AlignCenter</set>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QDial" name="lightPower">
       <property name="notchesVisible">
        <bool>true</bool>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QLabel" name="label">
       <property name="text">
        <string>LIGHT POWER</string>
       </property>
       <property name="alignment">
        <set>Qt::AlignCenter</set>
       </property>
      </widget>
     </item>
    </layout>
   </widget>
   <widget class="QWidget" name="layoutWidget">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>750</y>
      <width>77</width>
      <height>141</height>
     </rect>
    </property>
    <layout class="QVBoxLayout" name="verticalLayout_2">
     <item>
      <widget class="QPushButton" name="recordButton">
       <property name="styleSheet">
        <string notr="true"/>
       </property>
       <property name="text">
        <string>RECORD</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="cameraOnButton">
       <property name="text">
        <string>CAMERA ON</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="lightsOnButton">
       <property name="text">
        <string>LIGHTS ON</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QPushButton" name="quitButton">
       <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>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>lightPower</sender>
   <signal>valueChanged(int)</signal>
   <receiver>lightPowerSpinBox</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>624</x>
     <y>814</y>
    </hint>
    <hint type="destinationlabel">
     <x>624</x>
     <y>746</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>lightPowerSpinBox</sender>
   <signal>valueChanged(int)</signal>
   <receiver>lightPower</receiver>
   <slot>setValue(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>509</x>
     <y>717</y>
    </hint>
    <hint type="destinationlabel">
     <x>509</x>
     <y>785</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>quitButton</sender>
   <signal>clicked()</signal>
   <receiver>MainWindow</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>48</x>
     <y>863</y>
    </hint>
    <hint type="destinationlabel">
     <x>341</x>
     <y>451</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>
 </connections>
</ui>
