1 Star 0 Fork 9

LXSmart/qt_61850Client

forked from tinnu/qt_61850Client 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
main.cpp 172 Bytes
Copy Edit Raw Blame History
tinnu authored 2021-05-19 14:21 . cid树查询初步
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxsmart-suson_admin/qt_61850-client.git
git@gitee.com:lxsmart-suson_admin/qt_61850-client.git
lxsmart-suson_admin
qt_61850-client
qt_61850Client
master

Search