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 } ")
PyQt6 Crash Course — a new tutorial in your Inbox every day
Beginner-focused crash course explaining the basics with hands-on examples.