[Qt-interest] Loading QPixmap from file with QtConcurrent causing crash

Andre Somers andre at familiesomers.nl
Mon Jun 13 17:35:03 CEST 2011


Op 13-6-2011 17:22, Cole, Derek schreef:
> I think i read somewhere that you can only use QPixmap in a thread 
> other than the main GUI thread. is this correct?
No; exactly the opposite. You can only use QPixmap in the main GUI 
thread. You can NOT use QPixmap in any other thread. You _can_ use 
QImage in threads other than the main GUI thread.

André

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110613/41fedf43/attachment.html 


More information about the Qt-interest-old mailing list