[Qt-interest] How to know the name of the signal?

mmiacca mmiacca at invap.com.ar
Tue Feb 16 18:59:20 CET 2010


hi list

I know the name of the sender with:

QWidget *W = (QWidget *)sender();
QString s = W.objectName();


Then, can i know the name of the signal?


tks in advance



More information about the Qt-interest-old mailing list