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_寻找空闲题号.py

49 lines
2.2 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, QFrame, QLabel, QLineEdit,
QPushButton, QSizePolicy, QWidget)
class Ui_Form(object):
def setupUi(self, Form):
if not Form.objectName():
Form.setObjectName(u"Form")
Form.resize(400, 300)
self.pushButton_SelectFilepath = QPushButton(Form)
self.pushButton_SelectFilepath.setObjectName(u"pushButton_SelectFilepath")
self.pushButton_SelectFilepath.setGeometry(QRect(20, 20, 75, 24))
self.lineEdit_FilePath = QLineEdit(Form)
self.lineEdit_FilePath.setObjectName(u"lineEdit_FilePath")
self.lineEdit_FilePath.setGeometry(QRect(20, 50, 361, 20))
self.label_Available = QLabel(Form)
self.label_Available.setObjectName(u"label_Available")
self.label_Available.setGeometry(QRect(20, 80, 361, 201))
self.label_Available.setFrameShape(QFrame.StyledPanel)
self.label_Available.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignTop)
self.retranslateUi(Form)
QMetaObject.connectSlotsByName(Form)
# setupUi
def retranslateUi(self, Form):
Form.setWindowTitle(QCoreApplication.translate("Form", u"\u5bfb\u627e\u7a7a\u95f2\u9898\u53f7", None))
self.pushButton_SelectFilepath.setText(QCoreApplication.translate("Form", u"\u9009\u62e9\u6587\u4ef6", None))
self.label_Available.setText(QCoreApplication.translate("Form", u"TextLabel", None))
# retranslateUi