I store images in binary format in SQLite database (client side) and use QtWebKit inside a desktop application.
Everything works fine beside the need to display stored in the database binary images.
How to display a binary image from database in QtWebKit?
Thanks.