1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clopPaperReport</class>
- <widget class="QWidget" name="clopPaperReport">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>636</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_clop_tips_title">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>报告提示:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clop_tips">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>60</y>
- <width>581</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>1. 若本练习卷中包含部分主观题型,则报告统计数据仅供参考,因为部分题型需考生根据参考答案判断正确和错误,报告仅对可统计的提醒进行统计。
- 2. 若单题存在多处作答,只要有一处出错,改题就判未错题。</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QTableWidget" name="tablewt_examList">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>110</y>
- <width>871</width>
- <height>401</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|