PDA

View Full Version : QSignalSpy



QTInfinity
29th June 2009, 08:59
Hi all,

I understand how QSignalSpy works. I read the documentation in assistant and it is clear when it comes to the usage of it.

But, I am not sure why and when should I use QSignalSpy.

Please help.

wysota
29th June 2009, 09:12
It's for testing purposes - you can check if your class emits signals properly.

QTInfinity
29th June 2009, 12:00
i see...Thanks