aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlnetwork/doc/src/qtqmlnetwork-qmltypes.qdoc
blob: f28ab17a3f3f636e7b4767243584e3a7df36e3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule QtNetwork
    \title Qt QML Network QML Types
    \since 6.7
    \ingroup qmlmodules
    \brief Provides core network functionality in QML.

    The Qt QML Network module provides core network functionality in QML.

    The QML types can be imported into your application using the
    following import statement in your .qml file:

    \qml
    import QtNetwork
    \endqml

    \section1 QML Types

    \generatelist {qmltypesbymodule QtNetwork}

    \section1 Related Information

    \list
        \li \l {Qt Network}
        \li \l {Qt QML QML Types}{Base QML Types}
    \endlist

    \noautolist
*/