QLabel() # 設置窗口尺寸 pic_show_label.resize(500,500) # 加載圖片,並自定義圖片展示尺寸 image = QtGui.QPixmap(img_path).scaled(400, ...
確定! 回上一頁