[Qt-interest] signals / slots

Michael S msherman77 at yahoo.com
Tue Jan 11 20:01:07 CET 2011


Good day all,

I am writing a service type console application and decided to use signals / slots for event notifications. I have a few times of events. Some are scheduled with QTimer objects, some are external. I was wondering if the emitted signals get queued somewhere, in case 2 of them overlap and the first slot takes a long time to complete. In other words I want to make sure than no signals are lost.

Thanks,
Michael



More information about the Qt-interest-old mailing list