PDA

View Full Version : setInvertedAppearance on QProgressBar



bkumpar
18th August 2014, 01:14
Hello!

I have problem using setInvertedAppearance property on QProgressBar (Qt4.8.4, openSUSE 12.3 x86_64 ).
Unlike of QSlider, QScrollBar and QDial, this property doesn't work on QProgressBar.

Any hint, suggestion, your experience???

Thanks!

anda_skoa
18th August 2014, 06:59
You could check if it is a matter of the widget style being used, i.e. whether there is a bug in whatever style you are currently using or in QProgressBar itself.

Cheers,
_