multithreading -> add and manage threads in Qt Creator with Qt App
Unsolved
General and Desktop
-
Need to add and manage threads in Qt Creator
Please share some simple steps to opt me in -
@JacobNovitsky
Qt Creator is an IDE, for editing and building from source code. There is no "add and manage threads in Qt Creator".See https://doc.qt.io/qt-6/thread-basics.html and https://doc.qt.io/qt-6/examples-threadandconcurrent.html for using threading in a Qt application.
And please make sure you really need threading in your Qt application, which already works asynchronously for many things. A large proportion of beginners who think they need threads in a Qt program turn out not to need them and would be better off without.....