Results 1 to 5 of 5

Thread: Progressbar problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    1

    Default Re: Progressbar problem

    Thanks Steve !

    But when the thread's finished, the progress bar still showing on the window
    how can i hide it ?
    Last edited by thae; 4th November 2006 at 11:28.

  2. #2
    Join Date
    Mar 2006
    Posts
    140
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 4 Times in 3 Posts

    Default Re: Progressbar problem

    So is it working now?

    Qt Code:
    1. progress.hide();
    To copy to clipboard, switch view to plain text mode 

    It will obviously still exist until you exit the scope of the code block you create the QProgressDialog in, so depending on your circumstances, you may need to destroy the thing manually.

  3. #3
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    1

    Default Re: Progressbar problem

    thanks stevey !
    It doesn't working because of my windows theme
    when I change windows theme to XP theme It's Ok !

Similar Threads

  1. Grid Layout Problem
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2006, 13:45
  2. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 15:08
  3. fftw problem
    By lordy in forum General Programming
    Replies: 1
    Last Post: 16th March 2006, 22:36
  4. Replies: 16
    Last Post: 7th March 2006, 16:57
  5. Problem with screen update...
    By mysearch05 in forum Qt Programming
    Replies: 2
    Last Post: 27th January 2006, 19:24

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.