[Qt-interest] How to find out which SIGNAL was sent

Sean Harmer sean.harmer at maps-technology.com
Thu Nov 18 10:17:54 CET 2010


On Thursday 18 November 2010 08:41:04 NoRulez wrote:
> how can I find out which signal was sent from a specific widget/QObject?

I agree with the other replies in that there is no direct support for this and 
also that if you need this information then your design is wrong. Having said 
that, you might be able to hack something together with QSignalSpy from the 
QTestLib module.

Sean



More information about the Qt-interest-old mailing list