Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-3968

QProgressBar might not repaint itself even if the text changes

    XMLWordPrintable

Details

    Description

      If one overloads QProgressBar::text() so that something else than the actual value is being painted then one might get into the situation where the text changes but the widget is not repainted. This is due to how the internal repaintRequired() function works, it checks the value of the progress bar, not the actual text.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            admin Administrator
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes