Progress Bar End Point

Is there a way to find the end location of a progress bar, based on its percent of fill?

I ask because id like to put a rounded off cap for the bar. I’m doing it manually only because I couldn’t find any place to edit other than the fill bar. But id like it to be a bit prettier than just squared.

Any input is appreciated.

why don’t you use slider for this ?

If you still want progress bar then the easy way is you can put slider over a progress bar and sync their value, and hide all slider background, the you can have your cap.

Tips: make an overlay, put both of them in, make sure you have the slider is put there after progress bar, slider will be on top of progress bar, then both in Slot choose horizontal and vertical fill, Now you have overlay as a custom progress bar with cap, can make a widget an reuse everywhere.

Thank you for this answer. It didnt get me the affect necessarily I wanted for this particular problem, but helped me along the way on another. I decided to just do the math myself, and do it that way.

But the other issue had been stumping me as well. So thank you for that insight!