How I can change green tint in default QProgressbar style, without changing other default gradients and effects (a little noticeable "flow white chunk" effect):
Default QProgressbar style
.
I was tried to set new combination of background colors for QProgressBar::chunk:horizontal using qlineargradient, but I did not succeed to keep mentioned effect with any of such stylesheets.
Possibly try to update StyleSheet with timer like this:
and method should change gradient for each new step: