diff --git a/工具v4/Ui_讲义与答题纸信息查询.py b/工具v4/Ui_讲义与答题纸信息查询.py new file mode 100644 index 00000000..32e91cd1 --- /dev/null +++ b/工具v4/Ui_讲义与答题纸信息查询.py @@ -0,0 +1,91 @@ +# -*- coding: utf-8 -*- + +################################################################################ +## Form generated from reading UI file '讲义与答题纸信息查询.ui' +## +## Created by: Qt User Interface Compiler version 6.6.2 +## +## WARNING! All changes made in this file will be lost when recompiling UI file! +################################################################################ + +from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale, + QMetaObject, QObject, QPoint, QRect, + QSize, QTime, QUrl, Qt) +from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor, + QFont, QFontDatabase, QGradient, QIcon, + QImage, QKeySequence, QLinearGradient, QPainter, + QPalette, QPixmap, QRadialGradient, QTransform) +from PySide6.QtWidgets import (QApplication, QHeaderView, QLabel, QLineEdit, + QPushButton, QSizePolicy, QTableWidget, QTableWidgetItem, + QWidget) + +class Ui_Form(object): + def setupUi(self, Form): + if not Form.objectName(): + Form.setObjectName(u"Form") + Form.resize(760, 490) + self.tableWidget = QTableWidget(Form) + if (self.tableWidget.columnCount() < 3): + self.tableWidget.setColumnCount(3) + __qtablewidgetitem = QTableWidgetItem() + self.tableWidget.setHorizontalHeaderItem(0, __qtablewidgetitem) + __qtablewidgetitem1 = QTableWidgetItem() + self.tableWidget.setHorizontalHeaderItem(1, __qtablewidgetitem1) + __qtablewidgetitem2 = QTableWidgetItem() + self.tableWidget.setHorizontalHeaderItem(2, __qtablewidgetitem2) + self.tableWidget.setObjectName(u"tableWidget") + self.tableWidget.setGeometry(QRect(30, 100, 701, 361)) + self.pushButton_nid = QPushButton(Form) + self.pushButton_nid.setObjectName(u"pushButton_nid") + self.pushButton_nid.setGeometry(QRect(160, 30, 75, 51)) + font = QFont() + font.setBold(True) + self.pushButton_nid.setFont(font) + self.label = QLabel(Form) + self.label.setObjectName(u"label") + self.label.setGeometry(QRect(30, 30, 91, 16)) + self.lineEdit_nid = QLineEdit(Form) + self.lineEdit_nid.setObjectName(u"lineEdit_nid") + self.lineEdit_nid.setGeometry(QRect(30, 60, 121, 20)) + self.lineEdit_name = QLineEdit(Form) + self.lineEdit_name.setObjectName(u"lineEdit_name") + self.lineEdit_name.setGeometry(QRect(270, 60, 121, 20)) + self.label_2 = QLabel(Form) + self.label_2.setObjectName(u"label_2") + self.label_2.setGeometry(QRect(270, 30, 91, 16)) + self.pushButton_name = QPushButton(Form) + self.pushButton_name.setObjectName(u"pushButton_name") + self.pushButton_name.setGeometry(QRect(400, 30, 75, 51)) + self.pushButton_name.setFont(font) + self.label_3 = QLabel(Form) + self.label_3.setObjectName(u"label_3") + self.label_3.setGeometry(QRect(510, 30, 111, 16)) + self.pushButton_pid = QPushButton(Form) + self.pushButton_pid.setObjectName(u"pushButton_pid") + self.pushButton_pid.setGeometry(QRect(640, 30, 75, 51)) + self.pushButton_pid.setFont(font) + self.lineEdit_pid = QLineEdit(Form) + self.lineEdit_pid.setObjectName(u"lineEdit_pid") + self.lineEdit_pid.setGeometry(QRect(510, 60, 121, 20)) + + self.retranslateUi(Form) + + QMetaObject.connectSlotsByName(Form) + # setupUi + + def retranslateUi(self, Form): + Form.setWindowTitle(QCoreApplication.translate("Form", u"\u8bb2\u4e49\u4e0e\u7b54\u9898\u7eb8\u4fe1\u606f\u67e5\u8be2", None)) + ___qtablewidgetitem = self.tableWidget.horizontalHeaderItem(0) + ___qtablewidgetitem.setText(QCoreApplication.translate("Form", u"\u8bb2\u4e49\u5e8f\u53f7", None)); + ___qtablewidgetitem1 = self.tableWidget.horizontalHeaderItem(1) + ___qtablewidgetitem1.setText(QCoreApplication.translate("Form", u"\u8bb2\u4e49\u540d\u79f0", None)); + ___qtablewidgetitem2 = self.tableWidget.horizontalHeaderItem(2) + ___qtablewidgetitem2.setText(QCoreApplication.translate("Form", u"\u7b54\u9898\u7eb8\u5e8f\u53f7", None)); + self.pushButton_nid.setText(QCoreApplication.translate("Form", u"\u4f9d\u5e8f\u53f7\u67e5\u8be2", None)) + self.label.setText(QCoreApplication.translate("Form", u"\u8bb2\u4e49\u5e8f\u53f7regex", None)) + self.label_2.setText(QCoreApplication.translate("Form", u"\u8bb2\u4e49\u540d\u79f0regex", None)) + self.pushButton_name.setText(QCoreApplication.translate("Form", u"\u4f9d\u540d\u79f0\u67e5\u8be2", None)) + self.label_3.setText(QCoreApplication.translate("Form", u"\u7b54\u9898\u7eb8\u5e8f\u53f7regex", None)) + self.pushButton_pid.setText(QCoreApplication.translate("Form", u"\u7b54\u9898\u7eb8\u67e5\u8be2", None)) + # retranslateUi + diff --git a/工具v4/讲义与答题纸信息查询.ui b/工具v4/讲义与答题纸信息查询.ui new file mode 100644 index 00000000..d839a8a0 --- /dev/null +++ b/工具v4/讲义与答题纸信息查询.ui @@ -0,0 +1,167 @@ + + + Form + + + + 0 + 0 + 760 + 490 + + + + 讲义与答题纸信息查询 + + + + + 30 + 100 + 701 + 361 + + + + + 讲义序号 + + + + + 讲义名称 + + + + + 答题纸序号 + + + + + + + 160 + 30 + 75 + 51 + + + + + true + + + + 依序号查询 + + + + + + 30 + 30 + 91 + 16 + + + + 讲义序号regex + + + + + + 30 + 60 + 121 + 20 + + + + + + + 270 + 60 + 121 + 20 + + + + + + + 270 + 30 + 91 + 16 + + + + 讲义名称regex + + + + + + 400 + 30 + 75 + 51 + + + + + true + + + + 依名称查询 + + + + + + 510 + 30 + 111 + 16 + + + + 答题纸序号regex + + + + + + 640 + 30 + 75 + 51 + + + + + true + + + + 答题纸查询 + + + + + + 510 + 60 + 121 + 20 + + + + + + +