[Qt-interest] Sending a qt signal from pthreads
Gheorghe Marinca
gheorghe.marinca at googlemail.com
Mon Feb 7 17:31:59 CET 2011
Hi,
I have a linux application that uses pthreads. I want to be able from the
context of the pthread (I have a class derived from QObject that get called
from inside some pthread "legacy" code )
to be able to send qt signals to other qt classes. If this is possible than
I guess the usual mechanism of signal/slots work in this case also - if the
object that receives the signals is from main qt thread than it will receive
the slot calls inside the main thread.
Thanks,
-Ghita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110207/44e5d3a2/attachment.html
More information about the Qt-interest-old
mailing list