Gui::SplashScreen Class Reference

This widget provides a splash screen that can be shown during application startup. More...

#include <Splashscreen.h>

Public Member Functions

 SplashScreen (const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=Qt::WindowFlags())
 Constructs a splash screen that will display the pixmap. More...
 
 ~SplashScreen ()
 Destruction. More...
 

Protected Member Functions

void drawContents (QPainter *painter)
 Draws the contents of the splash screen using painter painter. More...
 

Detailed Description

This widget provides a splash screen that can be shown during application startup.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ SplashScreen()

SplashScreen::SplashScreen ( const QPixmap &  pixmap = QPixmap ( ),
Qt::WindowFlags  f = Qt::WindowFlags() 
)

Constructs a splash screen that will display the pixmap.

◆ ~SplashScreen()

SplashScreen::~SplashScreen ( )

Destruction.

Member Function Documentation

◆ drawContents()

void SplashScreen::drawContents ( QPainter *  painter)
protected

Draws the contents of the splash screen using painter painter.

The default implementation draws the message passed by message().


The documentation for this class was generated from the following files: