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