第一次上传
This commit is contained in:
14
Pages/P02_ShieldPage.cpp
Normal file
14
Pages/P02_ShieldPage.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "P02_ShieldPage.h"
|
||||
#include "ui_P02_ShieldPage.h"
|
||||
|
||||
P02_ShieldPage::P02_ShieldPage(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::P02_ShieldPage)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
P02_ShieldPage::~P02_ShieldPage()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user