Change the color of the ProgressBar indicator text when it exceeds 50%

Heads up! You've already completed this tutorial.

Guasco | 2020-07-22 11:45:02 UTC | #1

Hi guys how can I change the text color from black to white of the percentage indicator inside the QProgressBar when it exceeds the value of 50? eg: if self.satusBar.value() > 50: self.statusBar.setStyleSheet("QProgressBar::chunk { color: white; #ecc } ")


Create GUI Applications with Python & Qt5 by Martin Fitzpatrick — (PyQt5 Edition) The hands-on guide to making apps with Python — Over 10,000 copies sold!

More info Get the book

Well done, you've finished this tutorial! Mark As Complete
[[ user.completed.length ]] completed [[ user.streak+1 ]] day streak

Change the color of the ProgressBar indicator text when it exceeds 50% was written by Martin Fitzpatrick .

Martin Fitzpatrick has been developing Python/Qt apps for 8 years. Building desktop applications to make data-analysis tools more user-friendly, Python was the obvious choice. Starting with Tk, later moving to wxWidgets and finally adopting PyQt.