It's possible to bind more than one signal to one slot (isn't?). So, is there a way to understand which widget sends the signal? I'm looking for something like sender argument of events in .NET
sender
QObject::sender() will do the job.
QObject::sender()