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.
Printable View
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.
It's for testing purposes - you can check if your class emits signals properly.
i see...Thanks