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=0) | |
| 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.
Constructor & Destructor Documentation
◆ SplashScreen()
| SplashScreen::SplashScreen | ( | const QPixmap & | pixmap = QPixmap ( ), |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructs a splash screen that will display the pixmap.
◆ ~SplashScreen()
| SplashScreen::~SplashScreen | ( | ) |
Destruction.
Member Function Documentation
◆ drawContents()
|
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:
- src/Gui/Splashscreen.h
- src/Gui/Splashscreen.cpp
1.8.17