9 #include <QStackedWidget>
22 class QProgressDialog;
111 void message(
const QString &title,
const QString &
message,
unsigned int style);
115 void incomingTransaction(
const QString& date,
int unit, qint64 amount,
const QString& type,
const QString& address);
118 #endif // WALLETVIEW_H
QWidget * transactionsPage
Dialog for requesting payment of anoncoins.
void gotoVerifyMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to verify message tab.
OverviewPage * overviewPage
TransactionView * transactionView
void usedSendingAddresses()
Show used sending addresses.
void changePassphrase()
Change encrypted wallet passphrase.
ClientModel * clientModel
WalletView(QWidget *parent)
WalletModel * walletModel
void incomingTransaction(const QString &date, int unit, qint64 amount, const QString &type, const QString &address)
Notify that a new transaction appeared.
void gotoSendCoinsPage(QString addr="")
Switch to send coins page.
void updateEncryptionStatus()
Re-emit encryption status signal.
void processNewTransaction(const QModelIndex &parent, int start, int)
Show incoming transaction notification for new transactions.
SendCoinsDialog * sendCoinsPage
void gotoHistoryPage()
Switch to history (transactions) page.
void usedReceivingAddresses()
Show used receiving addresses.
void setWalletModel(WalletModel *walletModel)
Set the wallet model.
void encryptionStatusChanged(int status)
Encryption status of wallet changed.
Widget showing the transaction list for a wallet, including a filter row.
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
void unlockWallet()
Ask for passphrase to unlock wallet temporarily.
Dialog for sending anoncoins.
Model for Anoncoin network client.
void showNormalIfMinimized()
Signal that we want to show the main window.
void backupWallet()
Backup the wallet.
bool handlePaymentRequest(const SendCoinsRecipient &recipient)
void gotoOverviewPage()
Switch to overview (home) page.
void gotoSignMessageTab(QString addr="")
Show Sign/Verify Message dialog and switch to sign message tab.
Interface to Anoncoin wallet from Qt view code.
void showProgress(const QString &title, int nProgress)
Show progress dialog e.g.
void setClientModel(ClientModel *clientModel)
Set the client model.
void setAnoncoinGUI(AnoncoinGUI *gui)
void encryptWallet(bool status)
Encrypt the wallet.
ReceiveCoinsDialog * receiveCoinsPage
void gotoReceiveCoinsPage()
Switch to receive coins page.
Overview ("home") page widget.
void showOutOfSyncWarning(bool fShow)
QProgressDialog * progressDialog