![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui>
#include <stdlib.h>
#include "mainwindow.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
[0] | |
splash | show () |
Variables | |
QScreen * | screen = QGuiApplication::screens().at(1) |
[1] | |
QPixmap | pixmap (":/splash.png") |
QSplashScreen | splash (screen, pixmap) |
splash show | ( | ) |
QPixmap pixmap(":/splash.png") | ( | ":/splash.png" | ) |
QScreen * screen = QGuiApplication::screens().at(1) |
QSplashScreen splash(screen, pixmap) | ( | screen | , |
pixmap | ) |