PDA

View Full Version : thread example



amitpatel22
17th September 2011, 07:26
Hi...

I have developed a small embeded GUI application in which i have called function which infinitely read data from pin on the hardware.My problem is when i call this function,it blocks the actual GUI application and infinitely read data from pin.So i wants to run that function as another thread so that my actual application will not be blocked by that function.

so please tell me solution or give one simple example of thread that i can implement here.

Thanks...

stampede
17th September 2011, 09:10
My problem is when i call this function,it blocks the actual GUI application (...)
http://doc.qt.nokia.com/qq/qq27-responsive-guis.html