QT qimage ładuj z pliku

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