253 lines
5.4 KiB
XML
253 lines
5.4 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>489</width>
|
|
<height>636</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>下载小闲答题纸</string>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton_chrome">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>chrome路径</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_driver">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>driver路径</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_outputfolder">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>90</y>
|
|
<width>75</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>输出路径</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_chrome">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>10</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>此处显示chrome.exe的路径</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_driver">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>50</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>此处显示chrome webdriver的路径</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_outputfolder">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>90</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>此处显示输出的zip文件的路径</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_openbrowser">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>130</y>
|
|
<width>71</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>开启浏览器</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_login">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>130</y>
|
|
<width>71</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>登录</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_exec">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>130</y>
|
|
<width>201</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>下载答题情况</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>10</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>起始日期</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>50</y>
|
|
<width>54</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>终止日期</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>90</y>
|
|
<width>71</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>年级(regex)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_startdate">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>yyyymmdd</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_enddate">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>50</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>yyyymmdd</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_graderegex">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>410</x>
|
|
<y>90</y>
|
|
<width>71</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>高[一二]</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_getlist">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>130</y>
|
|
<width>101</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>获取答题卡列表</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="tableWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>190</y>
|
|
<width>471</width>
|
|
<height>431</height>
|
|
</rect>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string>答题纸名称</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>已下载</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|