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