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

Method showEvent

src/qt/bitcoingui.cpp:1222–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220}
1221
1222void BitcoinGUI::showEvent(QShowEvent *event)
1223{
1224 // enable the debug window when the main window shows up
1225 openRPCConsoleAction->setEnabled(true);
1226 aboutAction->setEnabled(true);
1227 optionsAction->setEnabled(true);
1228}
1229
1230#ifdef ENABLE_WALLET
1231void BitcoinGUI::incomingTransaction(const QString& date, const QString& assetamount_str, const QString& type, const QString& address, const QString& label, const QString& walletName)

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected