Scribus
Open source desktop publishing at your fingertips
|
Scribus splash screen. More...
#include <splash.h>
Public Member Functions | |
ScSplashScreen (const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=0) | |
Constructor for SplashScreen. More... | |
void | setStatus (const QString &message) |
Sets new status on SplashScreen and calls for a SplashScreen::repaint afterwards. More... | |
Protected Member Functions | |
void | drawContents (QPainter *painter) |
Scribus splash screen.
ScSplashScreen::ScSplashScreen | ( | const QPixmap & | pixmap = QPixmap() , |
Qt::WindowFlags | f = 0 |
||
) |
Constructor for SplashScreen.
void ScSplashScreen::setStatus | ( | const QString & | message | ) |
Sets new status on SplashScreen and calls for a SplashScreen::repaint afterwards.
message | const QString& message to display as actions are performed on startup when SplashScreen is displayed. |