123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>faceCompare</class>
- <widget class="QWidget" name="faceCompare">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>730</width>
- <height>548</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_mask" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>10</y>
- <width>831</width>
- <height>681</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_fc_BG" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>671</width>
- <height>501</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_fc_title">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>人脸检测</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>70</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_fc_basePhoto">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>80</y>
- <width>91</width>
- <height>191</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_fc_close">
- <property name="geometry">
- <rect>
- <x>544</x>
- <y>20</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_fc_tips">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>370</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>操作提示:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_fc_note">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>400</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>1、请先确保摄像头设备已连接并正常工作;
- 2、请保持光源充足,不要逆光操作;
- 3、请保证脸部正面面向摄像头,并适当调整姿势保证整个脸部能够进入识别画面;
- 4、系统识别通过后,将自动跳转进入考试界面。</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_fc_basePhotoTips">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>230</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>底照</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QWidget" name="widget_fc_camera" native="true">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>130</y>
- <width>321</width>
- <height>181</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_fc_compare">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>140</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>开始识别</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_faceRect">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>30</y>
- <width>121</width>
- <height>101</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|