<?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>人员识别</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QWidget" name="widgetSucc" native="true"> <property name="geometry"> <rect> <x>109</x> <y>119</y> <width>551</width> <height>431</height> </rect> </property> <widget class="QLabel" name="labPhotot"> <property name="geometry"> <rect> <x>-110</x> <y>-70</y> <width>280</width> <height>380</height> </rect> </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="label_5"> <property name="geometry"> <rect> <x>240</x> <y>220</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>240</x> <y>10</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>240</x> <y>160</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>240</x> <y>90</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_9"> <property name="geometry"> <rect> <x>440</x> <y>260</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_7"> <property name="geometry"> <rect> <x>430</x> <y>130</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_8"> <property name="geometry"> <rect> <x>440</x> <y>200</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> <widget class="QLabel" name="label_6"> <property name="geometry"> <rect> <x>430</x> <y>50</y> <width>54</width> <height>12</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> </widget> </widget> <widget class="QWidget" name="widgetFail" native="true"> <property name="geometry"> <rect> <x>550</x> <y>470</y> <width>120</width> <height>80</height> </rect> </property> </widget> </widget> <resources> <include location="resource.qrc"/> </resources> <connections/> </ui>