|
|
@ -110,6 +110,9 @@ public Q_SLOTS: |
|
|
|
/** Show progress dialog e.g. for rescan */ |
|
|
|
/** Show progress dialog e.g. for rescan */ |
|
|
|
void showProgress(const QString &title, int nProgress); |
|
|
|
void showProgress(const QString &title, int nProgress); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** User has requested more information about the out of sync state */ |
|
|
|
|
|
|
|
void requestedOfSyncWarningInfo(); |
|
|
|
|
|
|
|
|
|
|
|
Q_SIGNALS: |
|
|
|
Q_SIGNALS: |
|
|
|
/** Signal that we want to show the main window */ |
|
|
|
/** Signal that we want to show the main window */ |
|
|
|
void showNormalIfMinimized(); |
|
|
|
void showNormalIfMinimized(); |
|
|
@ -121,6 +124,8 @@ Q_SIGNALS: |
|
|
|
void hdEnabledStatusChanged(int hdEnabled); |
|
|
|
void hdEnabledStatusChanged(int hdEnabled); |
|
|
|
/** Notify that a new transaction appeared */ |
|
|
|
/** Notify that a new transaction appeared */ |
|
|
|
void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label); |
|
|
|
void incomingTransaction(const QString& date, int unit, const CAmount& amount, const QString& type, const QString& address, const QString& label); |
|
|
|
|
|
|
|
/** Notify that the out of sync warning icon has been pressed */ |
|
|
|
|
|
|
|
void outOfSyncWarningClicked(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif // BITCOIN_QT_WALLETVIEW_H
|
|
|
|
#endif // BITCOIN_QT_WALLETVIEW_H
|
|
|
|