1 Star 0 Fork 0

MichaelFeng/IndustryStandardClassification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
processpane.cpp 222 Bytes
一键复制 编辑 原始数据 按行查看 历史
MichaelFeng823 提交于 2023-07-21 09:05 . 提交项目
#include "processpane.h"
#include "ui_processpane.h"
ProcessPane::ProcessPane(QWidget *parent) :
QWidget(parent),
ui(new Ui::ProcessPane)
{
ui->setupUi(this);
}
ProcessPane::~ProcessPane()
{
delete ui;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/michael_fengjun/IndustryStandardClassification.git
git@gitee.com:michael_fengjun/IndustryStandardClassification.git
michael_fengjun
IndustryStandardClassification
IndustryStandardClassification
main

搜索帮助