[SOLVED] Is there any way to play gif file without AnimatedImage?
Unsolved
QML and Qt Quick
-
Hello, can anyone teach me how to play gif file without using AnimatedImage in QML?
Please. -
@beidaochuan
why can't you use the AnimatedImage element? -
@raven-worx
When I lay out 3 AnimatedImage to display 3 gif animation in one view, the gif animations are not displayed normally and smoothly.
So I guess that is a bug of qtquick.
Now I use WebEngineView for displaying them.