Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I have QProgressBar and his orientation is vertical:
progressBar->setOrientation(Qt::Orientation::Vertical);
Now it is filled from down to top. I would like to filled from top to down ( I have situation on tle left and I would like to have situation on the right ):
progressBar->setInvertedAppearance(true);