How to Launch Web Browser/bg

From Qt Wiki
Jump to navigation Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Български English Русский 简体中文

Как се стартира уеб браузър

Класът QDesktopServices осигурява методи за достъп до стандартни услуги на компютъра като отваряне на URL през уеб браузъра зададен по подразбиране на системата.

Моля, не забравяйте да включите следните хедър файлове:

#include <QDesktopServices>
#include <QUrl>
QDesktopServices::openUrl(QUrl("http://developer.qt.nokia.com"));

Източници