PIVX Core  5.6.99
P2P Digital Currency
receivedialog.h
Go to the documentation of this file.
1 // Copyright (c) 2019-2021 The PIVX Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef PIVX_QT_RECEIVEDIALOG_H
6 #define PIVX_QT_RECEIVEDIALOG_H
7 
8 #include "focuseddialog.h"
9 
10 class SendCoinsRecipient;
11 
12 namespace Ui {
13 class ReceiveDialog;
14 }
15 
17 {
18  Q_OBJECT
19 
20 public:
21  explicit ReceiveDialog(QWidget *parent = nullptr);
23 
24  void updateQr(const QString& address);
25 
26 private Q_SLOTS:
27  void onCopy();
28 private:
29  Ui::ReceiveDialog *ui{nullptr};
31 };
32 
33 #endif // PIVX_QT_RECEIVEDIALOG_H
SendCoinsRecipient * info
Definition: receivedialog.h:30
Ui::ReceiveDialog * ui
Definition: receivedialog.h:29
ReceiveDialog(QWidget *parent=nullptr)
void updateQr(const QString &address)