#include <QDesktopServices>
#include <QUrl>
QDesktopServices::openUrl(QUrl("http://www.baidu.com"));
转载于:https://my.oschina.net/johnfu/blog/206921
#include <QDesktopServices>
#include <QUrl>
QDesktopServices::openUrl(QUrl("http://www.baidu.com"));
转载于:https://my.oschina.net/johnfu/blog/206921