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