123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>faceLiveness</class>
- <widget class="QWidget" name="faceLiveness">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>817</width>
- <height>677</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_mask" native="true">
- <property name="geometry">
- <rect>
- <x>30</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>0</x>
- <y>220</y>
- <width>671</width>
- <height>501</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_fl_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="QPushButton" name="btn_fl_close">
- <property name="geometry">
- <rect>
- <x>544</x>
- <y>20</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="text">
- <string>退出</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_fl_tips">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>390</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>*请点击“开始检测”按键,并在60秒内完成指定动作检测,超时将视为检测失败。</string>
- </property>
- </widget>
- <widget class="QWidget" name="widget_fc_camera" native="true">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>90</y>
- <width>381</width>
- <height>251</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_fl_action" native="true">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>20</y>
- <width>201</width>
- <height>41</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_fl_time">
- <property name="geometry">
- <rect>
- <x>164</x>
- <y>10</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>10s</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_fl_actionMoive">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>10</y>
- <width>41</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_fl_actionTips">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>141</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>请让我看到您的正脸</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QPushButton" name="btn_fl_startVerify">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>370</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="focusPolicy">
- <enum>Qt::NoFocus</enum>
- </property>
- <property name="text">
- <string>开始检测</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_fl_time">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>(60)</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="widget_fl_hint" native="true">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>50</y>
- <width>371</width>
- <height>111</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_fl_icon">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_fl_hint">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>50</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|