This commit is contained in:
2024-02-05 23:22:57 +08:00
commit bb23a3412c
21 changed files with 27082 additions and 0 deletions

10
infoDialog.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "infoDialog.h"
infoDialog::infoDialog(QWidget *parent)
: QDialog(parent)
{
ui.setupUi(this);
}
infoDialog::~infoDialog()
{}