Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
Loading...
Searching...
No Matches
main.cpp File Reference
#include <QApplication>
#include "mainwindow.h"
Include dependency graph for main.cpp:

Functions

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

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )
35 {
36 QApplication a(argc, argv);
37 MainWindow w;
38
39 w.show();
40 return a.exec();
41}
Definition mainwindow.h:34