[Interest] Two QCoreApplication objects with a twist

Thiago Macieira thiago.macieira at intel.com
Fri Nov 17 17:36:53 CET 2017


On sexta-feira, 17 de novembro de 2017 08:22:42 PST Konstantin Tokarev wrote:
> > Signals and slots do not require QCoreApplication.
> 
> But queued connections do (or is standalone QEventLoop enough?)

They need an event dispatcher. See below about event loop integration.

That said, we always say we do not support using most Qt classes (including 
all QObject ones) that you need to create QCoreApplication beforehand.

> > Your problem will be the event loops. On Unix systems, I know they won't
> > integrate with each other. On Windows... I don't know.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list