PDA

View Full Version : How to insert picture in to qimage



akkarachai
8th October 2019, 10:33
How can I insert picture from directory into Qimage??
thank you for your reply.:)

ChrisW67
9th October 2019, 09:39
You could start by reading the documentation (https://doc.qt.io/qt-5/qimage.html#reading-and-writing-image-files) especially QImage::load() (https://doc.qt.io/qt-5/qimage.html#load).