Print this page

The Qt Samples

The programs in this collection can help explore some of the many different features provided by the Qt framework.

SimpleThreads

This program demonstrates how easy any number of threads can be created, synchronized and terminated in a clean manner with Qt's threading classes. And all without having to struggle with the target platform's native thread API.

But be reminded that writing multi-threaded applications needs a basic knowledge of concurrent programming in order to be successful.

View online: SimpleThreads with Qt Documentation

Download Description
simplethreads.exe Standalone executable for Windows.
simplethreads.zip All files needed to build the program.

Previous page: About Qt
Next page: About VB.NET