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 } ")


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

Bring Your PyQt/PySide Application to Market

Stuck in development hell? I'll help you get your project focused, finished and released. Benefit from years of practical experience releasing software with Python.

Find out More

Martin Fitzpatrick

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. Martin founded PythonGUIs to provide easy to follow GUI programming tutorials to the Python community. He has written a number of popular Python books on the subject.