1 Star 0 Fork 6

宋伟/Qt-百度地图

forked from fensnote/Qt-百度地图 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cpp 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2020-04-21 23:13 . 1.首次上传代码
#include "testwebmap.h"
#include <QTextCodec>
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
testWebMap w;
QTextCodec *codec = QTextCodec::codecForName("System");
QTextCodec::setCodecForLocale(codec);
w.setWindowTitle(QObject::tr("GPS定位"));
w.show();
return a.exec();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/songwei1984/qt_baidu_map.git
git@gitee.com:songwei1984/qt_baidu_map.git
songwei1984
qt_baidu_map
Qt-百度地图
master

搜索帮助