PDA

View Full Version : How we can connect the signals and slot with different arguments?



pratik041
28th October 2011, 08:36
QObject::connect: Incompatible sender/receiver arguments
QLabel::linkActivated(QString) --> Button::call(int) is not possible but if we want to implement like this combination how we can do that?

Lesiok
28th October 2011, 10:40
Read about QSignalMapper (http://doc.trolltech.com/4.7/qsignalmapper.html)