<?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>1116</width>
    <height>775</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>HumiViewer</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QGroupBox" name="FileListgroupBox">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>10</y>
      <width>231</width>
      <height>721</height>
     </rect>
    </property>
    <property name="title">
     <string/>
    </property>
    <widget class="QPushButton" name="SelectDirectorypushButton">
     <property name="geometry">
      <rect>
       <x>60</x>
       <y>10</y>
       <width>101</width>
       <height>23</height>
      </rect>
     </property>
     <property name="text">
      <string>Select Directory</string>
     </property>
    </widget>
    <widget class="QPushButton" name="SavePicturepushButton">
     <property name="geometry">
      <rect>
       <x>60</x>
       <y>40</y>
       <width>101</width>
       <height>23</height>
      </rect>
     </property>
     <property name="text">
      <string>Save Picture</string>
     </property>
    </widget>
    <widget class="QPushButton" name="ClearListpushButton">
     <property name="geometry">
      <rect>
       <x>60</x>
       <y>90</y>
       <width>101</width>
       <height>23</height>
      </rect>
     </property>
     <property name="text">
      <string>Clear List</string>
     </property>
    </widget>
    <widget class="QListWidget" name="FilelistWidget">
     <property name="geometry">
      <rect>
       <x>0</x>
       <y>120</y>
       <width>221</width>
       <height>581</height>
      </rect>
     </property>
    </widget>
   </widget>
   <widget class="QGroupBox" name="OptionsgroupBox">
    <property name="geometry">
     <rect>
      <x>250</x>
      <y>10</y>
      <width>861</width>
      <height>91</height>
     </rect>
    </property>
    <property name="title">
     <string/>
    </property>
    <property name="flat">
     <bool>false</bool>
    </property>
    <property name="checkable">
     <bool>false</bool>
    </property>
    <property name="checked">
     <bool>false</bool>
    </property>
    <widget class="QSpinBox" name="ZoomYminspinBox">
     <property name="geometry">
      <rect>
       <x>730</x>
       <y>10</y>
       <width>42</width>
       <height>21</height>
      </rect>
     </property>
    </widget>
    <widget class="QLabel" name="lineScaleLabel">
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>10</y>
       <width>51</width>
       <height>20</height>
      </rect>
     </property>
     <property name="text">
      <string>Line Scale</string>
     </property>
    </widget>
    <widget class="QSpinBox" name="ZoomXmaxspinBox">
     <property name="geometry">
      <rect>
       <x>680</x>
       <y>10</y>
       <width>42</width>
       <height>21</height>
      </rect>
     </property>
    </widget>
    <widget class="QSpinBox" name="ZoomXminspinBox">
     <property name="geometry">
      <rect>
       <x>630</x>
       <y>10</y>
       <width>42</width>
       <height>21</height>
      </rect>
     </property>
    </widget>
    <widget class="QLabel" name="label_2">
     <property name="geometry">
      <rect>
       <x>146</x>
       <y>10</y>
       <width>101</width>
       <height>20</height>
      </rect>
     </property>
     <property name="text">
      <string>Font Size Axis Title</string>
     </property>
    </widget>
    <widget class="QLabel" name="label_4">
     <property name="geometry">
      <rect>
       <x>300</x>
       <y>10</y>
       <width>71</width>
       <height>20</height>
      </rect>
     </property>
     <property name="text">
      <string>Font Size Axis</string>
     </property>
    </widget>
    <widget class="QSpinBox" name="LineScalespinBox">
     <property name="geometry">
      <rect>
       <x>70</x>
       <y>10</y>
       <width>42</width>
       <height>21</height>
      </rect>
     </property>
    </widget>
    <widget class="QCheckBox" name="ReferencecheckBox">
     <property name="geometry">
      <rect>
       <x>300</x>
       <y>60</y>
       <width>141</width>
       <height>17</height>
      </rect>
     </property>
     <property name="text">
      <string>Show only one reference</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>false</bool>
     </property>
     <property name="autoRepeat">
      <bool>false</bool>
     </property>
     <property name="tristate">
      <bool>false</bool>
     </property>
    </widget>
    <widget class="QCheckBox" name="DUTscheckBox">
     <property name="geometry">
      <rect>
       <x>150</x>
       <y>60</y>
       <width>141</width>
       <height>17</height>
      </rect>
     </property>
     <property name="text">
      <string>Show DUTs - only</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="autoExclusive">
      <bool>false</bool>
     </property>
     <property name="tristate">
      <bool>false</bool>
     </property>
    </widget>
    <widget class="QCheckBox" name="RunningNumbercheckBox">
     <property name="geometry">
      <rect>
       <x>450</x>
       <y>60</y>
       <width>201</width>
       <height>17</height>
      </rect>
     </property>
     <property name="text">
      <string>Use running number instead of serial</string>
     </property>
    </widget>
    <widget class="QCheckBox" name="LegendOnOffcheckBox">
     <property name="enabled">
      <bool>true</bool>
     </property>
     <property name="geometry">
      <rect>
       <x>10</x>
       <y>60</y>
       <width>101</width>
       <height>17</height>
      </rect>
     </property>
     <property name="cursor">
      <cursorShape>ArrowCursor</cursorShape>
     </property>
     <property name="mouseTracking">
      <bool>true</bool>
     </property>
     <property name="focusPolicy">
      <enum>Qt::StrongFocus</enum>
     </property>
     <property name="acceptDrops">
      <bool>false</bool>
     </property>
     <property name="text">
      <string>Legend on/off</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>true</bool>
     </property>
     <property name="autoExclusive">
      <bool>false</bool>
     </property>
     <property name="tristate">
      <bool>false</bool>
     </property>
    </widget>
    <widget class="QLabel" name="label_5">
     <property name="geometry">
      <rect>
       <x>450</x>
       <y>10</y>
       <width>171</width>
       <height>20</height>
      </rect>
     </property>
     <property name="text">
      <string>Zoom Area (Xmin/Xmax/Ymin/Ymax)</string>
     </property>
    </widget>
    <widget class="QSpinBox" name="FontSizeAxisTitlespinBox">
     <property name="geometry">
      <rect>
       <x>240</x>
       <y>10</y>
       <width>42</width>
       <height>21</height>
      </rect>
     </property>
    </widget>
    <widget class="QSpinBox" name="FontSizeAxisspinBox">
     <property name="geometry">
      <rect>
       <x>370</x>
       <y>10</y>
       <width>42</width>
       <height>21</height>
      </rect>
     </property>
    </widget>
    <widget class="QSpinBox" name="ZoomYmaxspinBox">
     <property name="geometry">
      <rect>
       <x>770</x>
       <y>10</y>
       <width>42</width>
       <height>21</height>
      </rect>
     </property>
    </widget>
   </widget>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1116</width>
     <height>21</height>
    </rect>
   </property>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
 </widget>
 <resources/>
 <connections/>
</ui>
