MCPcopy Create free account
hub / github.com/ElementsProject/elements / handleCloseWindowShortcut

Function handleCloseWindowShortcut

src/qt/guiutil.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void handleCloseWindowShortcut(QWidget* w)
427{
428 QObject::connect(new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), w), &QShortcut::activated, w, &QWidget::close);
429}
430
431void openDebugLogfile()
432{

Callers 14

HelpMessageDialogMethod · 0.85
ShutdownWindowMethod · 0.85
CoinControlDialogMethod · 0.85
SplashScreenMethod · 0.85
BitcoinGUIMethod · 0.85
ReceiveRequestDialogMethod · 0.85
EditAddressDialogMethod · 0.85
OptionsDialogMethod · 0.85
AddressBookPageMethod · 0.85
RPCConsoleMethod · 0.85
TransactionDescDialogMethod · 0.85

Calls 1

QKeySequenceClass · 0.85

Tested by

no test coverage detected