qimage = QtGui.QImage.fromData(compressedImage.data) imageMain = QtGui.QPixmap.fromImage(qimage) self.ui.label1.setPixmap(imageMain).
確定! 回上一頁