aboutsummaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/doc/threads.rst
blob: d1bcf6fd4e9881c5ffb1e09c4abc39bb430069c4 (plain)
1
2
3
4
5
6
7
8
9
10
Mandelbrot Threads Example
==========================

The Mandelbrot example demonstrates multi-thread programming using Qt. It shows
how to use a worker thread to perform heavy computations without blocking the
main thread's event loop.

.. image:: threads.png
   :width: 400
   :alt: Mandelbrot Threads Screenshot