PDA

View Full Version : How to use SIGUSR signal in Qt



arunvv
11th August 2008, 18:36
How to use SIGUSR unix signal in Qt?

Thanks & Regards,
Arun

jacek
11th August 2008, 21:57
The same way as in ordinary Unix application, but read this first: http://doc.trolltech.com/4.4/unix-signals.html.

arunvv
12th August 2008, 00:28
I am using 4.2, the doc refers to 4.4 version, is there anything similar in 4.2 to handle it?
.
Thanks & Regards,
Arun

wysota
12th August 2008, 01:48
It all applies to 4.2 as well.