#include <splashScreen.h>
Public Member Functions | |
SplashScreen (const QPixmap &pixmap) | |
void | setStatus (const QString &message, int alignment=AlignLeft, const QColor &color=black) |
void | finish () |
void | repaint () |
Private Attributes | |
QPixmap | pix |
SplashScreen::SplashScreen | ( | const QPixmap & | pixmap | ) |
void SplashScreen::setStatus | ( | const QString & | message, | |
int | alignment = AlignLeft , |
|||
const QColor & | color = black | |||
) |
void SplashScreen::finish | ( | ) |
void SplashScreen::repaint | ( | ) |
QPixmap SplashScreen::pix [private] |