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
qiosservices.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QIOSSERVICES_H
5#define QIOSSERVICES_H
6
7#include <qurl.h>
8#include <qpa/qplatformservices.h>
9
11
13{
14public:
15 bool openUrl(const QUrl &url);
16 bool openDocument(const QUrl &url);
17
18 bool handleUrl(const QUrl &url);
19
20private:
21 QUrl m_handlingUrl;
22};
23
25
26#endif // QIOSSERVICES_H
bool openUrl(const QUrl &url)
bool openDocument(const QUrl &url)
bool handleUrl(const QUrl &url)
The QPlatformServices provides the backend for desktop-related functionality.
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
QUrl url("example.com")
[constructor-url-reference]