5 #ifndef FABCOIN_QT_SPLASHSCREEN_H 6 #define FABCOIN_QT_SPLASHSCREEN_H 9 #include <QSplashScreen> 37 void showMessage(
const QString &message,
int alignment,
const QColor &color);
62 #endif // FABCOIN_QT_SPLASHSCREEN_H bool eventFilter(QObject *obj, QEvent *ev)
void unsubscribeFromCoreSignals()
Disconnect core signals to splash screen.
#define function(a, b, c, d, k, s)
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.
std::function< void(void)> breakAction
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...
void setBreakAction(const std::function< void(void)> &action)
Sets the break action.