MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / accept

Method accept

src/qt/openuridialog.cpp:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void OpenURIDialog::accept()
32{
33 SendCoinsRecipient rcp;
34 if(GUIUtil::parseBitcoinURI(getURI(), &rcp))
35 {
36 /* Only accept value URIs */
37 QDialog::accept();
38 } else {
39 ui->uriEdit->setValid(false);
40 }
41}
42
43void OpenURIDialog::on_selectFileButton_clicked()
44{

Callers 3

runMethod · 0.45
mousePressEventMethod · 0.45
EditAddressAndSubmitFunction · 0.45

Calls 2

parseBitcoinURIFunction · 0.85
setValidMethod · 0.45

Tested by 1

EditAddressAndSubmitFunction · 0.36