添加伺服系统
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "ServoSystem.h"
|
||||
#include "ui_ServoSystem.h"
|
||||
|
||||
ServoSystem::ServoSystem(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::ServoSystem)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
ServoSystem::~ServoSystem()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user