Home · All Classes · Modules

QSplashScreen Class Reference
[QtGui module]

Inherits QWidget.

Methods

Qt Signals


Detailed Description


Method Documentation

QSplashScreen.__init__ (self, QPixmap pixmap = QPixmap(), Qt.WindowFlags flags = 0)

QSplashScreen.__init__ (self, QWidget, QPixmap pixmap = QPixmap(), Qt.WindowFlags flags = 0)

The QWidget argument, if not None, causes self to be owned by Qt instead of PyQt.

QSplashScreen.clearMessage (self)

This method is also a Qt slot with the C++ signature void clearMessage().

QSplashScreen.drawContents (self, QPainter)

bool QSplashScreen.event (self, QEvent)

QSplashScreen.finish (self, QWidget)

QSplashScreen.mousePressEvent (self, QMouseEvent)

QPixmap QSplashScreen.pixmap (self)

QSplashScreen.repaint (self)

QSplashScreen.setPixmap (self, QPixmap)

QSplashScreen.showMessage (self, QString, int alignment = Qt.AlignLeft, QColor color = Qt.black)

This method is also a Qt slot with the C++ signature void showMessage(const QString&,int = Qt.AlignLeft,const QColor& = Qt.black).


Qt Signal Documentation

void messageChanged (const QString&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0