Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
signverifymessagedialog.h
Go to the documentation of this file.
1 #ifndef SIGNVERIFYMESSAGEDIALOG_H
2 #define SIGNVERIFYMESSAGEDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 class WalletModel;
10 
11 class SignVerifyMessageDialog : public QDialog
12 {
13  Q_OBJECT
14 
15 public:
16  explicit SignVerifyMessageDialog(QWidget *parent = 0);
18 
19  void setModel(WalletModel *model);
20  void setAddress_SM(const QString &address);
21  void setAddress_VM(const QString &address);
22 
23  void showTab_SM(bool fShow);
24  void showTab_VM(bool fShow);
25 
26 protected:
27  bool eventFilter(QObject *object, QEvent *event);
28 
29 private:
30  Ui::SignVerifyMessageDialog *ui;
32 
33 private slots:
34  /* sign message */
40  /* verify message */
44 };
45 
46 #endif // SIGNVERIFYMESSAGEDIALOG_H
bool eventFilter(QObject *object, QEvent *event)
void setAddress_VM(const QString &address)
Definition: aboutdialog.h:6
Ui::SignVerifyMessageDialog * ui
SignVerifyMessageDialog(QWidget *parent=0)
Interface to Bitcoin wallet from Qt view code.
Definition: walletmodel.h:36
void setModel(WalletModel *model)
void setAddress_SM(const QString &address)