PDA

View Full Version : Non blocking Gui Qthread in qt3



triperzonak
11th September 2008, 08:24
hi,

i want to create a qthread that do not block the main GUI, how can i do that on qt3??


thanks..

jacek
11th September 2008, 19:57
Threads don't block the GUI. How do you start that thread?

triperzonak
13th September 2008, 14:06
thanks.. i got it working now..

im not use to qt3 cause i started learning qt in qt4..

as i was reading the docs i just need to add this to my .pro

CONFIG += thread ---i dont do this on qt4