qt5base-lts/examples/qtconcurrent
Dennis Oberst b5e9d41895 Example: update imagescaling example
Updated the example to align with the Qt6 Example-Guideline.

https://wiki.qt.io/Qt6/Example-Guideline

Task-number: QTBUG-111165
Pick-to: 6.5 6.5.0
Change-Id: Ibd9e7ce0d4dee90f6a693b81516d2f5b86345b1d
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-03-09 17:26:59 +00:00
..
imagescaling Example: update imagescaling example 2023-03-09 17:26:59 +00:00
map Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
progressdialog Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
runfunction Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
wordcount Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01:00
qtconcurrent.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt 4 extends Qt's support for multithreaded applications with an API for
concurrent programming which includes implementations of the well-known
map-reduce and filter-reduce algorithms.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.