QSplashScreen Class Reference
[QtGui module]
Inherits QWidget.
Methods
- __init__ (self, QPixmap pixmap = QPixmap(), Qt.WindowFlags flags = 0)
- __init__ (self, QWidget, QPixmap pixmap = QPixmap(), Qt.WindowFlags flags = 0)
- clearMessage (self)
- drawContents (self, QPainter)
- bool event (self, QEvent)
- finish (self, QWidget)
- mousePressEvent (self, QMouseEvent)
- QPixmap pixmap (self)
- repaint (self)
- setPixmap (self, QPixmap)
- showMessage (self, QString, int alignment = Qt.AlignLeft, QColor color = Qt.black)
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.