Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
modaloverlay.h File Reference
#include <QDateTime>
#include <QWidget>


Go to the source code of this file.
Classes | |
class | ModalOverlay |
Modal overlay to display information about the chain-sync state. More... | |
Namespaces | |
Ui | |
Variables | |
static constexpr int | HEADER_HEIGHT_DELTA_SYNC = 24 |
The required delta of headers to the estimated number of available headers until we show the IBD progress. More... | |
Variable Documentation
◆ HEADER_HEIGHT_DELTA_SYNC
|
static |
The required delta of headers to the estimated number of available headers until we show the IBD progress.
Definition at line 12 of file modaloverlay.h.
Referenced by ModalOverlay::tipUpdate(), and BitcoinGUI::updateHeadersSyncProgressLabel().