第一次上传

This commit is contained in:
2025-08-20 23:06:28 +08:00
commit c0593df9e1
485 changed files with 533424 additions and 0 deletions

14
Pages/P13_InsPage.cpp Normal file
View File

@@ -0,0 +1,14 @@
#include "P13_InsPage.h"
#include "ui_P13_InsPage.h"
P13_InsPage::P13_InsPage(QWidget *parent) :
QWidget(parent),
ui(new Ui::P13_InsPage)
{
ui->setupUi(this);
}
P13_InsPage::~P13_InsPage()
{
delete ui;
}