123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>etWhetherEnvTest</class>
- <widget class="QWidget" name="etWhetherEnvTest">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</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>491</width>
- <height>391</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_wcw_BG" native="true">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>321</width>
- <height>221</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_wcw_icon">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_wec_tips">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>进行环境检测</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_wec_content">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>80</y>
- <width>54</width>
- <height>12</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>
|