I want to override mouseReleaseEvent with a bunch of QActions and QMenus...
connect(action1, SIGNAL(triggered()), this, SLOT(onStepIncreased())); connect(ac
The QObject::sender() function returns a pointer to the object that has signaled to the slot. You could use this to find out which action was triggered