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
qqmlnetworkaccessmanagerfactory.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 QQMLNETWORKACCESSMANAGERFACTORY_H
5#define QQMLNETWORKACCESSMANAGERFACTORY_H
6
7#include <QtQml/qtqmlglobal.h>
8#include <QtCore/qobject.h>
9
11
12#if QT_CONFIG(qml_network)
13
15class Q_QML_EXPORT QQmlNetworkAccessManagerFactory
16{
17public:
18 virtual ~QQmlNetworkAccessManagerFactory();
19 virtual QNetworkAccessManager *create(QObject *parent) = 0;
20
21};
22
23#endif // qml_network
24
26
27#endif // QQMLNETWORKACCESSMANAGERFACTORY_H
The QNetworkAccessManager class allows the application to send network requests and receive replies.
\inmodule QtCore
Definition qobject.h:103
Combined button and popup list for selecting options.
view create()