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