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