123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clopResultList</class>
- <widget class="QWidget" name="clopResultList">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>910</width>
- <height>611</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_clop_BG" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>871</width>
- <height>571</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_clop_top" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>931</width>
- <height>80</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QLabel" name="label_clop_batch">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>批次:练习Test</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clop_course">
- <property name="geometry">
- <rect>
- <x>230</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_avgCorrectRate">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>平均正确率:16.67%</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clop_maxCorrectRate">
- <property name="geometry">
- <rect>
- <x>470</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>最高正确率:66.67%</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_clop_goback">
- <property name="geometry">
- <rect>
- <x>700</x>
- <y>30</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>返回列表</string>
- </property>
- </widget>
- </widget>
- <widget class="QTableWidget" name="tablewt_examList">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>80</y>
- <width>871</width>
- <height>401</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|