Bitcoin ABC 0.26.3
P2P Digital Currency
|
#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 193 of file splashscreen.cpp.
|
static |
Definition at line 202 of file splashscreen.cpp.