This widget provides a splash screen that can be shown during application startup. More...
#include <Splashscreen.h>
Public Member Functions | |
SplashScreen (const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=Qt::WindowFlags()) | |
Constructs a splash screen that will display the pixmap. More... | |
~SplashScreen () | |
Destruction. More... | |
Protected Member Functions | |
void | drawContents (QPainter *painter) |
Draws the contents of the splash screen using painter painter. More... | |
This widget provides a splash screen that can be shown during application startup.
SplashScreen::SplashScreen | ( | const QPixmap & | pixmap = QPixmap ( ) , |
Qt::WindowFlags | f = Qt::WindowFlags() |
||
) |
Constructs a splash screen that will display the pixmap.
SplashScreen::~SplashScreen | ( | ) |
Destruction.
|
protected |
Draws the contents of the splash screen using painter painter.
The default implementation draws the message passed by message().