<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>IdentifyForm</class> <widget class="QWidget" name="IdentifyForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>800</height> </rect> </property> <property name="windowTitle"> <string>IdentifyForm</string> </property> <widget class="QStackedWidget" name="wgtIdentifying"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>800</height> </rect> </property> <property name="currentIndex"> <number>2</number> </property> <widget class="QWidget" name="wgtIdentify"> <widget class="QLabel" name="labelVideo"> <property name="geometry"> <rect> <x>105</x> <y>35</y> <width>393</width> <height>512</height> </rect> </property> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="labelIdenTips"> <property name="geometry"> <rect> <x>0</x> <y>650</y> <width>600</width> <height>80</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> <widget class="QWidget" name="wgtSuccess"> <property name="styleSheet"> <string notr="true">background: url(":/images/bg_success.png");</string> </property> <widget class="QLabel" name="labelPhoto"> <property name="geometry"> <rect> <x>100</x> <y>50</y> <width>400</width> <height>305</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="labelName"> <property name="geometry"> <rect> <x>200</x> <y>400</y> <width>300</width> <height>60</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="text"> <string/> </property> </widget> <widget class="QLabel" name="labelGender"> <property name="geometry"> <rect> <x>200</x> <y>498</y> <width>300</width> <height>60</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="text"> <string/> </property> </widget> <widget class="QLabel" name="labelDept"> <property name="geometry"> <rect> <x>200</x> <y>595</y> <width>300</width> <height>60</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="text"> <string/> </property> </widget> <widget class="QLabel" name="labelTs"> <property name="geometry"> <rect> <x>200</x> <y>691</y> <width>300</width> <height>60</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QWidget" name="wgtFailure"> <widget class="QLabel" name="labelFailLogo"> <property name="geometry"> <rect> <x>100</x> <y>50</y> <width>400</width> <height>300</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resource.qrc">:/images/iconWarn.png</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="labelFailTips"> <property name="geometry"> <rect> <x>150</x> <y>420</y> <width>300</width> <height>300</height> </rect> </property> <property name="styleSheet"> <string notr="true">background: transparent;</string> </property> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> </widget> </widget> <resources> <include location="resource.qrc"/> </resources> <connections/> </ui>