Chrono-Cross  0.8
BTS SN-IR La Salle Avignon 2017
Fonctions
Référence du fichier main.cpp
#include <QApplication>
#include "ihm.h"

Fonctions

int main (int argc, char **argv)

Documentation des fonctions

int main ( int  argc,
char **  argv 
)
{
    QApplication a( argc, argv );
        
    a.setApplicationName("test-chrono");

    IHM ihm;
    //ihm.adjustSize();
    ihm.show();
        
    return a.exec();
}
 Tout Classes Fichiers Fonctions Variables Macros