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::WFlags f=0) | |
Constructs a splash screen that will display the pixmap. | |
~SplashScreen () | |
Destruction. | |
Protected Member Functions | |
void | drawContents (QPainter *painter) |
Draws the contents of the splash screen using painter painter. |
This widget provides a splash screen that can be shown during application startup.
Definition at line 38 of file Splashscreen.h.
SplashScreen::SplashScreen | ( | const QPixmap & | pixmap = QPixmap ( ) , |
|
Qt::WFlags | f = 0 | |||
) |
Constructs a splash screen that will display the pixmap.
Definition at line 138 of file Splashscreen.cpp.
SplashScreen::~SplashScreen | ( | ) |
Destruction.
Definition at line 146 of file Splashscreen.cpp.
void SplashScreen::drawContents | ( | QPainter * | painter | ) | [protected] |
Draws the contents of the splash screen using painter painter.
The default implementation draws the message passed by message().
Definition at line 155 of file Splashscreen.cpp.