faceCompare.ui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>faceCompare</class>
  4. <widget class="QWidget" name="faceCompare">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>730</width>
  10. <height>548</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_mask" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>10</y>
  21. <width>831</width>
  22. <height>681</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_fc_BG" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>10</x>
  29. <y>10</y>
  30. <width>671</width>
  31. <height>501</height>
  32. </rect>
  33. </property>
  34. <widget class="QLabel" name="label_fc_title">
  35. <property name="geometry">
  36. <rect>
  37. <x>30</x>
  38. <y>30</y>
  39. <width>54</width>
  40. <height>12</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>人脸检测</string>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="label_HLine">
  48. <property name="geometry">
  49. <rect>
  50. <x>30</x>
  51. <y>70</y>
  52. <width>54</width>
  53. <height>12</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string/>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="label_fc_basePhoto">
  61. <property name="geometry">
  62. <rect>
  63. <x>20</x>
  64. <y>80</y>
  65. <width>91</width>
  66. <height>191</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string/>
  71. </property>
  72. </widget>
  73. <widget class="QPushButton" name="btn_fc_close">
  74. <property name="geometry">
  75. <rect>
  76. <x>544</x>
  77. <y>20</y>
  78. <width>31</width>
  79. <height>23</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string/>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="label_fc_tips">
  87. <property name="geometry">
  88. <rect>
  89. <x>170</x>
  90. <y>370</y>
  91. <width>54</width>
  92. <height>12</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>操作提示:</string>
  97. </property>
  98. </widget>
  99. <widget class="QLabel" name="label_fc_note">
  100. <property name="geometry">
  101. <rect>
  102. <x>160</x>
  103. <y>400</y>
  104. <width>54</width>
  105. <height>12</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>1、请先确保摄像头设备已连接并正常工作;
  110. 2、请保持光源充足,不要逆光操作;
  111. 3、请保证脸部正面面向摄像头,并适当调整姿势保证整个脸部能够进入识别画面;
  112. 4、系统识别通过后,将自动跳转进入考试界面。</string>
  113. </property>
  114. <property name="alignment">
  115. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  116. </property>
  117. </widget>
  118. <widget class="QLabel" name="label_fc_basePhotoTips">
  119. <property name="geometry">
  120. <rect>
  121. <x>30</x>
  122. <y>230</y>
  123. <width>54</width>
  124. <height>12</height>
  125. </rect>
  126. </property>
  127. <property name="text">
  128. <string>底照</string>
  129. </property>
  130. <property name="alignment">
  131. <set>Qt::AlignCenter</set>
  132. </property>
  133. </widget>
  134. <widget class="QWidget" name="widget_fc_camera" native="true">
  135. <property name="geometry">
  136. <rect>
  137. <x>140</x>
  138. <y>130</y>
  139. <width>321</width>
  140. <height>181</height>
  141. </rect>
  142. </property>
  143. <widget class="QPushButton" name="btn_fc_compare">
  144. <property name="geometry">
  145. <rect>
  146. <x>130</x>
  147. <y>140</y>
  148. <width>75</width>
  149. <height>23</height>
  150. </rect>
  151. </property>
  152. <property name="text">
  153. <string>开始识别</string>
  154. </property>
  155. </widget>
  156. <widget class="QLabel" name="label_faceRect">
  157. <property name="geometry">
  158. <rect>
  159. <x>100</x>
  160. <y>30</y>
  161. <width>121</width>
  162. <height>101</height>
  163. </rect>
  164. </property>
  165. <property name="text">
  166. <string/>
  167. </property>
  168. </widget>
  169. </widget>
  170. </widget>
  171. </widget>
  172. </widget>
  173. <resources/>
  174. <connections/>
  175. </ui>