Results 1 to 7 of 7

Thread: Using QProgressBar

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Jan 2008
    Location
    Poland
    Posts
    687
    Thanks
    4
    Thanked 140 Times in 132 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Using QProgressBar

    You have to do it in the opposite way - perform your long operation in QThread (take only this part which not requires any GUI) and show your progress bar in main thread.
    I would like to be a "Guru"

    Useful hints (try them before asking):
    1. Use Qt Assistant
    2. Search the forum

    If you haven't found solution yet then create new topic with smart question.

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

    gutiory (30th April 2010)

Similar Threads

  1. update the QProgressBar
    By aloha in forum Newbie
    Replies: 16
    Last Post: 23rd April 2009, 20:07
  2. Use of QProgressBar in Thread
    By merry in forum Qt Programming
    Replies: 2
    Last Post: 5th January 2009, 21:53
  3. QProgressBar in QTreeWidget?
    By lvi in forum Qt Programming
    Replies: 5
    Last Post: 3rd September 2008, 19:48
  4. QProgressBar + Mac OS X
    By THRESHE in forum Qt Programming
    Replies: 5
    Last Post: 14th December 2007, 13:41
  5. QProgressBar & 200%
    By Dmitry in forum Qt Programming
    Replies: 2
    Last Post: 20th January 2006, 11:33

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.