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


PyQt/PySide 1:1 Coaching with Martin Fitzpatrick — Get one on one help with your Python GUI projects. Working together with you I'll identify issues and suggest fixes, from bugs and usability to architecture and maintainability.

More info 60 mins ($195)

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.