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
qqnxservices.h
Go to the documentation of this file.
1// Copyright (C) 2011 - 2012 Research In Motion
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 QQNXSERVICES_H
5#define QQNXSERVICES_H
6
7#include <qpa/qplatformservices.h>
8
10
12
14{
15public:
16 explicit QQnxServices(QQnxAbstractNavigator *navigator);
18
19 bool openUrl(const QUrl &url) override;
20 bool openDocument(const QUrl &url) override;
21
22private:
23 bool navigatorInvoke(const QUrl &url);
24
25private:
26 QQnxAbstractNavigator *m_navigator;
27};
28
30
31#endif // QQNXSERVICES_H
The QPlatformServices provides the backend for desktop-related functionality.
QQnxServices(QQnxAbstractNavigator *navigator)
bool openUrl(const QUrl &url) override
bool openDocument(const QUrl &url) override
\inmodule QtCore
Definition qurl.h:94
Combined button and popup list for selecting options.
QUrl url("example.com")
[constructor-url-reference]