测试完成代码

This commit is contained in:
琉璃月光
2025-08-18 16:54:29 +08:00
commit a38051e4dc
194 changed files with 3570686 additions and 0 deletions

65
view/ui_Dialog_Reset.py Normal file
View File

@ -0,0 +1,65 @@
# -*- coding: utf-8 -*-
################################################################################
## Form generated from reading UI file 'Dialog_Reset.ui'
##
## Created by: Qt User Interface Compiler version 6.7.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, QDialog, QLabel, QPushButton,
QSizePolicy, QWidget)
class Ui_Dialog_reset(object):
def setupUi(self, Dialog_reset):
if not Dialog_reset.objectName():
Dialog_reset.setObjectName(u"Dialog_reset")
Dialog_reset.resize(308, 212)
Dialog_reset.setStyleSheet(u"background-color: #0D1128;")
self.pushButton_stopFeed = QPushButton(Dialog_reset)
self.pushButton_stopFeed.setObjectName(u"pushButton_stopFeed")
self.pushButton_stopFeed.setGeometry(QRect(10, 60, 281, 121))
sizePolicy = QSizePolicy(QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
sizePolicy.setHorizontalStretch(0)
sizePolicy.setVerticalStretch(0)
sizePolicy.setHeightForWidth(self.pushButton_stopFeed.sizePolicy().hasHeightForWidth())
self.pushButton_stopFeed.setSizePolicy(sizePolicy)
self.pushButton_stopFeed.setStyleSheet(u"*{\n"
" font: 36pt \"Microsoft YaHei UI\";\n"
"background-color: #FF0000;\n"
"border-radius: 10px;\n"
"}\n"
"*:pressed\n"
"{\n"
"background-color: #499c8a;\n"
"}\n"
"")
icon = QIcon(QIcon.fromTheme(QIcon.ThemeIcon.SystemShutdown))
self.pushButton_stopFeed.setIcon(icon)
self.pushButton_stopFeed.setIconSize(QSize(50, 50))
self.label = QLabel(Dialog_reset)
self.label.setObjectName(u"label")
self.label.setGeometry(QRect(20, 10, 261, 31))
self.label.setStyleSheet(u"color: #DBF4F5;\n"
"font: 700 20pt \"Microsoft YaHei UI\";")
self.label.setAlignment(Qt.AlignmentFlag.AlignCenter)
self.retranslateUi(Dialog_reset)
QMetaObject.connectSlotsByName(Dialog_reset)
# setupUi
def retranslateUi(self, Dialog_reset):
Dialog_reset.setWindowTitle(QCoreApplication.translate("Dialog_reset", u"\u63d0\u793a", None))
self.pushButton_stopFeed.setText(QCoreApplication.translate("Dialog_reset", u"\u505c\u6b62", None))
self.label.setText(QCoreApplication.translate("Dialog_reset", u"\u6b63\u5728\u590d\u4f4d......", None))
# retranslateUi