You have to display the image somewhere. QImage only holds the data. You can use QLabel to display a QPixmap that you can obtain from QImage or directly load from file.