<div dir="ltr"><div class="gmail_default" style="font-size:small">I'm porting a program from PyQt4 to PyQt5. I had to change the signal connections and such, but everything mostly runs.<br><br></div><div class="gmail_default" style="font-size:small">
I have several widget signals connected to the same slot, so inside the slot I check the sending widget with a call to QObject.sender() . This works in PyQt4 but in PyQt5 this function always returns None.<br><br></div><div class="gmail_default" style="font-size:small">
Since the PyQt5 signal behavior has changed from PyQt4, I suspect that I'm doing something wrong, but beats me. Any clue?<br><br></div><div class="gmail_default" style="font-size:small">Thanks<br></div><div class="gmail_default" style="font-size:small">
Tom<br></div></div>