Qt qimage memuat dari file

QImage* image = new QImage();
image->load("/path/to/your/file.png");
Sorann