Results 1 to 4 of 4

Thread: Weird issue with QProgressBar

  1. #1
    Join Date
    Jun 2013
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Weird issue with QProgressBar

    Hello everyone,
    I’m currently having a very weird issue with QProgressBar when displaying then in “busy mode” (when maximum and minimum are set to 0). Sometimes the bar will stay at the beginning of the and act kind of like a normal progress bar that stops after a very short distance (kinda hard to describe) and resets continually. The normal comportment would be of a fixed length and would move along the progress bar continually. After many tests and looking at the code for a long time, I haven’t been able to isolate a cause (either from Qt or somewhere in my code). There are two elements to know though about this problem:

    1. It only happens on linux, and on a very specific distribution of linux (we are using a custom version made with linuxfromscratch). The bug is not reproduced on XFCE, for example.
    2. The Qt version used is 4.8.0. It is not an option to upgrade the Qt version at this time because it requires tons of work. The immediate goal is either to fix the bug or to find a workaround.

    My question is basically : is there a known bug that causes this type of behaviour? I know there were issues with the progress bar in Qt 4.7 but this seems to have been fixed. I have also seen some forum posts about similar issues but there doesn’t seem to be any bug on this on the bugtracker.

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Weird issue with QProgressBar

    Make sure to try with a different widget style, just in case it is a bug in the style rather than QProgressBar

    Cheers,
    _

  3. #3
    Join Date
    Jun 2013
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Weird issue with QProgressBar

    We are actually using a custom stylesheet and i've tried using it with or without this stylesheet and the bug happened either way. I suppose if we're using custom stylesheets the style shouldn't matter, right? I'm not exactly sure how style works but I assumed that style sheets were kind of overriding them.

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Weird issue with QProgressBar

    No, stylesheets customize certain visualisation aspects, a style can include all kinds of code for interaction handling or animations.
    If there is some problem with widget drawing it is always good to test with different styles to either verify or falsify that it is a style issue.

    Cheers,
    _

Similar Threads

  1. Replies: 0
    Last Post: 18th November 2012, 19:03
  2. weird weird mingw32-make
    By KillGabio in forum Qt Programming
    Replies: 19
    Last Post: 20th January 2012, 20:09
  3. Qt Application Weird Pause/Halt issue
    By roland8454 in forum Qt Programming
    Replies: 3
    Last Post: 27th November 2010, 04:43
  4. Replies: 1
    Last Post: 2nd April 2010, 06:42
  5. Replies: 1
    Last Post: 13th February 2006, 10:02

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