Results 1 to 3 of 3

Thread: QProgressBar & 200%

  1. #1
    Join Date
    Jan 2006
    Posts
    9
    Thanks
    1
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default QProgressBar & 200%

    Hi!

    If real count of iteration more supprosed, then QProgressBar stop on 100%. How to perform QProgressBar to show more 100%?

    Thank.

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: QProgressBar & 200%

    you will have to subclass QProgressBar and implement it your self.
    But I can't see a reason why you would want to do that.
    (I could not make out what you meant by "more supprosed", maybe if you explain that it will be more clear)

  3. #3
    Join Date
    Jan 2006
    Location
    Catalonia
    Posts
    266
    Thanks
    44
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QProgressBar & 200%

    What you could do is scale the range of values that you use to the range [0, 100]

Similar Threads

  1. system() function and QProgressBar
    By rajeshs in forum Qt Programming
    Replies: 10
    Last Post: 4th June 2008, 11:50
  2. QProgressBar + Mac OS X
    By THRESHE in forum Qt Programming
    Replies: 5
    Last Post: 14th December 2007, 13:41
  3. QProgressBar: don't understand in details, help me !!!
    By haconganh in forum Qt Programming
    Replies: 5
    Last Post: 10th May 2007, 08:07
  4. QProgressbar and ... Spacebar
    By RafalR in forum Qt Programming
    Replies: 6
    Last Post: 11th September 2006, 18:40
  5. setOrientation QProgressBar
    By fellobo in forum Qt Tools
    Replies: 4
    Last Post: 15th February 2006, 23:32

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.