I have a slot for QSpinBox. This slot could be invoked by either user clicked on the spin box or programmatically changed the spin box value. If I run in debug mode, I could look at the stack trace to detect who invoked the method. Is there is way to find the invoker programmatically?

Thanks