123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>awExamScore</class>
- <widget class="QWidget" name="awExamScore">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>941</width>
- <height>563</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_awes_BG" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>10</y>
- <width>721</width>
- <height>591</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_awes_title">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>60</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>考试已结束</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_awes_ptoto">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>100</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_awes_result">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>170</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>考试结果计算中…</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QTextBrowser" name="txtb_awes_postNotice">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>210</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- <property name="placeholderText">
- <string/>
- </property>
- </widget>
- <widget class="QTextBrowser" name="txtb_awes_breachNotice">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>210</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_awes_goback">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>430</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>返回主页</string>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|