label = QLabel(self) pixmap = QPixmap('image.jpeg') label.setPixmap(pixmap) # Optional, resize window to image size
確定! 回上一頁