# -*- 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, QHBoxLayout, QLabel, QLineEdit, QPushButton, QRadioButton, QSizePolicy, QVBoxLayout, QWidget) class Ui_Form(object): def setupUi(self, Form): if not Form.objectName(): Form.setObjectName(u"Form") Form.resize(390, 72) self.pushButton_exec = QPushButton(Form) self.pushButton_exec.setObjectName(u"pushButton_exec") self.pushButton_exec.setGeometry(QRect(310, 10, 71, 51)) font = QFont() font.setBold(True) self.pushButton_exec.setFont(font) self.widget = QWidget(Form) self.widget.setObjectName(u"widget") self.widget.setGeometry(QRect(10, 10, 292, 54)) self.horizontalLayout_3 = QHBoxLayout(self.widget) self.horizontalLayout_3.setObjectName(u"horizontalLayout_3") self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0) self.verticalLayout_2 = QVBoxLayout() self.verticalLayout_2.setObjectName(u"verticalLayout_2") self.horizontalLayout = QHBoxLayout() self.horizontalLayout.setObjectName(u"horizontalLayout") self.label = QLabel(self.widget) self.label.setObjectName(u"label") self.horizontalLayout.addWidget(self.label) self.lineEdit_id = QLineEdit(self.widget) self.lineEdit_id.setObjectName(u"lineEdit_id") self.horizontalLayout.addWidget(self.lineEdit_id) self.verticalLayout_2.addLayout(self.horizontalLayout) self.horizontalLayout_2 = QHBoxLayout() self.horizontalLayout_2.setObjectName(u"horizontalLayout_2") self.label_2 = QLabel(self.widget) self.label_2.setObjectName(u"label_2") self.horizontalLayout_2.addWidget(self.label_2) self.lineEdit_editor = QLineEdit(self.widget) self.lineEdit_editor.setObjectName(u"lineEdit_editor") self.horizontalLayout_2.addWidget(self.lineEdit_editor) self.verticalLayout_2.addLayout(self.horizontalLayout_2) self.horizontalLayout_3.addLayout(self.verticalLayout_2) self.verticalLayout = QVBoxLayout() self.verticalLayout.setObjectName(u"verticalLayout") self.radioButton_latex = QRadioButton(self.widget) self.radioButton_latex.setObjectName(u"radioButton_latex") self.verticalLayout.addWidget(self.radioButton_latex) self.radioButton_json = QRadioButton(self.widget) self.radioButton_json.setObjectName(u"radioButton_json") self.verticalLayout.addWidget(self.radioButton_json) self.horizontalLayout_3.addLayout(self.verticalLayout) self.retranslateUi(Form) QMetaObject.connectSlotsByName(Form) # setupUi def retranslateUi(self, Form): Form.setWindowTitle(QCoreApplication.translate("Form", u"\u7f16\u8f91\u9898\u76ee\u4fe1\u606f", None)) self.pushButton_exec.setText(QCoreApplication.translate("Form", u"\u5f00\u59cb\u7f16\u8f91", None)) self.label.setText(QCoreApplication.translate("Form", u"\u5f85\u4fee\u6539ID", None)) self.label_2.setText(QCoreApplication.translate("Form", u"\u7f16\u8f91\u8005", None)) self.radioButton_latex.setText(QCoreApplication.translate("Form", u"LaTeX\u6a21\u5f0f", None)) self.radioButton_json.setText(QCoreApplication.translate("Form", u"json\u6a21\u5f0f", None)) # retranslateUi