22 explicit QSplashScreen(
const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());
23 QSplashScreen(QScreen *screen,
const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = Qt::WindowFlags());
24 virtual ~QSplashScreen();
26 void setPixmap(
const QPixmap &pixmap);
27 const QPixmap pixmap()
const;
28 void finish(QWidget *w);
30 QString message()
const;
33 void showMessage(
const QString &message,
int alignment = Qt::AlignLeft,
34 const QColor &color = Qt::black);
38 void messageChanged(
const QString &message);
41 bool event(QEvent *e) override;
42 virtual void drawContents(QPainter *painter);
43 void mousePressEvent(QMouseEvent *) override;
46 Q_DISABLE_COPY(QSplashScreen)
47 Q_DECLARE_PRIVATE(QSplashScreen)