Qt Qimage Charge du fichier

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