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
qtqmlnetwork-qmltypes.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 \qmlmodule QtNetwork
6 \title Qt QML Network QML Types
7 \since 6.7
8 \ingroup qmlmodules
9 \brief Provides core network functionality in QML.
10
11 The Qt QML Network module provides core network functionality in QML.
12
13 The QML types can be imported into your application using the
14 following import statement in your .qml file:
15
16 \qml
17 import QtNetwork
18 \endqml
19
20 \section1 QML Types
21
22 \generatelist {qmltypesbymodule QtNetwork}
23
24 \section1 Related Information
25
26 \list
27 \li \l {Qt Network}
28 \li \l {Qt QML QML Types}{Base QML Types}
29 \endlist
30
31 \noautolist
32*/