# -*- 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, QWidget) class Ui_Form(object): def setupUi(self, Form): if not Form.objectName(): Form.setObjectName(u"Form") Form.resize(760, 490) self.label = QLabel(Form) self.label.setObjectName(u"label") self.label.setGeometry(QRect(120, 140, 91, 16)) self.lineEdit_filepath = QLineEdit(Form) self.lineEdit_filepath.setObjectName(u"lineEdit_filepath") self.lineEdit_filepath.setGeometry(QRect(120, 160, 471, 20)) self.lineEdit_filepath.setReadOnly(True) self.pushButton_selectfilepath = QPushButton(Form) self.pushButton_selectfilepath.setObjectName(u"pushButton_selectfilepath") self.pushButton_selectfilepath.setGeometry(QRect(500, 130, 91, 24)) self.label_2 = QLabel(Form) self.label_2.setObjectName(u"label_2") self.label_2.setGeometry(QRect(120, 190, 291, 51)) self.pushButton_exec = QPushButton(Form) self.pushButton_exec.setObjectName(u"pushButton_exec") self.pushButton_exec.setGeometry(QRect(420, 190, 81, 51)) font = QFont() font.setBold(True) self.pushButton_exec.setFont(font) self.pushButton_commit = QPushButton(Form) self.pushButton_commit.setObjectName(u"pushButton_commit") self.pushButton_commit.setGeometry(QRect(510, 190, 81, 51)) self.pushButton_commit.setFont(font) self.pushButton_commit.setStyleSheet(u"background-color: rgb(255, 255, 127);") self.retranslateUi(Form) QMetaObject.connectSlotsByName(Form) # setupUi def retranslateUi(self, Form): Form.setWindowTitle(QCoreApplication.translate("Form", u"\u65b0\u589e\u57fa\u7840\u77e5\u8bc6\u68b3\u7406", None)) self.label.setText(QCoreApplication.translate("Form", u"LaTeX\u6587\u4ef6\u4f4d\u7f6e", None)) self.pushButton_selectfilepath.setText(QCoreApplication.translate("Form", u"\u9009\u62e9\u6587\u4ef6", None)) self.label_2.setText(QCoreApplication.translate("Form", u"LaTeX\u6587\u4ef6\u4e2d\u6709\u4e00\u4e2aenumerate\u73af\u5883.\n" "\u6bcf\u4e00\u4e2aitem\u540e\u9762\u6709\u4e00\u4e2a\u4e2d\u62ec\u53f7\u5305\u56f4\u7684\u4fe1\u606f, \u4e4b\u540e\u662f\u5185\u5bb9.\n" "\u4f8b\u5982: \\item [K0101/K0101001B,K0101002B] \u5185\u5bb9", None)) self.pushButton_exec.setText(QCoreApplication.translate("Form", u"\u9884\u5bfc\u5165\n" "\u57fa\u7840\u77e5\u8bc6", None)) self.pushButton_commit.setText(QCoreApplication.translate("Form", u"\u63d0\u4ea4\u81f3\u6570\u636e\u5e93", None)) # retranslateUi