148 lines
3.1 KiB
XML
148 lines
3.1 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>727</width>
|
|
<height>604</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton_file">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>70</y>
|
|
<width>91</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>选择文件</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_threshold">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>30</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>623</x>
|
|
<y>10</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>设定阈值</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_folder">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>110</y>
|
|
<width>91</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>选择文件夹</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_exec">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>270</y>
|
|
<width>91</width>
|
|
<height>75</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>开始分析</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="tableWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>600</width>
|
|
<height>581</height>
|
|
</rect>
|
|
</property>
|
|
<property name="rowCount">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="columnCount">
|
|
<number>3</number>
|
|
</property>
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
<number>130</number>
|
|
</attribute>
|
|
<row/>
|
|
<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="QCheckBox" name="checkBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>230</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Append模式</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_validcheck">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>160</y>
|
|
<width>91</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>检查有效性</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|