PDA

View Full Version : Signals and Slots for Asynchronous event notification



reticent
5th August 2010, 16:11
Hi,

I read that we can use Signals and Slot mechanism for asynchronous event notification by specifying Qt::QueuedConnection in the connect call. Is that all we need to do
to achieve asynchronous event notification.

Thanks.

axeljaeger
16th August 2010, 17:42
If you want to pass custom data types as arguments, you have to register those types for QVariant etc.