Results 1 to 6 of 6

Thread: Problem with QProgressDialog

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 284 Times in 279 Posts

    Default Re: Problem with QProgressDialog

    Quote Originally Posted by mvuori View Post
    As far as I understand, at least the title should appear before going into the blocking part.

    Perhaps the UI operations are cached and need some extra help. I have sometimes added a xxxxx.update() after a xxxxx.show() to make a widget visible.
    After widget show add QCoreApplication::processEvents. But the best solution is to move SQL operations to another thread.

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

    anoraxis (12th May 2011)

Similar Threads

  1. Problem with QProgressDialog
    By anoraxis in forum Newbie
    Replies: 1
    Last Post: 6th April 2011, 22:23
  2. Problem with modal QProgressDialog
    By esterbonmati in forum Qt Programming
    Replies: 1
    Last Post: 15th January 2009, 11:59
  3. Need help in QProgressDialog
    By santhoshv84 in forum Qt Programming
    Replies: 3
    Last Post: 12th September 2008, 18:24
  4. QProgressDialog
    By samirg in forum Qt Programming
    Replies: 5
    Last Post: 5th September 2007, 16:37
  5. qprogressDialog
    By mickey in forum Qt Programming
    Replies: 5
    Last Post: 17th July 2006, 14:16

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.