Hi,

I Have many push buttons which can be clicked and I want to connect all clicked() signals of those buttons to only one slot processClick() ... how is it possible to distinguish which button has been clicked in my slot ?

I'm sure there is a way to avoid having a slot per clicked() signal (euh, I hope) but the problem is that I don't know how yet ... someone has an idea ?

Thanks in advance.