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


Packaging Python Applications with PyInstaller by Martin Fitzpatrick — This step-by-step guide walks you through packaging your own Python applications from simple examples to complete installers and signed executables.

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.