Results 1 to 3 of 3

Thread: emit singnals from another thread

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: emit singnals from another thread

    Just to clarify: there is no event loop involved with emitting
    However, with a QueuedConnection the slot it called by the event loop of the thread "owning" the receiver object.

    The same is true for an AutoConnection when the thread executing the emit is a different one than the "receiver" thread, as jefftee said.

    Cheers,
    _

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

    jefftee (9th March 2017)

Similar Threads

  1. how to emit from thread
    By saman_artorious in forum Qt Programming
    Replies: 4
    Last Post: 20th April 2013, 16:17
  2. Emit signal from thread
    By sisco in forum Newbie
    Replies: 2
    Last Post: 26th November 2009, 13:32
  3. emit is slow in Thread?
    By vishal.chauhan in forum Qt Programming
    Replies: 3
    Last Post: 2nd August 2007, 08:52
  4. QT emit/signaling thread-safe?
    By richy in forum Qt Programming
    Replies: 1
    Last Post: 14th July 2006, 09:37
  5. Replies: 2
    Last Post: 6th January 2006, 21:15

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.