Test/main.cpp @@ -7,6 +7,7 @@ //first QT QApplication a(argc, argv); MainWindow w; //first QT w.show(); return a.exec(); }