<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>Dialog</class>
 <widget class="QDialog" name="Dialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>701</width>
    <height>718</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Dialog</string>
  </property>
  <widget class="QTabWidget" name="outputImages">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>10</y>
     <width>681</width>
     <height>551</height>
    </rect>
   </property>
   <property name="currentIndex">
    <number>0</number>
   </property>
   <widget class="QWidget" name="originTab_2">
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <attribute name="title">
     <string>Original</string>
    </attribute>
   </widget>
   <widget class="QWidget" name="interimTab_2">
    <attribute name="title">
     <string>Interim</string>
    </attribute>
   </widget>
   <widget class="QWidget" name="stitchingTab_2">
    <attribute name="title">
     <string>Stitching</string>
    </attribute>
   </widget>
   <widget class="QWidget" name="cadTab_2">
    <attribute name="title">
     <string>CAD</string>
    </attribute>
   </widget>
  </widget>
  <widget class="QTableWidget" name="outputTable">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>570</y>
     <width>681</width>
     <height>131</height>
    </rect>
   </property>
   <row>
    <property name="text">
     <string>종류</string>
    </property>
   </row>
   <row>
    <property name="text">
     <string>수량</string>
    </property>
   </row>
   <row>
    <property name="text">
     <string>총면적(pixel)</string>
    </property>
   </row>
   <column>
    <property name="text">
     <string>균열</string>
    </property>
   </column>
   <column>
    <property name="text">
     <string>박리/박락</string>
    </property>
   </column>
   <column>
    <property name="text">
     <string>백태</string>
    </property>
   </column>
   <column>
    <property name="text">
     <string>철근 노출</string>
    </property>
   </column>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>
