summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/network-downloadmanager.qdoc
blob: 6f5606b016ae44db17aa3a3ff8d69f35d4dfb602 (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 downloadmanager
    \title Network Download Manager Example
    \brief Demonstrates how to use the networking APIs for multiple downloads.
    \ingroup examples-network

    The Network Download example shows how to implement a queue for multiple
    downloads using the QNetworkAccessManager class.

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

    See the \l{Network Download Example} for a simpler version of this example
    that obtains multiple files in parallel.
*/