Hi all,
I am writing a plugin for an application. This application have a callback interface that I inherit and when an image arrive the following method is called:
void IListener::onImage(int height, int width, int *data);
void IListener::onImage(int height, int width, int *data);
To copy to clipboard, switch view to plain text mode
In that method I have to create a valid QPixmap or QImage from those height, weight and integer data pointer. If someone know how to do that, please share with me. 
Regards,
The Storm
Bookmarks