qt5base-lts/examples/threads
David Schulz 4ac521354d QtBase: example code style
Change-Id: I0685f7e2c7c698a4bf288b8b1ae909167932a3fb
Reviewed-by: hjk <qthjk@ovi.com>
2012-11-25 01:34:07 +01:00
..
mandelbrot QtBase: example code style 2012-11-25 01:34:07 +01:00
queuedcustomtype Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +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.