5 #ifndef BITCOIN_QT_MODALOVERLAY_H 6 #define BITCOIN_QT_MODALOVERLAY_H 24 explicit ModalOverlay(
bool enable_wallet, QWidget *parent);
28 void tipUpdate(
int count,
const QDateTime &blockDate,
29 double nVerificationProgress);
30 void setKnownBestHeight(
int count,
const QDateTime &blockDate);
32 void toggleVisibility();
34 void showHide(
bool hide =
false,
bool userRequested =
false);
39 bool eventFilter(QObject *obj, QEvent *ev)
override;
40 bool event(QEvent *ev)
override;
49 void UpdateHeaderSyncLabel();
52 #endif // BITCOIN_QT_MODALOVERLAY_H
static constexpr int HEADER_HEIGHT_DELTA_SYNC
The required delta of headers to the estimated number of available headers until we show the IBD prog...
bool isLayerVisible() const
Modal overlay to display information about the chain-sync state.
QVector< QPair< qint64, double > > blockProcessTime