[Qt-interest] connection between qthreads blocks my gui

franki franki at franki.eu.org
Thu Dec 16 21:23:06 CET 2010


Hi all,

Just wanted to let know that I did it by creating class for rs232 and QThread 
object, then I moved rs232 to QThread. It was just easier for me to 
initialize data in rs232 class, before I moved it to thread (I read device 
settings, commands,etc from sql) 
Everything works great. In fact I have 3 threads based on this solution, and 
it's nice to see how they are queuing events and exchanging data between 
themselves.
More advanced solutions I will keep in mind.

many thanks
Marek



More information about the Qt-interest-old mailing list