团队开发第二阶段10
现在是我们团队开发阶段的最后一天,我们已经完成了昨天代码bug的最终修改,首先我们面向了班级内部同学,进行了初步的效果展示,通过收集大家的意见我们略微改动了UI界面,保证了UI界面的美观与合理。接下来就要面对用户的考核,将软件分享给其他院系同学。基本任务已经完成,现在已经将软件打包成为.exe程序,准备投放软件完成开发任务。
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'real_time_catch.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_RealTimeCatch(object):
def setupUi(self, RealTimeCatch):
RealTimeCatch.setObjectName("RealTimeCatch")
RealTimeCatch.resize(200, 200)
font = QtGui.QFont()
font.setFamily("华文琥珀")
font.setPointSize(7)
RealTimeCatch.setFont(font)
RealTimeCatch.setStyleSheet("")
self.verticalLayout = QtWidgets.QVBoxLayout(RealTimeCatch)
self.verticalLayout.setObjectName("verticalLayout")
self.catch_img = QtWidgets.QLabel(RealTimeCatch)
self.catch_img.setStyleSheet("")
self.catch_img.setText("")
self.catch_img.setObjectName("catch_img")
self.verticalLayout.addWidget(self.catch_img)
self.time_lbl = QtWidgets.QLabel(RealTimeCatch)
self.time_lbl.setAlignment(QtCore.Qt.AlignCenter)
self.time_lbl.setObjectName("time_lbl")
self.verticalLayout.addWidget(self.time_lbl)
self.horizontalLayout = QtWidgets.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.label = QtWidgets.QLabel(RealTimeCatch)
self.label.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.label.setObjectName("label")
self.horizontalLayout.addWidget(self.label)
self.cheating_type_lbl = QtWidgets.QLabel(RealTimeCatch)
self.cheating_type_lbl.setText("")
self.cheating_type_lbl.setObjectName("cheating_type_lbl")
self.horizontalLayout.addWidget(self.cheating_type_lbl)
self.horizontalLayout.setStretch(0, 4)
self.horizontalLayout.setStretch(1, 6)
self.verticalLayout.addLayout(self.horizontalLayout)
self.verticalLayout.setStretch(0, 8)
self.verticalLayout.setStretch(1, 1)
self.verticalLayout.setStretch(2, 1)
self.retranslateUi(RealTimeCatch)
QtCore.QMetaObject.connectSlotsByName(RealTimeCatch)
def retranslateUi(self, RealTimeCatch):
_translate = QtCore.QCoreApplication.translate
RealTimeCatch.setWindowTitle(_translate("RealTimeCatch", "real_time_catch"))
self.time_lbl.setText(_translate("RealTimeCatch", "00:00:00"))
self.label.setText(_translate("RealTimeCatch", "行为:"))
# Form implementation generated from reading ui file 'real_time_catch.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_RealTimeCatch(object):
def setupUi(self, RealTimeCatch):
RealTimeCatch.setObjectName("RealTimeCatch")
RealTimeCatch.resize(200, 200)
font = QtGui.QFont()
font.setFamily("华文琥珀")
font.setPointSize(7)
RealTimeCatch.setFont(font)
RealTimeCatch.setStyleSheet("")
self.verticalLayout = QtWidgets.QVBoxLayout(RealTimeCatch)
self.verticalLayout.setObjectName("verticalLayout")
self.catch_img = QtWidgets.QLabel(RealTimeCatch)
self.catch_img.setStyleSheet("")
self.catch_img.setText("")
self.catch_img.setObjectName("catch_img")
self.verticalLayout.addWidget(self.catch_img)
self.time_lbl = QtWidgets.QLabel(RealTimeCatch)
self.time_lbl.setAlignment(QtCore.Qt.AlignCenter)
self.time_lbl.setObjectName("time_lbl")
self.verticalLayout.addWidget(self.time_lbl)
self.horizontalLayout = QtWidgets.QHBoxLayout()
self.horizontalLayout.setObjectName("horizontalLayout")
self.label = QtWidgets.QLabel(RealTimeCatch)
self.label.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.label.setObjectName("label")
self.horizontalLayout.addWidget(self.label)
self.cheating_type_lbl = QtWidgets.QLabel(RealTimeCatch)
self.cheating_type_lbl.setText("")
self.cheating_type_lbl.setObjectName("cheating_type_lbl")
self.horizontalLayout.addWidget(self.cheating_type_lbl)
self.horizontalLayout.setStretch(0, 4)
self.horizontalLayout.setStretch(1, 6)
self.verticalLayout.addLayout(self.horizontalLayout)
self.verticalLayout.setStretch(0, 8)
self.verticalLayout.setStretch(1, 1)
self.verticalLayout.setStretch(2, 1)
self.retranslateUi(RealTimeCatch)
QtCore.QMetaObject.connectSlotsByName(RealTimeCatch)
def retranslateUi(self, RealTimeCatch):
_translate = QtCore.QCoreApplication.translate
RealTimeCatch.setWindowTitle(_translate("RealTimeCatch", "real_time_catch"))
self.time_lbl.setText(_translate("RealTimeCatch", "00:00:00"))
self.label.setText(_translate("RealTimeCatch", "行为:"))
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 使用C#创建一个MCP客户端
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 按钮权限的设计及实现