2 Star 7 Fork 7

tgtsml/Netassist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cpp 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
tgtsml 提交于 2022-08-08 00:09 . update pro name
#include <QApplication>
#include "MainFrame.h"
#include <QIcon>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainFrame mf;
mf.setWindowIcon(QIcon(":/image/logo.png"));
mf.setWindowTitle("Netassist V1.2.2 @tgtsml");
mf.resize(800, 600);
mf.show();
return a.exec();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tgtsml/Netassist.git
[email protected]:tgtsml/Netassist.git
tgtsml
Netassist
Netassist
master

搜索帮助