qt5base-lts/examples/threads
Iikka Eklund be15856f61 Change copyrights from Nokia to Digia
Change copyrights and license headers from Nokia to Digia

Change-Id: If1cc974286d29fd01ec6c19dd4719a67f4c3f00e
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2012-09-22 19:20:11 +02:00
..
mandelbrot Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
queuedcustomtype Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
semaphores Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
waitconditions Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
threads.pro Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00

Qt 4 makes it easier than ever to write multithreaded applications. More
classes have been made usable from non-GUI threads, and the signals and slots
mechanism can now be used to communicate between threads.

Additionally, it is now possible to move objects between threads.


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