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