Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qwasmservices.h
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef QWASMDESKTOPSERVICES_H
5#define QWASMDESKTOPSERVICES_H
6
7#include <qpa/qplatformservices.h>
8
10
12{
13public:
14 bool openUrl(const QUrl &url) override;
15};
16
18
19#endif // QWASMDESKTOPSERVICES_H
The QPlatformServices provides the backend for desktop-related functionality.
\inmodule QtCore
Definition qurl.h:94
bool openUrl(const QUrl &url) override
Combined button and popup list for selecting options.
QUrl url("example.com")
[constructor-url-reference]