#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.
◆ InitMessage()
static void InitMessage |
( |
SplashScreen * |
splash, |
|
|
const std::string & |
message |
|
) |
| |
|
static |
◆ ShowProgress()
static void ShowProgress |
( |
SplashScreen * |
splash, |
|
|
const std::string & |
title, |
|
|
int |
nProgress, |
|
|
bool |
resume_possible |
|
) |
| |
|
static |