MCPcopy Create free account
hub / github.com/LUX-Core/lux / contextMenuEvent

Method contextMenuEvent

src/qt/receiverequestdialog.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void QRImageWidget::contextMenuEvent(QContextMenuEvent* event)
83{
84 if (!pixmap())
85 return;
86 contextMenu->exec(event->globalPos());
87}
88
89ReceiveRequestDialog::ReceiveRequestDialog(QWidget* parent) : QDialog(parent),
90 ui(new Ui::ReceiveRequestDialog),

Callers

nothing calls this directly

Calls 2

pixmapFunction · 0.85
execMethod · 0.45

Tested by

no test coverage detected