Hi,
I'm using the wonderful Qt shortcut "connectSlotsByName" in my application, mostly with clicked() signals in QPushButtons.
The problem is that attached slots are called twice. As far as I was able to search about that up to now, it seems that Qt fires all slots that are compatible with SIGNAL signature, like clicked that has a default parameter.
Is it true? Anyway, how can I solve this issue?
I tried to use normalizedSignature, with no success
Thank you so much for all help you can give.
Regards,
Tony.
Bookmarks