Fabcoin Core  0.16.2
P2P Digital Currency
receivetokenpage.h
Go to the documentation of this file.
1 #ifndef RECEIVETOKENPAGE_H
2 #define RECEIVETOKENPAGE_H
3 
4 #include <QWidget>
5 
6 namespace Ui {
7 class ReceiveTokenPage;
8 }
9 class PlatformStyle;
10 
11 class ReceiveTokenPage : public QWidget
12 {
13  Q_OBJECT
14 
15 public:
16  explicit ReceiveTokenPage(const PlatformStyle *platformStyle, QWidget *parent = 0);
18 
19  void setAddress(QString address);
20  void setSymbol(QString symbol);
21 
22 private Q_SLOTS:
23  void on_copyAddressClicked();
24 
25 private:
27  QString m_address;
28 
29  void createQRCode();
30 
32 };
33 
34 #endif // RECEIVETOKENPAGE_H
Ui::ReceiveTokenPage * ui
const PlatformStyle * platformStyle
struct evm_uint160be address(struct evm_env *env)
Definition: capi.c:13