Qt 6.11 is out! See what's new in the release
blog
Simple question about QProgressBar
-
Hi,
myProgressBar->setRange(0, 100); myProgressBar->setValue(0); -
-
That was just an example, if you don't want the animation you need a range, whether it's 0-1 or 0-20000 is not important.
-
Or let the animation run while you don't have yet a value to set
-
I know that some things don't follow our personal tastes but you must also think about your application users and what they are expecting.