QtConcurrent Progress Dialog Example#

Demonstrates how to monitor the progress of the active processes.

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

../_images/qtconcurrent-progressdialog.png

Example project @ code.qt.io