Results 1 to 2 of 2

Thread: thread example

  1. #1
    Join Date
    Jun 2011
    Posts
    22
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default thread example

    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...

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: thread example

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

Similar Threads

  1. Replies: 5
    Last Post: 22nd February 2011, 21:21
  2. Replies: 7
    Last Post: 27th January 2011, 08:48
  3. Replies: 9
    Last Post: 28th November 2009, 20:31
  4. Replies: 16
    Last Post: 7th October 2009, 08:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.