qt qimage load from file

Solutions on MaxInterview for qt qimage load from file by the best coders in the world

showing results for - "qt qimage load from file"
Nohan
28 Apr 2017
1QImage* image = new QImage();
2image->load("/path/to/your/file.png");