Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ showTab_SM
Method
showTab_SM
src/qt/signverifymessagedialog.cpp:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void SignVerifyMessageDialog::showTab_SM(bool fShow)
77
{
78
ui->tabWidget->setCurrentIndex(0);
79
if (fShow)
80
this->show();
81
}
82
83
void SignVerifyMessageDialog::showTab_VM(bool fShow)
84
{
Callers
1
gotoSignMessageTab
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected