I have just started crawling in Qt. Installed qt4 on my Ubuntu machine and tried some basic examples. Now I am trying a develop a multithreaded application. Firstly I am confused whether to use pthreads or Qthreads. Can someone tell me which one is better to use.?
Further in my application, I will send some values from one thread to another thread. The 2nd thread will print those in a box. My query is, whether a thread other than main thread, can add a widget to the main window?