def image(self):
self.lbl = QtWidgets.QLabel(self)
self.pix = QtGui.QPixmap("image/Rock.png")
print(self.pix.isNull())
self.lbl.setPixmap(self.pix)
self.lbl.resize(400, 400)
self.lbl.move(30, 1150)
self.pix = QtGui.QPixmap("image/Rock.png")
self.pix = QtGui.QPixmap("C:\\Users\\Имя пользователя\\Image.png")