NumberProgressBar
NumberProgressBar copied to clipboard
possible to set custom value instead of percentage
If you want, you could do the same changes instead of making a pull, I hope it is ok with you about the changes I made
Hi, could you describe when we need this method?
setCustomValue
will also make the incrementProgressBy
invalid, right?
well the reason I made setCustomValue is because I wanted to show for example: this are 3 progressbar: ***** 5 files""""" , ******** 8 files"" , ********** 10 files
I want to put another value instead of percentage, the progress could work as before but the value of the progress could be another, like how many files already have been downloaded in numbers.
So the incrementProgressBy doesn't have to be invalid.
You could implement this idea in you project, I think it will be a great feature.
:+1: