21 #ifndef SPLASHSCREEN_H
22 #define SPLASHSCREEN_H
24 #include <QSplashScreen>
33 SplashScreen(QWidget *parent,
const QPixmap &pixmap=QPixmap(),
int maxLines=1, Qt::WindowFlags f=0);
47 void deleteTop(
int lines=1);
50 void showMessage(
const QString &message,
int alignment = Qt::AlignLeft,
const QColor &colour = Qt::black);
54 #endif//SPLASHSCREEN_H