123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clopReport</class>
- <widget class="QWidget" name="clopReport">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>844</width>
- <height>584</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>40</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_reportTitle">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>81</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>练习情况概率</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clop_course">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>/ 科目:标准的研制与编制</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 class="QLabel" name="label_clop_correctRateHint">
- <property name="geometry">
- <rect>
- <x>340</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_correctRate">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>50%</string>
- </property>
- </widget>
- </widget>
- <widget class="QListWidget" name="lw_reportInfo">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|