Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.5.0
-
None
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.