123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>awWaitExam</class>
- <widget class="QWidget" name="awWaitExam">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>942</width>
- <height>717</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_we_preNotice" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>521</width>
- <height>471</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_we_notice">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>50</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>考试说明</string>
- </property>
- </widget>
- <widget class="QTextBrowser" name="txtb_we_prenotice">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>90</y>
- <width>461</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_we_startExam">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>340</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>接受以上条款,开始考试(倒计时:00:04:50)</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="widget_we_paperStruct" native="true">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>20</y>
- <width>291</width>
- <height>501</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_we_struct">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>试卷概览</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_we_totalScore">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>总分:100</string>
- </property>
- </widget>
- <widget class="QListWidget" name="lw_we_struct">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|