 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_SPLASHSCREEN_H
6 #define BITCOIN_QT_SPLASHSCREEN_H
8 #include <QSplashScreen>
35 void showMessage(
const QString& message,
int alignment,
const QColor& color);
49 #endif // BITCOIN_QT_SPLASHSCREEN_H
void unsubscribeFromCoreSignals()
Disconnect core signals to splash screen.
void subscribeToCoreSignals()
Connect core signals to splash screen.
void showMessage(const QString &message, int alignment, const QColor &color)
Show message and progress.
Class for the splashscreen with information of the running client.
SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle)
void slotFinish(QWidget *mainWin)
Slot to call finish() method as it's not defined as slot.
void closeEvent(QCloseEvent *event)
void paintEvent(QPaintEvent *event)