Hi,
Is there anyway to determine the type of an object? I have various QWidgets ( QPushButton, QCheckBox ) that are connected to a QSignalMapper and go to the same slot. In this slot, I'd like to know if it was a QCheckBox that caused the signal to be raised or QPushButton, is this possible?
Regards,
Steve