you are connecting the wrong slot of the wrong object. Infact everything is wrong.

try this.
Qt Code:
  1. QObject::connect(aShortCut, SIGNAL(activated()), aButton, SLOT(animateClick()));
To copy to clipboard, switch view to plain text mode 

by the way,, the "&aButton" should be working as auto shortcut