<?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>298</width>
    <height>848</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QWidget" name="layoutWidget">
    <property name="geometry">
     <rect>
      <x>30</x>
      <y>20</y>
      <width>252</width>
      <height>710</height>
     </rect>
    </property>
    <layout class="QVBoxLayout" name="verticalLayout_2">
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_2">
       <item>
        <widget class="QLabel" name="temp1Label">
         <property name="text">
          <string>Temperature 1</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="temp1">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #adcdff;
}
</string>
         </property>
         <property name="maximum">
          <number>50</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v C</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_3">
       <item>
        <widget class="QLabel" name="temp1Label_2">
         <property name="text">
          <string>Humidity 1</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_2">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="hum1">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;    
}

QProgressBar::chunk {
	background-color: #adcdff;
}</string>
         </property>
         <property name="maximum">
          <number>100</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v %</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_4">
       <item>
        <widget class="QLabel" name="temp1Label_3">
         <property name="text">
          <string>Pressure 1</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_3">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="press1">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;    
}

QProgressBar::chunk {
	background-color: #adcdff;
}</string>
         </property>
         <property name="maximum">
          <number>120</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v kPa</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_5">
       <item>
        <widget class="QLabel" name="temp1Label_4">
         <property name="text">
          <string>Temperature 2</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_4">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="temp2">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;    
}

QProgressBar::chunk {
	background-color: #adcdff;
}</string>
         </property>
         <property name="maximum">
          <number>50</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v C</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_6">
       <item>
        <widget class="QLabel" name="temp1Label_5">
         <property name="text">
          <string>Humidity 2</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_5">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="hum2">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;    
}

QProgressBar::chunk {
	background-color: #adcdff;
}</string>
         </property>
         <property name="maximum">
          <number>100</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v %</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_7">
       <item>
        <widget class="QLabel" name="temp1Label_6">
         <property name="text">
          <string>Pressure 2</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_6">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="press2">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;    
}

QProgressBar::chunk {
	background-color: #adcdff;
}</string>
         </property>
         <property name="maximum">
          <number>120</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v kPa</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_8">
       <item>
        <widget class="QLabel" name="label_3">
         <property name="text">
          <string>Light Voltage</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_7">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>28</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="lightVoltage">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #ffcc00;
}
</string>
         </property>
         <property name="maximum">
          <number>50</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v V</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_9">
       <item>
        <widget class="QLabel" name="label_4">
         <property name="text">
          <string>Light Current</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_8">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>28</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="lightCurrent">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #ffcc00;
}
</string>
         </property>
         <property name="maximum">
          <number>12000</number>
         </property>
         <property name="value">
          <number>1000</number>
         </property>
         <property name="format">
          <string>%v mA</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_10">
       <item>
        <widget class="QLabel" name="label_5">
         <property name="text">
          <string>Cam Voltage </string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_9">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>28</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="camVoltage">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #ffcc00;
}
</string>
         </property>
         <property name="maximum">
          <number>50</number>
         </property>
         <property name="value">
          <number>24</number>
         </property>
         <property name="format">
          <string>%v V</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_14">
       <item>
        <widget class="QLabel" name="label_6">
         <property name="text">
          <string>Cam Current </string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_10">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>13</width>
           <height>28</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="camCurrent">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #ffcc00;
}
</string>
         </property>
         <property name="maximum">
          <number>2000</number>
         </property>
         <property name="value">
          <number>500</number>
         </property>
         <property name="format">
          <string>%v mA</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_12">
       <item>
        <widget class="QLabel" name="label_7">
         <property name="text">
          <string>Cam FPS</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_13">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="estimatedFPS">
         <property name="layoutDirection">
          <enum>Qt::LeftToRight</enum>
         </property>
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #aabb00;
}
</string>
         </property>
         <property name="maximum">
          <number>250</number>
         </property>
         <property name="value">
          <number>50</number>
         </property>
         <property name="format">
          <string>%v Hz</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_13">
       <item>
        <widget class="QLabel" name="label_8">
         <property name="text">
          <string>Data Rate</string>
         </property>
        </widget>
       </item>
       <item>
        <spacer name="horizontalSpacer_12">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
         <property name="sizeHint" stdset="0">
          <size>
           <width>40</width>
           <height>20</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QProgressBar" name="estimatedDataRate">
         <property name="styleSheet">
          <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #aabb00;
}
</string>
         </property>
         <property name="maximum">
          <number>300</number>
         </property>
         <property name="value">
          <number>0</number>
         </property>
         <property name="format">
          <string>%v MB/s</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QVBoxLayout" name="verticalLayout_4">
       <item>
        <widget class="QPushButton" name="lightsOnButton">
         <property name="text">
          <string>LIGHTS</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QPushButton" name="cameraOnButton">
         <property name="text">
          <string>CAMERA</string>
         </property>
        </widget>
       </item>
       <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="quitButton">
         <property name="text">
          <string>QUIT</string>
         </property>
        </widget>
       </item>
       <item>
        <layout class="QVBoxLayout" name="verticalLayout">
         <item>
          <widget class="QLabel" name="label">
           <property name="text">
            <string>LIGHT POWER</string>
           </property>
           <property name="alignment">
            <set>Qt::AlignCenter</set>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QSlider" name="lightPowerSlider">
           <property name="maximum">
            <number>100</number>
           </property>
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="tickPosition">
            <enum>QSlider::TicksBothSides</enum>
           </property>
          </widget>
         </item>
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_11">
           <item>
            <widget class="QLabel" name="lightPowerSliderIndicator">
             <property name="font">
              <font>
               <pointsize>14</pointsize>
               <weight>75</weight>
               <bold>true</bold>
              </font>
             </property>
             <property name="text">
              <string>24</string>
             </property>
             <property name="alignment">
              <set>Qt::AlignCenter</set>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QPushButton" name="setLightPower">
             <property name="text">
              <string>Set</string>
             </property>
            </widget>
           </item>
          </layout>
         </item>
         <item>
          <widget class="QProgressBar" name="lightPowerIndicator">
           <property name="styleSheet">
            <string notr="true">QProgressBar {
    border: 2px solid grey;
    border-radius: 5px;
    text-align: center;
	font: 75 12pt &quot;MS Shell Dlg 2&quot;;  
}

QProgressBar::chunk {
	background-color: #ff3300;
}
</string>
           </property>
           <property name="maximum">
            <number>100</number>
           </property>
           <property name="value">
            <number>24</number>
           </property>
           <property name="format">
            <string>%v %</string>
           </property>
          </widget>
         </item>
        </layout>
       </item>
      </layout>
     </item>
    </layout>
   </widget>
   <widget class="QLineEdit" name="filePrefixEdit">
    <property name="geometry">
     <rect>
      <x>460</x>
      <y>560</y>
      <width>181</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>EyeRIS_SEQ</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_2">
    <property name="geometry">
     <rect>
      <x>400</x>
      <y>560</y>
      <width>47</width>
      <height>13</height>
     </rect>
    </property>
    <property name="text">
     <string>File Prefix</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="exposureTimeEdit">
    <property name="geometry">
     <rect>
      <x>460</x>
      <y>580</y>
      <width>113</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>2.5</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_9">
    <property name="geometry">
     <rect>
      <x>350</x>
      <y>580</y>
      <width>101</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Exposure Time (ms)</string>
    </property>
   </widget>
   <widget class="QLineEdit" name="recordingRateEdit">
    <property name="geometry">
     <rect>
      <x>460</x>
      <y>600</y>
      <width>113</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>60</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_10">
    <property name="geometry">
     <rect>
      <x>350</x>
      <y>600</y>
      <width>101</width>
      <height>20</height>
     </rect>
    </property>
    <property name="text">
     <string>Record Rate (Hz)</string>
    </property>
   </widget>
  </widget>
 </widget>
 <resources/>
 <connections>
  <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>lightPowerSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>lightPowerSliderIndicator</receiver>
   <slot>setNum(int)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>210</x>
     <y>780</y>
    </hint>
    <hint type="destinationlabel">
     <x>183</x>
     <y>806</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>
