![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
splash | show () |
splash | showMessage ("Loaded modules") |
splash | showMessage ("Established connections") |
Variables | |
QPixmap | pixmap (":/splash.png") |
[0] | |
QSplashScreen * | splash = new QSplashScreen(pixmap) |
splash show | ( | ) |
splash showMessage | ( | "Established connections" | ) |
splash showMessage | ( | "Loaded modules" | ) |
QPixmap pixmap(":/splash.png") | ( | ":/splash.png" | ) |
[0]
QSplashScreen* splash = new QSplashScreen(pixmap) |
Definition at line 6 of file src_gui_widgets_qsplashscreen.cpp.