0
点赞
收藏
分享

微信扫一扫

用QT访问网页

以前干嘛去了 2022-04-05 阅读 20
qt

注意包含头文件

#include <QDesktopServices>
#include <QUrl>
QDesktopServices::openUrl(QUrl(QLatin1String("https://www.baidu.com/")));
举报

相关推荐

0 条评论