I have GUI application created in QT. It has some buttons and a label.
The program gets images from a video file sequentially in a while loop and show them on a label by refreshing it. At start up, the buttons work properly but when I click play button and start video display, the other buttons cant be clicked, and if I insist of clicking them, program doesn’t respond and stops working. I couldn’t figure it out even though I’ve thought a lot on it. I don’t think code is needed to show for this problem but if you request, I can post the related part of it
Thanks in advance.
If you are using Repaint method, instead of using repaint method you can just use
It must solve your problem.