Qt Qimage Carga desde el archivo

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