Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
How to Launch Web Browser/zh
Jump to navigation
Jump to search
简体中文 English Български Русский
如何启动Web浏览器
类 "QDesktopServices":http://doc.qt.io/qt-5.0/qtgui/qdesktopservices.html 提供了一些常见的桌面服务,例如在默认的Web浏览器中打开一个URL访问。
请不要忘记包含以下头文件:
#include <QDesktopServices>
#include <QUrl>
QDesktopServices::openUrl(QUrl("http://developer.qt.nokia.com"));