QtBase  v6.3.1
Functions | Variables
main.cpp File Reference
#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] More...
 
splash show ()
 

Variables

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

Function Documentation

◆ main()

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

[0]

[1]

[0]

[1]

Definition at line 57 of file main.cpp.

Here is the call graph for this function:

◆ show()

splash show ( )

Variable Documentation

◆ pixmap

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

◆ screen

[1]

[2]

Definition at line 76 of file main.cpp.

◆ splash

QSplashScreen splash(screen, pixmap) ( screen  ,
pixmap   
)