Projet Bee-Honey't  1.0
BTS SN 2019
Fonctions
Référence du fichier main.cpp

Programme principal. Plus de détails...

#include "rucheIhm.h"
#include <QApplication>
#include <QString>
#include <baseDeDonnees.h>

Fonctions

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

Description détaillée

Crée et affiche la fenêtre principale de l'application

Auteur
Florentin Mellah, Enzo Rossi
Version
0.2

Documentation des fonctions

◆ main()

main ( int  argc,
char *  argv[] 
)
Paramètres
argc
argv[]
Renvoie
int
26 {
27  QApplication a(argc, argv);
28 
29  RucheIhm w;
30  w.show();
31 
32  return a.exec();
33 }
La classe IHM.
Definition: rucheIhm.h:42