I am running ubuntu 11.04. This is what my progress bars look like:
I am showing the progr
Using the "Highlight" color role does the trick in my case (using Plastique style).
QPalette p = palette(); p.setColor(QPalette::Highlight, Qt::green); setPalette(p);