Hello guys,
I come here to know about your opinion. I want have 2 threads running in my programm.
Threads:
- GUI
- Logical code
Main.h
start running the 2 threads
Mainwindow
using the 2 threads
Others dialogs (UI)
using the 2 threads
Is it possible right?
What best method to using this? QT Concurrent, QThreads ... ?
Thanks
Best Regards,Pedro Lopes