110 lines
2.3 KiB
XML
110 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>760</width>
|
|
<height>490</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>各种试卷列表</string>
|
|
</property>
|
|
<widget class="QTableWidget" name="tableWidget_papers">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>40</y>
|
|
<width>541</width>
|
|
<height>421</height>
|
|
</rect>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string>试卷名</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>题号</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>备注</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>20</y>
|
|
<width>71</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>试卷与题号</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_shanghaigaokao">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>40</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>上海高考</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_quanguogaokao">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>40</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>全国高考</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_monikao">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>80</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>模拟考</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_xuexiaokaoshi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>80</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>学校考试</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|