qtbase/examples/corelib/threads
Paul Wicking 96f7fb63ea Doc: Update multi-threading doc title
Change title from "Thread Support in Qt" to "Multi-threading in Qt"
to use more modern and precise terminology. Add target directive to
preserve possible existing links and update all cross-references
across the codebase.

Task-number: QTBUG-140178
Pick-to: 6.8
Change-Id: If3457a811d71fa17e29cf5d5886fda11951c2862
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
(cherry picked from commit b913b35ec7)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 659d29d797)
2025-09-17 08:27:44 +00:00
..
doc Doc: Update multi-threading doc title 2025-09-17 08:27:44 +00:00
mandelbrot Examples: fix UB calls into QElapsedTimer 2025-03-26 08:46:59 +00:00
queuedcustomtype CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
semaphores CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
waitconditions CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README
threads.pro

README

This folder contains examples for the use of the threading-related classes
in Qt Core. For examples using the higher-level Qt Concurrent module,
check out the "qtconcurrent" folder instead.

Documentation for examples can be found via the Examples and Tutorials link
in the main Qt documentation. The examples and their documentation can also
be opened from the Examples tab of Qt Creator's Welcome mode.