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
qtqmlnetwork.qdoc
Go to the documentation of this file.
1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtqmlnetwork-index.html
6 \title Qt Qml Network
7
8 \brief The Qt Qml Network module provides core network functionality in QML.
9
10 The module exposes the Qt C++ \l [QtNetwork] {Qt Network} {Network}
11 functionality to QML.
12
13 \section1 QML Types
14
15 \generatelist {qmltypesbymodule QtNetwork}
16
17 \section1 Licenses
18
19 Qt Qml Network is available under commercial licenses from \l{The Qt Company}.
20 In addition, it is available under the
21 \l{GNU Lesser General Public License, version 3}, or
22 the \l{GNU General Public License, version 2}.
23 See \l{Qt Licensing} for further details.
24
25 \section1 Related Information
26
27 \list
28 \li \l{Qt Network}
29 \li \l{Qt Qml}
30 \endlist
31*/