Got a QPushButton widget which needs to trap the "right click", "right release" mouse events.

As far as I can see QPushButton::mousePressEvent(....) needs modifiying to do this.

Is there a simple way to do this without coding another QPushButton class.

Cheers