parent
fd9926740d
commit
ad0d01e03d
@ -0,0 +1,144 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
################################################################################
|
||||
## Form generated from reading UI file 'signup.ui'
|
||||
##
|
||||
## Created by: Qt User Interface Compiler version 6.4.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, QGridLayout, QLabel, QLineEdit,
|
||||
QPushButton, QSizePolicy, QWidget)
|
||||
import picture_rc
|
||||
|
||||
class signup_Ui_Form(object):
|
||||
def setupUi(self, Form):
|
||||
if not Form.objectName():
|
||||
Form.setObjectName(u"Form")
|
||||
Form.resize(659, 478)
|
||||
Form.setAutoFillBackground(False)
|
||||
Form.setStyleSheet(u"")
|
||||
self.gridLayout_2 = QGridLayout(Form)
|
||||
self.gridLayout_2.setObjectName(u"gridLayout_2")
|
||||
self.user_pushButton = QPushButton(Form)
|
||||
self.user_pushButton.setObjectName(u"user_pushButton")
|
||||
font = QFont()
|
||||
font.setFamilies([u"\u6977\u4f53"])
|
||||
font.setPointSize(15)
|
||||
font.setBold(True)
|
||||
font.setItalic(False)
|
||||
self.user_pushButton.setFont(font)
|
||||
|
||||
self.gridLayout_2.addWidget(self.user_pushButton, 2, 0, 1, 1)
|
||||
|
||||
self.manager_pushButton = QPushButton(Form)
|
||||
self.manager_pushButton.setObjectName(u"manager_pushButton")
|
||||
self.manager_pushButton.setFont(font)
|
||||
|
||||
self.gridLayout_2.addWidget(self.manager_pushButton, 2, 1, 1, 1)
|
||||
|
||||
self.gridLayout = QGridLayout()
|
||||
self.gridLayout.setObjectName(u"gridLayout")
|
||||
self.lineEdit_2 = QLineEdit(Form)
|
||||
self.lineEdit_2.setObjectName(u"lineEdit_2")
|
||||
self.lineEdit_2.setMinimumSize(QSize(350, 50))
|
||||
font1 = QFont()
|
||||
font1.setFamilies([u"\u5b8b\u4f53"])
|
||||
font1.setPointSize(15)
|
||||
font1.setBold(True)
|
||||
font1.setItalic(True)
|
||||
self.lineEdit_2.setFont(font1)
|
||||
|
||||
self.gridLayout.addWidget(self.lineEdit_2, 4, 1, 1, 1)
|
||||
|
||||
self.label = QLabel(Form)
|
||||
self.label.setObjectName(u"label")
|
||||
palette = QPalette()
|
||||
brush = QBrush(QColor(0, 0, 0, 255))
|
||||
brush.setStyle(Qt.SolidPattern)
|
||||
palette.setBrush(QPalette.Active, QPalette.WindowText, brush)
|
||||
palette.setBrush(QPalette.Inactive, QPalette.WindowText, brush)
|
||||
brush1 = QBrush(QColor(120, 120, 120, 255))
|
||||
brush1.setStyle(Qt.SolidPattern)
|
||||
palette.setBrush(QPalette.Disabled, QPalette.WindowText, brush1)
|
||||
self.label.setPalette(palette)
|
||||
font2 = QFont()
|
||||
font2.setFamilies([u"\u6977\u4f53"])
|
||||
font2.setPointSize(15)
|
||||
font2.setBold(True)
|
||||
self.label.setFont(font2)
|
||||
self.label.setAlignment(Qt.AlignCenter)
|
||||
self.label.setMargin(0)
|
||||
|
||||
self.gridLayout.addWidget(self.label, 3, 0, 1, 1)
|
||||
|
||||
self.label_2 = QLabel(Form)
|
||||
self.label_2.setObjectName(u"label_2")
|
||||
palette1 = QPalette()
|
||||
palette1.setBrush(QPalette.Active, QPalette.WindowText, brush)
|
||||
palette1.setBrush(QPalette.Inactive, QPalette.WindowText, brush)
|
||||
palette1.setBrush(QPalette.Disabled, QPalette.WindowText, brush1)
|
||||
self.label_2.setPalette(palette1)
|
||||
self.label_2.setFont(font2)
|
||||
self.label_2.setTextFormat(Qt.AutoText)
|
||||
self.label_2.setAlignment(Qt.AlignCenter)
|
||||
|
||||
self.gridLayout.addWidget(self.label_2, 4, 0, 1, 1)
|
||||
|
||||
self.label_4 = QLabel(Form)
|
||||
self.label_4.setObjectName(u"label_4")
|
||||
self.label_4.setMaximumSize(QSize(80, 80))
|
||||
self.label_4.setPixmap(QPixmap(u":/background.png"))
|
||||
self.label_4.setScaledContents(True)
|
||||
self.label_4.setWordWrap(False)
|
||||
|
||||
self.gridLayout.addWidget(self.label_4, 1, 0, 1, 1)
|
||||
|
||||
self.lineEdit = QLineEdit(Form)
|
||||
self.lineEdit.setObjectName(u"lineEdit")
|
||||
self.lineEdit.setMinimumSize(QSize(350, 50))
|
||||
self.lineEdit.setFont(font1)
|
||||
|
||||
self.gridLayout.addWidget(self.lineEdit, 3, 1, 1, 1)
|
||||
|
||||
self.label_3 = QLabel(Form)
|
||||
self.label_3.setObjectName(u"label_3")
|
||||
font3 = QFont()
|
||||
font3.setFamilies([u"\u6977\u4f53"])
|
||||
font3.setPointSize(45)
|
||||
font3.setBold(True)
|
||||
self.label_3.setFont(font3)
|
||||
self.label_3.setTextFormat(Qt.RichText)
|
||||
self.label_3.setAlignment(Qt.AlignCenter)
|
||||
|
||||
self.gridLayout.addWidget(self.label_3, 1, 1, 1, 1)
|
||||
|
||||
|
||||
self.gridLayout_2.addLayout(self.gridLayout, 1, 0, 1, 2)
|
||||
|
||||
|
||||
self.retranslateUi(Form)
|
||||
|
||||
QMetaObject.connectSlotsByName(Form)
|
||||
# setupUi
|
||||
|
||||
def retranslateUi(self, Form):
|
||||
Form.setWindowTitle(QCoreApplication.translate("Form", u"\u767b\u5f55", None))
|
||||
self.user_pushButton.setText(QCoreApplication.translate("Form", u"\u7528\u6237\u767b\u5f55", None))
|
||||
self.manager_pushButton.setText(QCoreApplication.translate("Form", u"\u7ba1\u7406\u5458\u767b\u5f55", None))
|
||||
self.lineEdit_2.setPlaceholderText(QCoreApplication.translate("Form", u"\u8bf7\u8f93\u5165\u5bc6\u7801", None))
|
||||
self.label.setText(QCoreApplication.translate("Form", u"\u8d26\u53f7", None))
|
||||
self.label_2.setText(QCoreApplication.translate("Form", u"\u5bc6\u7801", None))
|
||||
self.label_4.setText("")
|
||||
self.lineEdit.setPlaceholderText(QCoreApplication.translate("Form", u"\u8bf7\u8f93\u5165\u8d26\u53f7", None))
|
||||
self.label_3.setText(QCoreApplication.translate("Form", u"\u56fe\u4e66\u7ba1\u7406\u7cfb\u7edf", None))
|
||||
# retranslateUi
|
||||
|
Loading…
Reference in new issue