MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / contextMenuEvent

Method contextMenuEvent

QKeyMapper/qvbuttonpanel.cpp:757–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void QVButtonPanel::contextMenuEvent(QContextMenuEvent *event)
758{
759 showPanelContextMenu(event->globalPos());
760 event->accept();
761}
762
763bool QVButtonPanel::eventFilter(QObject *watched, QEvent *event)
764{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected