42 #ifndef QSPLASHSCREEN_H 43 #define QSPLASHSCREEN_H 45 #include <QtGui/qpixmap.h> 46 #include <QtGui/qwidget.h> 54 #ifndef QT_NO_SPLASHSCREEN 65 void setPixmap(
const QPixmap &pixmap);
76 const QColor &color =
Qt::black) { showMessage(str, alignment, color); }
81 void messageChanged(
const QString &message);
85 virtual void drawContents(
QPainter *painter);
93 #endif // QT_NO_SPLASHSCREEN 99 #endif // QSPLASHSCREEN_H The QPainter class performs low-level painting on widgets and other paint devices.
The QColor class provides colors based on RGB, HSV or CMYK values.
#define QT_END_NAMESPACE
This macro expands to.
static void clear(QVariant::Private *d)
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QMouseEvent class contains parameters that describe a mouse event.
The QSplashScreen widget provides a splash screen that can be shown during application startup...
The QPixmap class is an off-screen image representation that can be used as a paint device...
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.