QImage *image = new QImage(); if(image == NULL) { qDebug("image is NULL"); return; } if(!image->load(filename)) { qDebug() << "load image ...
確定! 回上一頁