Qt 6.11 is out! See what's new in the release
blog
Unable to click pushbutton when progress bar is running.
-
Unable to click pushbutton when progress bar is running.If i click on the pushButton the button function is run only after the progress bar completed .

-
Unable to click pushbutton when progress bar is running.If i click on the pushButton the button function is run only after the progress bar completed .

And what should we do now without any other information what you have done?
You are probably blocking your main thread / eventLoop, with the stuff that's going on while the progressBar is proceeding.