This commit is contained in:
2025-09-16 12:08:45 +03:00
parent 648e754d32
commit 105b4e79da
21 changed files with 984 additions and 289 deletions

View File

@@ -1,5 +1,7 @@
#include "mainwindow.h"
//#include "testinfo.h"
//#include "testcmd.h"
//#include "teststat.h"
#include <QApplication>
@@ -10,5 +12,7 @@ int main(int argc, char *argv[])
w.show();
//QTest::qExec(new testInfo, argc, argv);
//QTest::qExec(new testcmdwrd, argc, argv);
//QTest::qExec(new teststatwrd, argc, argv);
return a.exec();
}