2 Star 1 Fork 0

STARRY/uart_pc_tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
use_operating.cpp 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
STARRY 提交于 2024-08-14 16:59 . 添加串口日志过滤
#include "use_operating.h"
#include "ui_use_operating.h"
#include "main_windw.h"
#include "ui_main_windw.h"
Use_operating::Use_operating(QWidget *parent) :
QDialog(parent),
ui(new Ui::Use_operating)
{
ui->setupUi(this);
}
Use_operating::~Use_operating()
{
delete ui;
}
void Main_windw:: use_operating(void)
{
// operating = new Use_operating();
// operating->show();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/gin521/uart_pc_tool.git
git@gitee.com:gin521/uart_pc_tool.git
gin521
uart_pc_tool
uart_pc_tool
master

搜索帮助