In QT, you can use a QLabel and QMovie to play a gif. I want other widgets to be in front of an animated background, but you can’t place other widgets in QLabel.
For example, I have this dialog. Every widget there is placed in a QFrame main_frame
(https://i.sstatic.net/TMbGRqqJ.png)
Here is what I’m trying to achieve, here I used a static image as the background on the main_frame. I want to get the same effect, but with a gif, or another method that could make the background animated and not static.
(https://i.sstatic.net/VCrELbPt.png)
I’ve tried looking for solutions online, but people don’t seem to be using animated backgrounds.
Edward is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.