ricostruito file risorse e ricompilate interfacce
This commit is contained in:
@@ -22,7 +22,7 @@ class Ui_about(object):
|
||||
about.setMinimumSize(QtCore.QSize(768, 640))
|
||||
about.setMaximumSize(QtCore.QSize(768, 640))
|
||||
icon = QtGui.QIcon()
|
||||
icon.addPixmap(QtGui.QPixmap(":/icons/icons8-info-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
icon.addPixmap(QtGui.QPixmap(":/ico/icons/icons8-info-80.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
about.setWindowIcon(icon)
|
||||
about.setModal(True)
|
||||
self.label = QtWidgets.QLabel(about)
|
||||
@@ -34,7 +34,7 @@ class Ui_about(object):
|
||||
self.label.setSizePolicy(sizePolicy)
|
||||
self.label.setFrameShape(QtWidgets.QFrame.NoFrame)
|
||||
self.label.setText("")
|
||||
self.label.setPixmap(QtGui.QPixmap(":/icons/logo.png"))
|
||||
self.label.setPixmap(QtGui.QPixmap(":/ico/icons/logo.png"))
|
||||
self.label.setScaledContents(True)
|
||||
self.label.setObjectName("label")
|
||||
self.label_2 = QtWidgets.QLabel(about)
|
||||
|
||||
Reference in New Issue
Block a user