You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, September 24th 2009, 11:14pm

QThread and GUI problem

Hi...

I've a thread that load same images in memory with QImage.

My GUI when needed tho show images send a request with a signal to the thread that returns a pointer to this images and the GUI can shows it.

The problem is that with the Qt::QueuedConnection the thread is very lower to emit the signal with the image (about 40 ms) and the GUI can't shows faster this images.

How can I solve it?!