Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ on_pasteButton_clicked
Method
on_pasteButton_clicked
src/qt/sendcoinsentry.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void SendCoinsEntry::on_pasteButton_clicked()
65
{
66
// Paste text from clipboard into recipient field
67
ui->payTo->setText(QApplication::clipboard()->text());
68
}
69
70
void SendCoinsEntry::on_addressBookButton_clicked()
71
{
Callers
nothing calls this directly
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected