3 Star 7 Fork 4

Steven-Ban/PatentCheck

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.cpp 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include "mainwindow.h"
#include<QApplication>
#include<QTextCodec>
int main(int argc, char* argv[]){
QApplication a(argc, argv);
// set codec to gbk/cp936/gb2312
QTextCodec* codec = QTextCodec::codecForName("GBK");
QTextCodec::setCodecForLocale(codec);
MainWindow w;
w.show();
return a.exec();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/SIPOHNDev/PatentCheck.git
git@gitee.com:SIPOHNDev/PatentCheck.git
SIPOHNDev
PatentCheck
PatentCheck
master

搜索帮助