2 Star 0 Fork 0

sirli/MotorDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
motor.h 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
sirli 提交于 2021-03-06 21:26 . 定义MotorService大部分接口
#ifndef MOTOR_H
#define MOTOR_H
#include <QMainWindow>
namespace Ui {
class Motor;
}
namespace motor {
class Motor : public QMainWindow {
Q_OBJECT
public:
explicit Motor(QWidget* parent = 0);
~Motor();
void Init();
private:
void InitWidget();
private:
Ui::Motor* ui;
};
}
#endif // MOTOR_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lixin3216/Motor_Demo.git
git@gitee.com:lixin3216/Motor_Demo.git
lixin3216
Motor_Demo
MotorDemo
master

搜索帮助