@JeffTee : The code I posted is just a quick mock-up that describes the actual issue. I'm not trying to setText, instead, I'm trying to get the function called by the Slot. What I'm trying to get is LINE 4 in my code example.

@d_stranz :
So basically, from my original code you can find out "Who's calling me?", but unless you can derive from QPushButton you can't find out "Who is this button calling?"
BUMMER!! Well..that blows.

OKAY...Plan B.
I haven't researched this yet, but I'll ask while I have your ear. Is there a way, given I have the button object, to execute/push the button via code? Say I add another button to my simple code example where the clicked SIGNAL of the second button executes the clicked SLOT of the first button.

Thanks