Create pixmap QPixmap pixmap; qDebug() << pixmap.isNull(); //true //2. load image pixmap.load("existing_image.png"); qDebug() << pixmap.
確定! 回上一頁