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

Function ShowModalDialogAsynchronously

src/qt/guiutil.cpp:1059–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057}
1058
1059void ShowModalDialogAsynchronously(QDialog* dialog)
1060{
1061 dialog->setAttribute(Qt::WA_DeleteOnClose);
1062 dialog->setWindowModality(Qt::ApplicationModal);
1063 dialog->show();
1064}
1065
1066} // namespace GUIUtil

Callers 8

encryptWalletMethod · 0.85
changePassphraseMethod · 0.85
editLabelMethod · 0.85
aboutClickedMethod · 0.85
gotoLoadPSBTMethod · 0.85
onEditActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected