PDA

View Full Version : QThread Problem



MrShahi
8th July 2009, 07:37
Hello everyone.........
I m creating a QPixmap within run() function ofQThread ...........
Its workin fine with QT4.3 version but I m trying to use Qt4.5 but it does not create QPixmap
and produce a message i.e QPixmap: It is not safe to use pixmaps outside the GUI thread.

Can any one help me ?
I will be vry thankful to him:(

caduel
8th July 2009, 11:14
You can't do that.
You can create a QImage, though.