Hello everybody,

I am new to QT.
I have some different threads which should work from the begining of the programm till the end of it and I need to know that how should I start these different threads simultaneously by cilicking on a single buttom in my ui?
when I start them in the push bottom part of the dialog.cpp they wont start simultaneously the start one after another and as none of them wont stop working till the end of the progromm just one of them works.

how can I run them simultaneously?

thanks