Closed
Description
See this link:
https://stackoverflow.com/questions/45337136/qsignalmapper-in-pyqt5-not-working-when-the-function-argument-is-a-str
We're expected to do: "mapper.mapped[str].connect(a_function)" in order to retrieve the overload we want for the signal.
It should be enough if we add getitem returning pyqtSignal.