12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>skipFaceCompare</class>
- <widget class="QWidget" name="skipFaceCompare">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>512</width>
- <height>335</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>0</y>
- <width>491</width>
- <height>391</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_wcw_BG" native="true">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>411</width>
- <height>281</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_wec_tips">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>161</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>郑重承诺</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_wec_content">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>261</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>我承诺由本人参加考试,并且同意接受考试监控系统信息审核,一经发现作弊,立即取消本门课程考试成绩。</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_startEnvTest">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>180</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>确定</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_skipEnvTest">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>180</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>取消</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|