Results 1 to 15 of 15

Thread: Workload in a QThread blocks main application's event loop ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Workload in a QThread blocks main application's event loop ?

    QThread object lives in the thread that created it. You could split that class into two --- the thread itself and an object that lives within that thread.

  2. The following user says thank you to jacek for this useful post:

    0xBulbizarre (20th March 2006)

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.