6 #ifndef RAVEN_QT_SPLASHSCREEN_H 7 #define RAVEN_QT_SPLASHSCREEN_H 10 #include <QSplashScreen> 38 void showMessage(
const QString &message,
int alignment,
const QColor &color);
59 #endif // RAVEN_QT_SPLASHSCREEN_H bool eventFilter(QObject *obj, QEvent *ev)
void unsubscribeFromCoreSignals()
Disconnect core signals to splash screen.
void closeEvent(QCloseEvent *event)
void ConnectWallet(CWallet *)
Connect wallet signals to splash screen.
Class for the splashscreen with information of the running client.
SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle)
void subscribeToCoreSignals()
Connect core signals to splash screen.
QList< CWallet * > connectedWallets
void paintEvent(QPaintEvent *event)
void showMessage(const QString &message, int alignment, const QColor &color)
Show message and progress.
void slotFinish(QWidget *mainWin)
Slot to call finish() method as it's not defined as slot.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...