This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mathdeptv2/工具v2/下载小闲答题情况.ui

192 lines
4.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>492</width>
<height>192</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>391</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>391</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>391</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>340</x>
<y>130</y>
<width>141</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_4">
<property name="geometry">
<rect>
<x>170</x>
<y>130</y>
<width>91</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>在小闲页面的
学情报告中
翻到指定页面</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>270</x>
<y>140</y>
<width>54</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>下载编号</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_num">
<property name="geometry">
<rect>
<x>260</x>
<y>160</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>留空为全部</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>