MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / ShowModalDialogAsynchronously

Function ShowModalDialogAsynchronously

src/qt/guiutil.cpp:977–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977void ShowModalDialogAsynchronously(QDialog* dialog)
978{
979 dialog->setAttribute(Qt::WA_DeleteOnClose);
980 dialog->setWindowModality(Qt::ApplicationModal);
981 dialog->show();
982}
983
984QString WalletDisplayName(const QString& name)
985{

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