You can use the QImage.fromData static method to load an image from a string and then convert it to a pixmap: image_data = get_image_data_from_blob() qimg ...
確定! 回上一頁