1 Star 0 Fork 3

QHQ_QHQ/Qt 上位机

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cpp 175 Bytes
一键复制 编辑 原始数据 按行查看 历史
QHQ_QHQ 提交于 2021-10-31 09:02 +08:00 . 上传代码源文件
#include "widget.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qhq0210/qt-upper-computer.git
[email protected]:qhq0210/qt-upper-computer.git
qhq0210
qt-upper-computer
Qt 上位机
master

搜索帮助