hello

I have stored image in arraybyte in database and I am also able to run a query to retrieve arraybyte in QPixmap and displaying on QLable.

I want to retrieve the same arraybyte from database but this time I have to store that file in automatic generated folder (Any name) with the format of PNG.

What classes I can use to generate folder for storing my image file ?

How to save the QPixmap in any folder or directory ?
Qt Code:
  1. QPixmap::save()
To copy to clipboard, switch view to plain text mode 
just gives boolean value...but does it save file in a specific location?

Looking for your guidance..

Thanks in advance...