![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>#include <qt/splashscreen.h>#include <clientversion.h>#include <common/system.h>#include <interfaces/handler.h>#include <interfaces/node.h>#include <interfaces/wallet.h>#include <qt/guiutil.h>#include <qt/networkstyle.h>#include <qt/walletmodel.h>#include <util/translation.h>#include <functional>#include <QApplication>#include <QCloseEvent>#include <QPainter>#include <QRadialGradient>#include <QScreen>Go to the source code of this file.
Functions | |
| static void | InitMessage (SplashScreen *splash, const std::string &message) |
| static void | ShowProgress (SplashScreen *splash, const std::string &title, int nProgress, bool resume_possible) |
|
static |
Definition at line 162 of file splashscreen.cpp.
|
static |
Definition at line 172 of file splashscreen.cpp.