Logo white

Groupe2_ProjetGl41 / GROUPE2_gl41

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • GROUPE2_gl41
  • presqueArriver
  • main.cpp
  • les fichiers de base
    486cca96
    Pierre Giraud authored
    2017-06-21 09:43:00 +0200  
    Browse Code ยป
main.cpp 172 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#include "mainwindow.h"
#include <QApplication>

int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    MainWindow w;
    w.show();

    return a.exec();
}