void myClass::mousePressEvent(QMouseEvent *mousePress){ if(mousePress->button() & Qt::RightButton) // какое-то действие}