12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>awResumeExam</class>
- <widget class="QWidget" name="awResumeExam">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>669</width>
- <height>542</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>50</y>
- <width>491</width>
- <height>161</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_awre_BG" native="true">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>321</width>
- <height>71</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_awhp_title">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>30</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>正在进入断点续考…</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|