init project

This commit is contained in:
Tang1705
2020-01-26 17:45:44 +08:00
commit 9f79c4a679
50 changed files with 823 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include "Reconstruction.h"
Reconstruction::Reconstruction(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
}