Results 1 to 11 of 11

Thread: Event Queue Stop during download

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    May 2007
    Posts
    131
    Thanks
    17
    Thanked 4 Times in 2 Posts

    Default Re: Event Queue Stop during download

    Sorry for my poor explanation:

    The structure of the class is:
    Qt Code:
    1. -> FSyncClass()
    2. //This is within the FSyncClass
    3. -> _nam = new QNetworkAccessManager(this)
    4. -> ... = DownloaderClass(_nam, this); //contains the first code snippet
    To copy to clipboard, switch view to plain text mode 


    The call of the FSyncClass (second code snippet) happens within the main thread.

    _thread->start() is not reimplemented, if you mean that.
    From the documentation ( start() calls run() calls exec() ) it should start an event queue.


    Thank you.
    Last edited by bmn; 11th January 2016 at 12:19.

Similar Threads

  1. Replies: 14
    Last Post: 17th January 2012, 09:01
  2. Event queue size
    By naroin in forum Qt Programming
    Replies: 7
    Last Post: 29th November 2010, 13:26
  3. What's the size of Qt event queue?
    By ShaChris23 in forum Qt Programming
    Replies: 3
    Last Post: 6th November 2009, 17:54
  4. How to peek at the Event queue?
    By TheRonin in forum Qt Programming
    Replies: 3
    Last Post: 7th May 2009, 14:21
  5. Event Queue Question
    By TheGrimace in forum Qt Programming
    Replies: 10
    Last Post: 5th October 2007, 16:55

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.