Newer
Older
CasicBioRecNew / RecognizeResultForm.ui
Tan Yue on 2 Jun 2022 5 KB 20220602 人脸识别优化整合
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>RecognizeResultForm</class>
 <widget class="QWidget" name="RecognizeResultForm">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1280</width>
    <height>800</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <widget class="QLabel" name="labBackground">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1280</width>
     <height>800</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="pixmap">
    <pixmap resource="resource.qrc">:/images/bg_recognize_result.png</pixmap>
   </property>
  </widget>
  <widget class="QLabel" name="labVideo">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>0</width>
     <height>0</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="alignment">
    <set>Qt::AlignCenter</set>
   </property>
  </widget>
  <widget class="QLabel" name="labTitle">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1280</width>
     <height>90</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true"/>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="alignment">
    <set>Qt::AlignCenter</set>
   </property>
  </widget>
  <widget class="QWidget" name="widgetSucc" native="true">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="geometry">
    <rect>
     <x>190</x>
     <y>120</y>
     <width>900</width>
     <height>600</height>
    </rect>
   </property>
   <widget class="QLabel" name="labPhotot">
    <property name="geometry">
     <rect>
      <x>20</x>
      <y>110</y>
      <width>280</width>
      <height>380</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="pixmap">
     <pixmap resource="resource.qrc">:/images/photoFace.png</pixmap>
    </property>
    <property name="alignment">
     <set>Qt::AlignCenter</set>
    </property>
   </widget>
   <widget class="QLabel" name="labTime">
    <property name="geometry">
     <rect>
      <x>420</x>
      <y>425</y>
      <width>120</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string>时间</string>
    </property>
   </widget>
   <widget class="QLabel" name="labName">
    <property name="geometry">
     <rect>
      <x>420</x>
      <y>110</y>
      <width>120</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string>姓名</string>
    </property>
   </widget>
   <widget class="QLabel" name="labDept">
    <property name="geometry">
     <rect>
      <x>420</x>
      <y>320</y>
      <width>120</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string>部门</string>
    </property>
   </widget>
   <widget class="QLabel" name="labGender">
    <property name="geometry">
     <rect>
      <x>420</x>
      <y>215</y>
      <width>120</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string>性别</string>
    </property>
   </widget>
   <widget class="QLabel" name="labTimeText">
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>425</y>
      <width>340</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="labGenderText">
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>215</y>
      <width>340</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="labDeptText">
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>320</y>
      <width>340</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
   <widget class="QLabel" name="labNameText">
    <property name="geometry">
     <rect>
      <x>540</x>
      <y>110</y>
      <width>340</width>
      <height>64</height>
     </rect>
    </property>
    <property name="styleSheet">
     <string notr="true"/>
    </property>
    <property name="text">
     <string/>
    </property>
   </widget>
  </widget>
  <widget class="QWidget" name="widgetFail" native="true">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1280</width>
     <height>800</height>
    </rect>
   </property>
  </widget>
  <zorder>labVideo</zorder>
  <zorder>widgetSucc</zorder>
  <zorder>labBackground</zorder>
  <zorder>widgetFail</zorder>
  <zorder>labTitle</zorder>
 </widget>
 <resources>
  <include location="resource.qrc"/>
 </resources>
 <connections/>
</ui>