Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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.