代码拉取完成,页面将自动刷新
from PyQt5 import QtCore,QtWidgets,QtGui
from PyQt5.QtCore import QObject,QPropertyAnimation,QRect,QPoint
from PyQt5.QtWidgets import QWidget,QPushButton,QLabel
from PyQt5.QtGui import QBrush,QPixmap,QPainter,QFont,QFontMetrics,QColor
import lowmainres
import trayiconmenures
import upmainres
import centerwindres
class Q360Label(QLabel):
def __init__(self,pixscore,parent=None):
super(Q360Label, self).__init__(parent)
self.pixscore=QPixmap(pixscore)
def paintEvent(self, a0: QtGui.QPaintEvent):
pixscoreborder = QPixmap(":/image/examine_score.png")
p = QPainter(self)
p.drawPixmap(self.rect(),pixscoreborder)
p.drawPixmap((self.width()-self.pixscore.width())/2,(self.height() - self.pixscore.height())/2,self.pixscore)
font = QFont()
font.setPixelSize(14)
p.setFont(font)
p.drawText(self.width()/2+self.pixscore.width()/2-5,self.height()/2+self.pixscore.height()/2-5,"分")
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。