Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
10
QT_BEGIN_NAMESPACE
11
12
#
if
QT_CONFIG
(
qml_network
)
13
14
class
QNetworkAccessManager
;
15
class
Q_QML_EXPORT
QQmlNetworkAccessManagerFactory
16
{
17
public
:
18
virtual
~
QQmlNetworkAccessManagerFactory
();
19
virtual
QNetworkAccessManager
*
create
(
QObject
*
parent
) = 0;
20
21
};
22
23
#
endif
// qml_network
24
25
QT_END_NAMESPACE
26
27
#
endif
// QQMLNETWORKACCESSMANAGERFACTORY_H
QSqlRelationalDelegate
\inmodule QtSql
qtdeclarative
src
qml
qml
qqmlnetworkaccessmanagerfactory.h
Generated on
for Qt by
1.14.0