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 ):
