setPixmap() and then finally resizing the window to fit the image. python label = QLabel(self) pixmap = QPixmap('cat.jpg') label.setPixmap( ...
確定! 回上一頁