qt5base-lts/examples/qtconcurrent
Dennis Oberst d795dfaee7 Example: update wordcount example
Added a QFileDialog to let the user select a path. Before, the path
was statically assigned with "../../" , which is not optimal.
I also modified the findFiles function to check for text files in
general and not only *.cpp and *.h files. Lastly the result of the
word counting is now displayed on the console, as I think this is an
informative output from this example.

Task-number: QTBUG-111165
Pick-to: 6.5 6.5.0
Change-Id: Ie27c6acb4f79a78e3bef141edb92de08901fde71
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-03-20 20:58:08 +01:00
..
imagescaling Imagescaling example: fix memory leaks 2023-03-13 19:24:14 +01:00
progressdialog Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
wordcount Example: update wordcount example 2023-03-20 20:58:08 +01:00
CMakeLists.txt Example: remove runfunction example 2023-03-09 17:26:59 +00:00
qtconcurrent.pro Example: remove runfunction example 2023-03-09 17:26:59 +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.