Results 1 to 4 of 4

Thread: [Newbie]: Suspending the main GUI thread

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: [Newbie]: Suspending the main GUI thread

    Seems that what you want is to create a form with a specific modality. The sliding is done in the new forms event loop, and the main form will not continue execution until it has been signalled by the new form that it has been closed. This also means that the main forms event loop isn't stopped.

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

    abhinavc (16th May 2010)

Similar Threads

  1. QThreads and the main GUI Thread
    By coderbob in forum Qt Programming
    Replies: 4
    Last Post: 22nd January 2010, 12:00
  2. Replies: 9
    Last Post: 28th November 2009, 20:31
  3. Replies: 16
    Last Post: 7th October 2009, 08:17
  4. Replies: 6
    Last Post: 29th April 2009, 18:17
  5. Main thread - worker thread communication.
    By kikapu in forum Newbie
    Replies: 25
    Last Post: 23rd May 2007, 22:09

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.