aboutsummaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/doc/threads.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/threads/doc/threads.rst')
-rw-r--r--examples/corelib/threads/doc/threads.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/corelib/threads/doc/threads.rst b/examples/corelib/threads/doc/threads.rst
new file mode 100644
index 000000000..d1bcf6fd4
--- /dev/null
+++ b/examples/corelib/threads/doc/threads.rst
@@ -0,0 +1,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