Splash Screen (splashscreen)
A splash screen widget with support for positioning of the message text.
- class orangecanvas.gui.splashscreen.SplashScreen(parent=None, pixmap=None, textRect=None, textFormat=0, **kwargs)[source]
Bases:
QSplashScreenSplash screen widget.
- Parameters:
parent (
QWidget) – Parent widgetpixmap (
QPixmap) – Splash window pixmap.textRect (
QRect) – Bounding rectangle of the shown message on the widget.textFormat (Qt.TextFormat) – How message text format should be interpreted.
- drawContents(painter: QPainter) None[source]
Reimplementation of drawContents to limit the drawing inside textRect.