summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/network-download.qdoc
blob: 807cebada2d5b3d8e41f0619beb8a6e071b82b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example download
    \title Network Download Example
    \brief Demonstrates how to use networking APIs for multiple downloads.
    \ingroup examples-network

    The Network Download example shows how to perform multiple downloads in
    parallel using the QNetworkAccessManager class.

    This example is designed to be run from the command-line.

    The \l{Network Download Manager Example} implements a more complex system
    that places files in a queue for sequential downloading.
*/