Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui>
#include <stdlib.h>
#include "mainwindow.h"
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 [0]
 
splash show ()
 

Variables

QScreenscreen = QGuiApplication::screens().at(1)
 [1]
 
QPixmap pixmap (":/splash.png")
 
QSplashScreen splash (screen, pixmap)
 

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

[0]

[2]

[0]

[1]

Definition at line 10 of file main.cpp.

◆ show()

splash show ( )

Variable Documentation

◆ pixmap

QPixmap pixmap(":/splash.png") ( ":/splash.png" )

◆ screen

[1]

[2]

Definition at line 29 of file main.cpp.

Referenced by QDirectFBCursor::QDirectFBCursor().

◆ splash