It does. It's called QObject::sender(). Unfortunately, it would not help here as the OP's sender is always the same object.Originally Posted by elcuco
@burn2themax - Have you considered using a signal multiplexor?
http://doc.trolltech.com/qq/qq08-act...ltiplexer.html
You can use this to exclusively choose the widget you are intrested into to receive your signals. no other widgets will be notified.
Bookmarks