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