The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QSplashScreen

PUBLIC METHODS

QSplashScreen(const QPixmap & pixmap, QFlags<Qt::WindowType> f)
QSplashScreen(const QPixmap & pixmap, QFlags<Qt::WindowType> f = 0)
QSplashScreen(const QPixmap & pixmap = QPixmap(), QFlags<Qt::WindowType> f = 0)
QSplashScreen(QWidget * parent, const QPixmap & pixmap, QFlags<Qt::WindowType> f)
QSplashScreen(QWidget * parent, const QPixmap & pixmap, QFlags<Qt::WindowType> f = 0)
QSplashScreen(QWidget * parent, const QPixmap & pixmap = QPixmap(), QFlags<Qt::WindowType> f = 0)
~QSplashScreen()
void clearMessage()
void finish(QWidget * w)
const QPixmap pixmap()
void repaint()
void setPixmap(const QPixmap & pixmap)
void showMessage(const QString & message, int alignment, const QColor & color)
void showMessage(const QString & message, int alignment, const QColor & color = Qt::black)
void showMessage(const QString & message, int alignment = Qt::AlignLeft, const QColor & color = Qt::black)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html