I have a thread which I use to render a QPixmap. Doing this I get errors from the Xlib. In this
forum I've already read the cause is that the X server manages the pixmaps and threads should not access them.
So I tried a QImage, which is pretty slow... I think it would be better to use no Thread and render in the GUI thread (which blocks), but is faster...
Is there any way to render within the thread into this pixmap?
Bookmarks