1 Star 1 Fork 0

fctx8688 / DataSimulator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 172 Bytes
一键复制 编辑 原始数据 按行查看 历史
shengzhe8688 提交于 2021-08-11 11:24 . 首次上传
#include "mainwidget.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
mainWidget w;
w.show();
return a.exec();
}
C/C++
1
https://gitee.com/fctx8688/DataSimulator.git
git@gitee.com:fctx8688/DataSimulator.git
fctx8688
DataSimulator
DataSimulator
master

搜索帮助