首页 > 其他分享 >团队开发第二阶段10

团队开发第二阶段10

时间:2023-05-22 16:57:50浏览次数:37  
标签:10 horizontalLayout 团队 self RealTimeCatch verticalLayout catch 第二阶段 lbl

现在是我们团队开发阶段的最后一天,我们已经完成了昨天代码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", "行为:"))

标签:10,horizontalLayout,团队,self,RealTimeCatch,verticalLayout,catch,第二阶段,lbl
From: https://www.cnblogs.com/joranger/p/17421043.html

相关文章

  • day103- javaweb-cookie,session
    cookie,session1.会话session用户打开浏览器,点击链接,访问web资源,关闭浏览器,称为一次会话2.保存会话的技术cookie:客户端技术,相应请求session:服务器技术,将信息和数据放在session中 session与cookie的区别:cookie是吧用户的数据写给用户的浏览器,浏览器保存,可以保存多个s......
  • 10g中如何修改数据库字符集?
    SQL>!uname-aLinuxroger2.6.9-42.ELsmp#1SMPWedJul1223:27:17EDT2006i686i686i386GNU/LinuxSQL>selectuserenv('language')fromdual;USERENV('LANGUAGE')----------------------------------------------------AMER......
  • FreeSWITCH1.10.5源码编译(CentOS 7.10)
    一、安装sofia-sipcd/usr/local/src/freeswitch-1.10.5.-releasegitclonehttps://github.com/freeswitch/sofia-sip.gitcdsofia-sip./configuremakemakeinstallldconfig二、安装spandspcd/usr/local/src/freeswitch-1.10.5.-releasegitclonehttps://github.......
  • 10gR2 rac如何重跑root.sh ?
    前几天遇到一客户的10205rac,出现LMD进程IPCSENDTIMEOUT问题。准备深入研究下OracleRAC的LMON,LMD以及LMS进程,发现自己的VMRAC无法启动了,最后看了下,居然是有个节点的分区不见了。++++Node2[root@rac2raw]#ls-ltr/dev/sdf*brw-r-----1rootdisk......
  • FX110曝光:Royal Q APP虚拟骗局
    近期,一位马来西亚汇友爆料称其被引诱在RoyalQAPP加入了投资项目,结果怎么也出不了金。三番两次,盈利却取不出来据汇友描述,他发现自己无意间被一匿名者邀请加入了一个名为“RoyalQTrade”的电报群。在群组里,每天都有很多人晒出大量的盈利截图,晒出来的数据很是刺激眼球。看得多了......
  • 102. 二叉树的层序遍历
    classSolution{public:vector<vector<int>>res;voidbfs(TreeNode*root){queue<TreeNode*>q;q.push(root);intlast=0;while(!q.empty()){vector<int>level;......
  • LeetCode 103. 二叉树的锯齿形层次遍历
    classSolution{public:vector<vector<int>>res;voidbfs(TreeNode*root){queue<TreeNode*>q;q.push(root);intcnt=0;while(!q.empty()){vector<int>level;......
  • 【iOS开发】iOS系统更新到10.3以上无法下载企业应用
    问题描述:iOS系统10.3以上系统,通过公司app发布平台下载企业应用,在Safari中点击下载链接,服务器报错无法链接到iapp.ihefe.com。如图:解决办法:打开通用-》关于本机-》证书信任设置,然后把iapp.ihefe.com给打开,点击继续就行了。如图:......
  • Python 1-10 字符串操作
    Python1-10字符串操作1、字符串拼接>>>s='hello'*2>>>s='hello'+'world'>>>s='hello''world'>>>......
  • 1105. 模型基础
    一、Django的ORM简介1.ORM系统概念:对象关系映射(ObjectRelationalMapping,简称ORM)优势:不用直接编写SQL代码,只需像操作对象一样从数据库操作数据。2.django模型映射关系①模型类必须都写在app下的modles.py文件中②模型如果需要映射到数据库,所在的app必须被安装③一个......