Hi, i'm using a proper by myself written C++ code. I have a Database class that gets png/jpg files from a sqlite database. When i get the pictures i have a char*. Actually to test if it works correctly, i write the images to files, and it works.
Now i wanted to pass this char* to QT and creating a QImage to load in a GUI. I've tried to Use QPixmal and QByteArray, but i think the problem is during the passing of the char* to the QT classes.
Can anyone help me to arrange this?
Please...
Bookmarks