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

Method ReceiveRequestDialog

src/qt/receiverequestdialog.cpp:21–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#endif
20
21ReceiveRequestDialog::ReceiveRequestDialog(QWidget *parent) :
22 QDialog(parent, GUIUtil::dialog_flags),
23 ui(new Ui::ReceiveRequestDialog),
24 model(nullptr)
25{
26 ui->setupUi(this);
27
28 ui->btnCopyURI->setVisible(false);
29
30 GUIUtil::handleCloseWindowShortcut(this);
31}
32
33ReceiveRequestDialog::~ReceiveRequestDialog()
34{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected