<?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>600</height> </rect> </property> <property name="windowTitle"> <string>IdentifyForm</string> </property> <widget class="QStackedWidget" name="wgtStacked"> <property name="geometry"> <rect> <x>0</x> <y>40</y> <width>600</width> <height>450</height> </rect> </property> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="wgtIdentify"> <widget class="QLabel" name="labelVideo"> <property name="geometry"> <rect> <x>100</x> <y>10</y> <width>400</width> <height>300</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QWidget" name="wgtSuccess"/> <widget class="QWidget" name="wgtFailure"/> </widget> <widget class="QLabel" name="labelTime"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>40</height> </rect> </property> <property name="text"> <string>TextLabel</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </widget> <resources/> <connections/> </ui>