I have a list, that has multiple widgets in it (QListWidget with TaskItem's in it). The Task Item can produce a certain signal. How can i find out which one send it? I know I have to use QObject::sender, but I had no luck trying to connect(..., ..., ..., ...) with it... Can anyone, please, answer - what should i do?