[Interest] Send signal from non-GUI thread
Giuseppe D'Angelo
dangelog at gmail.com
Fri Oct 5 10:24:26 CEST 2012
On 3 October 2012 11:43, Kio <kio at little-bat.de> wrote:
>
> Connect signal in c'tor:
>
>> connect(this,SIGNAL(showNewWarning(cstr)),parent,SLOT(showNewWarning(cstr)),Qt::QueuedConnection);
We need to see more code, or know in which thread "parent" lives as
well as which thread runs the signal emission. This is supposed to
work out of the box.
Cheers,
--
Giuseppe D'Angelo
More information about the Interest
mailing list