Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
signverifymessagedialog.h
Go to the documentation of this file.
1 // Copyright (c) 2011-2013 The Bitcoin developers
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef SIGNVERIFYMESSAGEDIALOG_H
6 #define SIGNVERIFYMESSAGEDIALOG_H
7 
8 #include <QDialog>
9 
10 class WalletModel;
11 
12 namespace Ui {
14 }
15 
17 {
18  Q_OBJECT
19 
20 public:
21  explicit SignVerifyMessageDialog(QWidget *parent);
23 
24  void setModel(WalletModel *model);
25  void setAddress_SM(const QString &address);
26  void setAddress_VM(const QString &address);
27 
28  void showTab_SM(bool fShow);
29  void showTab_VM(bool fShow);
30 
31 protected:
32  bool eventFilter(QObject *object, QEvent *event);
33 
34 private:
37 
38 private slots:
39  /* sign message */
45  /* verify message */
49 };
50 
51 #endif // SIGNVERIFYMESSAGEDIALOG_H
bool eventFilter(QObject *object, QEvent *event)
void setAddress_VM(const QString &address)
Ui::SignVerifyMessageDialog * ui
Interface to Bitcoin wallet from Qt view code.
Definition: walletmodel.h:96
SignVerifyMessageDialog(QWidget *parent)
void setModel(WalletModel *model)
void setAddress_SM(const QString &address)