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

/*!
    \example progressdialog
    \title QtConcurrent Progress Dialog Example
    \brief Demonstrates how to monitor the progress of the active processes.
    \ingroup qtconcurrentexamples

    The QtConcurrent Progress Dialog example shows how to use the
    QFutureWatcher class to monitor the progress of a long-running operation.

    \image qtconcurrent-progressdialog.png
*/