63 lines
2.9 KiB
Python
63 lines
2.9 KiB
Python
# -*- 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, QLabel, QLineEdit, QPushButton,
|
|
QSizePolicy, QTextBrowser, QWidget)
|
|
|
|
class Ui_Form(object):
|
|
def setupUi(self, Form):
|
|
if not Form.objectName():
|
|
Form.setObjectName(u"Form")
|
|
Form.resize(758, 479)
|
|
self.pushButton_selectfilepath = QPushButton(Form)
|
|
self.pushButton_selectfilepath.setObjectName(u"pushButton_selectfilepath")
|
|
self.pushButton_selectfilepath.setGeometry(QRect(20, 20, 91, 24))
|
|
self.lineEdit_filepath = QLineEdit(Form)
|
|
self.lineEdit_filepath.setObjectName(u"lineEdit_filepath")
|
|
self.lineEdit_filepath.setGeometry(QRect(20, 50, 341, 20))
|
|
self.textBrowser_result = QTextBrowser(Form)
|
|
self.textBrowser_result.setObjectName(u"textBrowser_result")
|
|
self.textBrowser_result.setGeometry(QRect(380, 80, 361, 381))
|
|
self.pushButton_exec = QPushButton(Form)
|
|
self.pushButton_exec.setObjectName(u"pushButton_exec")
|
|
self.pushButton_exec.setGeometry(QRect(510, 20, 231, 51))
|
|
font = QFont()
|
|
font.setBold(True)
|
|
self.pushButton_exec.setFont(font)
|
|
self.label = QLabel(Form)
|
|
self.label.setObjectName(u"label")
|
|
self.label.setGeometry(QRect(380, 30, 141, 16))
|
|
self.lineEdit_classregex = QLineEdit(Form)
|
|
self.lineEdit_classregex.setObjectName(u"lineEdit_classregex")
|
|
self.lineEdit_classregex.setGeometry(QRect(380, 50, 113, 20))
|
|
self.textBrowser_idexp = QTextBrowser(Form)
|
|
self.textBrowser_idexp.setObjectName(u"textBrowser_idexp")
|
|
self.textBrowser_idexp.setGeometry(QRect(20, 80, 341, 381))
|
|
|
|
self.retranslateUi(Form)
|
|
|
|
QMetaObject.connectSlotsByName(Form)
|
|
# setupUi
|
|
|
|
def retranslateUi(self, Form):
|
|
Form.setWindowTitle(QCoreApplication.translate("Form", u"\u6392\u5e8f\u6750\u6599\u5185\u96be\u5ea6", None))
|
|
self.pushButton_selectfilepath.setText(QCoreApplication.translate("Form", u"TeX\u6587\u4ef6\u8def\u5f84", None))
|
|
self.pushButton_exec.setText(QCoreApplication.translate("Form", u"\u6392\u5e8f\u96be\u5ea6\u6570\u636e", None))
|
|
self.label.setText(QCoreApplication.translate("Form", u"\u5c4a\u522b(\u73ed\u7ea7)regex", None))
|
|
# retranslateUi
|
|
|