PyQt ProgressBar Non-Responsive
Unsolved
General and Desktop
-
So I have been building my Own GUI in PyQt and the Qt Designer. Everything was going well until I added a Progressbar that starts at 0 and ends at the usual 100. (the progressbar - right now - does not do anything, just increments by one) but nevertheless, while the progress bar is running, I can't touch anything on my entire computer, If I do - the application becomes non responsive and closes. I heard that threading the progressbar helps but I do not know how to do that. If there is any other way of also solving this issue, I am open to suggestions..
Thank You in Advance.
-
Hi and welcome to devnet,
How are you updating your progress bar ?