How (and what) exactly do you draw in those threads?
Lines mostly. The threads draw plots. pwt plots for that matter...
No, im drawing on a QImage, one the process is done the image is emitted and a slot converts it to a pixmap which is later drawn to the screen.
Can we see the code for:
1. connecting respective signals and slots
2. spawning threads
3. slots doing the conversion
4. threads' run() methods
Bookmarks