#include "mainwindow.h" //#include "testinfo.h" //#include "testcmd.h" //#include "teststat.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); //QTest::qExec(new testInfo, argc, argv); //QTest::qExec(new testcmdwrd, argc, argv); //QTest::qExec(new teststatwrd, argc, argv); return a.exec(); }